@font-face {
  font-family: Modernera;
  src: url('../fonts/ModernEra-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Modernera;
  src: url('../fonts/ModernEra-Black.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Modernera;
  src: url('../fonts/ModernEra-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --slate-grey: #546681;
  --white: white;
  --slate-blue: #484dff;
  --dark-slate-grey: #2e3642;
  --midnight-blue: #001632;
  --spikefly-blue: #2d7dd2;
  --spikefly-blue-2: #173753;
  --button-bright-blue: #51b5ff;
  --slate-grey-2: #798099;
  --black: black;
  --spikefly-dark-orange: #ec8100;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Circularstd book;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #0c120c;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
}

a {
  text-decoration: none;
}

.header {
  background-image: url('../images/bg_shade.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  min-height: 72vh;
  padding: 120px 3% 80px;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.container.space-below {
  margin-bottom: 120px;
}

.content-wrap {
  max-width: 590px;
  position: relative;
}

.heading {
  color: #1a3066;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Rubik;
  font-size: 55px;
  line-height: 1;
}

.paragraph {
  color: var(--slate-grey);
  max-width: 490px;
  font-size: 18px;
  font-style: normal;
  line-height: 1.3;
}

.paragraph.paragraph-centre-white {
  color: var(--white);
  text-align: center;
  max-width: 570px;
}

.button {
  background-color: var(--slate-blue);
  border-radius: 35px 0 35px 35px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 16px;
}

.button.button-space {
  margin-top: 25px;
}

.service-card-wrap {
  flex-wrap: wrap;
  place-content: stretch space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.footer-title {
  color: #0a1f44;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  width: 16%;
  display: flex;
}

.footer-column-large {
  width: 60%;
}

.footer-icon {
  margin-right: 10px;
}

.footer-logo {
  width: 110px;
  margin-bottom: 25px;
}

.footer {
  background-color: #fff;
  padding: 140px 5% 20px;
}

.footer-text-02 {
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.footer-link {
  color: #4e5d78;
  margin-bottom: 15px;
  margin-left: 1px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.footer-link:hover {
  color: var(--slate-blue);
}

.footer-link-wrap {
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.column {
  width: 33%;
  padding: 10px;
}

.service-card {
  background-color: var(--white);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 60px 25px;
  display: flex;
  box-shadow: 14px 14px 200px #0016320f;
}

.card-content-wrap {
  color: #6b539a;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.heading-3 {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
}

.paragraph-2 {
  color: var(--slate-grey);
  text-align: left;
  max-width: 320px;
  font-size: 17px;
  line-height: 1.4;
}

.hero-block {
  align-items: center;
  width: 50%;
  min-height: 350px;
  display: flex;
}

.image-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 30px;
  display: flex;
  position: relative;
}

.content-block-left {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 55px 25px 10px;
  display: flex;
}

.section-content {
  background-color: #fff;
  background-image: url('../images/bg_shade.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding: 120px 5%;
}

.service-icon {
  width: 70px;
  margin-bottom: 25px;
}

.column-wrap-reversed {
  flex-direction: row-reverse;
  margin-bottom: 140px;
  display: flex;
}

.title {
  color: var(--slate-blue);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: 500px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.heading-primary {
  color: #1a3066;
  letter-spacing: -.5px;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Rubik;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

.heading-primary.h3-centre {
  text-align: center;
  max-width: 700px;
}

.heading-primary.h3-centre-white {
  color: #fff;
  text-align: center;
  max-width: 700px;
}

.button-wrap-hero {
  margin-top: 35px;
}

.link {
  color: var(--slate-grey);
  font-size: 16px;
  text-decoration: none;
}

.link:hover {
  color: var(--slate-blue);
}

.section-logo {
  background-color: #fff;
  padding: 15px 5%;
}

.full-logo-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.logo-wrap {
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 36px;
  display: flex;
}

.light-logo {
  width: 130px;
}

.column-wrap {
  display: flex;
}

.phone-text {
  color: var(--slate-grey);
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.dropdown-list-wrap {
  z-index: 9;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 12px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 1px 1px 9px #2c3e501a;
}

.link-block {
  text-decoration: none;
}

.navigation-link {
  color: var(--slate-grey);
  flex-direction: row;
  align-items: center;
  padding: 12px 14px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navigation-link:hover {
  color: var(--slate-blue);
}

.navigation-block-left {
  align-items: center;
  width: 50%;
  display: flex;
}

.navigation-block-right {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.dropdown-list {
  background-color: #0000;
}

.dropdown-list.w--open {
  z-index: 7;
  border-radius: 15px;
  min-width: 460px;
  padding-top: 15px;
}

.dropdown-list.dropdown-smaller {
  min-width: 360px;
  left: -30px;
}

.dropdown-mobile {
  display: none;
}

.navigation-link-wrap {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.navigation-text {
  width: 100%;
  text-decoration: none;
}

.phone-image {
  text-align: center;
  margin-right: 8px;
  display: block;
}

.container-navigation {
  flex: 1;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.phone-wrap {
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 100%;
  margin-right: 15px;
  display: flex;
}

.mobile-button-link {
  display: none;
}

.arrow-down {
  margin-left: 8px;
  margin-right: 7px;
}

.navigation {
  z-index: 9;
  border-bottom: 1px solid #ffffff14;
  min-height: 100px;
  padding: 25px 5%;
  position: absolute;
  inset: 0% 0% auto;
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.dropdown-column {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.feature-wrap {
  border-radius: 10px;
  align-items: flex-start;
  padding: 15px 12px 15px 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.feature-wrap:hover {
  background-color: #484dff08;
}

.feature-icon {
  width: 26px;
  margin-right: 16px;
}

.feature-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.short-title {
  color: var(--dark-slate-grey);
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.paragraph-small {
  color: #3b4c5b;
  letter-spacing: -.2px;
  max-width: 450px;
  margin-bottom: 0;
  font-size: 14px;
}

.hero-image-wrap {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 30px;
  display: flex;
  position: relative;
}

.content-block-right {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  display: flex;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.slider-arrow-wrap {
  margin-top: 45px;
  display: flex;
}

.icon-3 {
  color: #4c4172;
}

.slider-left {
  background-color: #fff;
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  display: flex;
  box-shadow: 1px 1px 45px #0016321a;
}

.testimonial-content-wrap {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  display: flex;
}

.slide-nav {
  display: none;
}

.slider-right {
  background-color: #fff;
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
  box-shadow: 1px 1px 55px #00163214;
}

.testimonial-content-block {
  max-width: 590px;
  position: relative;
}

.arrow {
  width: 28px;
}

.left-arrow {
  display: none;
  position: absolute;
  inset: auto 40% 0% auto;
}

.testimonial-image-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 85px;
  display: flex;
  position: relative;
}

.testimonial-columns-2 {
  display: flex;
}

.author-name {
  color: #546681;
  margin-top: 0;
  font-size: 17px;
  font-weight: 400;
}

.arrow-disabled {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
}

.right-arrow {
  display: none;
  inset: auto 35% 0% auto;
}

.testimonial-paragraph {
  color: var(--slate-grey);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.logo {
  width: 110px;
  margin-bottom: 6px;
}

.quote-image {
  min-width: 70px;
  position: absolute;
  top: -25px;
  left: -15px;
}

.testimonial-author-wrap {
  margin-top: 45px;
}

.text-span {
  color: var(--slate-blue);
}

.button-default {
  background-color: var(--slate-blue);
  border-radius: 35px 0 35px 35px;
  padding: 18px 35px;
  font-size: 16px;
  transition: all .2s;
}

.button-default:hover {
  background-color: #343af0;
}

.new-tag {
  color: #2dca73;
  background-color: #2dca731a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  padding: 4px 16px;
  font-size: 12px;
  display: flex;
}

.title-wrap-horizontal {
  align-items: center;
  display: flex;
}

.hero-content {
  margin-top: 60px;
  display: flex;
}

.paragraph-hero {
  color: var(--slate-grey);
  max-width: 490px;
  font-size: 18px;
  font-style: normal;
  line-height: 1.4;
}

.content-block-hero {
  max-width: 590px;
  position: relative;
}

.button-navigation {
  background-color: var(--slate-blue);
  border-radius: 35px 0 35px 35px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 16px;
}

.title-wrap {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.section-statistics {
  background-color: #f0f7ff;
  flex-direction: column;
  align-items: center;
  padding: 120px 5%;
  display: flex;
}

.footer-text {
  color: var(--slate-grey);
  text-align: left;
  max-width: 320px;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 1.4;
}

.legal-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.legal-text {
  color: #6b6f9a9c;
  font-size: 16px;
}

.social-link-wrap {
  display: none;
}

.social-link {
  background-color: #fbdee3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  padding: 8px;
  display: flex;
  transform: rotate(0);
}

.circle-div {
  background-color: var(--white);
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 250px;
  max-width: 250px;
  height: 100%;
  min-height: 250px;
  max-height: 250px;
  display: flex;
  box-shadow: 7px 7px 150px #54668114;
}

.statistic-circle-wrap {
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px;
  display: flex;
  position: relative;
}

.title-capped {
  color: var(--slate-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
}

.counterup {
  color: var(--slate-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 52px;
  line-height: 52px;
}

.flowbase-close-card {
  opacity: .43;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 10px 13px 10px 10px;
  transition: all .2s ease-out;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.flowbase-close-card:hover {
  opacity: 1;
}

.flowbase-home-link {
  position: absolute;
  inset: 0;
}

.flowbase-title {
  color: #5b3acc;
  letter-spacing: -.25px;
  margin-bottom: 4px;
  font-family: Circularstd;
  font-size: 18px;
  font-weight: 500;
}

.flowbase-author {
  color: #9b9eb8;
  letter-spacing: -.3px;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.flowbase-left-wrap {
  display: flex;
}

.flowbase-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 40px;
  margin-right: 25px;
  display: flex;
}

.flowbase-card-wrap {
  z-index: 99999;
  background-color: #fff;
  border-radius: 200px;
  min-width: 520px;
  margin-bottom: 30px;
  margin-left: 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 8px 1px 20px #807c8e26;
}

.flowbase-underline {
  text-decoration: underline;
}

.flowbase-icon-wrap {
  background-color: #7020ff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.text-span-2 {
  color: #5b3acc;
}

.arrow-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-number-wrap {
  place-content: stretch space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.section-content-plain {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  padding: 120px 5%;
}

.blog-article-wrap {
  flex-wrap: wrap;
  place-content: stretch space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.blog-card {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  margin-right: 0;
  padding: 15px 16px 35px;
  transition: all .3s ease-out;
  overflow: hidden;
  box-shadow: 14px 14px 40px #767ead14;
}

.blog-card:hover {
  transform: translate(0, -4px);
  box-shadow: 14px 14px 40px #767ead1f;
}

.blog-placeholder-image {
  background-image: url('../images/unsplash_img_03.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  width: 100%;
  min-height: 220px;
}

.blog-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  min-height: 140px;
  padding-top: 15px;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

.category-tag {
  background-color: #e9f9f0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 12px 20px;
  display: flex;
}

.category-title {
  color: #38cb89;
  letter-spacing: 1.5px;
  font-size: 13px;
  font-weight: 500;
}

.blog-content {
  margin-bottom: 25px;
}

.section-blog {
  background-color: #fff;
  background-image: url('../images/bg_shade.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  padding: 120px 5%;
}

.section-testimoinals {
  background-color: #f0f7ff;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.arrow-image-mobile, .arrow-image-mobile-02 {
  display: none;
}

.section-cta {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  padding: 145px 5%;
  display: flex;
}

.feature {
  align-items: flex-start;
  margin-top: 25px;
  padding-right: 60px;
  display: flex;
}

.content-icon {
  width: 40px;
  margin-right: 15px;
}

.content-title {
  color: var(--slate-blue);
  margin-top: 7px;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.blog-placeholder-image-03 {
  background-image: url('../images/unsplash_img_02.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  width: 100%;
  min-height: 220px;
}

.blog-placeholder-image-02 {
  background-image: url('../images/unsplash_img.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  width: 100%;
  min-height: 220px;
}

.container-flex {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-02 {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

.link-02:hover {
  color: #ffffff94;
}

.clone-button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #7020ff;
  background-image: linear-gradient(159deg, #7020ff, #7b41f1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  max-width: 250px;
  min-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
  box-shadow: inset -1px -1px 3px #201b3d99, inset 1px 1px 3px #eee6ff70, 1px 1px 2px #5b3acc;
}

.clone-button:hover {
  box-shadow: inset 1px 1px 3px #201b3d38, inset -1px -1px 3px #eee6ff00, 1px 1px 2px #5b3acc;
}

.text-span-3 {
  color: #5b3acc;
}

.remove-before-use {
  z-index: 99;
  background-color: #2e3642ed;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.flowbase-card-delete {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 15px 40px 15px 20px;
  display: flex;
  position: relative;
}

.div-block {
  background-color: #fff;
  border-radius: 25px;
  width: 100%;
  max-width: 690px;
  min-height: 330px;
  padding: 37px;
  overflow: hidden;
}

.heading-4 {
  color: #5b3acc;
  text-align: center;
}

.paragraph-3 {
  text-align: center;
  font-size: 17px;
  line-height: 22px;
}

.saving-feature-block {
  align-items: center;
  width: 100%;
  min-height: 120px;
  margin-top: 55px;
  display: flex;
}

.feature-wrap-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  min-height: 120px;
  display: flex;
}

.text-block-36 {
  color: var(--dark-slate-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.div-block-43 {
  background-color: #54668159;
  width: 1px;
  min-height: 55px;
  max-height: 90px;
}

.heading-5 {
  color: #1a3066;
  font-family: Rubik;
  font-size: 44px;
  text-decoration: none;
}

.footer-v1-bottom {
  color: #798099;
  border-top: 1px #e6e8f0;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 28px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.nav-menu {
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-brand {
  justify-content: center;
  align-items: center;
  max-width: 300px;
  margin-bottom: 6px;
  padding: 0;
  display: flex;
}

.button-2 {
  background-color: var(--spikefly-blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 1px #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-top: 10px;
  padding: 12px 24px;
  font-family: Modernera, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.button-2:hover {
  transform: translate(0, -3px);
}

.button-2.tiny {
  height: 32px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 16px;
}

.button-2.tiny.white {
  color: var(--spikefly-blue-2);
  margin-top: 0;
  font-weight: 400;
}

.button-2.small {
  background-color: var(--spikefly-blue-2);
  background-image: none;
  height: 40px;
  margin-top: 2px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.button-2.small:hover {
  box-shadow: none;
}

.button-2.small.ghost {
  background-color: var(--button-bright-blue);
  background-image: none;
  margin-top: 2px;
}

.button-2.small.ghost:hover {
  box-shadow: none;
}

.button-2.white {
  box-shadow: none;
  color: #9165f7;
  background-color: #fff;
  background-image: none;
}

.button-2.white:hover {
  box-shadow: 0 4px 16px #00000029;
}

.button-2.demo {
  margin-top: 20px;
}

.link-arrow-icon {
  width: 24px;
  margin-top: 1px;
  margin-left: 4px;
}

.footer-column-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.vertical-divider {
  background-color: #e6e8f0;
  width: 1px;
  height: 12px;
  margin-left: 8px;
  margin-right: 8px;
}

.social-link-small {
  border: 1px solid #e6e8f0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin: 3px;
  padding: 6px;
  transition: border-color .4s;
  display: flex;
}

.social-link-small:hover {
  border-color: #a9aec3;
}

.social-icon-small {
  opacity: .6;
  width: 16px;
}

.testimonials-v1 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 15px;
  margin-right: 15px;
}

.testimonials-v1-column {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-dropdown-circle {
  color: #9165f7;
  border: 1px solid #e6e8f0;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.footer-heading {
  margin-bottom: 20px;
}

.arrow-link {
  color: #9165f7;
  text-align: left;
  align-items: center;
  margin-top: -8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: none;
}

.menu-icon {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-link {
  color: #fff;
  border-radius: 4px;
  padding: 8px 16px;
  transition: background-color .4s;
}

.nav-link:hover {
  background-color: #30364d1a;
}

.nav-link.w--current {
  color: #fff;
  font-weight: 700;
}

.nav-link.white-bg {
  color: #30364d;
  font-family: Modernera, sans-serif;
  font-size: 15px;
}

.nav-link.white-bg:hover {
  background-color: #ededff;
}

.nav-link.white-bg.call-us {
  display: none;
}

.inline-elements {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hidden {
  margin-left: 0;
  display: none;
}

.bar-close-button {
  cursor: pointer;
  background-color: #ffffff26;
  background-image: url('../images/x-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  transition: background-color .4s;
  position: absolute;
  right: 12px;
}

.bar-close-button:hover {
  background-color: #30364d40;
}

.menu-icon-line-top {
  background-color: #fff;
  border-radius: 1px;
  height: 2px;
}

.footer-link-2 {
  color: #798099;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.main-grid {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.main-grid.features-page-more-margin {
  margin-top: 10%;
}

.logo-text {
  color: #173753;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.video-link {
  color: #30364d;
  border: 1px solid #e6e8f0;
  border-radius: 17px;
  align-items: center;
  height: 34px;
  margin-top: 24px;
  padding-left: 4px;
  padding-right: 13px;
  text-decoration: none;
  display: flex;
}

.video-link.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
}

.top-message {
  background-color: var(--spikefly-blue);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 8px 48px;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Modernera, sans-serif;
  position: relative;
}

.wrapper.nav-bar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.feature-icon-left {
  flex-direction: row;
  align-items: flex-start;
  padding-right: 4%;
  display: flex;
}

.bg-elements {
  z-index: 0;
  justify-content: center;
  align-items: center;
  max-width: 2000px;
  height: 100%;
  min-height: 400px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.nav-dropdown-link {
  color: #30364d;
  padding: 9px 20px 11px;
  font-size: 14px;
  transition: color .1s, background-color .1s;
}

.nav-dropdown-link:hover {
  color: #9165f7;
  background-color: #ededff;
}

.nav-dropdown-link.w--current {
  color: #30364d;
  font-weight: 700;
}

.nav-dropdown-link.w--current:hover {
  color: #9165f7;
}

.reviews-section {
  background-color: var(--white);
  opacity: 1;
  height: 48%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.review-v1-bottom {
  border-top: 1px solid #e6e8f0;
  align-items: center;
  padding: 24px 32px;
  display: flex;
}

.nav-right {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-dropdown-link-info {
  flex: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
}

.review-v1-rating {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  display: flex;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-radius: 4px;
  flex-wrap: wrap;
  margin-top: 12px;
  margin-left: -4px;
  padding-top: 10px;
  padding-bottom: 10px;
  left: 0;
  box-shadow: 0 6px 24px #30364d38;
}

.dropdown-list-2.v2.w--open {
  width: 420px;
  margin-left: -48px;
  padding: 12px;
  display: flex;
}

.nav-bar {
  z-index: 100;
  background-color: #0000;
  justify-content: center;
  height: 88px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar.sticky {
  background-color: var(--white);
  position: sticky;
  top: 0;
}

.menu-icon-line-middle {
  background-color: #fff;
  border-radius: 1px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.footer-info {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-right: 16%;
  display: flex;
}

.dots {
  opacity: .12;
  background-image: url('../images/circle-pattern-white.svg');
  background-position: 0 0;
  background-size: 12px;
  width: 297px;
  height: 118px;
  position: absolute;
  inset: 22% auto auto 26%;
}

.no-margin {
  margin: 0;
}

.heading-margin-big {
  margin-bottom: 28px;
}

.review-v1 {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  display: flex;
  box-shadow: 0 15px 30px #30364d1a;
}

.video-link-icon {
  width: 16px;
  transform: translate(0);
}

.footer-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 32px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.brand {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.brand.white-bg {
  color: #30364d;
  max-width: 200px;
}

.brand.white-bg.w--current {
  max-width: 200px;
}

.dropdown-decription {
  color: #798099;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
}

.dropdown-header {
  border-bottom: 1px solid #e6e8f0;
  width: 100%;
  margin-bottom: 8px;
  padding: 8px 12px 12px;
}

.social-icons-small {
  justify-content: center;
  align-items: center;
  margin-left: -3px;
  margin-right: -3px;
  display: flex;
}

.menu-icon-line-bottom {
  background-color: #fff;
  border-radius: 1px;
  height: 2px;
}

.top-message-text {
  margin-right: 12px;
  font-family: Modernera, sans-serif;
}

.icon-full-width {
  width: 100%;
}

.review-v1-company {
  color: #a9aec3;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 4px;
  font-family: Modernera, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.dropdown-bridge {
  height: 12px;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
}

.nav-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.review-v1-text {
  color: #798099;
  margin: 32px;
  font-family: Modernera, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-white {
  color: #333;
}

.nav-dropdown-icon {
  display: none;
}

.text-block-3 {
  padding-left: 1px;
}

.icon-box {
  background-image: linear-gradient(#fff, #ededff);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  padding: 12px;
  display: flex;
  box-shadow: 0 1px 2px #30364d4d;
}

.icon-box.big {
  width: 60px;
  height: 60px;
  padding: 16px;
}

.icon-box.gradient {
  background-color: #2d7dd2;
  background-image: none;
}

.footer-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.feature-info-right {
  flex: 1;
  padding-left: 24px;
}

.video-link-icon-box {
  background-image: linear-gradient(#fff, #ededff);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  padding: 6px;
  display: flex;
  box-shadow: 0 1px 2px #30364d40;
}

.intro {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro.margin-bottom {
  margin-bottom: 80px;
  font-family: Modernera, sans-serif;
}

.intro.no-margin-bottom {
  margin-bottom: 0;
  font-family: Modernera, sans-serif;
}

.intro.left {
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 5%;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Modernera, sans-serif;
}

.intro.left.sticky {
  position: sticky;
  top: 160px;
}

.nav-dropdown-link-v2 {
  color: #30364d;
  background-color: #0000;
  border-radius: 4px;
  align-items: center;
  width: 50%;
  padding: 12px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.nav-dropdown-link-v2:hover {
  background-color: #f8f8ff;
}

.nav-dropdown-link-v2.w--current {
  color: #30364d;
  font-weight: 700;
}

.text-big {
  font-size: 17px;
  line-height: 28px;
}

.text-big.text-grey {
  font-family: Modernera, sans-serif;
}

.link-grey {
  color: #798099;
  text-decoration: none;
}

.link-grey:hover {
  text-decoration: underline;
}

.review-v1-star {
  width: 16px;
  margin-left: 1px;
  margin-right: 1px;
}

.navigation-2 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 102px;
  padding-bottom: 128px;
  position: relative;
}

.section.footer-section {
  border-top: 1px #e6e8f0;
  margin-top: 10px;
  padding-top: 40px;
  padding-bottom: 0;
}

.section.haze.no-padding-top {
  background-color: var(--white);
  border-radius: 8px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.haze.no-padding-top.more-padding-bottom {
  padding-bottom: 120px;
}

.section.hero-v2 {
  background-color: var(--white);
  margin-top: -88px;
  padding-top: 200px;
  overflow: hidden;
}

.section.gradient {
  color: #fff;
  background-color: #0c120c;
  overflow: hidden;
}

.section.haze {
  background-color: var(--white);
}

.section.post-top-section {
  background-color: #fff;
  margin-top: 0;
  padding-top: 176px;
  overflow: hidden;
}

.section.gradient {
  background-color: var(--white);
  color: #fff;
  background-color: var(--spikefly-blue);
  overflow: hidden;
}

.section.light-hero {
  background-color: var(--white);
  margin-top: -88px;
  padding-top: 176px;
  overflow: hidden;
}

.section.pricing {
  padding-top: 140px;
  padding-bottom: 140px;
}

.review-v1-name {
  font-family: Modernera, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.title-2 {
  color: #2d7dd2;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #2d7dd224;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 4px 7px 4px 8px;
  font-family: Modernera, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  display: inline-block;
}

.title-2.dark-bg {
  color: #fff;
  background-color: #ffffff1a;
}

.dropdown-corner {
  z-index: 1;
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: -4px;
  left: 33px;
  transform: rotate(45deg);
}

.dropdown-corner.padding {
  left: 89px;
}

.review-v1-info {
  flex: 1;
  padding-left: 16px;
  padding-right: 16px;
}

.page-wrapper {
  background-color: #0000;
  position: relative;
}

.text-grey {
  color: #798099;
  position: relative;
}

.text-grey.large {
  font-family: Modernera, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.top {
  height: 0;
}

.body {
  font-family: Work Sans, sans-serif;
}

.button-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #2d7dd2;
  border: 1px #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.button-3:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px #9165f799;
}

.pricing-feature {
  color: #30364d;
  border-top: 1px solid #e6e8f0;
  border-bottom: 1px solid #e6e8f0;
  align-items: center;
  margin-bottom: -1px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Modernera, sans-serif;
  display: flex;
}

.pricing-feature.no {
  color: #a9aec3;
}

.pricing-v2-card-info {
  flex-direction: column;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  display: flex;
}

.pricing-v2-tag {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.tooltip {
  z-index: 5;
  color: #798099;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e6e8f0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: 200px;
  margin-bottom: 20px;
  padding: 12px 16px;
  font-size: 12px;
  line-height: 16px;
  display: none;
  position: absolute;
  bottom: 50%;
  box-shadow: 0 2px 6px #5962731a;
}

.pricing-feature-icon {
  background-image: url('../images/check-color.svg');
  background-size: 20px;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.pricing-side-features {
  grid-column-gap: 30px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
}

.pricing-card-header {
  color: #fff;
  background-color: #2d7dd2;
  flex-direction: column;
  align-items: center;
  padding: 32px 32px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-v2-billing {
  font-family: Modernera, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.title-3 {
  color: #9165f7;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #ededff;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 4px 7px 4px 8px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
}

.title-3.dark-bg {
  color: #fff;
  background-color: #ffffff1a;
  font-family: Modernera, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.info {
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  transition: border .3s;
  display: flex;
  position: relative;
}

.info:hover {
  border-color: red;
}

.pricing-features {
  text-align: left;
  padding-top: 16px;
  padding-bottom: 32px;
}

.tooltip-arrow {
  background-color: #fff;
  border-bottom: 1px solid #e6e8f0;
  border-right: 1px solid #e6e8f0;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
}

.pricing-v2-card {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 30px #30364d1a;
}

.info-icon {
  opacity: .33;
  background-image: url('../images/help-circle-dark.svg');
  background-position: 50%;
  background-size: 100%;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
}

.info-icon:hover {
  opacity: 1;
}

.feature-card {
  z-index: 1;
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  flex: 270px;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding: 12%;
  font-family: Modernera, sans-serif;
  display: flex;
  position: relative;
  box-shadow: 0 15px 30px #30364d1a;
}

.service-card-section {
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-6 {
  color: #173753;
  font-family: Modernera, sans-serif;
}

.button-4 {
  background-color: var(--button-bright-blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 1px #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-family: Modernera, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.button-4:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px #a8b0b9a6;
}

.button-4.white {
  box-shadow: none;
  color: #9165f7;
  background-color: #fff;
  background-image: none;
}

.button-4.white:hover {
  box-shadow: 0 4px 16px #00000029;
}

.button-4.white.side-margins {
  color: var(--spikefly-blue-2);
  margin-top: 15px;
  font-weight: 700;
}

.text-link {
  color: var(--spikefly-blue);
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.accordion-icon {
  width: 24px;
  margin-right: 16px;
}

.iphone-v1-image {
  width: 86%;
  position: sticky;
  top: 120px;
}

.accordion-header {
  color: #222;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  min-height: 80px;
  padding: 24px 28px;
  display: flex;
}

.accordion-info {
  margin-left: 16px;
  margin-right: 16px;
}

.accordion-arrow {
  opacity: .5;
  background-image: url('../images/right-dark.svg');
  background-position: 50%;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  position: relative;
}

.accordion-card {
  background-color: #fbfcfd;
  border: 1px solid #e6e8f0;
  border-radius: 8px;
  margin-bottom: 16px;
  transition: background-color .4s;
  overflow: hidden;
}

.accordion-card:hover {
  background-color: #fff;
}

.side-accordion {
  width: 800px;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 16px;
}

.accordion-text {
  color: #888;
  margin-left: 28px;
  margin-right: 28px;
  padding-bottom: 32px;
  font-size: 16px;
  line-height: 22px;
}

.accordion-heading {
  flex: 1;
  margin: 4px 16px 4px 4px;
  font-size: 20px;
}

.post-author-info {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 24px;
  display: flex;
}

.sidebar-social {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sidebar-block {
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.sidebar-block.sticky {
  float: none;
  position: sticky;
  top: 129px;
}

.social-icon {
  width: 16px;
}

.post-top {
  background-color: var(--spikefly-blue);
  height: 475px;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.post-heading {
  font-size: 32px;
}

.sidebar {
  flex: 0 auto;
  width: 100%;
}

.social-circle-link {
  border: 1px solid #e6e8f0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 4px;
  transition: border-color .2s;
  display: flex;
}

.social-circle-link:hover {
  border-color: #a9aec3;
}

.post-image {
  z-index: 2;
  background-color: #e6e8f0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 9px;
  align-items: flex-end;
  width: 70%;
  max-width: 700px;
  max-height: 35vw;
  margin: -60px auto 128px;
  display: flex;
  position: relative;
  box-shadow: 0 20px 40px -10px #30364d54;
}

.post {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.sidebar-promo {
  background-color: var(--spikefly-blue-2);
  box-shadow: 0 12px 20px -6px var(--slate-grey-2);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  font-family: Modernera, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sidebar-promo.homepage {
  display: none;
}

.post-info {
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
  padding-top: 18px;
}

.post-author-avatar {
  border-radius: 50%;
  flex: none;
  width: 72px;
  height: 72px;
}

.sidebar-grid {
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 320px 1fr 520px;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.sidebar-promo-info {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.sidebar-heading {
  color: #798099;
  text-align: center;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 500;
}

.post-info-top {
  color: #a9aec3;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 23px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.post-info-top.new {
  font-size: 15px;
}

.post-author {
  background-color: #fff;
  border-radius: 8px;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 80px;
  padding: 28px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.feature-box-h3 {
  z-index: 0;
  font-size: 18px;
  line-height: 24px;
  position: relative;
}

.sub-feature-h2 {
  font-size: 28px;
  line-height: 34px;
}

.pricing-v2-tag-2 {
  margin-bottom: 8px;
  font-family: Modernera, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-feature-icon-2 {
  filter: hue-rotate(125deg);
  background-image: url('../images/check-color.svg');
  background-position: 50%;
  background-size: 20px;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.pricing-feature-icon-2.no {
  opacity: .33;
  background-image: url('../images/x-dark.svg');
}

.pricing-v2-header {
  color: #fff;
  background-color: #2d7dd2;
  flex-direction: column;
  align-items: center;
  padding: 32px 32px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.questions-list {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -24px;
  display: grid;
}

.question-v1 {
  flex-direction: row;
  align-items: flex-start;
  padding-right: 4%;
  display: flex;
}

.faq-section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.help-input {
  background-image: url('../images/search-color.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px solid #e6e8f0;
  border-radius: 8px;
  width: 100%;
  height: 56px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 19px 24px 20px 52px;
  font-size: 16px;
  line-height: 24px;
  transition: border-color .4s;
}

.help-input:hover, .help-input:focus {
  border-color: #9165f7;
}

.help-input::placeholder {
  color: #a9aec3;
}

.help-button {
  background-color: #0000;
  background-image: url('../images/arrow-right-white.svg'), linear-gradient(to right, #b87df9, #6a4ee1);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 24px, auto;
  border-radius: 4px;
  width: 48px;
  height: 48px;
  transition: width .4s;
  position: absolute;
  top: 4px;
  right: 4px;
}

.help-button:hover {
  opacity: 1;
  background-color: #2583fd1f;
  width: 56px;
}

.help-form {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.text-small {
  font-size: 13px;
  line-height: 20px;
}

.image {
  border: 2px #ec8100d1;
  border-radius: 8px;
  max-width: 100%;
}

.image.smaller {
  border-style: none;
  max-width: 50%;
}

.image.larger {
  max-width: 100%;
}

.text-black {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
}

.image-2 {
  width: 100%;
  max-width: 525px;
}

.image-3 {
  max-width: 90%;
}

.image-4 {
  opacity: 1;
  filter: saturate(112%) hue-rotate(341deg);
  min-width: 500px;
}

.footer-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.link-block-2 {
  color: var(--slate-grey);
}

.text-block-37 {
  color: var(--slate-grey-2);
  font-family: Modernera, sans-serif;
  font-size: 14px;
}

.button-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(to right, #b87df9, #6a4ee1);
  border: 1px #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.button-5:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px #9165f799;
}

.button-5.white {
  box-shadow: none;
  color: var(--spikefly-blue-2);
  background-color: #fff;
  background-image: none;
}

.button-5.white:hover {
  box-shadow: 0 4px 16px #00000029;
}

.button-5.white.full-width {
  color: var(--spikefly-blue-2);
  margin-top: 18px;
}

.accordion-heading-2 {
  flex: 1;
  margin: 4px 16px 4px 0;
}

.faq-wrapper {
  max-width: 1220px;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
}

.accordion__content-wrap {
  height: 0%;
  overflow: hidden;
}

.accordion__content {
  margin: 15px 20px 20px 0;
}

.section-faqs {
  padding-top: 0;
}

.custom-code-section {
  margin-top: 5%;
  margin-bottom: 6%;
}

.home-button-text {
  color: var(--spikefly-blue);
  margin-left: 31px;
  padding-top: 1px;
}

.posts-2-cols {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -24px;
  display: grid;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.breadcrumbs-arrow {
  opacity: .3;
  background-image: url('../images/right-dark.svg');
  background-position: 50%;
  background-size: 16px;
  width: 17px;
  height: 17px;
  margin: 10px 4px 9px;
}

.breadcrumbs {
  color: #a9aec3;
  text-transform: capitalize;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 0;
  font-size: 13px;
  line-height: 16px;
  display: flex;
}

.home-button {
  filter: hue-rotate(316deg);
  color: var(--spikefly-blue-2);
  background-color: #7980992b;
  background-image: url('../images/home-color.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 8px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 78px;
  height: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sidebar-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 320px 1fr 320px;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.sidebar-grid-2.new {
  display: flex;
}

.sidebar-grid-2.updated {
  grid-column-gap: 64px;
  grid-template-columns: 1fr 1.25fr;
}

.section-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 128px;
  padding-bottom: 128px;
  position: relative;
}

.section-3.haze {
  background-color: var(--white);
  padding-top: 5%;
  padding-bottom: 5%;
}

.section-3.haze.no-padding {
  background-color: var(--white);
  padding-top: 3%;
  padding-bottom: 3%;
}

.section-3.post-top-section {
  background-color: #fff;
  margin-top: 0;
  padding-top: 176px;
  overflow: hidden;
}

.section-3.haze {
  background-color: #79809912;
}

.page-wrapper-2 {
  position: relative;
}

.link-block-3 {
  color: var(--button-bright-blue);
}

.link-block-3.w--current {
  color: var(--spikefly-blue);
}

.text-block-38 {
  padding-top: 1px;
  padding-left: 0;
}

.post-card {
  background-color: var(--white);
  color: #30364d;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 28px;
  font-family: Modernera, sans-serif;
  text-decoration: none;
  transition: background-color .4s, box-shadow .4s, transform .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-card:hover {
  background-color: #fff;
  transform: translate(0, -6px);
  box-shadow: 0 12px 24px -6px #30364d29;
}

.post-card-image {
  background-color: #f8f8ff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  transition: filter .2s;
}

.post-card-info {
  text-align: center;
  flex-direction: column;
  flex: 1;
  padding-top: 24px;
  display: flex;
}

.post-card-heading {
  text-transform: capitalize;
  margin-bottom: 8px;
}

.post-card-bottom {
  color: #798099;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.text-block-39 {
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}

.text-block-40 {
  color: var(--spikefly-blue);
  text-align: right;
  margin-top: 14px;
  margin-left: auto;
  margin-right: 0;
  padding-right: 33px;
  font-size: 14px;
}

.text-block-40:hover {
  color: var(--button-bright-blue);
}

.posts-3-cols {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -24px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.heading-9 {
  font-size: 18px;
}

.image-5 {
  border-radius: 10px;
  width: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 1220px;
  height: auto;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 900px;
  padding-top: 117px;
  padding-bottom: 117px;
  font-family: Modernera, sans-serif;
  display: flex;
}

.div-block-159 {
  font-size: 20px;
}

.rich-text-block {
  font-size: 17px;
  line-height: 24px;
}

.body-section {
  margin-top: 5%;
  margin-bottom: 5%;
}

.link-3 {
  color: var(--slate-grey-2);
}

.nav-phone {
  color: var(--slate-grey);
  margin-right: 18px;
  font-family: Modernera, sans-serif;
  font-size: 18px;
}

.nav-phone:hover {
  color: var(--spikefly-dark-orange);
}

.heading-10, .heading-11 {
  font-family: Modernera, sans-serif;
}

.paragraph-4 {
  font-family: Modernera, sans-serif;
  font-size: 18px;
}

.text-block-41 {
  font-family: Modernera, sans-serif;
  font-size: 14px;
}

.rich-text-block-2 {
  font-size: 16px;
}

.link-4 {
  color: #240c0c;
}

.heading-12 {
  font-size: 22px;
}

.image-6 {
  color: #2a0909;
  width: 77%;
}

.div-block-160 {
  color: #270909;
}

@media screen and (max-width: 991px) {
  .header {
    padding-top: 160px;
  }

  .container.space-below {
    margin-bottom: 80px;
  }

  .content-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 35px;
    display: flex;
  }

  .heading {
    text-align: center;
  }

  .footer-column {
    width: 20%;
  }

  .footer-column-large {
    width: 40%;
  }

  .column {
    width: 100%;
  }

  .hero-block {
    justify-content: center;
    width: 100%;
  }

  .image-block {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
  }

  .content-block-left {
    width: 100%;
    padding-right: 25px;
  }

  .section-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .column-wrap-reversed {
    flex-wrap: wrap;
    margin-bottom: 80px;
  }

  .column-wrap {
    flex-wrap: wrap;
  }

  .dropdown-link {
    color: #3b4c5b;
    border-radius: 10px;
    width: 100%;
    min-width: 170px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .dropdown-link:hover {
    background-color: #73a7d417;
  }

  .dropdown-link.w--current {
    color: #ff6f20;
  }

  .navigation-block-right {
    width: 100%;
  }

  .dropdown-mobile {
    margin-left: 15px;
    margin-right: 0;
    display: flex;
  }

  .navigation-link-wrap {
    display: none;
  }

  .dropdown-toggle {
    padding: 0;
  }

  .container-navigation {
    z-index: 99;
    position: relative;
  }

  .mobile-button-link {
    background-color: #54668114;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    padding: 17px;
    display: flex;
  }

  .mobiel-dropdown {
    right: 10%;
  }

  .mobiel-dropdown.w--open {
    background-color: #fff;
    border-radius: 15px;
    min-width: 270px;
    margin-top: 74px;
    padding: 20px;
    box-shadow: 1px 1px 3px #54668121;
  }

  .feature-wrap {
    flex-direction: column;
  }

  .feature-icon {
    margin-bottom: 15px;
  }

  .hero-image-wrap {
    width: 100%;
    min-height: auto;
  }

  .content-block-right {
    width: 100%;
    padding-left: 25px;
  }

  .testimonial-image-block {
    padding: 30px;
  }

  .hero-content {
    flex-wrap: wrap;
  }

  .paragraph-hero {
    text-align: center;
  }

  .content-block-hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    display: flex;
  }

  .statistic-circle-wrap {
    width: 100%;
  }

  .flowbase-card-wrap {
    min-width: auto;
    max-width: 610px;
    margin-right: 15px;
    display: block;
  }

  .arrow-image {
    display: none;
  }

  .arrow-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .feature-number-wrap {
    flex-direction: column;
  }

  .blog-card {
    padding: 20px 20px 35px;
  }

  .section-blog {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .arrow-image-mobile {
    display: block;
    position: relative;
    left: 55px;
  }

  .arrow-image-mobile-02 {
    display: block;
    position: relative;
    left: -55px;
  }

  .feature {
    flex-direction: column;
  }

  .content-icon {
    margin-bottom: 15px;
  }

  .container-flex {
    flex-wrap: wrap;
  }

  .footer-v1-bottom {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom: 1px solid #ededff;
    flex-direction: column;
    max-height: 90vh;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .testimonials-v1 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    margin-left: 8px;
    margin-right: 8px;
  }

  .testimonials-v1-column.mobile-hidden {
    display: none;
  }

  .nav-link {
    color: #30364d;
    background-color: #fff;
    border-radius: 0;
    padding: 12px 24px;
  }

  .nav-link:hover {
    background-color: #fff;
  }

  .nav-link.w--current {
    color: #30364d;
  }

  .nav-link.w--open {
    box-shadow: inset 0 1px #ededff;
  }

  .nav-link.white-bg {
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 16px;
    display: block;
  }

  .nav-link.white-bg:hover {
    background-color: #7980990f;
  }

  .nav-link.white-bg.hidden {
    font-size: 16px;
  }

  .nav-link.white-bg.hidden.featured {
    background-color: var(--spikefly-blue-2);
    color: var(--white);
    font-size: 16px;
  }

  .menu-icon-line-top.dark {
    background-color: #30364d;
  }

  .main-grid {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .top-message {
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 48px;
  }

  .wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper.nav-bar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .bg-elements {
    min-height: 420px;
  }

  .nav-dropdown-link {
    padding-left: 24px;
    font-size: 13px;
  }

  .nav-dropdown-link:hover {
    background-color: #0000;
  }

  .nav-dropdown-link.w--current {
    color: #30364d;
  }

  .reviews-section {
    height: 56vw;
  }

  .dropdown-list-2.w--open {
    background-color: #0000;
    border: 1px #000;
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    padding: 0 16px 12px;
    position: relative;
    box-shadow: 0 1px #ffffff1f;
  }

  .dropdown-list-2.v2.w--open {
    width: 100%;
    margin-left: 0;
  }

  .nav-bar {
    height: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-icon-line-middle.dark {
    background-color: #30364d;
  }

  .dots {
    height: 81px;
    top: 34%;
    bottom: -10%;
    left: -14%;
  }

  .no-margin {
    margin: 0;
  }

  .footer-grid {
    grid-column-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .brand {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-button {
    z-index: 2147483647;
    background-color: #0000;
  }

  .menu-button.w--open {
    color: #30364d;
    background-color: #0000;
  }

  .menu-icon-line-bottom.dark {
    background-color: #30364d;
  }

  .dropdown-bridge {
    display: none;
  }

  .nav-buttons {
    grid-column-gap: 12px;
  }

  .nav-dropdown-icon {
    opacity: .4;
    margin-right: 24px;
    display: inline-block;
  }

  .footer-top {
    margin-bottom: 0;
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .intro {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro.margin-bottom {
    margin-bottom: 64px;
  }

  .intro.no-margin-bottom {
    margin-bottom: 0;
  }

  .nav-dropdown-link-v2 {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-dropdown-link-v2:hover {
    background-color: #0000;
  }

  .nav-dropdown-link-v2.w--current {
    color: #30364d;
  }

  .navigation-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    padding-top: 104px;
    padding-bottom: 80px;
  }

  .section.hero-v2 {
    margin-top: -64px;
    padding-top: 144px;
  }

  .section.post-top-section, .section.light-hero {
    margin-top: -64px;
    padding-top: 128px;
  }

  .dropdown-corner {
    display: none;
  }

  .body {
    font-size: 16px;
  }

  .info {
    flex: none;
  }

  .pricing-v2-card {
    flex: 0 auto;
  }

  .feature-card {
    padding: 5vw;
  }

  .iphone-v1-image {
    width: 64%;
    position: static;
  }

  .side-accordion {
    width: 700px;
  }

  .sidebar-block {
    margin-bottom: 16px;
  }

  .post-top {
    height: 360px;
  }

  .sidebar {
    max-width: 100%;
  }

  .post-image {
    width: auto;
    max-width: 80%;
    height: 30vw;
    margin: 57px auto 48px;
  }

  .sidebar-promo {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .sidebar-promo.homepage {
    border-radius: 8px;
    justify-content: center;
    max-width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .sidebar-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .sidebar-promo-info {
    justify-content: center;
    align-items: center;
    margin-top: 23px;
  }

  .post-info-top {
    font-size: 11px;
  }

  .post-author {
    max-width: 50%;
    margin: 0 auto 48px;
    padding-right: 0%;
  }

  .image-4 {
    min-width: 400px;
  }

  .home-button-text {
    display: none;
  }

  .posts-2-cols {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .breadcrumbs {
    margin-left: 8px;
    margin-right: 8px;
  }

  .home-button {
    width: 32px;
  }

  .sidebar-grid-2 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-3 {
    padding-top: 104px;
    padding-bottom: 80px;
  }

  .section-3.post-top-section {
    margin-top: 0;
    padding-top: 128px;
  }

  .post-card {
    padding: 0;
    overflow: visible;
  }

  .post-card:hover {
    box-shadow: none;
    background-color: #0000;
    transform: none;
  }

  .post-card-image {
    height: 31vw;
  }

  .post-card-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .posts-3-cols {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .image-5 {
    max-width: 100%;
  }

  .rich-text-block {
    padding-left: 13px;
    padding-right: 13px;
  }

  .nav-phone {
    margin-top: 6px;
    margin-right: 27px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer-column {
    width: 50%;
  }

  .footer-column-large {
    width: 50%;
    margin-bottom: 25px;
  }

  .section-content {
    padding-left: 3%;
    padding-right: 3%;
  }

  .section-logo {
    padding-top: 20px;
  }

  .full-logo-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }

  .logo-wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .navigation-link-wrap, .phone-wrap {
    display: none;
  }

  .content-block-right {
    padding: 10px;
  }

  .testimonial-content-wrap {
    width: 100%;
    padding-left: 25px;
  }

  .testimonial-image-block {
    width: 100%;
  }

  .testimonial-columns-2 {
    flex-direction: column;
  }

  .logo {
    width: 130px;
  }

  .button-navigation {
    display: none;
  }

  .flowbase-card-wrap {
    min-width: auto;
    margin-left: 15px;
  }

  .blog-card {
    width: 100%;
    margin-bottom: 35px;
  }

  .section-blog {
    padding-left: 3%;
    padding-right: 3%;
  }

  .clone-button.w--current {
    text-align: center;
  }

  .flowbase-card-delete {
    display: none;
  }

  .footer-v1-bottom {
    margin-top: -1px;
  }

  .menu-icon {
    margin-left: 2px;
    margin-right: 2px;
  }

  .nav-link.white-bg {
    padding-top: 4%;
    padding-bottom: 4%;
    font-size: 18px;
  }

  .nav-link.white-bg.hidden {
    font-size: 18px;
  }

  .nav-link.white-bg.hidden.featured {
    background-color: var(--spikefly-blue-2);
    color: var(--white);
    font-size: 18px;
  }

  .nav-link.white-bg.call-us {
    background-color: #79809921;
    font-size: 18px;
  }

  .footer-link-2 {
    font-size: 13px;
    line-height: 20px;
  }

  .main-grid {
    grid-row-gap: 48px;
  }

  .logo-text {
    font-size: 26px;
    line-height: 30px;
  }

  .top-message {
    display: none;
  }

  .reviews-section {
    height: 62vw;
  }

  .review-v1-bottom {
    flex-wrap: wrap;
    padding-left: 24px;
    padding-right: 24px;
  }

  .review-v1-rating {
    width: 100%;
    margin-top: 8px;
    padding-left: 56px;
  }

  .nav-bar {
    height: 60px;
  }

  .nav-bar.sticky {
    height: 70px;
  }

  .dots {
    width: 226px;
    height: 71px;
    top: 38%;
  }

  .no-margin {
    margin: 0;
  }

  .top-message-text {
    font-size: 13px;
    line-height: 20px;
  }

  .nav-buttons {
    display: none;
  }

  .review-v1-text {
    margin: 24px;
  }

  .footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .intro.margin-bottom {
    margin-bottom: 48px;
  }

  .intro.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro.left.sticky {
    position: static;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.hero-v2, .section.post-top-section, .section.light-hero {
    margin-top: -60px;
    padding-top: 96px;
  }

  .pricing-v2-card-info {
    margin-left: 12px;
    margin-right: 12px;
  }

  .accordion-icon {
    width: 20px;
    margin-left: 1px;
    margin-right: 10px;
  }

  .accordion-header {
    min-height: 60px;
    padding: 12px 16px;
  }

  .accordion-card {
    margin-bottom: 12px;
  }

  .side-accordion {
    width: 100%;
  }

  .accordion-text {
    margin-left: 4px;
    margin-right: 4px;
    padding-bottom: 24px;
  }

  .accordion-heading {
    font-size: 17px;
    line-height: 24px;
  }

  .post-author-info {
    padding-top: 8px;
    padding-left: 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .sidebar-block {
    margin-bottom: 3px;
  }

  .post-top {
    height: 240px;
  }

  .sidebar {
    max-width: 100%;
  }

  .post-image {
    max-height: none;
    margin-top: 76px;
    margin-bottom: 32px;
    box-shadow: 0 10px 20px -5px #30364d54;
  }

  .sidebar-promo {
    display: none;
  }

  .post-author-avatar {
    width: 64px;
    height: 64px;
  }

  .sidebar-promo-info {
    margin-top: 5px;
  }

  .post-author {
    margin-bottom: 5px;
  }

  .image-4 {
    min-width: 300px;
  }

  .accordion-heading-2 {
    font-size: 17px;
    line-height: 24px;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .section-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-3.post-top-section {
    margin-top: 0;
    padding-top: 96px;
  }

  .nav-phone {
    margin-right: 81px;
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .footer-column, .footer-column-large {
    width: 100%;
  }

  .image-block {
    padding: 8px;
  }

  .column-wrap-reversed {
    margin-bottom: 0;
  }

  .button-wrap-hero {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .phone-wrap {
    display: none;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-image-wrap {
    padding: 10px;
  }

  .testimonial-content-wrap, .testimonial-image-block {
    padding: 15px;
  }

  .flowbase-close-card {
    top: 0;
    bottom: auto;
    right: 0;
  }

  .flowbase-title-wrap {
    width: 100%;
    padding-left: 4px;
  }

  .flowbase-card-wrap {
    min-width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .flowbase-icon-wrap {
    min-width: 60px;
  }

  .arrow-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .blog-card {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flowbase-card-delete {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-v1-bottom {
    flex-wrap: wrap;
    margin-top: 0;
    padding-top: 8px;
  }

  .nav-menu {
    width: 100%;
    max-height: 80vh;
  }

  .footer-brand {
    margin-bottom: 16px;
  }

  .button-2.small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimonials-v1 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .nav-link.white-bg, .nav-link.white-bg.hidden {
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .nav-link.white-bg.call-us {
    background-color: #7980991a;
    display: block;
  }

  .inline-elements {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .main-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .video-link.margin-left {
    margin-top: 16px;
    margin-left: 0;
  }

  .feature-icon-left {
    padding-right: 0;
  }

  .reviews-section {
    height: 112vw;
  }

  .dots {
    width: 160px;
    height: 82px;
    bottom: -12%;
  }

  .no-margin {
    margin: 0;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .nav-buttons {
    justify-items: center;
    width: 100%;
  }

  .footer-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .feature-info-right {
    padding-left: 20px;
  }

  .intro.no-margin-bottom {
    width: 100%;
    margin-bottom: 0;
  }

  .pricing-side-features {
    grid-template-columns: 1fr;
  }

  .feature-card {
    padding: 10vw;
  }

  .button-4.white.side-margins {
    color: var(--spikefly-blue-2);
  }

  .iphone-v1-image {
    width: 80%;
  }

  .accordion-card {
    margin-bottom: 26px;
  }

  .accordion-text {
    margin-left: 0;
  }

  .post-top {
    height: 160px;
  }

  .sidebar {
    max-width: none;
  }

  .post-image {
    max-width: 95%;
    height: 40vw;
    margin-top: 18px;
  }

  .sidebar-promo, .post-author {
    max-width: 100%;
  }

  .pricing-feature-icon-2 {
    filter: hue-rotate(102deg);
  }

  .question-v1 {
    padding-right: 0;
  }

  .accordion__content-wrap {
    padding-left: 16px;
  }

  .posts-2-cols {
    grid-template-columns: 100%;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .post-card-image {
    height: 58vw;
  }

  .posts-3-cols {
    grid-template-columns: 100%;
  }

  .utility-page-content {
    padding-top: 97px;
  }

  .rich-text-block {
    padding-left: 3px;
    padding-right: 3px;
  }

  .nav-phone {
    margin-right: 0;
    display: none;
  }
}

#w-node-_42d15798-606c-4e09-03da-b2b74b4dfa86-36a1346a {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_42d15798-606c-4e09-03da-b2b74b4dfa95-36a1346a {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-bdca3da1-7351-4383-4eaa-fb366f902cc5-36a1346a, #w-node-bdca3da1-7351-4383-4eaa-fb366f902ccf-36a1346a, #w-node-bdca3da1-7351-4383-4eaa-fb366f902cd9-36a1346a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b304671f-4995-6595-3e9d-13b072fb51f2-36a1346a {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-b304671f-4995-6595-3e9d-13b072fb51f3-36a1346a {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_42d15798-606c-4e09-03da-b2b74b4dfad6-36a1346a {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_42d15798-606c-4e09-03da-b2b74b4dfad7-36a1346a {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_42d15798-606c-4e09-03da-b2b74b4dfac1-36a1346a {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_42d15798-606c-4e09-03da-b2b74b4dfac2-36a1346a {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_42d15798-606c-4e09-03da-b2b74b4dfb00-36a1346a, #w-node-_42d15798-606c-4e09-03da-b2b74b4dfb21-36a1346a, #w-node-_42d15798-606c-4e09-03da-b2b74b4dfb42-36a1346a {
  align-self: start;
}

#w-node-d8ebe716-7507-0041-04bd-e54969a4f7c6-a4fe1d29 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-d8ebe716-7507-0041-04bd-e54969a4f7f6-a4fe1d29 {
  grid-area: span 1 / span 8 / span 1 / span 8;
  align-self: center;
}

#w-node-_42d15798-606c-4e09-03da-b2b74b4dfa86-a4fe1d29 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_42d15798-606c-4e09-03da-b2b74b4dfa95-a4fe1d29 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_42d15798-606c-4e09-03da-b2b74b4dfbf4-a4fe1d29 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_42d15798-606c-4e09-03da-b2b74b4dfbfe-a4fe1d29 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_42d15798-606c-4e09-03da-b2b74b4dfc0a-a4fe1d29, #w-node-_42d15798-606c-4e09-03da-b2b74b4dfc1b-a4fe1d29, #w-node-_42d15798-606c-4e09-03da-b2b74b4dfc2a-a4fe1d29, #w-node-_42d15798-606c-4e09-03da-b2b74b4dfc37-a4fe1d29 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b4ab05a3-bb36-867a-f2f2-cf46222cfc2c-4731aa70 {
  grid-area: 1 / 8 / 2 / 12;
  place-self: start center;
}

#w-node-b4ab05a3-bb36-867a-f2f2-cf46222cfc2d-4731aa70 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-_7f892952-3290-b7f0-bd05-d42394b5277d-4731aa70 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_961692bf-2f0a-f6c5-16a8-6eb15b6940b3-5b6940b0 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_961692bf-2f0a-f6c5-16a8-6eb15b6940b7-5b6940b0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_961692bf-2f0a-f6c5-16a8-6eb15b6940c3-5b6940b0, #w-node-_961692bf-2f0a-f6c5-16a8-6eb15b6940d4-5b6940b0, #w-node-_961692bf-2f0a-f6c5-16a8-6eb15b6940e3-5b6940b0, #w-node-_961692bf-2f0a-f6c5-16a8-6eb15b6940f0-5b6940b0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_56f0fac9-5cf3-ef49-f3af-bad1000a07f7-2c14cc33 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_56f0fac9-5cf3-ef49-f3af-bad1000a07f8-2c14cc33 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_2b060adf-beb5-a7b4-dcc5-d633b9ca8dca-2c14cc33 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_2b060adf-beb5-a7b4-dcc5-d633b9ca8dd1-2c14cc33 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_42d15798-606c-4e09-03da-b2b74b4dfbf4-2c14cc33 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_42d15798-606c-4e09-03da-b2b74b4dfbfe-2c14cc33 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_42d15798-606c-4e09-03da-b2b74b4dfc0a-2c14cc33, #w-node-_42d15798-606c-4e09-03da-b2b74b4dfc1b-2c14cc33, #w-node-_42d15798-606c-4e09-03da-b2b74b4dfc2a-2c14cc33, #w-node-_42d15798-606c-4e09-03da-b2b74b4dfc37-2c14cc33, #w-node-_4ef2f884-739a-e833-5549-015c1b13f283-f08022dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a7e5a4be-fd48-938c-a567-afb6d33943ec-6f636a09, #w-node-a7e5a4be-fd48-938c-a567-afb6d33943f5-6f636a09, #w-node-a7e5a4be-fd48-938c-a567-afb6d33943fe-6f636a09 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_81e5ae65-b1b2-6733-e5eb-5edb3c41878f-6f636a09 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_81e5ae65-b1b2-6733-e5eb-5edb3c418790-6f636a09 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_464c30d2-8709-f5be-e095-3daf35154977-6f636a09 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_464c30d2-8709-f5be-e095-3daf35154978-6f636a09 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_892c9565-6379-5a7c-fa84-724e64dca748-6f636a09 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_892c9565-6379-5a7c-fa84-724e64dca749-6f636a09 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_8c95de36-dfae-b53d-0ebc-723e5465b833-4ba2a521 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center start;
}

#w-node-_8c95de36-dfae-b53d-0ebc-723e5465b83e-4ba2a521 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_8c95de36-dfae-b53d-0ebc-723e5465b865-4ba2a521 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-_42d15798-606c-4e09-03da-b2b74b4dfa86-36a1346a {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_42d15798-606c-4e09-03da-b2b74b4dfa95-36a1346a {
    grid-area: span 1 / span 8 / span 1 / span 8;
    place-self: center;
  }

  #w-node-bdca3da1-7351-4383-4eaa-fb366f902cc5-36a1346a, #w-node-bdca3da1-7351-4383-4eaa-fb366f902ccf-36a1346a, #w-node-bdca3da1-7351-4383-4eaa-fb366f902cd9-36a1346a {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_291396d7-dd7a-5412-4a85-8456a50c779f-36a1346a {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-b304671f-4995-6595-3e9d-13b072fb51f2-36a1346a {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-b304671f-4995-6595-3e9d-13b072fb51f3-36a1346a {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_42d15798-606c-4e09-03da-b2b74b4dfad6-36a1346a {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_42d15798-606c-4e09-03da-b2b74b4dfad7-36a1346a {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_42d15798-606c-4e09-03da-b2b74b4dfac1-36a1346a {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_42d15798-606c-4e09-03da-b2b74b4dfac2-36a1346a {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-d8ebe716-7507-0041-04bd-e54969a4f7c6-a4fe1d29 {
    grid-area: 1 / 3 / 2 / 7;
  }

  #w-node-_42d15798-606c-4e09-03da-b2b74b4dfa86-a4fe1d29 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_42d15798-606c-4e09-03da-b2b74b4dfa95-a4fe1d29 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    place-self: center;
  }

  #w-node-_42d15798-606c-4e09-03da-b2b74b4dfbf4-a4fe1d29 {
    grid-column: span 8 / span 8;
  }

  #w-node-_42d15798-606c-4e09-03da-b2b74b4dfbfe-a4fe1d29 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_42d15798-606c-4e09-03da-b2b74b4dfc0a-a4fe1d29, #w-node-_42d15798-606c-4e09-03da-b2b74b4dfc2a-a4fe1d29 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b4ab05a3-bb36-867a-f2f2-cf46222cfc2c-4731aa70 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-b4ab05a3-bb36-867a-f2f2-cf46222cfc2d-4731aa70 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_7f892952-3290-b7f0-bd05-d42394b52790-4731aa70 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_961692bf-2f0a-f6c5-16a8-6eb15b6940b3-5b6940b0 {
    grid-column: span 8 / span 8;
  }

  #w-node-_961692bf-2f0a-f6c5-16a8-6eb15b6940b7-5b6940b0 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_961692bf-2f0a-f6c5-16a8-6eb15b6940c3-5b6940b0, #w-node-_961692bf-2f0a-f6c5-16a8-6eb15b6940e3-5b6940b0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_56f0fac9-5cf3-ef49-f3af-bad1000a07f7-2c14cc33 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_56f0fac9-5cf3-ef49-f3af-bad1000a07f8-2c14cc33 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_2b060adf-beb5-a7b4-dcc5-d633b9ca8dca-2c14cc33 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-_2b060adf-beb5-a7b4-dcc5-d633b9ca8dd1-2c14cc33 {
    grid-area: 1 / 4 / 2 / 9;
  }

  #w-node-_42d15798-606c-4e09-03da-b2b74b4dfbf4-2c14cc33 {
    grid-column: span 8 / span 8;
  }

  #w-node-_42d15798-606c-4e09-03da-b2b74b4dfbfe-2c14cc33 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_42d15798-606c-4e09-03da-b2b74b4dfc0a-2c14cc33, #w-node-_42d15798-606c-4e09-03da-b2b74b4dfc2a-2c14cc33, #w-node-f10070f2-0b2d-76be-1e87-5781b3f7dde7-b86d470b, #w-node-_4ef2f884-739a-e833-5549-015c1b13f296-f08022dc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a7e5a4be-fd48-938c-a567-afb6d33943ec-6f636a09, #w-node-a7e5a4be-fd48-938c-a567-afb6d33943f5-6f636a09, #w-node-a7e5a4be-fd48-938c-a567-afb6d33943fe-6f636a09 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a7e5a4be-fd48-938c-a567-afb6d3394407-6f636a09 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_81e5ae65-b1b2-6733-e5eb-5edb3c41878f-6f636a09 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_81e5ae65-b1b2-6733-e5eb-5edb3c418790-6f636a09 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_464c30d2-8709-f5be-e095-3daf35154977-6f636a09 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_464c30d2-8709-f5be-e095-3daf35154978-6f636a09 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_892c9565-6379-5a7c-fa84-724e64dca748-6f636a09 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_892c9565-6379-5a7c-fa84-724e64dca749-6f636a09 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_8c95de36-dfae-b53d-0ebc-723e5465b833-4ba2a521 {
    grid-area: span 1 / span 7 / span 1 / span 7;
    place-self: center start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_42d15798-606c-4e09-03da-b2b74b4dfa95-36a1346a {
    grid-area: span 1 / span 8 / span 1 / span 8;
    place-self: center;
  }

  #w-node-bdca3da1-7351-4383-4eaa-fb366f902cc5-36a1346a, #w-node-bdca3da1-7351-4383-4eaa-fb366f902ccf-36a1346a, #w-node-bdca3da1-7351-4383-4eaa-fb366f902cd9-36a1346a {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d8ebe716-7507-0041-04bd-e54969a4f7c6-a4fe1d29 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-d8ebe716-7507-0041-04bd-e54969a4f7f6-a4fe1d29 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: center;
  }

  #w-node-_42d15798-606c-4e09-03da-b2b74b4dfa95-a4fe1d29 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    place-self: center;
  }

  #w-node-_42d15798-606c-4e09-03da-b2b74b4dfbfe-a4fe1d29, #w-node-_961692bf-2f0a-f6c5-16a8-6eb15b6940b7-5b6940b0 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_56f0fac9-5cf3-ef49-f3af-bad1000a07f8-2c14cc33 {
    grid-area: 2 / 1 / 3 / 9;
    align-self: center;
  }

  #w-node-_2b060adf-beb5-a7b4-dcc5-d633b9ca8dca-2c14cc33 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: start;
  }

  #w-node-_2b060adf-beb5-a7b4-dcc5-d633b9ca8dd1-2c14cc33, #w-node-_42d15798-606c-4e09-03da-b2b74b4dfbfe-2c14cc33 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-a7e5a4be-fd48-938c-a567-afb6d33943ec-6f636a09, #w-node-a7e5a4be-fd48-938c-a567-afb6d33943f5-6f636a09, #w-node-a7e5a4be-fd48-938c-a567-afb6d33943fe-6f636a09 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_42d15798-606c-4e09-03da-b2b74b4dfa86-36a1346a {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-_42d15798-606c-4e09-03da-b2b74b4dfa95-36a1346a, #w-node-b304671f-4995-6595-3e9d-13b072fb51f2-36a1346a {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-b304671f-4995-6595-3e9d-13b072fb51f3-36a1346a {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-_42d15798-606c-4e09-03da-b2b74b4dfad6-36a1346a {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_42d15798-606c-4e09-03da-b2b74b4dfad7-36a1346a {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_42d15798-606c-4e09-03da-b2b74b4dfac1-36a1346a {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_42d15798-606c-4e09-03da-b2b74b4dfac2-36a1346a {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-d8ebe716-7507-0041-04bd-e54969a4f7c6-a4fe1d29 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-d8ebe716-7507-0041-04bd-e54969a4f7f6-a4fe1d29 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_42d15798-606c-4e09-03da-b2b74b4dfa86-a4fe1d29 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-_42d15798-606c-4e09-03da-b2b74b4dfa95-a4fe1d29 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_42d15798-606c-4e09-03da-b2b74b4dfbf4-a4fe1d29 {
    grid-column: span 4 / span 4;
  }

  #w-node-_42d15798-606c-4e09-03da-b2b74b4dfbfe-a4fe1d29 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_42d15798-606c-4e09-03da-b2b74b4dfc0a-a4fe1d29 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b4ab05a3-bb36-867a-f2f2-cf46222cfc2c-4731aa70 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-b4ab05a3-bb36-867a-f2f2-cf46222cfc2d-4731aa70 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_7f892952-3290-b7f0-bd05-d42394b5277d-4731aa70, #w-node-_7f892952-3290-b7f0-bd05-d42394b52790-4731aa70 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_961692bf-2f0a-f6c5-16a8-6eb15b6940b3-5b6940b0 {
    grid-column: span 4 / span 4;
  }

  #w-node-_961692bf-2f0a-f6c5-16a8-6eb15b6940b7-5b6940b0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_961692bf-2f0a-f6c5-16a8-6eb15b6940c3-5b6940b0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_56f0fac9-5cf3-ef49-f3af-bad1000a07f7-2c14cc33, #w-node-_56f0fac9-5cf3-ef49-f3af-bad1000a07f8-2c14cc33 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2b060adf-beb5-a7b4-dcc5-d633b9ca8dca-2c14cc33, #w-node-_2b060adf-beb5-a7b4-dcc5-d633b9ca8dd1-2c14cc33, #w-node-_42d15798-606c-4e09-03da-b2b74b4dfbf4-2c14cc33 {
    grid-column: span 4 / span 4;
  }

  #w-node-_42d15798-606c-4e09-03da-b2b74b4dfbfe-2c14cc33 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_42d15798-606c-4e09-03da-b2b74b4dfc0a-2c14cc33, #w-node-_4ef2f884-739a-e833-5549-015c1b13f283-f08022dc, #w-node-_4ef2f884-739a-e833-5549-015c1b13f296-f08022dc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4ef2f884-739a-e833-5549-015c1b13f2fb-f08022dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_81e5ae65-b1b2-6733-e5eb-5edb3c41878f-6f636a09 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_81e5ae65-b1b2-6733-e5eb-5edb3c418790-6f636a09 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_464c30d2-8709-f5be-e095-3daf35154977-6f636a09 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_464c30d2-8709-f5be-e095-3daf35154978-6f636a09 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_892c9565-6379-5a7c-fa84-724e64dca748-6f636a09 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_892c9565-6379-5a7c-fa84-724e64dca749-6f636a09 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_8c95de36-dfae-b53d-0ebc-723e5465b833-4ba2a521 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center start;
  }

  #w-node-_8c95de36-dfae-b53d-0ebc-723e5465b83e-4ba2a521 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


@font-face {
  font-family: 'Modernera';
  src: url('../fonts/ModernEra-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Modernera';
  src: url('../fonts/ModernEra-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Modernera';
  src: url('../fonts/ModernEra-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}