@font-face {
  font-family: Ofl;
  src: url('../fonts/OFL.txt') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  background-color: #000;
  border: 1px solid #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  color: #fff;
  object-fit: contain;
  background-color: #fff;
  background-image: linear-gradient(#ffffff80, #ffffff80);
  border-style: none;
  border-color: #000;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
  overflow: visible;
}

.nav {
  padding: 8px;
}

.menu {
  width: 5%;
}

.container {
  border: 1px #000;
  max-width: 1100px;
  margin-bottom: 57px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 45px;
}

.heading {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.image {
  float: none;
  opacity: .6;
  object-fit: fill;
  border: 1px #eee;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: visible;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.h2 {
  font-weight: 400;
}

.feature-box {
  border-right: 1px solid #fff;
}

.feature-box.last-box {
  border: 1px #000;
}

.feature-box.first {
  margin-left: 26px;
}

.feature-box.bottom {
  border-right-style: none;
}

.text-block {
  text-align: left;
  margin-right: 10px;
  padding-right: 0;
  font-size: 14px;
}

.text-block-2 {
  text-align: center;
}

.button {
  color: #000;
  text-align: center;
  background-color: #fdfdfd;
  border: 1px #fff7f7;
  border-radius: 20px;
  margin-left: 10px;
  font-weight: 700;
}

.button:hover {
  color: #fff;
  background-color: #0000;
  font-weight: 600;
}

.button.hidden {
  display: inline-block;
}

.heading-2 {
  text-align: center;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 400;
}

.paragraph {
  text-align: center;
}

.paragraph-2 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-3 {
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-weight: 400;
}

.image-2 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: hard-light;
  background-color: #000;
  background-clip: border-box;
  border-radius: 0;
}

.container-2 {
  -webkit-text-fill-color: inherit;
  background-color: #313131;
  background-clip: border-box;
}

.image-3 {
  background-color: #3a3a3a;
  width: 100px;
  margin-left: 60px;
}

.heading-4 {
  text-align: center;
}

.cards-section {
  background-color: #fff0;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: visible;
}

.centered-container {
  text-align: center;
  border: 1px solid #0000;
  flex: 1;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 10px;
  padding-top: 0;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.section-2 {
  background-color: #0000;
  background-image: linear-gradient(#fff, #fff);
  border: 1px #0000;
  display: none;
}

.heading-5, .heading-6, .heading-7 {
  color: #000;
  text-align: center;
}

.paragraph-3 {
  color: #000;
  padding-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
}

.footer {
  text-align: center;
  background-color: #d6ad60;
  align-items: flex-start;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.footer-link {
  color: #fff;
  text-align: left;
  border: 1px #000;
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

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

.image-4 {
  mix-blend-mode: luminosity;
  object-fit: contain;
  margin-top: 20px;
}

.heading-8 {
  color: #000;
  padding-top: 20px;
  font-weight: 500;
}

.button2 {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  margin-left: 10px;
  font-weight: 700;
  text-decoration: none;
}

.image-5 {
  background-color: #0000;
  max-width: 15%;
  margin-left: 10px;
}

.image-6 {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  max-width: 15%;
  margin-left: 10px;
}

.image-7 {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
  max-width: 15%;
  margin-left: 10px;
}

.image-8 {
  background-color: #2a2a2a;
  border: 1px #fff;
  border-radius: 15px;
  max-width: 15%;
  margin-top: 15px;
  margin-left: 10px;
}

.link-block {
  border-left: 0 #000;
  border-radius: 20px;
  width: 100%;
  max-width: none;
  height: 100px;
  max-height: none;
  margin-left: 10px;
  display: none;
}

.image-9 {
  background-color: #0000;
  border-radius: 0;
  width: 60px;
  max-width: none;
  height: 60px;
  margin-top: 10px;
}

.heading-9 {
  color: #4d4d4d;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: flex;
}

.slide {
  background-color: #070707;
}

.slide1 {
  opacity: 1;
  background-color: #000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/glenn-carstens-peters-P1qyEf1g0HU-unsplash.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100% 150%;
  font-weight: 300;
}

.container-3 {
  object-position: 50% 50%;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.heading-10 {
  color: #fff;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.paragraph-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.slide2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/carlos-muza-hpjSkU2UYSU-unsplash.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heading-11 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.paragraph-5 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.slide-3 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#00000080, #00000080), url('../images/rupixen-com-Q59HmzK38eQ-unsplash-1.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.heading-12 {
  color: #fff;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.paragraph-6 {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
}

.container-4 {
  overflow: visible;
}

.button-2 {
  display: none;
}

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

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.heading-13 {
  text-align: center;
  padding-top: 10px;
}

.link {
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.link-2, .link-3 {
  color: #000;
  font-style: italic;
  text-decoration: none;
}

.heading-14 {
  color: #7f7f7f;
  text-align: center;
  border: 1px #fff9f9;
  padding-bottom: 20px;
  font-weight: 600;
}

.paragraph-7 {
  text-align: center;
  background-color: #fff;
  border: 1px #0000;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 40px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.image-10 {
  white-space: normal;
  object-fit: contain;
  background-color: #0000;
  border: 1px #5a3b3b;
  border-radius: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.button-3 {
  text-align: left;
  margin-left: 60px;
  margin-right: 60px;
  display: inline-block;
  position: relative;
  inset: 0% 0% auto 39%;
}

.section-3 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 10px;
  display: block;
}

.section-4 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.bubble-animation {
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
  display: none;
}

.div-block {
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-15 {
  color: #fff;
  text-align: center;
  background-color: #b4b4b400;
  margin-top: auto;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.button-4 {
  text-align: center;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  inset: auto;
}

.button-5 {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  position: static;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2 Area-3"
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  margin-top: 10px;
  padding-top: 40px;
  display: grid;
}

.container-6 {
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar {
  text-align: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-link {
  color: #fff;
  text-align: center;
}

.nav-link.w--current {
  color: #f9f9f9;
  font-size: 16px;
  font-weight: 400;
}

.nav-link.w--current:hover, .nav-link.w--current:focus {
  color: #000;
}

.nav-link-2 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.nav-link-2:hover, .nav-link-2:focus, .nav-link-2.w--current {
  color: #000;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  left: 0;
}

.nav-link-3 {
  color: #000;
  text-align: center;
  margin-left: 181px;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  left: auto;
}

.nav-link-3:hover, .nav-link-3:focus {
  color: #000;
}

.nav-link-3.w--current {
  clear: none;
  color: #000;
  order: 0;
  align-self: auto;
  margin-left: auto;
  position: relative;
  inset: 0% 0% auto;
}

.section-6 {
  color: #000;
  background-color: #0000;
  background-image: linear-gradient(#fff, #e8e8e8);
  border: 1px #0000;
  margin-top: 0;
  padding-top: 10px;
  display: inline-flex;
  overflow: visible;
}

.centered-container-2 {
  text-align: center;
  flex: 1;
}

.cards-image-2 {
  opacity: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-16 {
  color: #fff;
  padding-bottom: 20px;
  font-weight: 400;
  overflow: visible;
}

.image-11 {
  border-radius: 20px;
  width: 100px;
  height: auto;
}

.paragraph-8 {
  color: #000;
  margin-top: 10px;
  padding-top: 20px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-9 {
  color: #000;
  margin-top: auto;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 15px;
  font-weight: 500;
}

.paragraph-10, .heading-17, .heading-18, .heading-19, .paragraph-11, .paragraph-12 {
  color: #000;
  text-align: center;
  font-weight: 500;
}

.container-7 {
  padding-bottom: 0;
}

.container-8 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 100px;
  padding-top: 60px;
  display: flex;
}

.image-12 {
  text-align: center;
  border-radius: 0;
  margin-bottom: 7px;
  margin-left: 30px;
  padding-top: 0;
  padding-left: 0;
}

.link-block-2 {
  color: #000;
  text-align: center;
  background-color: #0000;
  padding-top: 0;
  display: inline-block;
  position: relative;
  inset: 0% auto auto;
}

.div-block-2 {
  color: var(--white);
  text-align: left;
  flex: 1;
  margin-top: 10px;
}

.heading-20 {
  text-align: center;
}

.image-13 {
  opacity: 1;
  border: 1px solid #0000;
  border-radius: 20px;
  width: 1000px;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 1px 3px #000;
}

.paragraph-13 {
  text-align: center;
  margin-top: 40px;
  font-weight: 600;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  color: #000;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  box-shadow: 0 4px 13px #3b3939;
}

.heading-21 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.text-block-4 {
  color: #000;
  text-align: center;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.image-14 {
  border: 1px solid #fff;
  margin-top: 20px;
  margin-left: 13px;
  position: relative;
  left: 310px;
  box-shadow: 0 5px 10px #2e2e2e;
}

.section-7 {
  background-color: #dcdcdc;
}

.paragraph-14 {
  color: #000;
  text-align: center;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.backtohome {
  background-color: #000;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: relative;
  left: auto;
}

.backtohome.bottom {
  left: 400px;
}

.div-block-3, .div-block-4, .div-block-5 {
  margin-bottom: 20px;
}

.image-15 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 5px;
  position: relative;
  left: 175px;
}

.column {
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 20px;
  padding-right: 0;
  display: block;
  left: -19px;
  box-shadow: 0 3px 3px #a8a8a8;
}

.image-16 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
  position: relative;
  left: 184px;
}

.column-2 {
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 20px;
  left: 19px;
  box-shadow: 0 3px 3px #aaa9a9;
}

.heading-22, .heading-23 {
  color: #3f3c3c;
  text-align: center;
  font-size: 35px;
}

.paragraph-15, .paragraph-16 {
  color: #000;
  text-align: center;
  font-weight: 500;
}

.columns {
  background-color: #fff;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 50px;
}

.heading-24, .heading-25 {
  color: #575555;
  text-align: center;
}

.columns-2 {
  padding-left: 0;
}

.image-17 {
  background-color: #0000;
  border: 1px #fff;
  border-radius: 0;
}

.paragraph-17 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.body-2 {
  background-color: #fff;
}

.button-6 {
  color: #000;
  background-color: #0000;
  border: 2px solid #010101;
  border-radius: 20px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
}

.button-6:hover {
  color: #000;
  background-color: #fff;
  border-color: #ccc;
  font-family: Montserrat, sans-serif;
}

.heading-26 {
  color: #000;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.carproject {
  background-color: #0000;
}

.section-9 {
  background-color: #fff;
}

.body-3 {
  background-color: #fff;
  border-style: none;
}

.paragraph-18 {
  text-align: center;
  margin: 60px 10px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.html-embed {
  background-color: #0000;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.text-block-5 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.icon-3 {
  color: #fff;
}

.nav-link-4.nav {
  color: #f9f9f9;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.paragraph-19 {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.info-column-right {
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 70px;
}

.info-column-right.responsive {
  padding-top: 50px;
  padding-bottom: 40px;
}

.home-mockup {
  z-index: 3;
  width: 715px;
  position: absolute;
  top: 3px;
  left: -290px;
}

.home-mockup.ipad {
  z-index: 4;
  width: 251px;
  top: 59px;
  left: 85px;
}

.home-mockup.iphone {
  z-index: 5;
  width: 130px;
  top: 180px;
  left: 270px;
}

.long-feature-block {
  margin-top: 25px;
  padding-left: 65px;
  padding-right: 20px;
  position: relative;
}

.long-feature-title {
  margin-bottom: 14px;
  font-size: 19px;
}

.section-title-wrapper {
  text-align: center;
  width: 60%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-title-wrapper.full {
  text-align: left;
  flex-direction: row;
  width: 100%;
}

.container-10 {
  position: relative;
}

.left-feature-icon {
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}

.description-paragraph {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 22px;
}

.section-10 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-10.overflow-none {
  overflow: hidden;
}

.section-title {
  margin-top: 0;
  font-size: 46px;
  font-weight: 300;
  line-height: 39px;
}

.icons {
  display: inline-flex;
}

.section-11 {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.section-11.photo-section {
  color: #fff;
  text-align: center;
  background-color: #000;
  justify-content: center;
  min-height: 70vh;
  overflow: hidden;
}

.section-11.footer-insta {
  background-color: #fff;
  justify-content: center;
  margin-top: 0;
  margin-bottom: -108px;
  overflow: hidden;
}

.container-11 {
  z-index: 2;
  width: 95%;
  max-width: 1450px;
  position: relative;
}

.container-11.insta-container {
  color: #0000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.scribble-text {
  letter-spacing: 1px;
  background-color: #0000;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.section-lines {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 60%;
  position: absolute;
  inset: 0%;
}

.section-bg-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.social-wrap {
  color: #fff;
  flex: none;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 30px;
  font-weight: 500;
  display: flex;
}

.social-wrap:hover {
  color: #fff;
}

.insta-section-line {
  z-index: 2;
  color: #0000;
  background-color: #342643;
  justify-content: center;
  align-items: center;
  width: 150vw;
  height: 200px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(2deg);
}

.insta-post-wrap {
  border-radius: 10px;
  flex: none;
  width: 400px;
  height: 400px;
  margin-right: 100px;
  position: relative;
  left: 100px;
  overflow: hidden;
}

.insta-row {
  align-items: center;
  width: 150vw;
  margin-bottom: 100px;
  display: flex;
}

.insta-row.row-2 {
  background-color: #fff;
  margin-bottom: 0;
  margin-left: -50vw;
}

.social-icon {
  color: #fff;
  background-color: #0000;
  border: 1px solid #0000;
  height: 50px;
  margin-right: 15px;
  display: block;
}

.insta-post-image {
  object-fit: contain;
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  left: 10px;
}

.bold-text {
  color: #3e3e3e;
  font-weight: 500;
}

.bold-text-2 {
  color: #313131;
  font-weight: 500;
}

.bold-text-3 {
  color: #323232;
  font-weight: 500;
}

.bold-text-4 {
  color: #3d3d3d;
  font-weight: 500;
}

.bold-text-5 {
  color: #373737;
  font-weight: 500;
}

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

.heading-27 {
  text-align: center;
}

.heading-28 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.container-12 {
  background-color: #0000;
}

.html-embed-2 {
  object-fit: fill;
  background-color: #fff;
}

.image-18 {
  margin-top: 20px;
  padding-bottom: 20px;
  position: relative;
  left: auto;
}

.html-embed-3 {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  display: block;
  overflow: visible;
}

.slide-4 {
  background-image: linear-gradient(#0000009c, #0000009c), url('../images/rupixen-com-Q59HmzK38eQ-unsplash-1.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.pricing-overview {
  border-bottom: 1px #e4ebf3;
  margin-top: 0;
  padding: 40px 30px 20px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: none;
}

.pricing-card-three {
  opacity: 1;
  text-align: center;
  border: 1px #00000078;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  box-shadow: 0 2px 1px 1px #00000063;
}

.pricing-image {
  object-fit: cover;
  background-color: #b1adad;
  border-radius: 20px;
  width: 80px;
  height: 80px;
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: 0;
}

.pricing-card-text {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.heading-31 {
  text-align: center;
  margin-top: 60px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: none;
}

.paragraph-20 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.heading-32 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.paragraph-21 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.column-3 {
  border: 0 #000;
  padding-left: 60px;
}

.column-4 {
  border-left: 1px #000;
}

.list-item {
  border: 1px #000;
  border-bottom: 3px solid #000;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.list-item-2 {
  border: 1px #000;
  border-bottom: 3px solid #000;
  padding-bottom: 10px;
}

.list-item-3 {
  border: 1px #000;
  border-bottom: 3px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.list {
  border: 1px #000;
}

.list-item-4 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-item-5 {
  border-bottom: 3px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.image-19 {
  clear: none;
  position: relative;
  inset: 0% 0% 0% 38%;
}

.list-item-6 {
  border-bottom: 3px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.container-13 {
  border-right: 0 #000;
}

.columns-3 {
  border: 1px #000;
}

.column-5 {
  padding-left: 0;
  padding-right: 60px;
}

.container-14 {
  padding-top: 40px;
}

.hosting {
  margin-top: 40px;
  margin-bottom: 100px;
}

.section-13, .section-14 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.heading-33, .heading-34, .heading-35, .heading-36 {
  font-family: Montserrat, sans-serif;
  text-decoration: underline;
}

.heading-37 {
  font-family: Montserrat, sans-serif;
  text-decoration: underline;
  position: static;
}

.heading-38, .heading-39, .heading-40 {
  font-family: Montserrat, sans-serif;
  text-decoration: underline;
}

.text-block-7 {
  padding-top: 100px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

.text-block-8 {
  font-size: 25px;
}

.text-block-9 {
  padding-top: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

.text-block-10 {
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

.text-block-11 {
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

.text-block-12 {
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.text-span {
  color: #c9af40;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 500;
}

.text-block-13 {
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.heading-41, .heading-42 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.text-span-2 {
  font-size: 14px;
  font-weight: 600;
}

.text-block-14 {
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-span-3 {
  font-weight: 600;
}

.form-block {
  margin-top: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 100px;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

.submit-button {
  text-align: center;
  object-fit: contain;
  background-color: #000;
  border-radius: 0;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: block;
  position: static;
}

.form {
  text-align: left;
  display: block;
}

.section-15 {
  margin-top: 100px;
}

.heading-43 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  display: none;
}

.section-16 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.button-7 {
  text-align: left;
  background-color: #000;
  justify-content: center;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: inline-block;
}

.container-15 {
  justify-content: center;
  display: flex;
}

.text-span-4 {
  color: #e9d438;
  background-color: #0000;
  border: 1px #000;
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.link-4 {
  color: #000;
  text-decoration: none;
}

.section-17 {
  display: block;
}

.section-18 {
  margin-top: 100px;
  display: block;
}

.heading-44 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  display: block;
}

.text-span-5 {
  font-style: italic;
}

.text-span-6 {
  color: #abe02f;
  text-transform: none;
  font-style: italic;
  font-weight: 700;
}

.slide-5 {
  background-image: linear-gradient(#00000070, #00000070), url('../images/melanie-deziel-fSWQPBxqClg-unsplash-1.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.heading-45 {
  color: #fff;
  text-align: left;
  flex: 0 auto;
  margin-left: 20px;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
}

.paragraph-22 {
  color: #fff;
  text-align: left;
  object-fit: fill;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  display: block;
  position: relative;
}

.section-20, .section-21, .section-22 {
  display: block;
}

.section-23 {
  margin-top: 100px;
}

.column-6 {
  text-align: right;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  display: inline-block;
}

.column-7 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.image-20 {
  text-align: center;
  object-fit: contain;
  display: inline-block;
}

.link-block-3 {
  text-align: center;
}

.column-8 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: inline-block;
}

.italic-text {
  text-decoration: none;
}

.link-5 {
  color: #000;
  text-decoration: none;
}

.image-21 {
  border-radius: 6px;
}

.link-block-5, .link-block-6, .link-block-7, .link-block-8 {
  text-align: center;
}

.grid-2 {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr;
}

.link-block-9, .link-block-10, .link-block-11 {
  text-align: center;
}

.section-24 {
  float: none;
  color: #fff;
  object-fit: fill;
  background-color: #000;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

.text-block-15 {
  color: #fff;
}

.heading-46 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.pricing-overview-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description-2 {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: block;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: none;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-2.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.bold-text-6 {
  color: #dab135;
}

.text-span-7 {
  color: #fff;
}

.text-span-8 {
  color: #82e968;
}

.link-6 {
  color: #fff;
}

.pricing-items {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.pricing-wrapper-two {
  flex-direction: column;
  margin-bottom: -40px;
  display: flex;
}

.pricing-card-two {
  background-color: #f5f7fa;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px 32px;
  display: flex;
}

.pricing-image-two {
  max-width: 30%;
  margin-right: 40px;
}

.pricing-content {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  padding: 16px;
  display: flex;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.pricing-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing-divider-two {
  background-color: #e4ebf3;
  height: 1px;
  margin: 9px -16px 16px;
}

.pricing-details {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-block {
  margin-bottom: -10px;
}

.pricing-details-text {
  margin-bottom: 8px;
}

.heading-47 {
  text-align: center;
  font-weight: 400;
}

.text-block-16 {
  color: #d3a500;
  text-align: center;
  font-weight: 400;
}

.page-overlay {
  z-index: 1000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
}

.logo-loader-wrapper {
  opacity: 0;
  display: block;
}

.page-loader-logo {
  height: 2vw;
  min-height: 40px;
}

.image-22 {
  color: #000;
}

.image-23 {
  position: relative;
  left: 380px;
}

.heading-48 {
  color: #464444;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.text-block-17 {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.section-25 {
  background-color: #fff;
}

.slider {
  display: none;
}

.text-block-18 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
}

.heading-49 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.paragraph-23 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.tab-link-tab-1 {
  background-color: #000;
}

.tab-link-tab-1.w--current {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

.tab-link-tab-2 {
  color: #fff;
  background-color: #141414;
}

.tab-link-tab-2.w--current {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 1px;
}

.tab-link-tab-3 {
  color: #fff;
  background-color: #2b2b2b;
}

.tab-link-tab-3.w--current {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.list-2 {
  color: #000;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11 {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-block-19 {
  color: #000;
  background-color: #16151500;
  font-family: Montserrat, sans-serif;
}

.text-block-20, .text-block-21 {
  font-family: Montserrat, sans-serif;
}

.paragraph-24 {
  color: #000;
  text-align: center;
  margin-left: auto;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.heading-50 {
  text-align: center;
  margin-bottom: 20px;
  margin-left: -32px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: none;
}

.container-19 {
  margin-left: auto;
  display: block;
}

.spline-scene {
  padding-bottom: 0;
  display: block;
}

.button-8 {
  text-align: left;
  background-color: #000;
  margin-top: 60px;
  margin-left: 200px;
  padding-top: 10px;
}

.heading-51, .paragraph-25 {
  color: #000;
}

.image-24 {
  overflow: visible;
}

.heading-52 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.heading-53 {
  text-align: center;
}

.section-26 {
  margin-top: 200px;
}

.section-27 {
  font-family: Open Sans, sans-serif;
  display: none;
}

.typer {
  color: #000;
}

.paragraph-26 {
  color: #fff;
  text-align: left;
  font-weight: 500;
}

.container-20 {
  margin-top: 0;
}

.container-21 {
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  max-width: none;
  height: auto;
  max-height: none;
}

.image-25 {
  border-radius: 4px;
  height: auto;
  margin-right: 10px;
}

.image-26 {
  margin-right: 10px;
}

.section-28 {
  text-align: left;
  object-fit: fill;
  height: auto;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: block;
  position: static;
  overflow: visible;
}

.link-7, .link-8, .link-9 {
  color: var(--white);
  text-decoration: none;
}

.section-29 {
  margin-top: 20px;
  display: none;
}

.link-block-12 {
  height: auto;
}

.logos-title-large {
  background-color: #fffdfd;
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  margin-top: 0;
  padding: 0 30px 60px;
  display: block;
  position: relative;
}

.container-22 {
  width: 100%;
  max-width: 940px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.clients-title {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quick-stack {
  background-color: #4578ef;
}

.heading-54 {
  clear: none;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  display: block;
  position: relative;
  left: auto;
}

.paragraph-27 {
  color: #000;
  text-align: center;
  font-weight: 500;
  line-height: 25px;
}

.heading-55 {
  color: #000;
  text-align: center;
}

.paragraph-28 {
  color: #000;
  text-align: center;
  margin-top: 40px;
  font-weight: 500;
  line-height: 25px;
}

.heading-56 {
  float: right;
  color: #000;
  text-align: right;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  display: block;
  position: relative;
  left: 29px;
}

.column-9, .column-10 {
  padding-left: 0;
  padding-right: 0;
}

.image-27 {
  position: relative;
  left: 30px;
}

.link-10 {
  color: #000;
  text-decoration: none;
}

.container-23, .container-24 {
  margin-top: 40px;
}

.heading-57 {
  color: #000;
  text-align: center;
}

.image-28 {
  float: left;
  clear: none;
}

.heading-58 {
  float: left;
  clear: none;
  color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 20px;
  display: block;
}

.link-block-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quick-stack-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  margin-left: 10px;
  margin-right: 10px;
}

.cell-2 {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 1px 2px 5px #0003;
}

.button-9 {
  text-align: center;
  background-color: #000;
  border-radius: 16px;
  padding: 20px 64px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.48;
  transition: background-color .3s;
}

.button-9:hover {
  color: #fff;
  background-color: #1147ea;
}

.button-9:active {
  background-color: #1041d1;
}

.lightbox-hero-video {
  align-items: flex-end;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  transition: color .3s;
  display: flex;
}

.lightbox-hero-video:hover {
  color: #2a5fff;
}

.spacer._20 {
  height: 20px;
}

.paragraph-29 {
  margin-top: 10px;
}

.paragraph-29.large {
  font-size: 18px;
}

.video-img {
  margin-right: 8px;
  transition: transform .3s;
}

.section-30 {
  width: 100%;
}

.section-30.hero {
  background-image: url('../images/hero-bg.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 85%;
  position: relative;
}

.grid-item {
  width: 100%;
  padding: 16px;
  position: relative;
}

.grid-item._50 {
  width: 50%;
}

.hero-heading {
  padding-right: 40px;
}

.video-sheet-img {
  background-image: url('../images/dots.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 132px;
  height: 132px;
  display: block;
  position: absolute;
  inset: auto -81px -56px auto;
}

.text-underline {
  background-image: url('../images/underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

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

.grid-3 {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.container-26 {
  max-width: 1440px;
  padding: 148px 5vw;
}

.container-26.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.container-26.partners {
  padding-top: 0;
  padding-bottom: 0;
}

.video-container {
  z-index: 1;
  background-image: url('../images/video-image-2.jpg');
  background-size: cover;
  border: 8px solid #fff;
  border-radius: 40px;
  width: 110%;
  height: 100%;
  position: relative;
  transform: perspective(1000px);
  box-shadow: 0 36px 68px -16px #1d2c5b26, 0 36px 36px -24px #3b52971a;
}

.video-play-button {
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: 24px;
  padding: 20px 32px 20px 16px;
  display: flex;
}

.video-wrapper {
  width: 100%;
  height: 430px;
  position: relative;
}

.partner-img-2 {
  min-width: 156px;
  padding: 8px 12px;
}

.tabs-horizontal {
  margin-left: 0;
  margin-right: 0;
}

.center-block-image {
  width: 60%;
  height: 400px;
}

.tab-link {
  color: #9195a4;
  background-color: #0000;
  border-bottom: 2px solid #eaedf8;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  font-weight: 500;
  transition: color .3s, border-color .3s;
  display: flex;
}

.tab-link:hover {
  color: #2a5fff;
}

.tab-link.w--current {
  color: #000;
  background-color: #0000;
  border-bottom-color: #e6cd13;
  text-decoration: none;
}

.vertical-center {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.center-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tabs-content {
  margin-left: auto;
  margin-right: auto;
}

.grid-4 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-menu {
  margin-bottom: 40px;
  display: flex;
}

.heading-59 {
  font-family: Montserrat, sans-serif;
}

.div-block-6 {
  margin-top: 10px;
}

.cell-3 {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 1px 2px 5px #0003;
}

.heading-60 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.spline-scene-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: 300fr auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: center stretch;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.section-31 {
  display: block;
}

.section-32 {
  background-color: #b7b9c1;
  background-image: linear-gradient(#b7b9c1, #fff);
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-22 {
  color: #000;
  text-align: center;
  margin-top: auto;
  padding-top: 20px;
  font-family: Great Vibes, cursive;
  font-size: 30px;
}

.text-block-23, .heading-61, .paragraph-30 {
  text-align: center;
}

.text-block-24 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

.heading-62 {
  text-align: center;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-block-25 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

.heading-63 {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
}

.heading-64 {
  color: #000;
  text-align: center;
  font-weight: 600;
}

.heading-65 {
  color: #000;
  text-align: center;
  align-self: center;
  font-weight: 600;
}

.paragraph-31 {
  color: #000;
  text-align: center;
  align-self: center;
  margin: 20px 10px;
  font-size: 20px;
}

.heading-66 {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}

.div-block-7 {
  align-self: center;
}

.text-block-26 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
}

.section-33 {
  margin-top: 140px;
}

.heading-67 {
  color: #000;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Ofl, Arial, sans-serif;
  font-weight: 400;
}

.flex-block {
  justify-content: center;
  align-items: center;
  margin: 60px 10px 40px;
}

.heading-68 {
  color: #000;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
}

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

.text-block-27 {
  color: #000;
  text-align: center;
  margin-bottom: 60px;
  font-size: 16px;
}

.image-30 {
  margin-left: 60px;
  margin-right: 60px;
}

.link-11 {
  font-size: 20px;
}

.link-12 {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.cell-4 {
  padding-left: 40px;
}

.navbar-2 {
  background-color: #fff;
}

.navlink {
  font-size: 16px;
}

.section-34 {
  text-align: center;
  background-color: #fff5dd;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.name-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-light {
  opacity: .6;
  color: #000;
  font-weight: 500;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.section-35 {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.heading-69 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: Ofl, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.heading-70 {
  color: #000;
  text-align: left;
  font-family: Ofl, Arial, sans-serif;
  font-weight: 400;
}

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

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.primary-button:hover {
  color: #fff;
  background-color: #32343a;
}

.primary-button:active {
  background-color: #43464d;
}

.contact-form-wrap {
  width: 70%;
}

.section-36 {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-36.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.heading-71 {
  color: #000;
  font-weight: 400;
}

.field-label, .field-label-2, .field-label-3 {
  color: #000;
}

.paragraph-33 {
  color: #000;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.section-37 {
  z-index: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  position: static;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #000;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.work-position-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 40px;
  margin-right: 40px;
  display: block;
  overflow: visible;
}

.position-name-text {
  color: #000;
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-light-2 {
  opacity: .6;
}

.paragraph-light-2.cc-position-name {
  opacity: 100;
  margin-bottom: 5px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .75;
  color: #000;
  font-size: 14px;
}

.image-31 {
  -webkit-text-stroke-color: #000;
}

.div-block-8 {
  color: #000;
}

.text-block-28 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.brand {
  margin-top: 15px;
}

._w-h1 {
  padding-right: 10vw;
  position: relative;
  overflow: hidden;
}

.arrow {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 10vh;
  display: flex;
  position: fixed;
}

.wrapper-title {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  overflow: hidden;
}

.home-subhead {
  justify-content: flex-start;
  align-items: center;
  width: 30vw;
  margin-top: 30px;
  display: flex;
}

.main-h1 {
  color: #000;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 14vh;
  font-weight: 400;
  line-height: 16vh;
  position: relative;
}

.main-h1.bold {
  font-weight: 900;
}

.main-h1.bold.home {
  margin-top: 0;
}

.main-h1.home {
  font-size: 25vh;
  line-height: 22vh;
}

.intro {
  display: block;
}

.section-39 {
  display: none;
}

.container-30 {
  margin-left: 10px;
}

.div-block-9 {
  border-radius: 100%;
  width: 200px;
  height: 200px;
}

.image-32 {
  border-radius: 50%;
}

.cell-5 {
  justify-content: center;
  align-items: center;
}

.text-block-29 {
  color: #000;
}

.image-33 {
  color: #000;
  text-align: center;
}

.container-31 {
  text-align: center;
  height: auto;
  padding-top: 0;
  position: relative;
  top: -20px;
}

.cell-6 {
  padding-left: 10px;
}

.section-40 {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 60px;
}

.heading-72 {
  color: #000;
  text-align: center;
  align-self: center;
  font-family: Ofl, Arial, sans-serif;
}

.text-block-30 {
  color: #000;
  text-align: left;
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.heading-73 {
  color: #000;
  align-self: center;
  font-family: Ofl, Arial, sans-serif;
}

.text-block-31 {
  color: #000;
  align-self: center;
  font-size: 16px;
}

.heading-74 {
  color: #000;
  margin-bottom: 20px;
  font-family: Ofl, Arial, sans-serif;
  font-weight: 400;
}

.container-32 {
  margin-top: 10px;
  padding-top: 60px;
}

.paragraph-34 {
  color: #000;
  margin-top: 40px;
  font-size: 16px;
}

.intro-mobile {
  display: none;
}

.grid-5 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
  position: relative;
}

.div-block-11 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  overflow: visible;
}

.alt-job-history {
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-12 {
  color: #000;
}

.body-4 {
  background-color: #fff;
}

.heading-77 {
  text-align: center;
}

.section-41 {
  margin-top: 40px;
  margin-bottom: 60px;
  display: block;
}

.grid-6 {
  grid-column-gap: 10px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.section-42 {
  text-align: center;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.paragraph-35 {
  text-align: center;
  align-self: center;
  margin: 10px 20px 100px;
}

.paragraph-36 {
  text-align: center;
  align-self: center;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.paragraph-37 {
  text-align: center;
  align-self: center;
  margin: 10px 20px 40px;
}

.heading-78 {
  text-align: center;
  flex: 0 auto;
  align-self: center;
}

.heading-79, .heading-80 {
  text-align: center;
  align-self: center;
}

.cell-7 {
  text-align: center;
}

.quick-stack-4 {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-35 {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.cell-8 {
  justify-content: center;
  align-items: center;
  display: block;
}

.image-36 {
  text-align: center;
  vertical-align: baseline;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-37 {
  align-self: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-43, .section-44 {
  text-align: center;
  margin-top: 20px;
}

.container-34, .container-35 {
  text-align: center;
}

.image-38 {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .feature-box {
    margin-left: 12px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

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

  .container-9 {
    max-width: 728px;
  }

  .image-14 {
    margin-left: -92px;
  }

  .backtohome.bottom {
    margin-left: -86px;
  }

  .info-column-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
  }

  .info-column-right.responsive {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 50px;
  }

  .home-mockup {
    top: -27px;
    left: -350px;
  }

  .home-mockup.ipad {
    top: 19px;
    left: 25px;
  }

  .home-mockup.iphone {
    top: 140px;
    left: 170px;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .section-10 {
    padding: 45px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

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

  .social-wrap {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
  }

  .insta-section-line {
    height: 150px;
  }

  .insta-post-wrap {
    width: 200px;
    height: 200px;
    margin-right: 50px;
  }

  .social-icon {
    height: 30px;
  }

  .image-18 {
    left: -6px;
  }

  .menu-button-2 {
    color: #000;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .container-17 {
    max-width: 728px;
  }

  .pricing-grid-2 {
    grid-column-gap: 30px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .container-18 {
    max-width: 728px;
  }

  .pricing-card-two {
    align-items: center;
    padding: 24px;
  }

  .pricing-image-two {
    margin-right: 20px;
  }

  .container-22 {
    max-width: 728px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .section-30.hero {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .grid-item._50.tablet-100 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-heading {
    padding-right: 0;
  }

  .container-26 {
    padding: 64px 20px;
  }

  .container-26.hero {
    background-color: #f6f7fc;
    justify-content: flex-start;
    min-height: auto;
    padding-top: 128px;
  }

  .container-26.partners {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .video-container {
    width: 100%;
  }

  .video-wrapper {
    margin-top: 56px;
  }

  .partner-img-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .center-block-image {
    width: 30%;
    height: 260px;
  }

  .vertical-center {
    max-width: 480px;
  }

  .center-wrapper {
    align-items: center;
  }

  .center-wrapper.image {
    align-items: flex-start;
  }

  .text-block-27 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .menu-button-3, .menu-button-3.w--open {
    color: #000;
    background-color: #fff;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .heading-69 {
    text-align: left;
  }

  .contact-headline {
    width: 100%;
  }

  .primary-button {
    justify-content: center;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-form-wrap {
    width: 100%;
  }

  .section-36.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .position-name-text, .paragraph-light-2.cc-position-name, .paragraph-tiny.cc-paragraph-tiny-light {
    text-align: center;
  }

  .hero {
    justify-content: flex-start;
    padding-left: 0;
  }

  .wrapper-title {
    width: 100vw;
  }

  .home-subhead {
    width: 50vw;
  }

  .main-h1, .main-h1.bold {
    font-size: 84px;
    line-height: 80px;
  }

  .main-h1.bold.home {
    line-height: 15vh;
  }

  .main-h1.home {
    font-size: 18vh;
    line-height: 15vh;
  }

  .paragraph-34 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .intro-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .feature-box.middle {
    margin-left: -7px;
  }

  .section {
    margin-left: -11px;
    margin-right: 1px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .image-14, .backtohome.bottom {
    margin-left: -171px;
  }

  .info-column-right, .info-column-right.responsive {
    padding-left: 0;
  }

  .home-mockup {
    width: auto;
    height: 290px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 0;
    left: -350px;
    right: -350px;
  }

  .home-mockup.ipad {
    width: auto;
    height: 210px;
    top: 59px;
    right: -200px;
  }

  .home-mockup.iphone {
    width: auto;
    height: 170px;
    top: 102px;
    right: -220px;
  }

  .home-mockup-column {
    height: 290px;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 30px;
  }

  .section-10 {
    padding: 25px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .social-wrap {
    justify-content: flex-end;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .social-wrap.left-social {
    justify-content: flex-start;
  }

  .insta-section-line {
    flex-flow: wrap;
  }

  .pricing-overview, .pricing-overview-2, .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .pricing-items {
    padding: 60px 15px;
  }

  .pricing-card-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .pricing-image-two {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .button-9 {
    width: 100%;
  }

  .grid-item {
    padding: 8px;
  }

  .container-26 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-26.hero {
    min-height: auto;
  }

  .container-26.partners {
    padding-top: 40px;
  }

  .video-wrapper {
    height: 300px;
    margin-top: 40px;
  }

  .center-block-image {
    width: 60%;
  }

  .tab-link {
    border-bottom-style: none;
    flex: 0 auto;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .tab-link.w--current {
    background-color: #d4dfff;
    border-radius: 12px;
  }

  .tabs-menu {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .section-34 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container-27 {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .section-35 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container-28, .container-29 {
    text-align: center;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .section-36 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-36.cc-contact {
    padding: 15px;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .intro-mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .body {
    border-radius: 9px;
  }

  .heading {
    margin-left: -3px;
    padding-left: 7px;
  }

  .image {
    display: none;
  }

  .grid {
    grid-column-gap: 0px;
    text-align: left;
    border-right: 1px #000;
    border-radius: 0;
    grid-template: "." minmax(200px, 1fr)
    / .5fr .25fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    margin-left: 0;
    padding-left: 0;
  }

  .h2 {
    object-fit: contain;
    margin-left: 0;
    margin-right: 5px;
    position: static;
    left: -3px;
  }

  .feature-box {
    border: 1px #000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 15px;
    display: flex;
    position: static;
  }

  .feature-box.last-box {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .feature-box.first {
    object-fit: fill;
    border-style: none solid none none;
    border-color: #fff;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 30vh;
    margin-left: 20px;
    padding-top: 0;
    padding-right: 1px;
    overflow: visible;
  }

  .feature-box.bottom {
    text-align: center;
    object-fit: fill;
    border-style: none;
    width: 500px;
    margin: 0 0 2px -35px;
    padding-left: 0;
    font-size: 14px;
    position: relative;
    left: -22px;
    overflow: hidden;
  }

  .feature-box.middle {
    object-fit: contain;
    object-position: 50% 50%;
    border-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 8px;
    font-weight: 300;
    display: flex;
  }

  .text-block {
    text-align: left;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 300;
  }

  .text-block-2 {
    text-align: left;
    object-fit: contain;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: 300;
  }

  .button {
    display: none;
  }

  .paragraph-2 {
    font-size: 16px;
    font-weight: 500;
  }

  .heading-3 {
    margin-left: 44px;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .cards-image {
    padding-right: 0;
  }

  .paragraph-3 {
    text-align: center;
    font-size: 16px;
  }

  .footer {
    text-align: left;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

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

  .text-block-3 {
    text-align: center;
    font-size: 12px;
  }

  .heading-8 {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
  }

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

  .image-9 {
    opacity: 1;
    outline-offset: 0px;
    background-color: #fff;
    border: 0 solid #fffdfd;
    border-radius: 100%;
    outline: 2px solid #fff;
    margin-top: 15px;
    padding-top: 0;
    display: none;
    box-shadow: 0 0 3px #000;
  }

  .heading-10 {
    text-align: center;
    margin-left: 5px;
    padding-right: 5px;
    font-size: 30px;
  }

  .paragraph-4 {
    text-align: center;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 400;
  }

  .slide2 {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(#00000080, #00000080), url('../images/carlos-muza-hpjSkU2UYSU-unsplash.jpg');
    background-position: 0 0, 0 0, 50% 30%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    padding-bottom: 0;
  }

  .heading-11 {
    margin-left: 10px;
    font-size: 30px;
  }

  .paragraph-5 {
    text-align: center;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 0;
    font-size: 12px;
  }

  .icon, .icon-2 {
    opacity: 0;
  }

  .heading-12 {
    text-align: center;
    font-size: 24px;
  }

  .paragraph-6 {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 500;
  }

  .container-4 {
    object-fit: contain;
    object-position: 50% 50%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    max-width: none;
    max-height: none;
    display: flex;
    overflow: visible;
  }

  .button-2 {
    color: #000;
    background-color: #fff;
    border-radius: 20px;
    margin-left: 48px;
    font-weight: 600;
    display: block;
  }

  .paragraph-7 {
    font-size: 14px;
  }

  .section-3 {
    overflow: hidden;
  }

  .heading-15 {
    color: #fff;
    text-shadow: none;
    background-color: #0000;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 30px;
    font-weight: 500;
  }

  .container-5 {
    margin-top: 60px;
    padding-top: 0;
  }

  .container-6 {
    margin-left: auto;
  }

  .container-6:active, .container-6:focus {
    background-color: #000;
  }

  .navbar {
    overflow: visible;
  }

  .nav-link, .nav-link-2 {
    text-align: center;
  }

  .nav-menu {
    color: #333;
    background-color: #fff;
    display: block;
    position: fixed;
    inset: 71px 0% auto;
  }

  .nav-menu:hover {
    background-color: #ffffffb0;
  }

  .nav-menu:active {
    background-color: #9b9b9bb0;
  }

  .nav-menu:focus {
    background-color: #414141b0;
  }

  .nav-link-3 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-3:visited {
    margin-left: 0;
  }

  .nav-link-3.w--current {
    margin-left: auto;
    margin-right: auto;
  }

  .centered-container-2, .paragraph-8 {
    text-align: left;
  }

  .container-8 {
    align-items: center;
  }

  .link-block-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    left: -4%;
  }

  .image-13 {
    margin-left: 3px;
    margin-right: 3px;
    padding-right: 0;
  }

  .container-9 {
    max-width: none;
  }

  .image-14 {
    margin-left: 0;
    position: relative;
    inset: 0% 0% 0% 19%;
  }

  .paragraph-14 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .backtohome.bottom {
    justify-content: center;
    align-items: stretch;
    margin-left: -79px;
    padding-left: 15px;
    display: inline-block;
    left: 210px;
  }

  .image-15 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: -8% auto auto 0%;
  }

  .column {
    border-style: none;
    left: 0;
  }

  .image-16 {
    margin-left: -35px;
    margin-right: auto;
  }

  .column-2 {
    border-style: none;
    margin-top: 20px;
    padding-right: 0;
    left: 0;
  }

  .columns {
    margin-left: auto;
    margin-right: auto;
  }

  .body-2 {
    overflow: visible;
  }

  .button-6 {
    text-align: center;
    background-color: #000;
    border-radius: 0;
    flex: 0 auto;
    margin-top: 60px;
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-flex;
    position: relative;
    left: auto;
  }

  .menu-button {
    color: #fff;
    background-color: #000;
  }

  .nav-link-4 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .home-mockup {
    height: 160px;
  }

  .home-mockup.ipad {
    height: 120px;
    top: 30px;
    right: -115px;
  }

  .home-mockup.iphone {
    height: 100px;
    top: 52px;
    right: -61px;
  }

  .long-feature-block {
    padding-left: 55px;
    padding-right: 10px;
  }

  .home-mockup-column {
    height: 180px;
  }

  .long-feature-title {
    margin-bottom: 7px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .description-paragraph {
    font-size: 12px;
    line-height: 19px;
  }

  .section-10 {
    padding: 25px;
  }

  .section-title {
    font-size: 25px;
    line-height: 26px;
  }

  .section-11 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .social-wrap {
    margin-top: 9px;
    margin-bottom: 9px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .insta-section-line {
    align-content: center;
    left: -51px;
  }

  .insta-post-wrap {
    width: 150px;
    height: 150px;
  }

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

  .insta-post-image {
    display: none;
  }

  .heading-28, .heading-29, .heading-30 {
    text-align: center;
  }

  .image-18 {
    left: 0;
  }

  .menu-button-2 {
    background-color: #fff;
  }

  .menu-button-2:active, .menu-button-2:focus {
    background-color: #000;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #fff;
  }

  .icon-4 {
    color: #000;
    background-color: #0000;
  }

  .slide-nav {
    margin-top: 0;
    padding-top: 19px;
  }

  .pricing-overview {
    overflow: hidden;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .pricing-card-three {
    margin-top: 40px;
  }

  .heading-31 {
    margin-left: auto;
    margin-right: auto;
  }

  .hosting, .section-13, .section-14 {
    overflow: hidden;
  }

  .text-block-9 {
    padding-bottom: 10px;
  }

  .text-block-13 {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .section-15, .section-16 {
    overflow: hidden;
  }

  .container-16 {
    padding-bottom: 0;
  }

  .section-18 {
    overflow: visible;
  }

  .heading-45 {
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
  }

  .paragraph-22 {
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 14px;
  }

  .section-19 {
    overflow: hidden;
  }

  .section-20, .section-21, .section-22, .section-23 {
    overflow: visible;
  }

  .right-arrow {
    overflow: hidden;
  }

  .column-6 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .column-7 {
    text-align: center;
    justify-content: center;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .link-block-3 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    left: -5%;
  }

  .column-8 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .link-block-4 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-46 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-17 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

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

  .container-18 {
    max-width: none;
  }

  .pricing-card-two {
    padding: 15px;
  }

  .pricing-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-details {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
  }

  .pricing-block {
    margin-bottom: 10px;
  }

  .image-23 {
    left: 125px;
  }

  .list-2 {
    text-align: left;
    margin-right: 10px;
  }

  .paragraph-24 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-50 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
  }

  .spline-scene {
    object-fit: fill;
    padding-top: 0;
    display: none;
  }

  .heading-52 {
    font-size: 30px;
  }

  .section-27, .section-29 {
    display: block;
  }

  .logos-title-large {
    border-bottom-style: none;
  }

  .container-22 {
    max-width: none;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-56 {
    left: 0;
  }

  .column-9 {
    clear: left;
    text-align: center;
    position: static;
    left: -173px;
  }

  .column-10 {
    text-align: center;
    position: static;
    inset: auto 0% 0%;
  }

  .image-27 {
    position: static;
    left: 0;
  }

  .link-10 {
    z-index: auto;
    float: none;
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    padding-left: 0;
    display: flex;
    position: static;
    left: -143px;
    overflow: visible;
  }

  .cell {
    display: none;
  }

  .columns-4 {
    float: none;
    clear: none;
    text-align: center;
  }

  .heading-58, .link-block-13 {
    text-decoration: none;
  }

  .cell-2 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .container-25 {
    margin-bottom: auto;
    padding-bottom: 0;
  }

  .grid-item._50.tablet-100 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .container-26 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-26.hero {
    padding-top: 112px;
  }

  .container-26.partners {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .video-wrapper {
    height: 60vw;
  }

  .center-block-image {
    width: 70%;
    height: 180px;
    margin-bottom: 24px;
  }

  .tab-link {
    width: 100%;
  }

  .spline-scene-2, .section-32 {
    display: none;
  }

  .heading-62 {
    margin-top: 60px;
  }

  .image-29 {
    padding-top: 20px;
  }

  .heading-64, .flex-block {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-68 {
    text-align: center;
  }

  .cell-4 {
    padding-left: 0;
  }

  .menu-button-3 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .section-34 {
    display: block;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-69 {
    text-align: center;
  }

  .contact-form {
    flex-direction: column;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form-wrap {
    flex-direction: column;
  }

  .hero {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-subhead {
    width: auto;
  }

  .main-h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .main-h1.bold {
    font-size: 60px;
    line-height: 50px;
  }

  .main-h1.bold.home {
    line-height: 8vh;
  }

  .main-h1.home {
    font-size: 8vh;
    line-height: 8vh;
  }

  .intro {
    display: none;
  }

  .cell-5 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-30, .text-block-31 {
    text-align: center;
  }

  .quick-stack-3 {
    overflow: visible;
  }

  .div-block-10 {
    background-color: #fff5dd;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 60px;
  }

  .image-34 {
    text-align: left;
    border-radius: 50%;
    margin-top: 20px;
  }

  .container-33 {
    text-align: center;
  }

  .heading-75, .heading-76 {
    color: #000;
    font-family: Ofl, Arial, sans-serif;
    font-weight: 400;
  }

  .intro-mobile {
    display: block;
  }

  .div-block-11 {
    justify-content: center;
    align-items: center;
  }
}

#w-node-_0477c5a6-8429-00ed-e15f-7ba08690f311-aa0da29a, #w-node-_73102a4c-b2c3-22ec-932d-fb0221f8dae9-aa0da29a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b56d7c53-2e6a-b9e4-2218-649ef751805f-aa0da29a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b56d7c53-2e6a-b9e4-2218-649ef751805f-aa0da29a {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Ofl';
  src: url('../fonts/OFL.txt') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}