@font-face {
  font-family: Plus Jakarta;
  src: url("/api/media/file/2-67f8edfe71b5b3e4e0466a8c_PlusJakartaSans-Bold.otf?v=3061e9e53934") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta;
  src: url("/api/media/file/3-67f8edfe71b5b3e4e0466a8e_PlusJakartaSans-BoldItalic.otf?v=f203cf302ef0") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta;
  src: url("/api/media/file/4-67f8edfe71b5b3e4e0466a8f_PlusJakartaSans-Regular.otf?v=7b530d2b4e38") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta;
  src: url("/api/media/file/5-67f8edfe71b5b3e4e0466a90_PlusJakartaSans-Italic.otf?v=340fb29fd11f") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url("/api/media/file/6-67f8edfe71b5b3e4e0466a91_Satoshi-Black.otf?v=25c07990e19b") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url("/api/media/file/7-67f8edfe71b5b3e4e0466a92_Satoshi-BlackItalic.otf?v=157ea6625834") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url("/api/media/file/8-67f8edfe71b5b3e4e0466a93_Satoshi-Bold.otf?v=a67c1072876b") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url("/api/media/file/9-67f8edfe71b5b3e4e0466a94_Satoshi-BoldItalic.otf?v=bdb2dc9d6153") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url("/api/media/file/10-67f8edfe71b5b3e4e0466a95_Satoshi-Italic.otf?v=452d5fca4e8e") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url("/api/media/file/11-67f8edfe71b5b3e4e0466a96_Satoshi-Light.otf?v=47336a7a2936") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url("/api/media/file/12-67f8edfe71b5b3e4e0466a97_Satoshi-LightItalic.otf?v=082d37587759") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url("/api/media/file/13-67f8edfe71b5b3e4e0466a98_Satoshi-Medium.otf?v=354e63e1b7eb") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url("/api/media/file/14-67f8edfe71b5b3e4e0466a99_Satoshi-MediumItalic.otf?v=0823b7d83ec5") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url("/api/media/file/15-67f8edfe71b5b3e4e0466a9a_Satoshi-Regular.otf?v=f06e68b4a30a") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --background: #f4f9ff;
  --dark: #1e254a;
  --accent: #dc9c5e;
  --elevation: #e7f2fe;
  --white: white;
}

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

.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("/api/media/file/78-custom-checkbox-checkmark.589d534424.svg?v=59622307c8e0");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@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 {
  background-color: var(--background);
  color: var(--dark);
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 120%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Plus Jakarta, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

a {
  color: var(--dark);
  text-decoration: underline;
}

blockquote {
  border-left: 6px solid var(--accent);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 32px;
  font-size: 24px;
  line-height: 130%;
}

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

.section.hero-home {
  color: var(--background);
  padding-top: 200px;
  padding-bottom: 40px;
  position: relative;
}

.section.services-slider-section {
  padding-top: 80px;
  overflow: hidden;
}

.section.combo-one {
  background-color: var(--elevation);
  background-image: url("/api/media/file/20-67f8edfe71b5b3e4e0466ac1_Circle-Abstract-V1.svg?v=ca6da9b2ceda");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 80%;
}

.section.quote-section {
  background-color: var(--dark);
  color: var(--background);
  padding-top: 160px;
  padding-bottom: 160px;
}

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

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

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

.section.dark.contact-page {
  padding-top: 60px;
}

.section.dark.hero-product, .section.dark.hero-template {
  padding-top: 200px;
}

.section.dark.hero-sales {
  background-image: url("/api/media/file/16-67f8edfe71b5b3e4e0466ab0_Abstract-hero-Home.svg?v=1e46715edd28");
  background-position: 100% 20%;
  background-repeat: no-repeat;
  background-size: auto 560px;
  padding-top: 200px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section.hero-about {
  background-image: url("/api/media/file/27-67f8edfe71b5b3e4e0466afa_Abstract-Four.svg?v=c6dcc4fb7b97"), url("/api/media/file/28-67f8edfe71b5b3e4e0466afb_Abstract-Three.svg?v=e0ffd0149544");
  background-position: 0%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 50%, auto 50%;
  padding-top: 200px;
}

.section.hero-services {
  background-image: url("/api/media/file/28-67f8edfe71b5b3e4e0466afb_Abstract-Three.svg?v=e0ffd0149544");
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 200px;
}

.section.hero-service-template {
  background-image: url("/api/media/file/31-67f8edfe71b5b3e4e0466b11_Abstract-Five.svg?v=dbc11ae25d11");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 50%;
  padding-top: 200px;
  padding-bottom: 16px;
}

.section.hero-team {
  background-image: url("/api/media/file/28-67f8edfe71b5b3e4e0466afb_Abstract-Three.svg?v=e0ffd0149544");
  background-position: 100% 20%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 200px;
}

.section.team-template {
  background-image: url("/api/media/file/32-67f8edfe71b5b3e4e0466b12_Abstract-Six.svg?v=d079322db972");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 200px;
}

.section.blog-hero {
  padding-top: 200px;
}

.section.blog-template {
  padding-top: 200px;
  padding-bottom: 80px;
}

.section.pricing-section {
  color: var(--background);
  padding-top: 200px;
  padding-bottom: 64px;
  position: relative;
}

.section.legal-section {
  padding-top: 200px;
}

.main-container {
  max-width: 1392px;
  padding-left: 24px;
  padding-right: 24px;
}

.divider-typography {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
}

.template-h2 {
  margin-top: 0;
}

.subtitle {
  font-size: 24px;
  line-height: 125%;
}

.subtitle.mg-top-8 {
  margin-top: 8px;
}

.subtitle.color-copy {
  color: var(--accent);
  margin-top: 10px;
}

.left-column-template-details {
  padding: 0;
}

.cta {
  background-color: var(--accent);
  height: 52px;
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  line-height: 18px;
  transition: background-color .2s;
  display: flex;
}

.cta:hover {
  background-color: #3d8bff;
}

.cta.outline {
  border: 1px solid var(--accent);
  color: var(--dark);
  background-color: #424bd100;
}

.cta.outline:hover {
  background-color: #267dfe0f;
}

.cta.mg-top-16 {
  margin-top: 16px;
}

.cta.submit-newsletter {
  min-width: 180px;
}

.cta.navbar-cta {
  height: 44px;
  padding-left: 18px;
  padding-right: 18px;
}

.cta.navbar-cta:hover {
  background-color: var(--dark);
}

.cta.navbar-cta.center {
  position: absolute;
}

.cta.pricing-tile-cta {
  width: 100%;
  margin-top: 48px;
}

.cta.password-submit {
  margin-top: 12px;
}

.cta.white {
  background-color: var(--elevation);
  color: var(--dark);
}

.cta.white:hover {
  background-color: var(--background);
}

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

.color {
  background-color: #faebe3;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  padding-top: 100%;
}

.color.color-two {
  background-color: var(--background);
}

.color.color-one {
  background-color: var(--dark);
}

.color.color-three {
  background-color: var(--accent);
}

.color.color-four {
  background-color: var(--elevation);
}

.grid-template-deatils {
  grid-template-rows: auto;
}

.right-column-template-details {
  grid-row-gap: 32px;
  flex-direction: column;
  padding: 0 0 0 24px;
  display: flex;
}

.columns-template-details {
  display: flex;
}

.color-master {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.link-template-navigation {
  color: #131313b3;
  font-size: 24px;
  font-weight: 400;
  line-height: 135%;
  text-decoration: none;
}

.link-template-navigation.w--current {
  color: #131313;
  font-weight: 500;
}

.wrap-button {
  grid-row-gap: 12px;
  background-color: #e3e3e370;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.tile-template-details {
  grid-row-gap: 16px;
  background-color: #e7f2fe;
  border-radius: 2px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.tile-template-navigation {
  grid-row-gap: 16px;
  background-color: var(--elevation);
  border-radius: 2px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 120px;
}

.paragraph-big {
  font-size: 20px;
  line-height: 140%;
}

.paragraph-big.opacity-80 {
  opacity: .8;
}

.text-heading-3 {
  font-size: 32px;
  line-height: 120%;
}

.flex-hero-home {
  grid-column-gap: 120px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.left-hero-home {
  max-width: 780px;
}

.right-hero-home {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 480px;
  display: flex;
}

.wrap-hero-home-image {
  margin-top: 100px;
  overflow: hidden;
}

.image-hero-home {
  width: 100%;
}

.color-fill-hero-home {
  z-index: -1;
  background-color: var(--dark);
  background-image: url("/api/media/file/16-67f8edfe71b5b3e4e0466ab0_Abstract-hero-Home.svg?v=1e46715edd28");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60%;
  position: absolute;
  inset: 0% 0% auto;
}

.span-underline {
  background-image: url("/api/media/file/17-67f8edfe71b5b3e4e0466ab1_Underline-Abstract.svg?v=6f69ff08c073");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.heading-1-home {
  line-height: 130%;
}

.heading-1-home.mobile {
  display: none;
}

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

.master-services-slider {
  margin-top: 80px;
  position: relative;
}

.arrow-services-slider {
  z-index: 2;
  background-color: #ffffff4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background-color .2s;
  display: flex;
  inset: -115px 0% auto auto;
}

.arrow-services-slider:hover {
  background-color: #ffffff80;
}

.arrow-services-slider.left-arrow {
  padding-left: 0;
  padding-right: 2px;
  right: 44px;
}

.slider-services {
  background-color: #ddd0;
  width: 40%;
  height: auto;
  position: static;
}

.icon-slider-arrow {
  width: 40px;
  height: 40px;
}

.slide-nav-hidden {
  display: none;
}

.slide-services {
  height: 100%;
  margin-right: 32px;
}

.mask-services {
  height: auto;
  position: static;
  overflow: visible;
}

.tile-elevation-hover {
  grid-row-gap: 24px;
  background-color: var(--elevation);
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  transition: background-color .2s;
  display: flex;
}

.tile-elevation-hover:hover {
  background-color: #dfebf8;
}

.tile-elevation-hover.service-tile {
  grid-row-gap: 64px;
  height: 100%;
  padding: 44px 40px;
  text-decoration: none;
}

.icon-service-tile {
  width: 48px;
  height: 48px;
}

.top-service-tile {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrap-image-halves {
  flex-direction: column;
  width: 100%;
  max-width: 580px;
  display: flex;
}

.grid-image-halves {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

.grid-image-halves.karriere {
  place-items: stretch stretch;
}

.wrap-content-image-halves {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 470px;
  display: flex;
}

.wrap-content-image-halves.karriere {
  max-width: none;
}

.image-image-halves {
  border-radius: 2px;
  width: 100%;
}

.image-image-halves.square {
  aspect-ratio: 1;
  object-fit: cover;
}

.single-stat-image-halves {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-stat {
  color: var(--accent);
  font-size: 64px;
  font-weight: 500;
  line-height: 110%;
}

.master-stats-image-halves {
  grid-column-gap: 64px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.content-wrap-quote-section {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 998px;
  margin-left: 114px;
  display: flex;
}

.line-heading {
  background-image: linear-gradient(to right, #267dfe00, var(--accent) 37%, var(--accent) 56%, #267dfe00);
  width: 180px;
  height: 6px;
}

.text-quote {
  font-size: 58px;
  font-weight: 300;
  line-height: 125%;
}

.wrap-quote-person {
  grid-column-gap: 24px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.image-quote-person {
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.wrap-small-person-name {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.left-sticky {
  position: relative;
}

.columns-sticky {
  display: flex;
}

.master-sticky-values {
  grid-row-gap: 56px;
  flex-direction: column;
  width: 100%;
  max-width: 545px;
  display: flex;
}

.right-sticky {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.master-sticky {
  position: sticky;
  top: 120px;
}

.content-left-sticky-values {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 470px;
  display: flex;
}

.tile-sticky-value {
  min-height: 560px;
  color: var(--background);
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 44px;
  display: flex;
  position: relative;
}

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

.overlay-sticky-value {
  z-index: 1;
  grid-row-gap: 16px;
  background-image: linear-gradient(#0e264b00, #0e264b4d 37%, #0e264bc7 69%, #0e264bf2);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 100px 44px 44px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.center-heading-medium {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.center-heading-medium.mg-bottom-56 {
  margin-bottom: 56px;
}

.slider-testimonials {
  background-color: #ddd0;
  width: 80%;
  max-width: 1120px;
  height: auto;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.master-slider-testimonials {
  position: relative;
}

.arrow-testimonials-slider {
  width: 40px;
  height: 40px;
}

.mask-testimonials-slider {
  height: auto;
  position: static;
}

.tile-elevation {
  grid-row-gap: 24px;
  background-color: var(--elevation);
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.tile-elevation.testimonial-tile {
  grid-column-gap: 52px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 80px;
}

.tile-elevation.sticky-template {
  text-align: center;
  align-items: center;
  padding: 32px;
  position: sticky;
  top: 120px;
}

.tile-elevation.pricing-tile {
  grid-row-gap: 0px;
  padding: 48px;
}

.slide-testimonial {
  height: auto;
}

.image-testimonial {
  object-fit: cover;
  border-radius: 50%;
  width: 320px;
  height: 320px;
}

.right-testimonial {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-stars {
  height: 24px;
}

.text-testimonial {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 120%;
}

.master-checklist {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.master-checklist.mg-top-16 {
  margin-top: 16px;
}

.single-checklist {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.icon-check {
  filter: brightness(46%);
  width: 24px;
  height: 24px;
}

.grid-thirds-blog {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-thirds-blog.big {
  grid-template-columns: 1fr;
}

.grid-thirds-blog.two {
  grid-template-columns: 1fr 1fr;
}

.tile-blog {
  grid-row-gap: 32px;
  background-color: var(--elevation);
  flex-direction: column;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  transition: background-color .2s, transform .2s;
  display: flex;
}

.tile-blog:hover {
  background-color: #dfecfa;
  transform: scale(.98);
}

.image-wrap-blog-thirds {
  border-radius: 1px;
  padding-top: 62%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.bottom-blog {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-blog-date {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

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

.flex-cta-center.mg-top-48 {
  margin-top: 48px;
}

.flex-heading-text {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.flex-heading-text.mg-bottom-80 {
  margin-bottom: 80px;
}

.left-heading-text {
  max-width: 40%;
}

.grid-contact {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

.tile-contact-from {
  background-color: var(--background);
  color: var(--dark);
  padding: 56px 40px;
}

.form-block-contact {
  margin-bottom: 0;
}

.form-contact {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.input-wrap {
  flex: 1;
}

.field-label {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}

.text-field {
  border: 1px solid var(--dark);
  background-color: var(--background);
  height: 52px;
  color: var(--dark);
  border-radius: 70px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
}

.text-field:focus {
  border-color: var(--accent);
  color: var(--dark);
}

.text-field::placeholder {
  color: #0e264b6e;
}

.text-field.text-area {
  border-radius: 16px;
  height: 150px;
}

.text-field.newsletter-field {
  max-width: 300px;
}

.text-field.cart-field {
  padding-left: 10px;
  padding-right: 10px;
}

.success-message {
  background-color: var(--accent);
  color: var(--background);
  border-radius: 12px;
  padding: 24px;
}

.right-contact {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  max-width: 420px;
  display: flex;
}

.divider-contact-right {
  background-color: #f4f9ff4d;
  width: 100%;
  height: 1px;
}

.wrap-contact-links {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-contact {
  grid-column-gap: 16px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.circle-link-contact {
  background-color: var(--accent);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.icon-contact-section {
  width: 24px;
  height: 24px;
}

.right-side-contact-link {
  grid-row-gap: 2px;
  flex-direction: column;
  margin-left: 0;
  display: flex;
}

.text-contact-heading-option {
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.text-contact-detail {
  margin: 0;
}

.wrap-visitr-us {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-visit-us {
  font-size: 32px;
  line-height: 120%;
}

.socials-grid {
  grid-column-gap: 12px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-link-block {
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  transition: background-color .2s;
  display: flex;
}

.social-link-block:hover {
  background-color: #ffffff12;
}

.icon-social-footer-2 {
  object-fit: contain;
  width: 100%;
}

.icon-social-footer-2.invert {
  filter: invert();
}

.footer {
  background-color: var(--background);
  border-top: 1px solid #0e264b4d;
  padding-top: 110px;
  padding-bottom: 0;
}

.contact-list {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-main {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: var(--dark);
  line-height: 200%;
  text-decoration: none;
}

.footer-link.w--current {
  font-weight: 700;
}

.grid-footer {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-social-link-wrap {
  grid-column-gap: 12px;
  display: flex;
}

.footer-grid {
  grid-column-gap: 24px;
  margin-top: 24px;
  display: flex;
}

.social-link {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: opacity .2s;
  display: flex;
}

.social-link:hover {
  opacity: .8;
}

.footer-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.footer-contact {
  grid-row-gap: 24px;
  background-color: var(--elevation);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  padding: 60px 80px;
  display: flex;
}

.contact-list-item {
  grid-column-gap: 8px;
  align-items: center;
  height: auto;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.brand-link-footer {
  align-items: center;
  height: 45px;
  display: flex;
}

.text-footer-logo {
  margin-bottom: 8px;
  font-weight: 500;
}

.footer-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}

.bottom-footer {
  background-color: var(--dark);
  color: var(--background);
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 40px;
}

.newsletter-block {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.newsletter-logo {
  align-items: center;
  display: flex;
}

.left-newsletter {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.newsletter-form {
  grid-column-gap: 12px;
  justify-content: flex-end;
  display: flex;
}

.newsletter-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.span-newsletter {
  color: var(--accent);
  font-weight: 700;
}

.form-block {
  margin-bottom: 0;
}

.grid-newsletter {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  width: 100%;
}

.divider-newsletter {
  background-color: #f4f9ff4d;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

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

.text-legal {
  font-size: 16px;
}

.brand-navbar {
  max-width: none;
  height: 100%;
}

.cart-container {
  background-color: #fff;
  border-radius: 12px;
  min-width: 380px;
}

.dropdown-toggle-nav {
  grid-column-gap: 6px;
  color: var(--dark);
  justify-content: center;
  align-items: center;
  padding: 12px 10px 12px 14px;
  display: flex;
}

.dropdown-toggle-nav.dark-dropdown {
  color: var(--background);
}

.brand-link-navbar {
  height: 45px;
}

.dropdown-navbar {
  font-size: 16px;
  font-weight: 400;
}

.apple-pay {
  border-radius: 8px;
  height: 52px;
}

.nav-menu {
  grid-column-gap: 4px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown-link {
  text-align: center;
  transition: background-color .2s;
}

.dropdown-link:hover {
  background-color: #2829431f;
}

.dropdown-link.w--current {
  color: var(--accent);
}

.dropdown-list.w--open {
  background-color: var(--background);
  border: 1px solid #0e264b29;
  border-radius: 4px;
}

.icon-dropdown {
  width: 24px;
  height: 24px;
}

.cart-button {
  height: 44px;
  color: var(--accent);
  background-color: #267dfe33;
  border-radius: 50px;
  justify-content: center;
}

.cart-button.dark-cart-button {
  color: var(--background);
}

.container-navbar {
  max-width: 1440px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.right-navbar {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.wrap-nav-buttons {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.master-nav-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.navbar {
  background-color: var(--background);
  height: 90px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.dark-navbar {
  background-color: var(--dark);
}

.nav-link {
  padding: 10px 14px;
  font-size: 18px;
  text-decoration: none;
}

.nav-link.dark-nav-link {
  color: var(--background);
}

.title-wrap-center {
  z-index: 1;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.title-wrap-center.mg-bottom-80 {
  margin-bottom: 80px;
}

.title-wrap-center.about-title-wrap {
  width: 100%;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.limit-570 {
  width: 100%;
  max-width: 570px;
}

.grid-gallery-about {
  z-index: 1;
  grid-column-gap: 40px;
  grid-template-rows: minmax(700px, 1fr);
  grid-template-columns: .6fr .4fr;
  margin-top: 80px;
  position: relative;
}

.image-gallery-about {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 600px;
}

.image-gallery-about._700 {
  max-height: 700px;
}

.video-about {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.grid-stats-wide {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.single-center-stat {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-big-image {
  height: 95vh;
  min-height: 600px;
  max-height: 1000px;
  overflow: hidden;
}

.image-big-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.grid-team {
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tile-team {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.tile-team:hover {
  transform: scale(.96);
}

.image-team {
  border-radius: 4px;
  width: 100%;
}

.image-team.second {
  display: none;
}

.wrap-team-name {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-accent {
  color: var(--accent);
}

.grid-services {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.divider-more-services {
  background-color: #0e264b4d;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 64px;
}

.flex-more-services {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-service-template {
  width: 120px;
  height: 120px;
  margin-bottom: 16px;
}

.divider-service-template {
  background-color: #0e264b4d;
  width: 100%;
  height: 1px;
  margin-top: 100px;
}

.columns-sticky-template {
  display: flex;
}

.text-heading-sticky-template {
  flex: none;
  font-size: 28px;
  font-weight: 400;
  line-height: 135%;
}

.right-sticky-template {
  flex-direction: column;
  align-items: flex-end;
  padding-left: 64px;
  display: flex;
  position: relative;
}

.wrap-get-started {
  grid-column-gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.divider-more {
  background-color: #0e264b4d;
  width: 100%;
  height: 1px;
  margin-top: 120px;
  margin-bottom: 120px;
}

.flex-heading-cta {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-heading-cta.mg-bottom-56 {
  margin-bottom: 56px;
}

.master-team-single {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1238px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-team-single {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 0%;
  width: 560px;
  height: 560px;
}

.right-team-single {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-big-position {
  color: var(--accent);
  margin-bottom: 4px;
  font-size: 32px;
  line-height: 120%;
}

.master-contact-team {
  grid-column-gap: 24px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.single-contact-team {
  grid-column-gap: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-contact-team {
  width: 28px;
  height: 28px;
}

.divider-team-template-hero {
  background-color: #0e264b33;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.title-wrap-blog-template {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-blog-date-big {
  color: #0e264bcc;
  text-transform: uppercase;
  font-weight: 500;
}

.wrap-blog-content {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.brand-footer {
  height: 100%;
}

.color-fill-pricing {
  z-index: -1;
  background-color: var(--dark);
  background-image: url("/api/media/file/16-67f8edfe71b5b3e4e0466ab0_Abstract-hero-Home.svg?v=1e46715edd28");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 75%;
  position: absolute;
  inset: 0% 0% auto;
}

.grid-pricing {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-pricing {
  width: 48px;
  height: 48px;
  margin-bottom: 40px;
}

.top-pricing-tile {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-price-tile {
  color: #0e264bcc;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.divider-pricing-tile {
  background-color: #0e264b4d;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.plus-expand-master {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.master-expandable {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

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

.faq-paragraph {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
}

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.plus-line {
  background-color: var(--dark);
  border-radius: 1px;
  width: 18px;
  height: 1px;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

.expandable-single {
  border-top: 1px solid var(--dark);
  cursor: pointer;
  padding: 26px 0;
}

.wrap-left-faq {
  width: 100%;
  max-width: 440px;
}

.expandable-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-expandable {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

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

.left-product {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 595px;
  display: flex;
}

.icon-product {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.right-product {
  grid-row-gap: 32px;
  background-color: var(--elevation);
  max-width: 470px;
  color: var(--dark);
  flex-direction: column;
  align-items: flex-start;
  padding: 56px;
  display: flex;
}

.add-to-cart {
  width: 100%;
}

.default-state-add-to-cart {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: stretch;
  margin-top: 16px;
  margin-bottom: 0;
  display: flex;
}

.navbar-simple {
  background-color: var(--white);
  border-bottom: 1px solid #28294333;
  height: 90px;
}

.master-nav-account {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.brand-link-account {
  height: 45px;
}

.brand-account {
  max-width: none;
  height: 100%;
}

.block-content {
  background-color: #fff;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.text-field-checkout {
  height: 52px;
  color: var(--dark);
  border: 1px solid #e3e3e3;
  border-radius: 56px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  font-size: 16px;
}

.text-field-checkout:focus {
  border-color: var(--accent);
  color: var(--dark);
}

.text-field-checkout::placeholder {
  color: #28294399;
}

.block-header {
  background-color: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.checkout-form {
  background-color: var(--background);
  padding: 64px 0;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}

.checkbox {
  width: 18px;
  height: 18px;
  margin-top: 0;
}

.checkbox-label {
  margin-bottom: 0;
}

.icon-checkout {
  object-fit: contain;
  width: 50px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility-page-form {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.icon-lock {
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.title-wrap-404 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-cta-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-cta-left.mg-top-24 {
  margin-top: 24px;
}

.wrap-legal-page {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.title-wrap-template {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tile-changelog {
  background-color: var(--elevation);
  width: 100%;
  max-width: 100%;
  color: var(--dark);
  padding: 40px 32px;
}

.flex-hero-sales {
  grid-column-gap: 120px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.left-hero-sales {
  max-width: 780px;
}

.right-hero-sales {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 480px;
  display: flex;
}

.master-sales-gallery {
  z-index: 20;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.move-sales-gallery {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.single-sales-gallery {
  grid-column-gap: 40px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-sales-hero {
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  flex: none;
  width: 100%;
  display: block;
}

.included-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  border-top: 1px solid #ffffff4d;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 100%;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.icon-figma {
  width: 120px;
  height: 120px;
}

.wrap-figma-content {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-heading-4 {
  font-size: 28px;
  line-height: 120%;
}

.master-sales-pages {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.single-sales-pages {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.grid-thirds-sales-page {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.sales-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--elevation);
  text-align: center;
  border-radius: 2px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.sales-card:hover {
  transform: translate(0, -4px);
}

.image-sales-page {
  border: 1px solid #2726211a;
  border-radius: 2px;
  width: 100%;
}

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

.heading-wrap-sales {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 56px;
  display: flex;
}

.grid-thirds-all-features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.more-power-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #e7f2fe0f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 32px 24px;
  display: flex;
}

.link-sales-hero {
  width: 100%;
  max-width: 360px;
  display: block;
}

.text-block, .text-block-2 {
  font-size: 18px;
}

.limit-750 {
  width: 100%;
  max-width: 750px;
}

.collection-list-wrapper {
  margin-top: 40px;
}

.div-block {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  display: flex;
}

.collection-list {
  column-count: 3;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.div-block-2 {
  justify-content: space-between;
  display: flex;
}

.team-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  position: static;
}

.team-card-grid {
  grid-template-rows: auto;
}

.team-background-wrapper {
  height: auto;
  position: relative;
}

.team-icon {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.team-icon.right {
  margin-left: auto;
}

.team-background {
  position: relative;
}

.team-content-left {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.divider {
  background-color: #cfd2d6;
  width: 100%;
  height: 1px;
}

.text-color-accent {
  color: #ff6c0a;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-cover.person {
  z-index: 6;
  height: 400px;
  position: relative;
}

.team-member {
  justify-content: center;
  align-items: center;
  padding: 12px;
  transition: margin-bottom .3s;
  display: flex;
  position: relative;
}

.team-member:hover {
  z-index: 1;
  margin-bottom: 12px;
}

.team-member.team-member-right {
  margin-left: -32px;
  transform: rotate(5deg);
}

.team-member.team-member-center {
  bottom: 32px;
}

.team-member.team-member-left {
  margin-right: -32px;
  transform: rotate(-10deg);
}

.dot-orange {
  background-color: var(--accent);
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.code-embed {
  display: none;
}

.paragraph-regular {
  color: #36393f;
  font-size: 16px;
  line-height: 28px;
}

.title-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.team-image-card {
  border-top-style: solid;
  border-top-width: 8px;
  border-top-color: var(--accent);
  border-right-style: solid;
  border-right-width: 8px;
  border-right-color: var(--accent);
  border-bottom-style: solid;
  border-bottom-width: 8px;
  border-bottom-color: var(--accent);
  border-left-style: solid;
  border-left-width: 8px;
  border-left-color: var(--accent);
  background-color: #f9f9fa;
  border-radius: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 46px 13px #6c718000, 0 29px 12px #6c718003, 0 17px 10px #6c71800a, 0 7px 7px #6c718012, 0 2px 4px #6c718014;
}

.caption-regular {
  font-size: 16px;
  line-height: 24px;
}

.caption-regular.text-color-tertiary {
  color: #6b7280;
}

.team-badges {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -15px;
  padding-bottom: 24px;
  display: flex;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.h6-heading {
  color: #1e2022;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.section-regular {
  background-color: #f3f3f5;
  padding: 72px 5%;
  position: relative;
}

.divider-caption {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  white-space: nowrap;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.team-details {
  z-index: 4;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
}

.divider-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.team-background-overlay {
  background-image: linear-gradient(#fff0, #f3f3f5 49%);
  height: 100%;
  position: static;
  inset: auto 0% 0%;
}

.caption-small {
  font-size: 14px;
  line-height: 20px;
}

.team-members {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0 0% 0%;
}

.h5-heading {
  color: #1e2022;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}

.container-large {
  color: #000;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-large {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  align-items: center;
}

.team-statistics-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.div-block-3 {
  filter: blur(5px);
  background-color: #ffffffb5;
  position: absolute;
  inset: 0%;
}

.background-video {
  z-index: 2;
  width: 280px;
  height: 100%;
}

.text-block-3 {
  font-size: 20px;
  font-weight: 900;
}

.div-block-4 {
  display: none;
}

.rechtliches h1 {
  margin-top: -20px;
  margin-bottom: -20px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_button {
  border: 2px solid var(--dark);
  background-color: var(--dark);
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--dark);
  color: #0d0d0d;
  -webkit-text-stroke-color: #9ea700;
  background-color: #fff;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-manager_button {
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 999rem;
  flex-direction: column;
  padding: .3rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.link-7 {
  color: #666;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_text {
  color: var(--dark);
  font-size: .75rem;
}

.fs-cc-banner_component-3 {
  z-index: 998;
  background-color: #fff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
  font-size: 16px;
  font-weight: 300;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_component-4 {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-banner_buttons-wrapper-2 {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  background-color: var(--dark);
  opacity: 1;
  color: #fff;
  text-align: center;
  border: 2px #9ea700;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
  transition: color .3s;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #666;
  -webkit-text-stroke-color: #9ea700;
  background-color: #f5f5f5;
  border-color: #9ea700;
}

.fs-cc-banner_button.fs-cc-button-alt.no-bg {
  background-color: #f5f5f500;
  background-image: none;
  border-bottom: 1px #091f5b;
  border-right-width: 0;
  border-right-color: #091f5b;
  border-radius: 0;
  text-decoration: underline;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-prefs_close-2 {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--dark);
  color: #001f3f;
  -webkit-text-stroke-color: #0085ca;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_label {
  color: #0d0d0d;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

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

  .section.hero-home {
    padding-top: 180px;
  }

  .section.services-slider-section {
    padding-bottom: 120px;
  }

  .section.combo-one {
    background-size: auto 50%;
  }

  .section.dark.contact-page, .section.dark.hero-sales {
    padding-top: 180px;
  }

  .section.hero-about {
    background-image: url("/api/media/file/28-67f8edfe71b5b3e4e0466afb_Abstract-Three.svg?v=e0ffd0149544");
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto 50%;
    padding-top: 180px;
  }

  .section.hero-services, .section.hero-team, .section.blog-hero, .section.pricing-section, .section.legal-section {
    padding-top: 180px;
  }

  .left-column-template-details {
    display: none;
  }

  .cta.submit-newsletter {
    flex: none;
  }

  .right-column-template-details {
    padding: 0;
  }

  .columns-template-details {
    flex-direction: column;
  }

  .flex-hero-home {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
  }

  .right-hero-home {
    align-items: center;
    max-width: 590px;
  }

  .wrap-hero-home-image {
    margin-top: 80px;
  }

  .color-fill-hero-home {
    height: 80%;
  }

  .master-services-slider {
    margin-top: 64px;
  }

  .arrow-services-slider {
    inset: auto auto -64px 48px;
  }

  .arrow-services-slider.left-arrow {
    left: 0;
    right: auto;
  }

  .slider-services {
    width: 70%;
  }

  .grid-image-halves {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-content-image-halves {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .image-image-halves {
    object-fit: cover;
    height: 100%;
    max-height: 500px;
  }

  .single-stat-image-halves {
    text-align: center;
    align-items: center;
  }

  .content-wrap-quote-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-quote {
    font-size: 48px;
  }

  .wrap-small-person-name.center-tablet-name {
    align-items: center;
  }

  .tile-elevation.testimonial-tile {
    grid-row-gap: 40px;
    flex-direction: column;
    padding: 64px;
  }

  .right-testimonial {
    text-align: center;
    align-items: center;
  }

  .grid-thirds-blog {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-heading-text.mg-bottom-80 {
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .left-heading-text {
    max-width: none;
  }

  .grid-contact {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-field.newsletter-field {
    flex: none;
    max-width: none;
  }

  .right-side-contact-link {
    text-align: left;
  }

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

  .left-newsletter {
    text-align: center;
    align-items: center;
  }

  .newsletter-form {
    grid-row-gap: 12px;
    flex-direction: column;
    width: 100%;
  }

  .form-block {
    justify-content: center;
    width: 100%;
    max-width: 449px;
    display: flex;
  }

  .grid-newsletter {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .dropdown-toggle-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 12px;
    font-size: 22px;
    line-height: 140%;
  }

  .brand-link-navbar {
    padding-left: 0;
  }

  .dropdown-navbar {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-menu {
    background-color: #fff;
    border: 1px solid #1313131a;
    border-radius: 16px;
    width: 98%;
    max-width: 480px;
    max-height: 90vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    left: auto;
    right: 24px;
    overflow: scroll;
  }

  .nav-menu.dark-nav-menu {
    background-color: var(--dark);
    border-color: #e7f2fe33;
  }

  .menu-button {
    background-color: #424bd10a;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #267dfe21;
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .dropdown-link {
    color: #282943;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 22px;
  }

  .inside-nav-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .dropdown-list.w--open {
    background-color: var(--elevation);
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

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

  .icon-hamburger {
    width: 52%;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 120%;
    display: block;
  }

  .title-wrap-center.about-title-wrap {
    max-width: 630px;
  }

  .grid-gallery-about {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .video-about {
    min-height: 400px;
  }

  .grid-stats-wide {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr 1fr;
    max-width: 640px;
  }

  .section-big-image {
    min-height: 0;
    max-height: 70vw;
  }

  .grid-team, .grid-services {
    grid-template-columns: 1fr 1fr;
  }

  .columns-sticky-template {
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .right-sticky-template {
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-heading-cta {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
  }

  .master-team-single {
    grid-row-gap: 48px;
    flex-direction: column;
  }

  .right-team-single {
    text-align: center;
    align-items: center;
  }

  .grid-pricing {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .left-faq {
    padding-left: 0;
  }

  .right-faq {
    padding-right: 0;
  }

  .brand-link-account {
    padding-left: 0;
  }

  .tile-changelog {
    padding-right: 4px;
  }

  .flex-hero-sales {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
  }

  .right-hero-sales {
    align-items: center;
    max-width: 590px;
  }

  .included-card {
    min-height: 260px;
  }

  .center-tablet {
    text-align: center;
  }

  .grid-thirds-sales-page {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .sales-card {
    padding: 16px;
  }

  .grid-fourths-sales-fourths {
    grid-template-columns: 1fr 1fr;
  }

  .grid-thirds-all-features {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-sales-hero {
    max-width: 270px;
  }

  .team-background-wrapper {
    height: auto;
  }

  .section-regular {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .team-grid-large {
    grid-template-columns: 1fr;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_buttons-wrapper-2 {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  .section.hero-home, .section.dark.contact-page, .section.dark.hero-sales {
    padding-top: 160px;
  }

  .section.hero-about {
    background-image: url("/api/media/file/28-67f8edfe71b5b3e4e0466afb_Abstract-Three.svg?v=e0ffd0149544");
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto 50%;
    padding-top: 160px;
  }

  .section.hero-services {
    padding-top: 160px;
  }

  .section.hero-team {
    background-position: 100% 32%;
    background-size: 40%;
    padding-top: 160px;
  }

  .section.team-template {
    background-image: url("/api/media/file/32-67f8edfe71b5b3e4e0466b12_Abstract-Six.svg?v=d079322db972");
    background-repeat: no-repeat;
    background-size: 70%;
    padding-top: 120px;
  }

  .section.blog-hero, .section.pricing-section, .section.legal-section {
    padding-top: 160px;
  }

  .subtitle {
    font-size: 22px;
  }

  .left-column-template-details {
    display: none;
  }

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

  .right-column-template-details {
    padding: 0;
  }

  .columns-template-details {
    flex-direction: column;
  }

  .tile-template-details {
    padding: 24px;
  }

  .paragraph-big {
    font-size: 19px;
  }

  .image-hero-home {
    object-fit: cover;
    height: 100%;
    min-height: 420px;
  }

  .arrow-services-slider {
    top: auto;
    bottom: -64px;
    right: auto;
  }

  .arrow-services-slider.left-arrow {
    margin-left: 0;
    margin-right: 0;
    left: 0;
  }

  .slider-services {
    width: 84%;
  }

  .text-stat {
    font-size: 54px;
  }

  .text-quote {
    font-size: 36px;
  }

  .columns-sticky {
    flex-direction: column;
  }

  .right-sticky {
    margin-top: 40px;
  }

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

  .content-left-sticky-values {
    align-items: center;
  }

  .tile-elevation.testimonial-tile {
    padding: 32px;
  }

  .image-testimonial {
    width: 60%;
    height: auto;
  }

  .text-testimonial {
    font-size: 20px;
  }

  .text-field.newsletter-field {
    max-width: none;
  }

  .text-footer-logo {
    font-size: 16px;
    line-height: 136%;
  }

  .newsletter-block {
    justify-content: center;
  }

  .left-newsletter {
    text-align: center;
    align-items: center;
  }

  .newsletter-form {
    grid-row-gap: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
  }

  .form-block {
    width: 100%;
    max-width: 310px;
  }

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

  .text-legal {
    text-align: center;
    line-height: 120%;
  }

  .nav-menu {
    max-width: 380px;
    max-height: 70vh;
    right: 16px;
  }

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

  .title-wrap-center.about-title-wrap {
    max-width: 440px;
  }

  .grid-gallery-about {
    margin-top: 48px;
  }

  .image-gallery-about {
    max-height: 490px;
  }

  .video-about {
    min-height: 360px;
  }

  .section-big-image {
    max-height: 60vw;
  }

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

  .grid-services {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-team-single {
    width: 80vw;
    max-width: 400px;
    height: 80vw;
    max-height: 400px;
  }

  .left-faq {
    margin-bottom: 40px;
    padding-right: 24px;
  }

  .faq-paragraph {
    font-size: 16px;
    line-height: 140%;
  }

  .wrap-left-faq {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .right-faq {
    padding-left: 0;
  }

  .heading-expandable {
    font-size: 22px;
    line-height: 28px;
  }

  .tile-changelog {
    padding: 32px 24px;
  }

  .single-sales-gallery {
    grid-column-gap: 24px;
  }

  .included-card {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .wrap-figma-content {
    text-align: center;
    align-items: center;
  }

  .team-background {
    margin-bottom: -64px;
  }

  .team-member {
    height: 240px;
  }

  .team-member:hover {
    margin-bottom: 0;
  }

  .team-member.team-member-right {
    margin-left: 0;
    bottom: 0;
    transform: none;
  }

  .team-member.team-member-center {
    bottom: 0;
  }

  .team-member.team-member-left {
    margin-right: 0;
    transform: none;
  }

  .team-members {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .h5-heading {
    font-size: 28px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 130%;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  .section.hero-home {
    padding-top: 120px;
  }

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

  .section.dark.contact-page, .section.dark.hero-sales {
    padding-top: 140px;
  }

  .section.hero-about {
    background-image: url("/api/media/file/28-67f8edfe71b5b3e4e0466afb_Abstract-Three.svg?v=e0ffd0149544");
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto 50%;
    padding-top: 140px;
  }

  .section.hero-services {
    background-size: 60%;
    padding-top: 140px;
  }

  .section.hero-team, .section.blog-hero, .section.pricing-section, .section.legal-section {
    padding-top: 140px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .subtitle {
    font-size: 20px;
  }

  .cta.navbar-cta {
    display: none;
  }

  .cta.navbar-cta.mobile {
    width: 90%;
    display: flex;
  }

  .grid-colors, .grid-template-deatils {
    grid-template-columns: 1fr;
  }

  .wrap-button {
    padding: 16px;
  }

  .flex-hero-home {
    grid-row-gap: 20px;
  }

  .image-hero-home {
    min-height: 250px;
  }

  .heading-1-home {
    line-height: 150%;
    display: none;
  }

  .heading-1-home.mobile {
    display: block;
  }

  .master-services-slider {
    margin-top: 48px;
  }

  .slider-services {
    width: 100%;
  }

  .tile-elevation-hover.service-tile {
    padding: 36px 32px 46px;
  }

  .grid-image-halves {
    grid-row-gap: 56px;
  }

  .master-stats-image-halves {
    grid-row-gap: 48px;
    justify-content: center;
  }

  .text-quote {
    font-size: 32px;
  }

  .wrap-quote-person {
    flex-wrap: wrap;
  }

  .left-sticky, .right-sticky {
    padding-left: 0;
    padding-right: 0;
  }

  .overlay-sticky-value {
    padding-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .slider-testimonials {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .arrow-testimonials-slider {
    width: 32px;
    height: 32px;
  }

  .tile-elevation.pricing-tile {
    padding: 32px;
  }

  .text-testimonial {
    font-size: 18px;
  }

  .tile-contact-from {
    padding: 48px 32px;
  }

  .form-contact {
    grid-row-gap: 20px;
  }

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

  .text-contact-detail {
    font-size: 16px;
  }

  .socials-grid {
    flex-wrap: wrap;
    display: flex;
  }

  .footer-link {
    font-size: 18px;
  }

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

  .footer-grid {
    grid-row-gap: 12px;
    flex-direction: column;
  }

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

  .footer-contact {
    width: 100%;
    padding: 24px;
  }

  .text-footer-logo {
    font-size: 17px;
    line-height: 130%;
  }

  .newsletter-block {
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .newsletter-form {
    grid-row-gap: 12px;
    flex-wrap: wrap;
  }

  .newsletter-title {
    line-height: 140%;
  }

  .nav-menu {
    width: 92%;
    max-width: none;
    left: 0;
    right: 0;
  }

  .dropdown-link {
    font-size: 18px;
  }

  .icon-hamburger {
    filter: brightness(500%);
  }

  .icon-hamburger.dark {
    filter: brightness(4%);
  }

  .title-wrap-center.mg-bottom-80 {
    margin-bottom: 48px;
  }

  .video-about {
    min-height: 80vw;
  }

  .grid-stats-wide {
    grid-template-columns: 1fr;
  }

  .section-big-image {
    max-height: 90vw;
  }

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

  .text-heading-sticky-template {
    font-size: 24px;
  }

  .left-service, .right-sticky-template {
    padding: 0;
  }

  .flex-heading-cta {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .master-contact-team {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .left-faq {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    padding-right: 0;
    display: flex;
  }

  .expandable-single {
    padding: 16px 0;
  }

  .right-faq {
    padding-left: 0;
  }

  .heading-expandable {
    margin-bottom: 0;
  }

  .flex-hero-sales {
    grid-row-gap: 20px;
  }

  .image-sales-hero {
    display: block;
  }

  .included-card {
    padding-top: 40px;
  }

  .sales-card {
    padding: 16px;
  }

  .grid-fourths-sales-fourths {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .more-power-card {
    padding: 24px;
  }

  .link-sales-hero {
    max-width: 220px;
  }

  .text-block, .text-block-2 {
    font-size: 22px;
  }

  .team-background-image.hidden {
    display: none;
  }

  .team-card-grid {
    grid-template-columns: 1fr;
  }

  .team-member.team-member-center, .team-member.team-member-left {
    height: 450px;
  }

  .team-members {
    grid-template-columns: 1fr;
  }

  .background-video {
    width: 100%;
  }

  .div-block-4 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_component-4 {
    padding: 1.5rem;
  }

  .fs-cc-banner_buttons-wrapper-2 {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }
}

#w-node-_8cfdef36-dcf8-1783-338b-7e2b0e7b4f1d-e0466a58, #w-node-_8cfdef36-dcf8-1783-338b-7e2b0e7b4f1f-e0466a58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-abd02318-1bf5-14fa-15ae-a221c0ad8a64-e0466a58 {
  align-self: stretch;
}

#w-node-_997ed318-a661-b776-0490-c158a0fc9f71-a0fc9f6e, #w-node-_997ed318-a661-b776-0490-c158a0fc9f81-a0fc9f6e, #w-node-_997ed318-a661-b776-0490-c158a0fc9f9c-a0fc9f6e, #w-node-efcb961f-871e-dcaa-6695-b7afe506b453-e506b449 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efcb961f-871e-dcaa-6695-b7afe506b46d-e506b449 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0a4a1d2a-e42d-214e-d611-14c7bf63a639-e0466a59, #w-node-d95c8ce5-aca8-ec83-be48-3f019d0b1ec1-e0466a59, #w-node-_9a0ec955-b2c4-aea5-ffdf-706a97fa8a7b-e0466a59, #w-node-_9a0ec955-b2c4-aea5-ffdf-706a97fa8a80-e0466a59, #w-node-_9a0ec955-b2c4-aea5-ffdf-706a97fa8a85-e0466a59, #w-node-_9a0ec955-b2c4-aea5-ffdf-706a97fa8a8a-e0466a59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10db64d5-0596-1960-8cf1-5d408e6c5a47-e0466a59, #w-node-_10db64d5-0596-1960-8cf1-5d408e6c5a5b-e0466a59, #w-node-b1c2adc5-bd5a-9329-fd36-5f7aa02ea950-e0466a59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_37291c11-67da-329b-b0bf-02442828d5f4-e0466a5c, #w-node-_0267718a-85a2-d4bd-f7e5-91753a6be9cb-e0466a5c, #w-node-f2afa417-e352-f3e7-ab82-239eb3fe5caa-e0466a64 {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_8cfdef36-dcf8-1783-338b-7e2b0e7b4f1d-e0466a58 {
    order: 9999;
  }

  #w-node-_8cfdef36-dcf8-1783-338b-7e2b0e7b4f1f-e0466a58 {
    order: -9999;
  }

  #w-node-abd02318-1bf5-14fa-15ae-a221c0ad8a64-e0466a58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_997ed318-a661-b776-0490-c158a0fc9f9c-a0fc9f6e {
    grid-column: span 2 / span 2;
  }

  #w-node-_10db64d5-0596-1960-8cf1-5d408e6c5a47-e0466a59, #w-node-b1c2adc5-bd5a-9329-fd36-5f7aa02ea950-e0466a59 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_997ed318-a661-b776-0490-c158a0fc9f9c-a0fc9f6e {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Plus Jakarta';
  src: url('/api/media/file/2-67f8edfe71b5b3e4e0466a8c_PlusJakartaSans-Bold.otf?v=3061e9e53934') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('/api/media/file/3-67f8edfe71b5b3e4e0466a8e_PlusJakartaSans-BoldItalic.otf?v=f203cf302ef0') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('/api/media/file/4-67f8edfe71b5b3e4e0466a8f_PlusJakartaSans-Regular.otf?v=7b530d2b4e38') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('/api/media/file/5-67f8edfe71b5b3e4e0466a90_PlusJakartaSans-Italic.otf?v=340fb29fd11f') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/api/media/file/6-67f8edfe71b5b3e4e0466a91_Satoshi-Black.otf?v=25c07990e19b') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/api/media/file/7-67f8edfe71b5b3e4e0466a92_Satoshi-BlackItalic.otf?v=157ea6625834') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/api/media/file/8-67f8edfe71b5b3e4e0466a93_Satoshi-Bold.otf?v=a67c1072876b') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/api/media/file/9-67f8edfe71b5b3e4e0466a94_Satoshi-BoldItalic.otf?v=bdb2dc9d6153') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/api/media/file/10-67f8edfe71b5b3e4e0466a95_Satoshi-Italic.otf?v=452d5fca4e8e') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/api/media/file/11-67f8edfe71b5b3e4e0466a96_Satoshi-Light.otf?v=47336a7a2936') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/api/media/file/12-67f8edfe71b5b3e4e0466a97_Satoshi-LightItalic.otf?v=082d37587759') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/api/media/file/13-67f8edfe71b5b3e4e0466a98_Satoshi-Medium.otf?v=354e63e1b7eb') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/api/media/file/14-67f8edfe71b5b3e4e0466a99_Satoshi-MediumItalic.otf?v=0823b7d83ec5') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/api/media/file/15-67f8edfe71b5b3e4e0466a9a_Satoshi-Regular.otf?v=f06e68b4a30a') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}