:root {
  --almost-black: #171717;
  --whitee: white;
  --light-bg: #f4f4f2;
  --subtitle-60: #3c3c4399;
  --main: #ded8ff;
  --black: black;
  --white: var(--almost-black);
  --size: 0px;
  --fff: white;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.navbar {
  z-index: 99999;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  display: block;
  position: sticky;
  top: 0;
}

.main {
  overflow: hidden;
}

.hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: -64px;
  margin-bottom: 100px;
  padding-left: 5.5vw;
  padding-right: 5.5vw;
  display: flex;
}

.hero-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 67.6vw;
  margin-top: 0;
  display: flex;
}

.h1 {
  color: var(--almost-black);
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: .69vw;
  font-family: Inter, sans-serif;
  font-size: 5vw;
  font-weight: 500;
  line-height: 105%;
}

.h1.for-dark {
  color: var(--whitee);
}

.h1.left {
  text-align: left;
}

.text-container {
  justify-content: center;
  align-items: center;
  display: block;
}

.title-wrapper {
  border-radius: 6px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 51vw;
  display: flex;
}

.caption-header {
  color: var(--almost-black);
  text-align: left;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.caption {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--light-bg);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.caption-bg {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: var(--light-bg);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 29px;
  margin-bottom: 10px;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
}

.caption-text {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.paragraph {
  color: var(--subtitle-60);
  text-align: left;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
}

.form-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 2.77vw;
  display: flex;
}

.form-block.black {
  justify-content: center;
  align-items: center;
}

.form {
  color: #ffc1c1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.submit-button {
  background-color: var(--main);
  color: var(--almost-black);
  border-radius: 10px;
  padding: 0 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.submit-button:hover {
  background-color: #e4dfff;
}

.text-field {
  height: 100%;
  color: var(--almost-black);
  border: 1px #0000;
  border-radius: 10px;
  margin-right: 3px;
  padding-left: 21px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}

.text-field.dark {
  background-color: #fff0;
}

.text-field.dark:hover, .text-field.dark:active, .text-field.dark:focus, .text-field.dark:lang(en) {
  color: var(--whitee);
}

.form-inside {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form-wrap {
  border: 1px solid #1717171a;
  border-radius: 12px;
  align-items: stretch;
  width: 422px;
  height: 60px;
  padding: 3px;
  display: flex;
}

.form-wrap.dark {
  background-color: #000;
  border-color: #fff3;
}

.success-message {
  width: 422px;
  height: 60px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.hero-video {
  justify-content: center;
  align-items: center;
  margin-top: -30vh;
  padding-left: 5.5vw;
  padding-right: 5.5vw;
  display: flex;
}

.nav-menu {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-link {
  color: var(--almost-black);
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.navbar-container {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #fff3;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
}

.button {
  background-color: var(--main);
  height: 40px;
  color: var(--almost-black);
  border-radius: 10px;
  padding: 13px 16px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 100%;
}

.button:hover {
  background-color: #e4dfff;
}

.login-btns {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: 5.5vw;
  margin-right: 5.5vw;
  display: flex;
}

.card {
  background-color: #fbf7f4;
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  height: 650px;
  margin-top: 5.5vw;
  margin-left: 5.5vw;
  margin-right: 5.5vw;
  display: flex;
  overflow: hidden;
}

.card.platform {
  margin-top: 0;
}

.card.black {
  background-color: #000;
}

.card.four {
  margin-top: 15px;
}

.h3 {
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 2.36vw;
  font-weight: 500;
  line-height: 110%;
}

.h3.white {
  color: var(--whitee);
}

.div-block-5 {
  width: 23vw;
  margin-left: 3.47vw;
}

.heading-2 {
  color: #ffffff80;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
}

.button-2 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
}

.text-button {
  color: var(--almost-black);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
  text-decoration: none;
}

.btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  text-decoration: none;
  display: inline-block;
}

.div-block-6 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-top: 8px;
  padding-bottom: 7px;
  display: flex;
}

.div-block-7 {
  width: 16px;
  height: 16px;
}

.paragraph-for-dark {
  color: #ffffff80;
  margin-bottom: 2px;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
}

.div-block-8 {
  max-width: 31vw;
  margin-left: 3.47vw;
  display: block;
}

.card-graphic-parent {
  height: 100%;
}

.card-graphic-child {
  flex-flow: row;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.cards {
  margin-top: 13vw;
}

.cards.platform-page {
  margin-top: 0;
}

.h2 {
  float: none;
  color: var(--almost-black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 3.33vw;
  font-weight: 500;
  line-height: 110%;
}

.h2.blog {
  text-align: left;
}

.h2.small-w {
  width: 42vw;
}

.paragraph-3 {
  color: var(--subtitle-60);
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
}

.title-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 5.5vw;
  margin-left: 5.5vw;
  margin-right: 5.5vw;
  display: flex;
  overflow: visible;
}

.card-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f7f5f2;
  border-radius: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 510px;
  padding-top: 3.47vw;
  overflow: hidden;
  transform: translate(0);
}

.card-small.main-color {
  background-color: var(--main);
}

.card-small.black {
  background-color: var(--almost-black);
  height: 510px;
  padding-top: 0;
}

.card-small-text-container {
  z-index: 1;
  width: 25vw;
  margin-left: 3.47vw;
  position: absolute;
}

.card-small-text-container.balck {
  padding-top: 3.47vw;
}

.card-text-wrapper {
  width: 26vw;
  display: block;
}

.h4 {
  color: var(--almost-black);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 1.94vw;
  font-weight: 500;
  line-height: 110%;
}

.h4.white {
  color: var(--whitee);
}

.card-graphic-parent-copy {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: baseline;
  position: absolute;
  inset: 5vw 0% auto;
}

.card-graphic-child-copy {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  overflow: visible;
}

._2-cards {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 15px;
  margin-left: 5.5vw;
  margin-right: 5.5vw;
  display: flex;
}

.image-2 {
  padding-top: 0;
}

.text-button-light {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
  text-decoration: none;
}

.paragraph-dark {
  color: var(--subtitle-60);
  margin-bottom: 2px;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
}

.paragraph-dark.white {
  color: #fff9;
}

.logos {
  justify-content: space-between;
  align-items: center;
  margin: 2.77vw 5.5vw 13.88vw;
  display: flex;
}

.h6 {
  color: var(--subtitle-60);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 135%;
  display: flex;
}

.logos-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 65%;
  display: flex;
}

.celebrities-wrapper {
  background-color: var(--almost-black);
  height: 80vh;
  overflow: hidden;
}

.celebrities-child {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  margin-top: -10vw;
  display: flex;
}

.image-3, .image-4 {
  margin-right: 15px;
}

.image-5 {
  overflow: auto;
}

.image-6, .image-7 {
  margin-right: 15px;
}

.image-8 {
  margin-top: -210px;
}

.image-9 {
  margin-top: -525px;
}

.celebrities {
  margin-bottom: 13.8vw;
  overflow: hidden;
}

.image-10 {
  display: block;
}

.left-side-block {
  grid-column-gap: 10.4vw;
  grid-row-gap: 10.4vw;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  margin-left: 5.5vw;
  margin-right: 5.5vw;
  display: flex;
}

.left-side-block-text {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.title-wrapper-copy {
  border-radius: 6px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

.left-image {
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 43.8vw;
  height: 45.8vw;
  display: flex;
  overflow: hidden;
}

.left-image-child {
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.how-it-work.spacing {
  margin-top: 13vw;
}

.bg-video-left-side {
  height: 52.5vw;
  overflow: hidden;
}

.customer-stories-cards {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.customer-story {
  border-radius: 20px;
  width: 23.6vw;
  height: 29.23vw;
  display: flex;
  overflow: hidden;
}

.swiper-slide-image {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.image-12 {
  margin-top: -2vw;
}

.cta-block {
  z-index: 1;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  height: 105vh;
  margin-top: 10.4vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-title {
  justify-content: center;
  align-items: center;
  margin-bottom: -.7vw;
  display: flex;
}

.div-block-11 {
  overflow: hidden;
}

.slider {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.footer {
  z-index: -1;
  background-color: var(--whitee);
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  display: flex;
}

.image-13 {
  width: 13.54vw;
  height: 13.54vw;
  margin-bottom: 4.16vw;
}

.slogan-text-wrap {
  width: 18.4vw;
}

.column-menu {
  width: 14.93vw;
}

.footer-first-section {
  z-index: 1;
  display: flex;
  position: relative;
}

.footer-link {
  color: var(--almost-black);
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.column-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.footer-second-section {
  height: 14vw;
  display: flex;
}

.footer-columns {
  justify-content: space-between;
  align-items: flex-start;
  width: 37vw;
  height: 18vw;
  display: flex;
  position: relative;
}

.slogan-text, .symbol {
  width: 37.84vw;
}

.image-14 {
  width: 51.38vw;
}

.line {
  background-color: #0000001a;
  height: 1px;
}

.footer-second-link {
  color: var(--subtitle-60);
  font-family: Inter, sans-serif;
  line-height: 100%;
  text-decoration: none;
}

.terms {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 37.84vw;
  margin-top: 2.91vw;
  display: flex;
}

.footer-buttons {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-third-section {
  z-index: 1;
  justify-content: space-between;
  margin-bottom: 4vw;
  display: flex;
  position: relative;
}

.heading-3 {
  color: var(--whitee);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 135%;
}

.heading-4 {
  color: var(--whitee);
  margin-top: 0;
  margin-bottom: .2vw;
  font-family: Inter, sans-serif;
  font-size: 3.75vw;
  font-weight: 500;
  line-height: 100%;
}

.div-block-15 {
  flex-flow: column;
  justify-content: flex-end;
  height: 100%;
  display: flex;
}

.swiper {
  height: 660px;
  overflow: hidden;
}

.swiper.swiper-customerstories {
  padding-top: 0;
  overflow: hidden;
}

.swiper-wrapper {
  flex-flow: row;
}

.swiper-slide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 280px;
  transition: transform .4s;
}

.slider-img-wrap {
  opacity: 1;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.cs-card-overlay {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  margin-top: 0;
  padding: 1.8vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.swiper-content {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cs-tags {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px #000;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 12%;
  display: flex;
  position: absolute;
}

.cs-tag {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: #ffffff4d;
  border: 1px solid #fff3;
  border-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 8px 9px;
}

.text-block-2 {
  color: var(--whitee);
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}

.cs-card-overlay-logo {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  margin-top: 0;
  padding: 1.8vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.customer-stories {
  margin-top: 13.88vw;
  display: none;
}

.menu-button {
  opacity: 1;
  background-color: #ded8ff00;
  border: 1px #000;
  border-radius: 10px;
  height: 40px;
  padding: 13px 16px;
  text-decoration: none;
}

.menu-button:hover {
  background-color: #ded8ff;
}

.slogan-text-mobile {
  width: 37.84vw;
  display: none;
}

.contacts-textarea {
  min-height: 98px;
  color: var(--almost-black);
  background-color: #fbfaf9;
  border: 1px solid #0000001a;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 12px 18px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
}

.contacts-textarea:focus {
  border: 1px solid #000;
}

.contacts-textarea::placeholder {
  color: var(--subtitle-60);
  font-size: 16px;
}

.primary-button {
  background-color: var(--main);
  width: 100%;
  height: 52px;
  color: var(--almost-black);
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  border-radius: 10px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  transition: all .1s;
  display: inline-block;
}

.primary-button:hover {
  opacity: 1;
  background-color: #d7d2f7;
  border-color: #fff;
}

.primary-button.style-guide-buttons-wrapper {
  font-family: PT Serif, serif;
}

.contact-3-inputs-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.success-message-2 {
  color: #fff;
  text-align: center;
  background-color: #ffffff1a;
  border: 1px solid #ffffff80;
  border-radius: 20px;
}

.contacts-3-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: baseline;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.contacts-3-form {
  width: 100%;
  height: 100%;
}

.error-message {
  color: #9588e8;
  text-align: center;
  background-color: #0000;
  padding: 0;
}

.error-message.text-white {
  color: #fff;
}

.contacts-3-input {
  height: 54px;
  color: var(--almost-black);
  background-color: #fbfaf9;
  border: 1px solid #1717171a;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  padding-top: 8px;
  padding-left: 18px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
}

.contacts-3-input:active {
  color: var(--almost-black);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
}

.contacts-3-input:focus {
  color: var(--almost-black);
  border: 1px solid #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
}

.contacts-3-input::placeholder {
  color: var(--subtitle-60);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
}

.contacts-3-input.last-child {
  color: var(--almost-black);
  background-color: #fbfaf9;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
}

.contacts-3-input.select-input {
  color: var(--subtitle-60);
  -webkit-text-stroke-color: black;
  padding-top: 8px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
}

.contacts-3-input.select-input:active {
  color: var(--almost-black);
}

.div-block-16 {
  margin-top: 4vw;
}

.fameflow.w--current {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.section-title-wrapper {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 60vw;
  margin-top: 8vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-title {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.section-title-description {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  line-height: 155%;
}

.primary-button-giga {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  background-color: #9588e8;
  border: 1px solid #9588e8;
  border-radius: 50px;
  padding: 10px 24px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.primary-button-giga:hover {
  opacity: 1;
  color: #0e0e0e;
  background-color: #fff;
  border-color: #fff;
}

.primary-button-giga.dark-hover-white-copy {
  background-color: var(--main);
  color: var(--white);
  border-style: none;
  border-color: #9588e8;
  border-radius: 13px;
  margin-top: 20px;
  padding: 2vw 2.5vw;
  font-family: Inter, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  text-decoration: none;
}

.primary-button-giga.dark-hover-white-copy:hover {
  color: #fff;
  background-color: #000;
  border-color: #fff;
}

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

.section.round-top {
  z-index: 0;
  background-color: #fff;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.top-extra-bottom-round {
  z-index: 1;
  background-color: #fff;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  margin-top: -20vw;
  margin-bottom: -40px;
  padding-top: 0;
}

.section.dark-background-top-extra-no-bottom {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.section.round-top-bottom {
  z-index: 999;
  background-color: #fff;
  border-radius: 40px;
  margin-top: -40px;
  margin-bottom: -40px;
}

.section.round-bottom {
  z-index: 999;
  background-color: #fff;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  margin-bottom: -40px;
}

.section.dark-background-top-bottom-extra {
  text-align: center;
  background-color: #0e0e0e;
  padding-top: 120px;
  padding-bottom: 120px;
}

.accordion-title {
  color: var(--almost-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 135%;
}

.accordion-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 780px;
  display: flex;
}

.accordion-item {
  background-color: var(--light-bg);
  border: 0 solid #afafaf80;
  border-radius: 15px;
  width: 100%;
  padding: 27px 30px;
  transition: border .3s;
  position: static;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.hero-title {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10.41vw;
  padding-bottom: 5.55vw;
}

.accordion-icon {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 17px;
  line-height: 24px;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  margin-bottom: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-list-content {
  color: var(--subtitle-60);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 135%;
  display: block;
}

.accordion-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.banner-section-white-round {
  z-index: 1;
  background-color: #fff;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-bottom: -40px;
  padding-top: 140px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-title-wrapper-about {
  text-align: left;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.rich-text-style {
  color: var(--almost-black);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 155%;
}

.rich-text-style.negative-spaces {
  text-align: center;
  margin-top: -25px;
  margin-bottom: -10px;
}

.log-in-button {
  flex-flow: column;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.text-block-3 {
  color: var(--almost-black);
  padding: 13px 16px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.pages-banner {
  justify-content: center;
  align-items: flex-start;
  margin-top: 5.55vw;
  display: flex;
}

.pages-banner.extra-bottom {
  background-color: #fff;
  margin-left: 5.55vw;
  margin-right: 5.55vw;
  overflow: hidden;
}

.banner-title-wrapper {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 95px;
  display: flex;
  position: relative;
}

.banner-title-wrapper.blog-post-width {
  justify-content: center;
  align-items: flex-start;
  max-width: 1000px;
}

.banner-title {
  color: #000;
  text-align: center;
}

.image-bg-banner {
  width: 21%;
  min-width: 130px;
  position: absolute;
  inset: 10% auto auto 0%;
}

.image-bg-banner-two {
  width: 31%;
  min-width: 130px;
  position: absolute;
  inset: 15% 0% auto auto;
}

.template-empty-state {
  color: #9588e8;
  background-color: #0000;
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.blog-grid-item {
  height: auto;
  display: inline-block;
  overflow: hidden;
}

.blog-grid-item.dark {
  background-color: #fff0;
}

.blog-grid-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.blog-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 5.5vw;
  margin-right: 5.5vw;
}

.blog-sidebar-post-category {
  color: var(--subtitle-60);
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  color: var(--almost-black);
}

.details-page-title {
  font-size: 60px;
}

.details-page-title.center-white {
  color: #000;
  text-align: center;
}

.blog-date-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.next-post-arrow {
  color: #afafaf;
  margin-bottom: 0;
  margin-left: 25px;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-image {
  object-fit: cover;
  max-width: 780px;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: #afafaf;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
}

.blog-name {
  color: var(--almost-black);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 135%;
  text-decoration: none;
}

.blog-name.light {
  color: #fff;
}

.blog-name.light:hover {
  color: #9588e8;
}

.primary-button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  background-color: #9588e8;
  border: 1px solid #9588e8;
  border-radius: 50px;
  padding: 10px 24px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.primary-button-2:hover {
  opacity: 1;
  color: #0e0e0e;
  background-color: #fff;
  border-color: #fff;
}

.primary-button-2.dark-hover-white {
  background-color: #000;
  border-color: #000;
}

.primary-button-2.dark-hover-white:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.blog-grid-image-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 15px;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  min-width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.button-wrapper-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-wrapper-main.smaller-space {
  margin-top: 30px;
}

.blog-grid-image {
  box-sizing: content-box;
  text-align: left;
  object-fit: cover;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  text-decoration: none;
  transition: transform .4s;
  display: inline-block;
}

.blog-grid-image:hover {
  transform: scale(1.06);
}

.blog-grid-content-wrapper {
  flex-direction: column;
  height: 100%;
  padding-top: 1.5vw;
  padding-right: 2.5vw;
  display: flex;
}

.blog-grid-item-description {
  color: var(--subtitle-60);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 135%;
  display: none;
}

.blog-grid-item-description.text-white {
  color: var(--subtitle-60);
  font-family: Inter, sans-serif;
}

.blog-grid-item-date {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

.blog-grid-item-date.text-white {
  color: #d8d8d8;
}

.blog-grid-post-wrapper {
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.banner-section-white-no-bottom {
  z-index: 1;
  background-color: #fff;
  background-image: linear-gradient(191deg, #9588e833, #fff0 32%);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-top: 140px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.image-bg-banner-service {
  width: 18%;
  min-width: 130px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-bg-banner-two-service {
  width: 24%;
  min-width: 130px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.base-container-2 {
  flex-direction: column;
  align-items: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.service-collection-list-wrapper {
  width: 100%;
}

.two-column-wrapper {
  z-index: 999;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.two-column-wrapper.grid-style {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.collection-item-2-services {
  width: 100%;
}

.service-link {
  color: #fff;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 400;
  display: inline-block;
}

.image-17 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.item-info-service-small {
  background-color: #9588e8;
  border-radius: 20px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.info-service-small {
  z-index: 1;
  background-image: linear-gradient(#0000, #9588e8e0 58%, #9588e8);
  height: 100%;
  margin-bottom: 0;
  padding: 200px 40px 40px;
  position: relative;
}

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

.no-margin.text-white {
  color: #fff;
}

.banner-two-column-wrapper {
  z-index: 999;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.column-one-banner {
  flex-flow: column;
  width: 80%;
  min-width: 740px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.column-one-banner.service-details {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.service-name-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 20px;
  text-align: right;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-title-2 {
  color: #fff;
  text-align: center;
}

.banner-title-2.service-details {
  text-align: center;
}

.home-banner-section-two-copy {
  z-index: 2;
  background-color: var(--whitee);
  background-image: linear-gradient(191deg, #9588e833, #fff0 32%);
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-bottom: -40px;
  padding-top: 140px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-category-block-banner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #afafaf80;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  display: flex;
}

.banner-description {
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

.banner-description.text-white {
  text-align: center;
}

.collection-list-service {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-service._4-items {
  grid-template-rows: auto;
}

.empty-state {
  background-color: #f6f7ff;
  border-radius: 20px;
}

.collection-item {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.works-collection {
  width: 100%;
}

.section-two-side-title-wrapp {
  z-index: 999;
  grid-column-gap: 60px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.section-two-side-title-wrapp.info-style {
  flex-flow: row;
  align-items: center;
}

.column-one {
  width: 50%;
  height: 100%;
  position: relative;
}

.column-two {
  width: 50%;
  height: 100%;
}

.section-title-with-space {
  margin-top: 0;
  margin-bottom: 20px;
}

.background-video {
  flex-flow: column;
  width: 90vw;
  height: 45.7vw;
  display: block;
}

.background-video-2 {
  z-index: 1;
  width: 50vw;
  height: 37.2vw;
}

.div-block-17 {
  z-index: 2;
  padding-top: 1vw;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  position: relative;
}

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

.h6-partners {
  color: var(--subtitle-60);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 135%;
  display: flex;
}

.image-21 {
  width: 4vw;
  margin-top: -.7vw;
  margin-left: 1.6vw;
  margin-right: .7vw;
}

.div-block-20 {
  display: flex;
}

.footer-btn {
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  padding: 13px;
  text-decoration: none;
  display: flex;
}

.text-block-4 {
  outline-offset: 0px;
  color: var(--almost-black);
  outline: 3px #171717;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.div-block-21 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.footer-wrap {
  z-index: 1;
  background-color: var(--whitee);
  padding-top: 15.5vw;
  padding-left: 5.5vw;
  padding-right: 5.5vw;
}

.image-22, .image-23 {
  width: 100%;
}

.text-block-5, .text-block-6 {
  color: var(--almost-black);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.mobile-menu {
  background-color: #fff0;
}

.container, .ham, ._1px-line {
  display: none;
}

.h1-2 {
  color: #171717;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: .69vw;
  font-family: Inter, sans-serif;
  font-size: 5vw;
  font-weight: 500;
  line-height: 105%;
}

.code-embed-2 {
  width: 90vw;
  height: 45.7vw;
}

.how-it-works-video-3 {
  object-fit: cover;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.how-it-works-video-3.full-screen {
  width: 50vw;
  height: 100%;
  position: static;
}

.hero-video-external {
  margin-top: -30vh;
  margin-left: 5.5vw;
  margin-right: 5.5vw;
  padding-top: 46%;
  display: block;
  position: relative;
}

.left-image-external {
  width: 100%;
  padding-top: 120.5%;
  position: relative;
}

.subtitle {
  color: var(--subtitle-60);
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.38vw;
  font-weight: 500;
  line-height: 135%;
}

.subtitle.left {
  text-align: left;
}

.title-blog {
  color: var(--almost-black);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 105%;
}

.blog-image {
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 56px;
  margin-bottom: 56px;
  display: flex;
  overflow: hidden;
}

.paragraph-blog {
  color: var(--almost-black);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 155%;
  text-decoration: none;
}

.paragraph-blog.negative-spaces {
  text-align: center;
  margin-top: -25px;
  margin-bottom: -10px;
}

.blog-text-wrap {
  width: 720px;
  margin-bottom: 10.41vw;
  padding-right: 40px;
  font-style: normal;
  position: relative;
}

.next-prev-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 720px;
}

.blog-grid-collection-list-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.blog-grid-item-copy {
  height: auto;
  display: inline-block;
  overflow: hidden;
}

.blog-grid-item-copy.dark {
  background-color: #fff0;
}

.text-block-7 {
  color: var(--subtitle-60);
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.one-more-text {
  color: var(--almost-black);
  letter-spacing: -.02em;
  padding-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 105%;
}

.bold-text {
  color: var(--almost-black);
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 110%;
}

.blog-text-subtitle {
  color: var(--almost-black);
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 110%;
}

.about-text-wrap {
  width: 720px;
  margin-bottom: 30px;
  padding-right: 40px;
  font-style: normal;
  position: relative;
}

.about-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-image {
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.about-img-section {
  margin: 5.5vw 5.55vw 55px;
  overflow: hidden;
}

.about-image-source {
  object-fit: cover;
}

.dots-wrap {
  width: 100%;
  height: 105vh;
  position: relative;
}

.dots-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  pointer-events: none;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.dot {
  will-change: transform, background-color;
  transform-origin: center;
  background-color: #e0dbff;
  border-radius: 30%;
  align-self: center;
  width: 1em;
  height: 1em;
  transform: translate(0);
}

.code-embed-js-dots {
  pointer-events: none;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.cloneable {
  justify-content: center;
  align-items: center;
  height: 105vh;
  display: flex;
  position: relative;
  overflow: hidden;
  padding-top: 5.5em !important;
  padding-bottom: 5em !important;
}

.body.is--cursor.is--dark {
  overscroll-behavior: none;
  width: 100vw;
  position: absolute;
}

.hero-left {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 51.7vw;
  margin-bottom: 100px;
  padding-left: 5.5vw;
  padding-right: 3.81vw;
  display: flex;
}

.hero-container-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 36.8vw;
  margin-top: 0;
  display: flex;
}

.text-container-left {
  justify-content: center;
  align-items: center;
  display: block;
}

.image-hero-right-side {
  overflow: hidden;
}

.right-image-child-hero {
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.right-image-hero {
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 47.5vw;
  height: 47.5vw;
  display: flex;
  overflow: hidden;
}

.left-side-hero-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.celeb {
  width: 390px;
  margin-left: 3.47vw;
  display: block;
}

.h1-64 {
  color: var(--almost-black);
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: .69vw;
  font-family: Inter, sans-serif;
  font-size: 4.44vw;
  font-weight: 500;
  line-height: 105%;
}

.h1-64.for-dark {
  color: var(--whitee);
}

.h1-64.left {
  text-align: left;
}

.card-graphic-child-copy {
  flex-flow: row;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.background-video-2-copy {
  z-index: 1;
  width: 44vw;
  height: 37.2vw;
}

.image-2-copy, .image-2-copy-copy {
  padding-top: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-24 {
  margin-bottom: 9px;
}

.image-2-copy-copy {
  max-width: 100%;
  padding-top: 0;
}

.card-graphic-child-copy-copy {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: visible;
}

.card-copy {
  background-color: #fbf7f4;
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  height: 650px;
  margin-top: 13.8vw;
  margin-left: 5.5vw;
  margin-right: 5.5vw;
  display: flex;
  overflow: hidden;
}

.card-copy.platform {
  margin-top: 0;
}

.card-copy.black {
  background-color: #000;
}

.card-copy.four {
  margin-top: 15px;
}

.video-card {
  padding-top: 120.5%;
  position: relative;
}

.card-video-g {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: baseline;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.card-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1280px) {
  .card-small, .card-small.black {
    height: 610px;
  }

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

  .section.round-top {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }

  .section.top-extra-bottom-round {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
    margin-bottom: -60px;
  }

  .section.dark-background-top-extra-no-bottom {
    padding-top: 190px;
  }

  .section.round-top-bottom {
    border-radius: 60px;
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .section.round-bottom {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
    margin-bottom: -60px;
  }

  .section.dark-background-top-bottom-extra {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .banner-section-white-round {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
    margin-bottom: -60px;
    padding-top: 180px;
    padding-bottom: 130px;
  }

  .pages-banner.extra-bottom {
    padding-bottom: 190px;
  }

  .banner-section-white-no-bottom {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
    padding-top: 180px;
  }

  .two-column-wrapper {
    grid-column-gap: 100px;
  }

  .banner-two-column-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .column-one-banner {
    width: 70%;
    margin-left: 0;
    margin-right: 0;
  }

  .column-one-banner.service-details {
    width: 60%;
  }

  .home-banner-section-two-copy {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
    margin-bottom: -60px;
    padding-top: 180px;
    padding-bottom: 130px;
  }

  .service-category-block-banner {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 60px;
  }

  .collection-list-service._4-items {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1440px) {
  .caption-bg {
    margin-bottom: 12px;
  }

  .form-block.black {
    border: 1px solid #fff3;
    border-radius: 15px;
  }

  .text-field.dark {
    background-color: #0000;
  }

  .form-wrap.for-left-side {
    width: 500px;
  }

  .cards.space-0 {
    margin-top: 0;
  }

  .card-small._610 {
    height: 610px;
  }

  .card-graphic-parent-copy {
    top: 1.1vw;
  }

  .primary-button-giga.dark-hover-white-copy {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section.round-top {
    background-color: #fff0;
  }

  .section.top-extra-bottom-round {
    margin-top: -20vh;
  }

  .accordion-wrap {
    width: 780px;
  }

  .hero-title {
    max-width: 1400px;
  }

  .blog-sidebar-post-category {
    font-family: Inter, sans-serif;
  }

  .div-block-17 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile-menu {
    z-index: 999999;
  }

  .blog-text-wrap {
    margin-bottom: 5.55vw;
  }

  .about-text-wrap {
    margin-bottom: 40px;
  }

  .about-wrapper {
    position: relative;
  }

  .hero-left {
    justify-content: space-between;
    align-items: center;
  }

  .celeb {
    width: 430px;
  }

  .image-2-copy-copy {
    max-width: 80%;
  }

  .card-graphic-child-copy-copy {
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .text-field.dark:focus {
    color: var(--whitee);
  }

  .card, .card-small, .card-small.black {
    height: 780px;
  }

  .card-graphic-parent-copy {
    top: -1vw;
  }

  .image-8, .image-9, .celebrity-item {
    width: 20vw;
  }

  .hero-title {
    max-width: 1400px;
  }

  .blog-grid-collection-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .blog-name {
    font-size: 24px;
  }

  .base-container-2, .banner-two-column-wrapper, .service-category-block-banner {
    max-width: 1400px;
  }

  .background-video-2 {
    margin-top: 14vw;
  }

  .image-18, .image-19, .image-20 {
    width: 20vw;
  }

  .blog-grid-collection-list-copy {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .background-video-2-copy {
    margin-top: 14vw;
  }

  .card-copy {
    height: 780px;
  }

  .card-video-g {
    top: -1vw;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    display: none;
  }

  .card-small, .card-small.black {
    height: 420px;
  }

  .h4 {
    font-size: 16px;
  }

  .card-graphic-parent-copy {
    top: 11vw;
  }

  .primary-button {
    display: block;
  }

  .contact-3-inputs-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .contacts-3-form {
    flex-flow: column;
    display: flex;
  }

  .contacts-3-input.last-child {
    margin-right: 0;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .primary-button-giga {
    display: block;
  }

  .banner-section-white-round {
    min-height: 700px;
    padding-top: 110px;
  }

  .banner-title-wrapper-about {
    max-width: 560px;
  }

  .log-in-button {
    display: none;
  }

  .blog-grid-collection-list {
    column-count: 2;
    justify-content: center;
    align-items: stretch;
  }

  .details-page-title {
    font-size: 48px;
  }

  .blog-template-image {
    max-width: 100%;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .primary-button-2 {
    display: block;
  }

  .banner-section-white-no-bottom {
    padding-top: 110px;
  }

  .image-bg-banner-service, .image-bg-banner-two-service {
    display: none;
  }

  .two-column-wrapper {
    grid-column-gap: 60px;
    flex-direction: column;
  }

  .two-column-wrapper.grid-style {
    grid-template-columns: 1fr;
  }

  .banner-two-column-wrapper {
    grid-column-gap: 60px;
    flex-direction: column;
  }

  .column-one-banner {
    width: 90%;
    min-width: auto;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-one-banner.service-details {
    margin-left: 0;
  }

  .home-banner-section-two-copy {
    min-height: 700px;
    padding-top: 110px;
  }

  .service-category-block-banner {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .section-two-side-title-wrapp.info-style {
    grid-row-gap: 20px;
    flex-flow: column;
    max-width: 540px;
  }

  .column-one, .column-two {
    width: 100%;
  }

  .ham {
    display: block;
  }

  .right-side-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .subtitle {
    font-size: 17px;
  }

  .subtitle.left {
    text-align: center;
  }

  .blog-image {
    margin-left: 20px;
    margin-right: 20px;
  }

  .blog-grid-collection-list-copy {
    column-count: 2;
    justify-content: center;
    align-items: stretch;
  }

  .hero-left {
    flex-flow: column;
    height: auto;
    padding-top: 10.41vw;
  }

  .hero-container-left {
    justify-content: center;
    align-items: center;
  }

  .right-image-hero {
    width: 100%;
    height: 100%;
    margin-top: 5.5vw;
    margin-left: 5.5vw;
    margin-right: 5.5vw;
  }

  .left-side-hero-container {
    justify-content: center;
    align-items: center;
  }

  .h1-64.left {
    text-align: center;
  }
}

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

  .h1.for-dark {
    font-size: 7vw;
  }

  .card, .card.black {
    height: 460px;
  }

  .h2.small-w {
    font-size: 28px;
  }

  .card-graphic-parent-copy {
    top: 24vw;
  }

  .logo-footer {
    display: none;
  }

  .contact-3-inputs-wrapper {
    grid-template-columns: 1fr;
  }

  .contacts-3-form-wrapper {
    padding: 20px;
  }

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

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

  .section.dark-background-top-extra-no-bottom {
    padding-top: 100px;
  }

  .section.dark-background-top-bottom-extra {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .accordion-wrap {
    width: 100%;
  }

  .accordion-item {
    padding: 10px 20px;
  }

  .accordion-toggle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-title {
    padding-top: 90px;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .banner-section-white-round {
    min-height: 600px;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .banner-title-wrapper-about {
    margin-bottom: 40px;
  }

  .pages-banner {
    margin-left: 20px;
    margin-right: 20px;
  }

  .pages-banner.extra-bottom {
    padding-bottom: 100px;
  }

  .blog-grid-collection-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    column-count: 1;
    flex-flow: column;
    display: flex;
  }

  .details-page-title {
    font-size: 40px;
  }

  .blog-wrapper {
    width: 100%;
  }

  .button-wrapper-main {
    margin-top: 30px;
  }

  .blog-grid-content-wrapper {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 20px;
  }

  .banner-section-white-no-bottom {
    padding-top: 90px;
  }

  .two-column-wrapper {
    flex-direction: column;
  }

  .service-link {
    font-size: 32px;
  }

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

  .banner-two-column-wrapper {
    flex-direction: column;
  }

  .column-one-banner {
    width: 100%;
    max-width: 560px;
  }

  .home-banner-section-two-copy {
    min-height: 600px;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .service-category-block-banner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    place-items: stretch center;
    width: 100%;
  }

  .collection-list-service {
    grid-template-columns: 1fr;
  }

  .section-two-side-title-wrapp {
    grid-row-gap: 20px;
    margin-bottom: 40px;
  }

  ._1px-line {
    display: none;
  }

  .title-blog {
    font-size: 28px;
  }

  .blog-text-wrap {
    width: 100%;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .next-prev-block {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-grid-collection-list-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    column-count: 1;
    flex-flow: column;
    display: flex;
  }

  .dot {
    display: none;
  }

  .hero-container-left {
    width: 75vw;
  }

  .h1-64 {
    font-size: 9.1vw;
  }

  .h1-64.for-dark {
    font-size: 7vw;
  }

  .card-copy, .card-copy.black {
    height: 460px;
  }

  .card-video-g {
    top: 24vw;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    align-items: stretch;
    width: auto;
    height: 48px;
    display: flex;
  }

  .main {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .hero {
    width: auto;
    margin-top: -40px;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-container {
    width: 82vw;
  }

  .h1 {
    margin-bottom: 10px;
    font-size: 9.1vw;
  }

  .h1.for-dark {
    font-size: 28px;
  }

  .title-wrapper {
    width: 90vw;
  }

  .caption-header {
    font-size: 12px;
  }

  .caption-bg {
    margin-bottom: 10px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .paragraph {
    font-size: 17px;
    line-height: 130%;
  }

  .form-block {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .form-block.black {
    justify-content: center;
    align-items: center;
  }

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

  .text-field {
    padding-left: 11px;
    padding-right: 10px;
    font-size: 15px;
  }

  .form-wrap {
    width: 89.83vw;
    max-width: 380px;
    height: 52px;
  }

  .hero-video {
    margin-left: 30px;
    margin-right: -80vw;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    opacity: 0;
    display: none;
  }

  .navbar-container {
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    background-color: #fff;
    height: 48px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button {
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    height: 34px;
    padding: 9px 12px;
    font-size: 12px;
    display: flex;
  }

  .login-btns {
    display: block;
  }

  .navbar-content {
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-left: 16px;
    margin-right: 0;
  }

  .card {
    border-radius: 20px;
    flex-flow: column;
    height: 460px;
    margin-top: 0;
    margin-left: 16px;
    margin-right: 16px;
  }

  .h3 {
    font-size: 28px;
  }

  .h3.white {
    text-align: center;
    margin-bottom: 4px;
  }

  .div-block-5 {
    width: auto;
    margin-left: 30px;
  }

  .text-button {
    font-size: 17px;
  }

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

  .div-block-8 {
    text-align: center;
    max-width: 100vw;
    margin-top: 40px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .card-graphic-parent {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .h2 {
    letter-spacing: -.02em;
    max-width: 344px;
    margin-bottom: 6px;
    font-size: 28px;
  }

  .h2.small-w {
    width: auto;
  }

  .paragraph-3 {
    max-width: 330px;
    font-size: 17px;
  }

  .title-block {
    margin-bottom: 40px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .card-small {
    border-radius: 20px;
    justify-content: center;
    align-items: flex-start;
    height: 460px;
    display: flex;
  }

  .card-small.main-color {
    justify-content: center;
    align-items: flex-start;
    height: 460px;
    display: flex;
  }

  .card-small.black {
    justify-content: center;
    align-items: flex-start;
    height: 450px;
    display: flex;
  }

  .card-small-text-container {
    text-align: center;
    flex-flow: column;
    width: auto;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
  }

  .card-text-wrapper {
    text-align: center;
    flex-flow: column;
    width: auto;
  }

  .h4 {
    letter-spacing: -.01em;
    margin-bottom: 4px;
    font-size: 28px;
  }

  .card-graphic-parent-copy {
    top: 20vw;
  }

  ._2-cards {
    flex-flow: column;
    margin-left: 16px;
    margin-right: 16px;
  }

  .paragraph-dark {
    max-width: 340px;
    font-size: 17px;
  }

  .logos {
    flex-flow: column;
    margin: 30px 20px 80px;
  }

  .h6 {
    font-size: 14px;
  }

  .logos-wrapper {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    width: 100%;
  }

  .celebrities-wrapper {
    height: 100vh;
  }

  .celebrities-child {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 110vw;
    margin-top: -50vw;
    padding-left: 15px;
  }

  .celebrity-item {
    display: none;
  }

  .celebrity-item.mobile {
    display: block;
  }

  .left-side-block {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    margin-bottom: 50px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .left-side-block-text {
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .left-image {
    border-radius: 20px;
    width: 100%;
    height: 95vw;
  }

  .bg-video-left-side {
    height: 105vw;
  }

  .cta-block {
    width: auto;
    height: 60vh;
  }

  .cta-title {
    flex-flow: column;
    margin-bottom: -3.5vw;
    margin-left: 30px;
    margin-right: 30px;
  }

  .cta-title.second {
    margin-top: .5vw;
    margin-bottom: 0;
  }

  .footer {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
  }

  .image-13 {
    width: 40vw;
    height: auto;
    margin-bottom: 40px;
  }

  .slogan-text-wrap {
    width: 60vw;
  }

  .column-menu {
    width: 50%;
    margin-bottom: 40px;
  }

  .footer-first-section {
    flex-flow: column;
  }

  .footer-second-section {
    flex-flow: column;
    display: none;
  }

  .footer-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: flex-start;
    width: 84vw;
    height: auto;
  }

  .slogan-text {
    display: none;
  }

  .image-14, .line {
    width: 100%;
  }

  .terms {
    margin-top: 0;
  }

  .footer-buttons {
    margin-top: 30px;
  }

  .footer-third-section {
    flex-flow: column;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-4 {
    font-size: 36px;
  }

  .swiper-slide {
    border-radius: 0;
    width: 270px;
  }

  .slider-img-wrap {
    border-radius: 1.38vw;
  }

  .customer-stories {
    display: none;
  }

  .image-16 {
    width: 30vw;
  }

  .line-howitworks-mobile {
    background-color: #1717171f;
    flex-flow: column;
    width: 100%;
  }

  .slogan-text-mobile {
    width: 60vw;
    margin-bottom: 54px;
    display: block;
  }

  .logo-footer {
    display: none;
  }

  .contact-3-inputs-wrapper {
    margin-right: -1px;
    padding-right: 0;
  }

  .contacts-3-form-wrapper {
    width: 100vw;
    margin-right: 10px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contacts-3-input.select-input {
    text-align: left;
  }

  .div-block-16 {
    margin-top: 15vw;
  }

  .section-title-wrapper {
    margin: 90px 30px 60px;
  }

  .primary-button-giga.dark-hover-white-copy {
    border-radius: 10px;
    margin-top: 15px;
    padding: 14px 18px;
    font-size: 17px;
  }

  .section.round-top {
    margin: 0 10px;
  }

  .accordion-title {
    width: 87%;
  }

  .accordion-item {
    border-radius: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-title {
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .accordion-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .rich-text-style {
    font-size: 17px;
    line-height: 145%;
  }

  .pages-banner {
    margin-top: 65px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .banner-title-wrapper {
    padding-right: 0;
  }

  .blog-grid-collection-list-wrapper {
    margin-bottom: 80px;
  }

  .blog-grid-collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .blog-grid-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .button-wrapper-main.center-mobile {
    justify-content: center;
    align-items: center;
  }

  .blog-grid-content-wrapper {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 15px;
  }

  .info-service-small {
    text-align: center;
  }

  .column-one-banner {
    flex-flow: wrap;
  }

  .service-category-block-banner {
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
  }

  .background-video {
    justify-content: center;
    align-items: flex-start;
    width: 180vw;
    height: 89vw;
    overflow: visible;
  }

  .background-video-2 {
    width: 80vw;
    height: 60vw;
  }

  .div-block-18 {
    margin-bottom: 15px;
  }

  .h6-partners {
    font-size: 14px;
  }

  .image-21 {
    width: 22px;
    height: 22px;
    margin-top: .8vw;
    margin-right: 2vw;
  }

  .div-block-20 {
    margin-top: -2.2vw;
  }

  .footer-wrap {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-6 {
    line-height: 135%;
  }

  .mobile-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: block;
  }

  .nav-link-mobile {
    color: var(--almost-black);
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 115%;
  }

  .nav-link-mobile:active, .nav-link-mobile:focus, .nav-link-mobile:focus-visible, .nav-link-mobile[data-wf-focus-visible], .nav-link-mobile:visited {
    color: var(--almost-black);
  }

  .menu-button-2 {
    background-color: #fff;
    padding: 10px 16px 10px 20px;
    display: flex;
  }

  .menu-button-2:hover, .menu-button-2:active, .menu-button-2:focus, .menu-button-2:focus-visible, .menu-button-2[data-wf-focus-visible] {
    background-color: #fff;
  }

  .menu-button-2:lang(en) {
    background-color: var(--whitee);
  }

  .mobile-menu-wrap {
    background-color: #fff;
    width: 100%;
    margin-top: 0;
    padding: 30px 20px 60px;
  }

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

  .ham {
    background-color: #fff;
    display: block;
  }

  .right-side-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  ._1px-line {
    background-color: #0000001a;
    width: 100%;
    height: .5px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .h1-2 {
    margin-bottom: 10px;
    font-size: 9.1vw;
  }

  .how-it-works-video-3.full-screen {
    width: 85vw;
    margin-top: -24vw;
    display: flex;
  }

  .hero-video-external {
    width: 168vw;
    margin-left: 16px;
    margin-right: -80vw;
    padding-top: 87%;
  }

  .image-2-copy {
    padding-top: 10vw;
  }

  .subtitle {
    max-width: 330px;
    font-size: 17px;
    line-height: 130%;
  }

  .subtitle.left {
    text-align: center;
  }

  .title-blog {
    letter-spacing: 0;
    font-size: 28px;
  }

  .blog-image {
    border-radius: 15px;
    margin: 40px 0 35px;
  }

  .blog-text-wrap {
    width: 100%;
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-grid-collection-list-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .one-more-text {
    padding-bottom: 30px;
    padding-left: 10px;
    font-size: 22px;
  }

  .blog-text-subtitle {
    font-size: 24px;
  }

  .about-text-wrap {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-image {
    border-radius: 15px;
  }

  .about-img-section {
    margin: 0 20px 40px;
  }

  .hero-left {
    width: auto;
    margin-top: 90px;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-container-left {
    width: 82vw;
  }

  .right-image-child-hero {
    margin-left: 16px;
    margin-right: 16px;
  }

  .right-image-hero {
    border-radius: 20px;
  }

  .left-side-hero-container {
    justify-content: center;
    align-items: center;
  }

  .celeb {
    text-align: center;
    width: auto;
    margin-top: 40px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .h1-64 {
    margin-bottom: 10px;
    font-size: 9.1vw;
  }

  .h1-64.for-dark {
    font-size: 28px;
  }

  .h1-64.left {
    text-align: center;
  }

  .card-graphic-child-copy {
    justify-content: center;
    align-items: center;
    margin-top: 7vw;
  }

  .background-video-2-copy {
    width: 80vw;
    height: 60vw;
  }

  .image-2-copy-copy {
    padding-top: 0;
  }

  .card-copy {
    border-radius: 20px;
    flex-flow: column;
    height: 460px;
    margin-top: 0;
    margin-left: 16px;
    margin-right: 16px;
  }

  .video-card {
    height: 460px;
  }

  .card-video-g {
    top: -1vw;
  }

  #monthly_advertising_spend.w-node-_46d7a0e6-5d0d-1959-9da2-611bacf21968-e9198dbf {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }
}


