:root {
  --black-2: #fff6e3;
  --black-3: #111;
  --black: black;
  --white: #fff;
  --medium-turquoise: #401b16;
  --khaki: #f6daa2;
  --brown: var(--black);
}

body {
  color: var(--black-2);
  background-color: #f5f5f5;
  font-family: bilo;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--black-3);
  letter-spacing: .03em;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: contralto-big;
  font-size: 95px;
  font-weight: 400;
  line-height: 1em;
}

h2 {
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: contralto-big;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  line-height: 1.4em;
}

a {
  margin-right: 12px;
  text-decoration: underline;
  transition: all .2s;
}

.footer {
  z-index: 2;
  color: #ffffffb3;
  background-color: #ffd7a3;
  background-image: none;
  background-size: auto;
  flex-direction: column;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  position: relative;
}

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

.section {
  padding: 75px 80px;
  position: relative;
}

.section.section--hero {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 110px;
  display: flex;
  overflow: hidden;
}

.section.section--runline {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  align-items: center;
  height: 154px;
  margin-top: 75px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  overflow: hidden;
}

.section.section--slider {
  z-index: 0;
  padding: 0;
  display: none;
  overflow: hidden;
}

.section.section--solutions {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.hero__content {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
  position: relative;
}

.footer__columns {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.header__nav-link {
  color: var(--black-2);
  letter-spacing: .02em;
  margin-left: 24px;
  margin-right: 24px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.header__nav-link:hover {
  transform: scale(1.2);
}

.header {
  z-index: 90;
  padding-left: 80px;
  padding-right: 80px;
  position: absolute;
  inset: 35px 0% auto;
}

.header__login {
  color: var(--black-3);
  letter-spacing: .02em;
  background-image: url('../images/ico_login.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 44px;
  padding-left: 26px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.btn-cube__front {
  z-index: 2;
  border: 2px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  border-radius: 0;
  padding: 22px 30px;
  font-size: 18px;
  font-weight: 700;
  display: block;
  position: relative;
  top: 0;
}

.btn-cube__front.active {
  top: -14px;
}

.hero__over-heading {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 56px;
  font-size: 16px;
}

.hero__elements {
  z-index: 0;
  justify-content: center;
  align-items: flex-start;
  width: 650px;
  height: 580px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.hero__elements-wrap {
  z-index: 0;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero__elem {
  z-index: 0;
  max-width: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
}

.hero__elem.mod--1 {
  transition-duration: 1s;
}

.hero__elem.mod--2 {
  width: 5vw;
  transition-duration: .7s;
  inset: 0 auto auto 105px;
}

.hero__elem.mod--3 {
  background-image: url('../images/hero_elem-02.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 240px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 242px;
  height: 295px;
  padding-bottom: 28px;
  transition-duration: .8s;
  display: flex;
  inset: 51px 0 auto auto;
}

.hero__elem.mod--4 {
  width: 10vw;
  inset: auto auto 167px 495px;
}

.hero__elem.mod--5 {
  transition-duration: .7s;
  inset: 314px -27px auto auto;
}

.hero__elem.mod--6 {
  width: 10vw;
  inset: auto 101px 0 auto;
}

.hero__btn-wrap {
  perspective: 2000px;
  align-items: center;
  display: flex;
}

.hero__price-wrap {
  flex-direction: column;
  align-items: center;
  margin-right: 110px;
  display: flex;
}

.header__contact {
  color: var(--black-3);
  letter-spacing: .02em;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.hero__price {
  color: var(--black-3);
  letter-spacing: .01em;
  margin-bottom: 12px;
  font-family: contralto-big;
  font-size: 80px;
  line-height: 1em;
  position: relative;
}

.hero__price-desc {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
}

.hero__price-dollar {
  margin-top: -5px;
  margin-left: 10px;
  font-size: 34px;
  position: absolute;
}

.hero__heading-star {
  background-image: url('../images/star_black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  font-size: 45px;
  display: inline-block;
  position: relative;
  top: 15px;
}

.hero__arrow {
  background-image: url('../images/hero_arrow.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 54px;
  height: 88px;
  position: absolute;
  inset: 5px auto auto 400px;
}

.solutions__content {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.btn2 {
  color: var(--black-3);
  border-top: 2px solid #0000;
  border-bottom: 2px solid #0000;
  margin-top: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 27px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition-duration: .1s;
  display: inline-block;
  position: relative;
}

.btn2:hover {
  padding-top: 10px;
  padding-bottom: 10px;
}

.solutions__heading-wrap {
  z-index: -1;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  margin-right: 110px;
  display: flex;
  position: static;
}

.solutions__desc {
  color: #2d2d2dcc;
  width: 100%;
  max-width: 700px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8em;
}

.solutions__desc.mod--mob {
  display: none;
}

.argument__columns {
  margin-bottom: -30px;
  margin-right: -32px;
  display: flex;
}

.argument__col.col--right {
  flex-wrap: wrap;
  flex: 1;
  padding-left: 16px;
  display: flex;
}

.argument__col.col--left {
  position: relative;
}

.argument__card {
  width: 22%;
  margin-bottom: 33px;
  padding-left: 16px;
}

.argument__card.mod--mob {
  display: none;
}

.argument__img {
  border: 1px solid var(--black-3);
  width: 200px;
  margin-bottom: 15px;
  transition: all .2s;
}

.argument__img:hover {
  filter: none;
}

.argument__img.mod--first {
  filter: none;
  border-width: 0;
  width: 400px;
}

.argument__title {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 700;
}

.argument__cube {
  height: 100%;
  max-height: 240px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.argument__cube.hide {
  display: none;
}

.argument__cube-front {
  background-image: url('../images/ico_arrow-top-right.svg'), url('../images/cube-dots.svg'), linear-gradient(to right, var(--medium-turquoise), var(--khaki));
  cursor: pointer;
  background-position: 89% 11%, 24px 24px, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 24px;
  padding-left: 24px;
  transition: all .2s;
  display: flex;
  position: relative;
  bottom: 0;
}

.argument__cube-front.active {
  bottom: -20px;
}

.argument__cube-side {
  z-index: -1;
  background-color: #f5f5f5;
  border: 1px solid #000;
  transition: all .2s;
}

.argument__cube-side.mod--3 {
  height: 20px;
  position: absolute;
  inset: auto -11px -20px 9px;
  transform: skew(45deg);
}

.argument__cube-side.mod--3.active {
  bottom: 20px;
}

.argument__cube-side.mod--2 {
  z-index: 0;
  width: 20px;
  position: absolute;
  inset: 9px -20px -10px auto;
  transform: skew(0deg, 45deg);
}

.argument__cube-side.mod--2.active {
  top: -10px;
  bottom: 9px;
  transform: skew(0deg, -45deg);
}

.argument__cube-side.mod--1 {
  height: 20px;
  position: absolute;
  inset: 20px -10px auto 9px;
  transform: skew(-45deg);
}

.argument__cube-side.mod--1.active {
  top: -20px;
}

.argument__cube-title {
  color: var(--black-3);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
}

.runtext__content {
  align-items: center;
  display: flex;
}

.runtext__img-star {
  position: relative;
}

.runtext__block {
  flex: none;
  align-items: center;
  display: flex;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper.swiper--reviews {
  flex: 1;
  width: auto;
  margin-bottom: -1px;
  overflow: hidden;
}

.swiper.swiper--reviews-numb {
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.swiper-wrapper {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper-wrapper.vert {
  flex-direction: column;
  display: block;
}

.swiper-slide {
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: block;
  position: relative;
}

.swiper-slide.slide--reviews {
  flex: none;
  width: 100%;
  height: auto;
  display: flex;
}

.swiper-slide.slide--reviews-numb {
  width: 100%;
  height: 100%;
}

.slide__col.col--1 {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  width: 32vw;
  height: 100%;
}

.slide__col.col--2 {
  border-bottom: 1px solid #000;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.slide__desc {
  color: #2d2d2dcc;
  margin-bottom: 0;
  line-height: 1.8em;
}

.slide__block {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide__block.mod--1 {
  color: #f5f5f5;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  width: 100%;
  height: 50%;
  font-size: 95px;
  font-weight: 500;
}

.slide__block.mod--2 {
  width: 50%;
  height: 50%;
}

.slide__block.mod--2.mod--next {
  cursor: pointer;
  background-image: url('../images/ico_arrow-slide.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  overflow: hidden;
}

.slide__block.mod--2.mod--dark {
  background-image: url('../images/solutions_bg-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.slide__txt-wrap {
  width: 100%;
  max-width: 512px;
  margin-left: auto;
  margin-right: auto;
}

.slide__img-cone {
  width: 40%;
  position: relative;
}

.heading--size-50 {
  letter-spacing: .03em;
  font-size: 50px;
}

.heading--size-50.mod--footer {
  color: #936c44;
  margin-bottom: 0;
  transition: all .2s;
}

.heading--size-50.mod--slider {
  margin-bottom: 30px;
}

.slide__next {
  background-image: url('../images/ico_arrow-slide.svg'), linear-gradient(to right, var(--medium-turquoise), var(--khaki));
  opacity: 0;
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  margin: -1px;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.slide__next:hover {
  opacity: 1;
}

.btn-cube {
  perspective: 2000px;
  flex: none;
  transition: all .2s;
  position: relative;
}

.btn-cube__side {
  z-index: 0;
  background-color: #f5f5f5;
  border: 2px solid #000;
  transition: all .2s;
  position: absolute;
  inset: 0% 0% auto;
}

.btn-cube__side.mod--1 {
  height: 16px;
  top: -14px;
  left: 7.5px;
  right: -6px;
  transform: skew(-45deg);
}

.btn-cube__side.mod--1.active {
  top: 0;
}

.btn-cube__side.mod--2 {
  z-index: 1;
  width: 16px;
  inset: -7px -14px 7px auto;
  transform: skew(0deg, -45deg);
}

.btn-cube__side.mod--2.active {
  transform: skew(0deg, 45deg);
}

.btn-cube__side.mod--3 {
  height: 16px;
  transition-duration: .2s;
  inset: auto -6px 14px 7.5px;
  transform: skew(45deg);
}

.btn-cube__side.mod--3.active {
  bottom: 0;
  transform: skew(45deg);
}

.footer__line {
  background-color: #c4c4c4;
  height: 1px;
  margin-left: -80px;
  margin-right: -80px;
}

.footer__title {
  color: #fff;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-weight: 500;
}

.footer__desc {
  color: #ffffffb3;
  width: 100%;
  max-width: 210px;
  margin-bottom: 0;
  line-height: 1.5em;
}

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

.footer__nav-link {
  color: #ffffffb3;
  letter-spacing: .02em;
  margin-bottom: 12px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.footer__nav-link:hover {
  color: #fff;
}

.footer__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer__list-item {
  margin-bottom: 12px;
}

.footer__link {
  color: #ffffffb3;
  text-decoration: none;
  display: inline-block;
}

.footer__link:hover {
  color: #fff;
}

.form-block {
  width: 350px;
  margin-top: -17px;
  margin-bottom: 36px;
  position: relative;
}

.form-block.mod--modal {
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
}

.form {
  position: relative;
}

.input {
  transition: all .2s;
}

.input.input--subs {
  color: var(--white);
  letter-spacing: .02em;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #c4c4c4;
  width: 100%;
  height: 54px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
}

.input.input--subs:focus {
  border-bottom-color: var(--white);
  color: var(--white);
}

.input.input--subs::placeholder {
  color: #ffffffb3;
}

.input.input--subs.mod--modal {
  color: var(--black-2);
  border-bottom-color: #1113;
}

.input.input--subs.mod--modal:focus {
  border-bottom-color: #1113;
}

.input.input--subs.mod--modal::placeholder {
  color: #2d2d2d80;
}

.form__submit-wrap {
  z-index: 2;
  background-color: var(--white);
  cursor: pointer;
  width: 40px;
  height: 40px;
  transition: all .2s;
  position: absolute;
  bottom: 6px;
  right: 0;
}

.form__submit-wrap.mod--modal {
  background-color: var(--black-2);
}

.footer__form-success {
  background-color: var(--medium-turquoise);
  color: var(--white);
  font-weight: 700;
}

.footer__social {
  justify-content: flex-start;
  align-items: center;
  margin-left: -8px;
  display: flex;
}

.footer__soc-link {
  border: 1px solid var(--white);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

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

.footer__copyright-link {
  color: #ffffffb3;
  letter-spacing: .02em;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.solutions__columns {
  border-top: 1px solid #000;
  justify-content: space-between;
  display: flex;
}

.solutions__col.col--1 {
  flex-direction: column;
  width: 8.33333%;
  display: flex;
}

.solutions__col.col--2 {
  border-right: 1px solid #000;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.solutions__col.col--3 {
  flex-wrap: wrap;
  width: 16.6667%;
  display: flex;
}

.solutions__block {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  height: 9vw;
  position: relative;
  overflow: hidden;
}

.solutions__block.mod--2 {
  width: 50%;
}

.solutions__block.mod--2.mod--dark3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 18vw;
  display: flex;
}

.solutions__block.mod--2.mod--wite {
  background-color: var(--white);
}

.solutions__block.mod--3 {
  flex: 1;
}

.solutions__block.mod--3.mod--fix-border {
  border-right-width: 0;
}

.solutions__block.mod--3.mod--arrow2, .solutions__block.mod--3.mod--arrow1 {
  background-color: var(--white);
  border-right-width: 0;
}

.solutions__block.mod--3.mod--arow3 {
  background-color: var(--white);
}

.solutions__block.mod--3.mod--dark2 {
  background-color: #fafff3;
  justify-content: center;
  align-items: center;
  display: flex;
}

.solutions__block.mod--3.mod--key {
  background-image: linear-gradient(to bottom, #fafef2, var(--khaki));
}

.solutions__block.mod--3.mod--wite {
  background-color: var(--white);
}

.solutions__block.mod--dark1 {
  background-color: #fafef2;
  justify-content: center;
  align-items: center;
  height: 18vw;
  display: flex;
}

.solutions__block.mod--wite {
  background-color: var(--white);
}

.solutions__row {
  display: flex;
}

.solutions__row.mod--bottom {
  border-top: 1px solid #000;
}

.solutions__btn-wrap {
  z-index: 0;
  flex-direction: column;
  align-items: flex-start;
  min-height: 45px;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: relative;
}

.hero__elem-card-title {
  color: var(--black-3);
  margin-bottom: 6px;
  font-weight: 700;
}

.hero__elem-card-desc {
  color: #11111180;
  letter-spacing: .02em;
  font-size: 12px;
}

.runtext__txt {
  color: #f5f5f5;
  text-transform: uppercase;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  margin-top: -2px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 72.5px;
  font-weight: 700;
  line-height: 1em;
}

.solutions__img {
  z-index: 0;
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.solutions__img.mod--hover {
  z-index: 1;
  background-color: var(--white);
  opacity: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.solutions__img.mod--hover:hover {
  opacity: 1;
}

.solutions__img.mod--ico {
  background-color: #0000;
  width: auto;
  max-width: none;
  height: auto;
}

.solutions__img.mod--ico.mod--4 {
  width: 50%;
}

.solutions__img.mod--ico.mod--1 {
  margin-top: -100px;
  margin-left: -20px;
}

.solutions__img.mod--ico.mod--2 {
  margin-bottom: -27px;
  margin-right: -62px;
}

.solutions__img.mod--ico.mod--3 {
  margin-bottom: -141px;
  margin-left: -28px;
}

.solutions__img.mod--ico.mod--5 {
  margin-top: -114px;
  margin-right: -9px;
}

.solutions__img.mod--ico.mod--6 {
  margin-bottom: -89px;
  margin-left: -115px;
}

.solutions__img.mod--ico.mod--7 {
  margin-bottom: -159px;
  margin-right: -136px;
}

.menu__nav-link {
  color: #1e1e2f;
  text-align: center;
  margin-right: 40px;
  text-decoration: none;
  display: inline-block;
  box-shadow: inset 0 0 #97c680;
}

.menu__nav-link:hover {
  box-shadow: inset 0 -9px #97c680;
}

.menu {
  display: none;
}

.header__btn-menu {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.header__humburger, .header__humburger-wrap, .hero__mob-elemenents-wrap {
  display: none;
}

.slide__block-grid {
  flex-wrap: wrap;
  flex: 1;
  height: 50%;
  display: flex;
}

.heading2__arrow {
  filter: brightness(0%) invert();
  background-image: url('../images/ico_arrow-top-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  margin-left: 42px;
  display: inline-block;
  position: relative;
  top: auto;
  bottom: auto;
}

.footer__drop {
  display: block;
}

.footer__drop-btn {
  color: #fff;
  cursor: auto;
  align-items: center;
  padding: 0;
  display: inline-block;
}

.footer__drop-arrow {
  margin-right: 0;
  display: none;
}

.footer__drop-content {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.footer__drop-lists {
  flex-wrap: wrap;
}

.footer__soc-img {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: block;
}

.footer__soc-img:hover {
  filter: invert();
}

.solutions__mob-blocks {
  display: none;
}

.btn-cube-wrap {
  margin-bottom: -20px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
}

.form__submit-ico {
  z-index: 1;
  opacity: 1;
  background-image: url('../images/ico_arrow-top-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.form__submit-ico:hover {
  opacity: 1;
}

.form__submit-ico.mod--modal {
  filter: invert();
}

.form__submit-ico.active {
  opacity: 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;
}

.page404__desc {
  margin-bottom: 43px;
}

.footer__copyright-logo {
  flex: none;
  margin-right: 6px;
}

.header__logo {
  width: 100%;
  max-width: 120px;
}

.btn2__line {
  background-image: linear-gradient(to right, var(--medium-turquoise), var(--khaki));
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.btn2__line.mod--2 {
  top: auto;
  bottom: 0;
}

.footer__get {
  margin-left: -80px;
  margin-right: -80px;
  text-decoration: none;
  display: block;
}

.footer__get-link {
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 35px;
  text-decoration: none;
  display: none;
  position: relative;
}

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

.slide__nav.col--3 {
  flex-wrap: wrap;
  flex: none;
  width: 17vw;
  display: flex;
}

.slider__content {
  width: 100%;
  display: flex;
}

.slide__numb {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.footer__copyright {
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.footer__follow-wrap {
  background-color: #202020;
  border-top: 1px solid #29242a;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  margin-left: -80px;
  margin-right: -80px;
  font-size: 16px;
  display: flex;
}

.footer__follow {
  z-index: 1;
  color: #fff9;
  text-align: center;
  line-height: 1.5em;
  position: relative;
}

.footer__follow-heart {
  z-index: -1;
  background-image: url('../images/follow-heart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-bottom: -20px;
  margin-left: -10px;
  display: inline-block;
  position: relative;
  top: -7px;
  right: -4px;
}

.footer__follow-link {
  color: #fff;
  display: inline-block;
}

.footer__follow-and {
  color: #fff;
}

.form__submit {
  z-index: 3;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.form__submit-grad {
  z-index: 0;
  background-image: linear-gradient(141deg, var(--medium-turquoise) 20%, var(--khaki));
  opacity: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.form__submit-grad:hover, .form__submit-grad.active {
  opacity: 1;
}

.form__result {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  padding-left: .55rem;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form__result-anim {
  align-items: center;
  width: 0;
  display: flex;
  overflow: hidden;
}

.form__result-anim.active {
  width: 1.4rem;
  transition: all 1s;
}

.form__result-ico {
  filter: invert();
  flex: none;
  width: 1.4rem;
  max-width: none;
  display: block;
}

.remodal__close {
  z-index: 5;
  opacity: 1;
  filter: none;
  cursor: pointer;
  background-image: url('../images/ico-close-modal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .2s;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.remodal__close:hover {
  opacity: .9;
}

.remodal__text-wrap {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}

.remodal__heading {
  max-width: 11.25rem;
  font-family: contralto-big;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.remodal__content {
  z-index: 2;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 2.5rem 3rem 3rem;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.remodal__img {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  display: block;
  position: relative;
}

.remodal__text {
  color: #2d2d2dcc;
  max-width: 15rem;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.4;
}

.remodal.remodal--global {
  color: #1e2126;
  text-align: left;
  background-color: #f5f5f5;
  width: 100%;
  max-width: 37.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.body {
  background-color: #ffeed8;
}

.image {
  width: 4vw;
}

.link-block {
  z-index: 2;
  color: var(--black);
  background-color: #fff;
  border: 2px solid #000;
  padding: 22px 30px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.heading {
  font-size: 130px;
}

.section-2 {
  background-image: url('../images/Frame-2147223214.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #fff0;
  border: 1px solid #64aaf2;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  min-height: 30vw;
  margin-top: 7vw;
  padding-top: 4vw;
  padding-bottom: 4vw;
  display: flex;
}

.image-2 {
  width: 30vw;
}

.image-3 {
  width: 40vw;
  margin-top: 2vw;
}

.image-4 {
  width: 5vw;
}

.link-block-2 {
  margin-right: 2vw;
}

.div-block-2 {
  margin-top: 2vw;
}

.section-3 {
  background-color: #3d3e45;
  background-image: url('../images/Frame-22.svg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 107px 10%;
  display: flex;
}

.div-block-3 {
  width: 70%;
}

.image-5 {
  padding-bottom: 22px;
}

.link-block-3 {
  margin-right: 9px;
}

.link-block-3:hover {
  transform: translate(0, -7px);
}

.image-6 {
  padding-bottom: 28px;
}

.section-4 {
  background-color: #3d3e45;
  background-image: url('../images/Frame-23-3.svg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 79px 10% 140px;
  display: flex;
}

.body-2 {
  color: var(--black);
  background-color: #fff;
  font-family: Jolly Lodger, sans-serif;
}

.section-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Frame-5-2.svg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 98px 10% 71px;
  display: flex;
}

.image-8 {
  padding-bottom: 40px;
}

.image-8.wregewt {
  margin-top: 118px;
}

.link-block-4 {
  margin-right: 30px;
}

.link-block-4:hover {
  transform: translate(0, -16px);
}

.section-6 {
  background-image: url('../images/Frame-22-4.svg');
  background-position: 50%;
  background-size: cover;
  border: 0 solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 152px 10% 92px;
  display: flex;
}

.section-6.qweasc {
  background-image: url('../images/Frame-23.svg');
  background-position: 50% 0;
  padding-top: 18px;
  padding-bottom: 146px;
}

.navbar {
  background-color: #fff0;
  width: 100%;
  padding-top: 24px;
  position: fixed;
}

.nav-link {
  font-family: Changa One, Impact, sans-serif;
}

.nav-link-2 {
  font-family: Changa One, Impact, sans-serif;
  font-size: 24px;
}

.nav-link-3 {
  background-color: #ffe38f;
  border: 3px solid #000;
  border-radius: 10px;
  margin-right: 11px;
  font-family: Inconsolata, monospace;
  font-size: 24px;
}

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

.nav-menu {
  padding-left: 17px;
}

.section-7 {
  background-image: url('../images/Frame-26-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border: 40px solid #fff;
  border-bottom: 0 solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 164px 10% 157px;
  display: flex;
}

.container {
  background-color: #5a3d0e;
  border: 7px solid #fff;
  border-radius: 10px;
  padding: 18px;
}

.section-8 {
  background-image: url('../images/Frame-17-9.png');
  background-position: 50%;
  background-size: cover;
  border-bottom: 40px solid #fff;
  border-left: 40px solid #fff;
  border-right: 40px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 118px;
  padding-bottom: 129px;
  display: flex;
}

.section-9 {
  background-image: url('../images/Frame-55-1.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-bottom: 10px solid #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 191px 10% 0;
  display: flex;
}

.div-block-5 {
  z-index: 10;
  position: relative;
  right: -277px;
}

.link-block-5 {
  margin-right: 15px;
}

.link-block-5:hover {
  transform: translate(0, -11px);
}

.image-11 {
  margin-top: -101px;
}

.section-10 {
  background-color: #fff;
  border-bottom: 10px solid #000;
  border-left: 10px solid #000;
  border-right: 10px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 200px 10% 24px;
  display: flex;
}

.image-12 {
  margin-bottom: 101px;
}

.image-12.qwadvafasdasf {
  flex: 0 auto;
  order: 0;
}

.div-block-6 {
  flex: 0 auto;
  display: none;
}

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

.section-11 {
  background-image: url('../images/Frame-2147223286.png');
  background-position: 100%;
  background-size: cover;
  padding: 187px 7% 244px;
}

.div-block-10 {
  width: 50%;
  position: relative;
}

.image-13 {
  position: relative;
}

.image-14 {
  z-index: 1;
  padding-top: 47px;
  padding-left: 77px;
  position: absolute;
  inset: 3% auto auto 0%;
}

.image-14.qweqwd {
  padding-top: 113px;
  padding-left: 65px;
}

.link-block-6 {
  z-index: 2;
  background-color: #f000;
  padding: 0;
  position: absolute;
  inset: auto auto 14% 11%;
}

.link-block-6:hover {
  transform: scale(1.1);
}

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

.image-15 {
  width: 50%;
  display: none;
}

.navbar-2 {
  background-color: #000;
  padding-top: 0;
  padding-bottom: 0;
}

.link-block-7 {
  margin-right: 27px;
}

.link-block-7:hover {
  filter: blur(5px);
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-12 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 114px 10% 42px;
  display: flex;
}

.image-16 {
  padding-bottom: 61px;
}

.image-17 {
  text-align: right;
}

.image-18 {
  padding-bottom: 50px;
}

.image-19 {
  display: none;
}

.div-block-13 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 27px;
  padding: 14px;
  display: flex;
}

.link-block-8 {
  margin-right: 18px;
}

.link-block-8:hover {
  transform: scale(1.1);
}

.section-13 {
  border-bottom: 0 solid #000;
  padding: 5px 7% 140px;
}

.div-block-14 {
  width: 70%;
  padding-top: 50px;
  padding-bottom: 0;
}

.div-block-15 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

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

.div-block-16.qweqweqweqwe {
  display: none;
}

.image-20 {
  padding-bottom: 25px;
}

.div-block-17 {
  margin-top: 14px;
}

.link-block-9 {
  margin-right: 10px;
}

.link-block-9:hover {
  transform: scale(1.1);
}

.div-block-18 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 26px;
  padding-top: 31px;
  display: flex;
}

.button {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #3898ec00;
  font-family: Just Another Hand, sans-serif;
  font-size: 40px;
}

.button:hover {
  text-decoration: none;
  transform: translate(0, -7px);
}

.hover:hover {
  transform: scale(1.1);
}

.section-14 {
  background-image: url('../images/Frame-20-1.svg');
  background-position: 50%;
  background-size: cover;
  margin-top: -29px;
  margin-bottom: 43px;
  padding-top: 135px;
  padding-bottom: 135px;
  position: relative;
}

.section-14.qweqwewqe {
  background-image: none;
  padding: 231px 7% 69px;
}

.section-14.qweqwewqe.qpowejwk-e {
  background-color: #101cff;
  background-image: linear-gradient(148deg, #0004ff, #252669);
  margin-top: 0;
  padding-top: 132px;
  padding-bottom: 108px;
}

.div-block-19 {
  width: 50%;
  padding-top: 55px;
  padding-bottom: 55px;
}

.div-block-20 {
  width: 50%;
}

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

.div-block-22 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 27px;
  display: flex;
}

.section-15 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 7% 106px;
  display: flex;
}

.image-22 {
  padding-bottom: 20px;
}

.image-24 {
  display: none;
}

.section-16 {
  background-image: url('../images/Frame-5-3.jpg');
  background-position: 50% 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 129px;
  padding-bottom: 94px;
  display: flex;
}

.section-16.iji {
  background-image: url('../images/Frame-6.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 61px;
  padding-bottom: 0;
}

.image-25 {
  padding-bottom: 0;
}

.image-25.qwewe {
  padding-bottom: 58px;
}

.image-25.qwewqe {
  padding-bottom: 41px;
}

.image-25.yoooooo {
  padding-bottom: 25px;
}

.link-block-10 {
  margin-right: 13px;
}

.link-block-10:hover {
  transform: scale(1.1);
}

.section-17 {
  background-image: url('../images/Frame-30.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom: 10px solid #000;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 78px;
  padding-bottom: 78px;
  display: flex;
}

.section-17.qwewe {
  background-image: url('../images/Frame-31.jpg');
  padding-top: 121px;
  padding-bottom: 71px;
}

.section-17.qwewe.qweqwesdxccxcx {
  background-image: url('../images/Frame-32.jpg');
}

.section-17.qwewe.qweqwesdxccxcx.qweqwe {
  border-radius: 50px 50px 0 0;
}

.section-17.fbdf {
  background-image: url('../images/Frame-10.svg');
  background-position: 50% 0;
  background-size: cover;
  border-bottom-width: 0;
  padding-top: 90px;
  padding-bottom: 140px;
}

.image-26 {
  padding-bottom: 39px;
}

.image-26.qwe {
  margin-left: -38px;
  padding-bottom: 53px;
}

.image-26.qwe.qweqwe {
  margin-top: 154px;
  margin-left: 82px;
}

.image-26.qwe.qweqwe.gereer {
  margin-left: 51px;
  padding-bottom: 0;
}

.link-block-11 {
  margin-right: 14px;
}

.link-block-11:hover {
  transform: translate(0, -16px);
}

.link-block-11.qwewee {
  margin-right: 0;
}

.section-18 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 57px 10% 134px;
  display: flex;
}

.image-27 {
  max-width: 100%;
  padding-bottom: 57px;
}

.image-28 {
  border-radius: 1000px;
  padding: 23px 25px;
}

.grid {
  grid-template-columns: 1fr 1fr minmax(200px, 1fr);
  grid-auto-columns: 1.5fr;
  margin-bottom: 51px;
}

.image-29 {
  padding-bottom: 86px;
}

.link-block-12 {
  margin-right: 13px;
}

.link-block-12:hover {
  transform: translate(0, -11px);
}

.link-block-12.wee {
  margin-right: 0;
}

.section-19 {
  background-image: url('../images/Frame-7.jpg');
  background-position: 50% 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 97px 8% 45px;
  display: flex;
}

.section-19.qwewe {
  background-color: #2d1d11;
  background-image: url('../images/Frame-8-1.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 42px;
  padding-bottom: 61px;
}

.section-19.qwewe.qwewewedd {
  background-color: #6a4e2d;
  background-image: none;
  padding-top: 9px;
  padding-bottom: 26px;
}

.section-19.qwewe.qwewewedd.wewee {
  background-image: url('../images/Frame-10.jpg');
  background-position: 50% 100%;
  background-size: cover;
  padding-bottom: 85px;
}

.image-34 {
  z-index: 2;
  padding-bottom: 42px;
  position: relative;
}

.image-34.qwewe {
  padding-bottom: 0;
}

.image-34.qwewe._1232323 {
  padding-bottom: 38px;
}

.image-34.wewee {
  padding-top: 51px;
}

.image-34.weweew {
  margin-left: -47px;
}

.image-35 {
  position: absolute;
  inset: 9% auto auto 6%;
}

.image-35.qweqwewe {
  inset: auto 7% 26% auto;
}

.image-36 {
  position: absolute;
  inset: 10% auto auto 8%;
}

.link-block-13 {
  margin-right: 8px;
}

.link-block-13:hover {
  transform: scale(1.1);
}

.section-20 {
  background-image: url('../images/Frame-1-4.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 133px 8% 28px;
  display: flex;
}

.section-20.qweweweeeee {
  background-image: url('../images/Frame-2-1.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 32px;
  padding-bottom: 60px;
}

.section-20.qweweweeeee.qweweeeeee {
  background-image: url('../images/Frame-5-4.jpg');
  background-position: 50% 0;
}

.section-20.qweweweeeee.weeeeee {
  background-image: url('../images/Frame-2-2.jpg');
  background-position: 50% 0;
}

.section-20.qweweeeeweszd {
  background-image: none;
}

.section-20.qweweeeeweszd.oojo {
  background-image: url('../images/Frame-13-1.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding: 87px 2% 66px;
}

.section-20.qweweeeeweszd.oojo.wewewewexckmskf {
  background-color: #ffd7f2;
  background-image: none;
  border-radius: 100px;
  padding-left: 5%;
  padding-right: 5%;
}

.section-20.qwewewewe {
  background-image: url('../images/Frame-1-4.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 77px;
  padding-bottom: 0;
}

.section-20.qwewewewe.weitetert {
  background-color: #770bd5;
  background-image: url('../images/Frame-1-4.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 84px;
  padding-bottom: 98px;
}

.section-20.okdfmdfdf {
  background-image: url('../images/Frame-1-4.jpg');
}

.link-block-14 {
  margin-left: 7px;
  margin-right: 7px;
}

.link-block-14:hover {
  transform: scale(1.1);
}

.link-block-14.weee {
  margin-right: 17px;
}

.image-40 {
  margin-top: -20px;
  margin-left: -47px;
  padding-top: 18px;
  padding-bottom: 32px;
}

.image-40.weweee {
  margin-top: 49px;
}

.image-40._232323 {
  margin-top: -111px;
}

.image-40._232323._656777 {
  margin-top: -59px;
}

.image-40.wqieweiwe {
  margin-left: 7px;
  padding-bottom: 20px;
}

.image-40.qpwoekqwoepj {
  margin-bottom: 61px;
  margin-left: 0;
  padding-bottom: 16px;
}

.image-40.qpwoekqwoepj.qwewewe {
  margin-bottom: 7px;
  padding-bottom: 0;
}

.image-40.qpwoekqwoepj.qwewewe.regasdddddsdcsd {
  margin-left: 0;
}

.image-41 {
  padding-bottom: 35px;
}

.section-21 {
  padding: 74px 8%;
}

.days {
  margin-right: 33px;
}

.js-timer-days {
  text-align: center;
  height: auto;
  font-family: Just Another Hand, sans-serif;
  font-size: 200px;
  line-height: 200px;
}

.div-block-30 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.minutes {
  margin-left: 28px;
}

.js-timer-hours, .js-timer-minutes {
  font-family: Just Another Hand, sans-serif;
  font-size: 200px;
  line-height: 200px;
}

.countdown-outer {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.text-block {
  margin-bottom: 21px;
}

.countdown-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 45px;
  font-family: Changa One, Impact, sans-serif;
}

.countdown-block {
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 120px;
  margin: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
}

.countdown-time {
  text-align: center;
  font-size: 50px;
  line-height: 50px;
}

.countdown-detail {
  text-align: center;
}

.div-block-31 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.image-42 {
  margin-right: 59px;
  padding-right: 17px;
}

.paragraph {
  color: var(--white);
  padding-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 40px;
}

.image-43, .image-44 {
  border-radius: 10px;
}

.image-45 {
  border: 5px solid #000;
  border-radius: 10px;
}

.grid-2 {
  margin-bottom: 39px;
}

.paragraph-2 {
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(107deg, #a100ff, #0089de);
  border: 15px solid #330f4e;
  border-radius: 100px;
  width: 60%;
  padding: 41px;
  font-family: Tanker, sans-serif;
  font-size: 54px;
  box-shadow: 0 10px 0 5px #45119e;
}

.paragraph-2.qweokpsc {
  display: block;
}

.paragraph-2.adlkfnzdcvf {
  display: none;
}

.image-46 {
  margin-right: 7px;
}

.image-46.weweeexcxcxcxc {
  margin-right: 0;
}

.div-block-32 {
  margin-bottom: 22px;
}

.div-block-33 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-34 {
  width: 50%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-35 {
  width: 50%;
  height: 100%;
  padding-top: 39px;
  padding-bottom: 39px;
  padding-left: 57px;
}

.paragraph-3 {
  color: var(--medium-turquoise);
  padding-bottom: 16px;
  font-family: Tanker, sans-serif;
  font-size: 48px;
}

.paragraph-4 {
  color: var(--white);
  font-family: Tanker, sans-serif;
  font-size: 24px;
}

.paragraph-4.qwwewe {
  color: var(--white);
  font-size: 30px;
}

.ii:hover {
  position: relative;
  top: 0;
  transform: translate(0, -11px);
}

.section-22 {
  background-image: url('../images/Frame-1.svg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 85px 8% 119px;
  display: flex;
}

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

.div-block-36.opoj {
  margin-top: 125px;
}

.image-47 {
  border: 5px solid #000;
  border-radius: 50px;
}

.image-47.wqewe {
  border-width: 0;
}

.image-47.qwexckm {
  border-width: 20px;
  border-color: #ffea00;
  border-radius: 100000px;
  margin-bottom: -1px;
}

.paragraph-5 {
  color: var(--black);
  text-align: center;
  padding-bottom: 14px;
  font-family: Kalam, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 120px;
}

.paragraph-5._0oewirwew {
  text-transform: uppercase;
  margin-top: 167px;
}

.image-48 {
  padding-bottom: 0;
}

.div-block-37 {
  text-align: center;
  margin-top: 29px;
}

.link-block-15 {
  margin-right: 7px;
}

.link-block-15:hover {
  transform: scale(1.1);
}

.link-block-15.pl-lll {
  margin-right: 0;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 51px;
  padding-right: 51px;
}

.image-49 {
  border: 10px solid #000;
  border-radius: 1000px;
  padding-left: 0;
}

.lottie-animation {
  text-align: center;
  width: 30%;
  margin-top: 229px;
}

.image-50 {
  border: 10px solid #000;
  border-radius: 10000px;
}

.image-51, .image-52, .image-53, .image-54, .image-55, .image-56, .image-57 {
  border: 10px solid #000;
  border-radius: 1000px;
}

.section-23 {
  background-image: url('../images/Frame-1-5.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 108px;
  padding-bottom: 117px;
  display: flex;
}

.section-23.asdwqe {
  background-image: url('../images/Frame-20.svg');
  background-position: 50%;
  background-size: cover;
  padding: 36px 8% 23px;
}

.image-58 {
  margin-left: 38px;
  padding-bottom: 31px;
}

.link-block-16 {
  margin-right: 13px;
}

.link-block-16:hover {
  transform: rotate(-8deg);
}

.link-block-16.rrr {
  margin-right: 0;
}

.div-block-38 {
  width: 100%;
  margin-left: 8%;
  margin-right: 8%;
  padding-top: 106px;
  padding-bottom: 106px;
}

.div-block-39 {
  align-items: flex-start;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 32px;
  display: flex;
}

.image-59 {
  width: 100%;
  padding-bottom: 42px;
}

.image-60 {
  width: 50%;
  padding-right: 43px;
}

.div-block-40 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.section-24 {
  background-image: url('../images/Frame-17.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -7px;
  padding: 48px 10% 108px;
  display: flex;
}

.image-61 {
  padding-bottom: 28px;
}

.link-block-17 {
  margin-right: 27px;
}

.link-block-17:hover {
  transform: translate(0, -7px);
}

.section-25 {
  background-color: #fff;
  background-image: url('../images/Frame-2-2.png');
  background-position: 50%;
  background-size: cover;
  padding: 113px 8%;
}

.section-25.qweasf {
  background-color: #fff0;
  background-image: url('../images/Frame-2-4.png');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 143px;
}

.image-62 {
  width: 50%;
  padding-left: 0;
}

.image-62.woefer {
  width: 85%;
  padding-bottom: 35px;
}

.image-63 {
  width: 50%;
  padding-bottom: 0;
  padding-right: 88px;
}

.image-63.xv {
  width: 50%;
}

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

.div-block-43.zxv {
  flex-flow: column;
  align-items: center;
}

.section-26 {
  background-image: url('../images/Frame-13-1.svg');
  background-position: 50%;
  background-size: cover;
  padding: 119px 8%;
}

.section-26.qweiwejiwe {
  background-color: #62688f;
  background-image: url('../images/Frame-15-1.png');
  background-position: 50%;
  background-size: cover;
}

.image-64 {
  text-align: center;
  margin-bottom: -22px;
  margin-left: -36px;
}

.div-block-45 {
  text-align: center;
}

.link-block-18 {
  margin-right: 17px;
}

.link-block-18:hover {
  transform: translate(0, -11px);
}

.link-block-18.ij {
  margin-right: 0;
}

.div-block-46 {
  padding-left: 42px;
}

.section-27 {
  padding-top: 263px;
  padding-bottom: 263px;
}

.mainsec {
  background-image: url('../images/Frame-1-3.svg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 77px 8% 201px;
  display: flex;
}

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

.image-65 {
  padding-bottom: 21px;
}

.link-block-19 {
  margin-right: 17px;
}

.div-block-48 {
  padding-bottom: 26px;
}

.image-66 {
  margin-top: 60px;
}

.image-67 {
  margin-top: 97px;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.section-28 {
  background-image: url('../images/Frame-1-4_1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 74px 10% 213px;
  display: flex;
}

.image-68 {
  padding-bottom: 20px;
}

.image-68.pokcblcb {
  display: none;
}

.link-block-20 {
  margin-right: 10px;
}

.link-block-20:hover {
  transform: scale(1.1);
}

.section-29 {
  background-image: url('../images/Frame-2-1_1.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 31px 10% 57px;
  display: flex;
}

.afczvzcvzcv {
  display: none;
}

.dsc {
  transition: all .2s;
}

.dsc:hover {
  transform: scale(1.1);
}

.section-30 {
  background-image: url('../images/Frame-4-2.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom: 10px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 126px 8% 97px;
  display: flex;
}

.image-69 {
  padding-bottom: 26px;
}

.link-block-21 {
  margin-right: 14px;
}

.link-block-21:hover {
  transform: scale(1.1);
}

.link-block-21.qwerwdx {
  margin-right: 0;
}

.section-31 {
  background-image: url('../images/Frame-5-2.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 107px 8%;
  display: flex;
}

.div-block-51 {
  width: 80%;
  padding-top: 65px;
  padding-bottom: 65px;
  display: flex;
}

.aksfx {
  border-radius: 0;
  margin-right: 11px;
}

.youtube {
  margin-right: -5px;
}

.div-block-52 {
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.image-70 {
  margin-bottom: -51px;
}

.image-70.worgmdv, .qwekpmsc.kzxasdasd {
  display: none;
}

.section-32 {
  background-image: url('../images/Frame-11.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding: 96px 10% 93px;
}

.div-block-53 {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-54 {
  margin-top: 27px;
}

.link-block-22 {
  margin-right: 9px;
}

.link-block-22:hover {
  transform: translate(0, -7px);
}

.div-block-55 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 71px;
  padding-top: 62px;
  padding-bottom: 6px;
  display: flex;
}

.section-33 {
  background-image: url('../images/Frame-1-9.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 103px 10% 151px;
  display: flex;
}

.paragraph-6 {
  color: var(--white);
  text-align: center;
  margin-top: -109px;
  font-family: Tanker, sans-serif;
  font-size: 64px;
  font-style: normal;
}

.image-71 {
  margin-top: -106px;
}

.button-2 {
  background-color: #b12519;
  background-image: linear-gradient(166deg, #b12519, #781414);
  margin-right: 16px;
  padding: 21px 90px;
  font-size: 24px;
}

.button-2:hover {
  filter: blur(5px);
}

.paragraph-7 {
  color: var(--white);
  text-align: center;
  width: 800px;
  padding-bottom: 22px;
  font-size: 22px;
}

.div-block-56 {
  margin-top: 17px;
}

.container-small {
  width: 100%;
  max-width: 936px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-form-block {
  max-width: 456px;
  margin-bottom: 0;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.feature-caption {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff05;
  border: .8px solid #ffffff0f;
  border-radius: 6px;
  flex: none;
  align-items: center;
  padding: 8px 12px 8px 10px;
  font-size: 12px;
  line-height: 1.4;
  display: flex;
  box-shadow: inset 0 -4px 12px #ffffff0a;
}

.cta-badge.empty {
  border-right-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex: 1;
  margin-right: -8px;
}

.container-regular {
  width: 100%;
  max-width: 984px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.carousel-container-lines {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 112px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.feature-button-small {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  cursor: pointer;
  background-color: #ffffff05;
  border: .8px solid #ffffff0f;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 4px 10px 4px 8px;
  font-size: 12px;
  line-height: 1.7;
  transition: all .3s;
  display: flex;
  box-shadow: inset 0 -4px 12px #ffffff0f;
}

.feature-button-small:hover {
  background-color: #ffffff0a;
  border-color: #fff3;
}

.text-block-2 {
  font-size: 14px;
  line-height: 1.7;
}

.label-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
}

.footer-container-lines {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 96px 48px;
  position: relative;
}

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

.container-lines-legal {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 48px;
  position: relative;
}

.title-large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 744px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-wrap {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0707093d;
  background-image: linear-gradient(#ffffff05, #fff0);
  border: 1px solid #1b1b1d;
  border-radius: 24px;
  max-width: 384px;
  padding: 4px;
  position: relative;
}

.icon-line {
  z-index: 4;
  pointer-events: none;
  background-image: linear-gradient(90deg, #e20000, #f80);
  width: 24px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto;
  box-shadow: 0 33px 80px #fce48fcc, 0 16px 40px #bb8ffccc, 0 10px 24px #fce48fa3, 0 12px 24px #bb8ffcb8, 0 4.2px 10.5px #fce48f99, 0 2.5px 6.25px #bb8ffc73, 0 1.5px 3.6px #fce48f66, 0 .66px 1.6px #bb8ffc3d;
}

.video-container-lines {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
}

.grid-two-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.footer-contact-details {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.feature-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #1b1b1d;
  border-radius: 12px 12px 20px 20px;
  flex-direction: column;
  align-items: stretch;
  padding: 28px 34px;
  display: flex;
}

.input-icon {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.icon-blur {
  z-index: 0;
  pointer-events: none;
  position: absolute;
}

.linear-border {
  z-index: 0;
  pointer-events: none;
  border-radius: 12px 12px 6px 6px;
  position: absolute;
  inset: 0%;
}

.linear-border.cta-border {
  z-index: 3;
  border-radius: 8px;
}

.carousel-group {
  flex-direction: row;
  flex: none;
  align-items: center;
  display: flex;
}

.nav-container-lines {
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 48px;
  position: relative;
}

.button-background {
  z-index: 0;
  pointer-events: none;
  background-color: #ffffff1f;
  border-radius: 99px;
  position: absolute;
  inset: 0%;
}

.feature-card {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0707093d;
  background-image: linear-gradient(#ffffff05, #fff0);
  border: 1px solid #1b1b1d;
  border-radius: 24px;
  padding: 4px;
  position: relative;
}

.wrap-v-xlarge {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.cta-button-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.video-lightbox-link {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff05;
  border: 1px solid #ffffff0f;
  border-radius: 100%;
  padding: 36px;
  transition: transform .3s;
  position: absolute;
  box-shadow: inset 0 -16px 24px #ffffff1a;
}

.video-lightbox-link:hover {
  transform: scale(1.2);
}

.nav-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr .3fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  max-width: 984px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.container-x-small {
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-feature-line {
  z-index: 40;
  background-image: linear-gradient(to right, #fce48d, #b98dfc);
  width: 32px;
  height: 2px;
  position: absolute;
  inset: 1px auto auto 24px;
  box-shadow: 0 33px 80px #fce48f99, 0 16px 40px #bb8ffca3, 0 10px 24px #fce48f7a, 0 12px 24px #bb8ffc8f, 0 4.2px 10.5px #fce48f4d, 0 2.5px 6.25px #bb8ffc40, 0 1.5px 3.6px #fce48f33, 0 .66px 1.6px #bb8ffc24;
}

.headline-regular {
  color: #fff;
  letter-spacing: -.04px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(357deg, #000, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.35;
}

.image-wrap-border {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #1b1b1d;
  border-radius: 12px 12px 20px 20px;
  flex-direction: column;
  align-items: stretch;
}

.logo-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hint {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #6a6a6b;
  align-items: center;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.error-message {
  background-color: #0000;
  margin-top: 12px;
  padding: 0;
}

.button-bg {
  pointer-events: none;
  display: none;
}

.feature-icon {
  z-index: 2;
  flex: none;
  width: 22px;
  height: 22px;
  position: relative;
}

.home-lights {
  z-index: 98;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

.faq-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.button-primary-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #ffffff1f;
  background-image: linear-gradient(#ffffff14, #8e78b014);
  border: 1px solid #ffffff0f;
  border-radius: 40px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  transition: all .3s;
  box-shadow: inset 0 .75px .75px #ffffff29, inset 0 0 1px #ffffff1f;
}

.button-primary-small:hover {
  background-color: #ffffff0f;
}

.linear-code {
  display: none;
}

.nav-button-group {
  align-items: center;
  display: flex;
}

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

.footer-legal-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-3 {
  z-index: 2;
  -webkit-backdrop-filter: blur(120px);
  backdrop-filter: blur(120px);
  background-color: #ffffff1f;
  background-image: linear-gradient(#ff6f00, #9e0000);
  border: 4px solid #070707;
  border-radius: 99px;
  width: 100%;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.7;
  transition: all .2s;
  position: relative;
  box-shadow: inset 0 .75px .75px #ffffff29, inset 0 1px #ffffff1f;
}

.button-3:hover {
  background-image: linear-gradient(#ff6f00, #9e0000 37%);
}

.footer-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.nav-menu-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.video-lightbox-wrapper {
  background-image: url('../images/Video-BG_1Video BG.webp'), url('../images/Video_1Video.webp');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 984px, 984px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 540px;
  display: flex;
  position: relative;
}

.circle-dash-border {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-side {
  border-radius: 8px;
  width: 100%;
  max-width: 380px;
  padding: 44px 1px 44px 44px;
  position: relative;
  overflow: hidden;
}

.carousel-wrapper {
  align-items: center;
  width: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: absolute;
  left: 10px;
}

.faq-dropdown-list {
  background-color: #0000;
  display: block;
  position: relative;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: color .2s;
  display: flex;
}

.feature-line {
  background-image: linear-gradient(90deg, #f70, red);
  width: 48px;
  height: 2px;
  position: absolute;
  inset: 1px auto auto 40px;
  box-shadow: 0 33px 80px #fce48f99, 0 16px 40px #bb8ffca3, 0 10px 24px #fce48f7a, 0 12px 24px #bb8ffc8f, 0 4.2px 10.5px #fce48f4d, 0 2.5px 6.25px #bb8ffc40, 0 1.5px 3.6px #fce48f33, 0 .66px 1.6px #bb8ffc24;
}

.footer-side {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 296px;
  display: flex;
}

.feature-text-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 20px 20px;
  display: flex;
}

.container-lines-regular {
  z-index: 1;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 72px 48px;
  position: relative;
}

.container-lines-regular.wqe {
  flex-flow: column;
  align-items: center;
  padding-top: 39px;
  padding-bottom: 49px;
  display: flex;
}

.hint-link {
  color: #fff;
  font-size: 12px;
  line-height: 1.7;
}

.footer-legal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.header-center-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.carousel-item-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.nav-logo {
  height: 32px;
}

.error-inner {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.full-page {
  position: relative;
  overflow: hidden;
}

.light-right {
  width: 80vw;
  max-width: 1440px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #ffffffa3);
  -webkit-background-clip: text;
  background-clip: text;
}

.lines-group {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.wrap-v-regular.align-center {
  align-items: center;
}

.faq-answer {
  padding-left: 24px;
  padding-right: 64px;
  position: relative;
  top: -20px;
}

.hero-badge {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff05;
  border: 1px solid #ffffff0f;
  border-radius: 99px;
  align-items: center;
  margin-bottom: 22px;
  padding: 7px 8px 7px 16px;
  font-size: 20px;
  line-height: 1.7;
  display: flex;
  box-shadow: inset 0 -4px 12px #ffffff1a;
}

.hero-badge.qwlkdn-xc {
  display: none;
}

.wrap-v-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.paragraph-regular {
  color: var(--khaki);
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.7;
}

.circle-background {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #070707;
  background-image: linear-gradient(#ffffff0a, #fff0);
  border: 1px solid #1b1b1d;
  border-radius: 12px 12px 24px 24px;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding: 4px 6px 4px 4px;
  display: flex;
}

.logo {
  cursor: pointer;
  flex: none;
  width: 32px;
  height: 32px;
  transition: all .3s;
}

.logo:hover {
  transform: scale(1.15);
}

.feature-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 36px 24px;
  display: flex;
}

.integration-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 96px;
  display: flex;
  position: relative;
}

.headline-small {
  letter-spacing: -.03px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.footer-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #6a6a6b;
  align-items: center;
  font-size: 14px;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-link:hover {
  color: #a6a6a6;
}

.minus {
  z-index: 0;
  opacity: 0;
  width: 24px;
  height: 24px;
  position: absolute;
}

.label-regular {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
}

.line-vertical-left {
  z-index: 1;
  background-color: #1b1b1d;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 4.5px auto 0% 0%;
}

.h4-heading {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
}

.noise {
  z-index: 99999;
  opacity: .22;
  pointer-events: none;
  background-image: url('../images/Noise.png');
  background-position: 0 0;
  background-size: 1440px;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.badge {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff05;
  border: 1px solid #ffffff0f;
  border-radius: 99px;
  align-items: center;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
  box-shadow: inset 0 -4px 12px #ffffff1a;
}

.horizontal-divider-dash {
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
}

.horizontal-divider-dash.feature {
  margin-top: 26px;
  margin-bottom: 6px;
}

.cta-overlay {
  z-index: 3;
  background-image: linear-gradient(to right, #14141700, #101013);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 16px;
  width: 20%;
  position: absolute;
  inset: 1px 0 1px auto;
}

.carousel-holder {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.carousel-holder.reverse {
  justify-content: flex-end;
}

.carousel-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #a6a6a6;
  background-color: #0707093d;
  background-image: linear-gradient(#ffffff05, #fff0);
  border: 1px solid #1b1b1d;
  border-radius: 12px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 168px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 18px 20px;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
}

.wrap-h-xsmall {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.wrap-h-xsmall.wrap-child {
  flex-wrap: wrap;
}

.cta-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #070707;
  border: 1px solid #1b1b1d;
  border-radius: 12px;
  flex-direction: column;
  padding: 16px 24px 24px;
  position: relative;
}

.cta-feature.last {
  border-top-right-radius: 24px;
}

.cta-feature.first {
  border-top-left-radius: 24px;
}

.feature-image {
  z-index: 2;
  border-radius: 12px 12px 6px 6px;
  position: relative;
  overflow: hidden;
}

.footer-line {
  z-index: 40;
  background-image: linear-gradient(to right, #fce48d, #b98dfc);
  width: 40px;
  height: 2px;
  position: absolute;
  inset: -96px auto auto 0;
  box-shadow: 0 33px 80px #fce48f99, 0 16px 40px #bb8ffca3, 0 10px 24px #fce48f7a, 0 12px 24px #bb8ffc8f, 0 4.2px 10.5px #fce48f4d, 0 2.5px 6.25px #bb8ffc40, 0 1.5px 3.6px #fce48f33, 0 .66px 1.6px #bb8ffc24;
}

.success-message {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #ffffff0f;
  border: 1px solid #ffffff14;
  border-radius: 12px;
  padding: 24px;
  font-size: 14px;
  line-height: 1.7;
}

.carousel-overlay {
  pointer-events: none;
  background-image: linear-gradient(to right, #070707, #07070700 15% 85%, #070707);
  position: absolute;
  inset: 0%;
}

.integration-circle-inner {
  z-index: 2;
  -webkit-backdrop-filter: blur(48px);
  backdrop-filter: blur(48px);
  text-align: center;
  background-color: #0707093d;
  background-image: linear-gradient(#00000005, #fff0);
  border: 1px solid #1b1b1d;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 262px;
  height: 262px;
  display: flex;
  position: relative;
  box-shadow: 0 0 1px 32px #ffffff0a, 0 12px 40px #000000b8;
}

.light-left {
  width: 80vw;
  max-width: 1440px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.faq-question {
  grid-column-gap: 16px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation-link {
  color: #fff;
  border-radius: 40px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.7;
  transition: all .3s;
}

.navigation-link:hover {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ff800029;
}

.navigation-link.w--current {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #fff;
  background-color: #ffffff0f;
}

.integration-circle {
  border-radius: 100%;
  padding: 32px;
  position: absolute;
  inset: auto;
}

.h-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.feature-container-lines {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 112px 48px 123px;
  position: relative;
}

.integration-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 552px;
  margin-bottom: 96px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrap-h-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.light-wrap {
  width: 100%;
  min-width: 1440px;
  position: relative;
}

.wrap-v-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.content-form-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
  display: flex;
}

.plus {
  width: 24px;
  height: 24px;
}

.section-34 {
  z-index: 100;
  padding-bottom: 1px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.cta-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  padding-top: 44px;
  padding-bottom: 44px;
  padding-left: 44px;
  display: flex;
}

.faq-dropdown {
  cursor: pointer;
  background-color: #070707;
  border: 1px solid #ffffff0f;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.faq-toggle {
  z-index: 2;
  width: 100%;
  padding: 24px;
}

.grid-v-full-right {
  z-index: 1;
  background-color: #1b1b1d;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.feature-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 456px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-line {
  background-image: linear-gradient(90deg, #ffa600, #f60000);
  width: 120px;
  height: 2px;
  position: absolute;
  inset: auto auto -34px 0%;
  box-shadow: 0 33px 80px #fce48f99, 0 16px 40px #bb8ffca3, 0 10px 24px #fce48f7a, 0 12px 24px #bb8ffc8f, 0 4.2px 10.5px #fce48f4d, 0 2.5px 6.25px #bb8ffc40, 0 1.5px 3.6px #fce48f33, 0 .66px 1.6px #bb8ffc24;
}

.footer-main {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 680px;
  display: flex;
}

.wrap-h-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.line-vertical-right {
  z-index: 1;
  background-color: #1b1b1d;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 4.5px 0% 0% auto;
}

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

.container-lines-large {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 48px;
  position: relative;
}

.container-lines-large.overflow {
  overflow: hidden;
}

.hero-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  display: flex;
}

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

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

.feature-card-small {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0707093d;
  background-image: linear-gradient(#ffffff05, #fff0);
  border: 1px solid #1b1b1d;
  border-radius: 16px;
  padding: 4px;
  position: relative;
}

.grid-v-full-left {
  z-index: 1;
  background-color: #1b1b1d;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.footer-contact-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #6a6a6b;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-contact-link:hover {
  color: #a6a6a6;
}

.content-container-lines {
  z-index: 5;
  background-image: url('../images/Grid-Light_1Grid Light.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1128px;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 48px;
  position: relative;
}

.feature-image-wrap {
  position: relative;
}

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

.footer-links {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 432px;
  display: flex;
}

.line-dot {
  z-index: 5;
  background-color: #0d0d11;
  border: 1px solid #1b1b1d;
  border-radius: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
}

.line-dot.top-right {
  inset: -4.5px -4.5px auto auto;
}

.line-dot.bottom-right {
  inset: auto -4.5px -4.5px auto;
}

.line-dot.top-left {
  inset: -4.5px auto auto -4.5px;
}

.line-dot.bottom-left {
  inset: auto auto -4.5px -4.5px;
}

.line-horizontal {
  z-index: 0;
  pointer-events: none;
  background-color: #1b1b1d;
  width: 100vw;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-field {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff03;
  border: 1px solid #ffffff1f;
  border-radius: 40px;
  min-height: 36px;
  margin-bottom: 0;
  padding: 6px 10px 6px 32px;
  font-size: 12px;
  line-height: 1.7;
  box-shadow: inset 0 -4px 12px #ffffff0f;
}

.text-field:focus {
  border-color: #ffffff3d;
}

.text-field::placeholder {
  color: #6a6a6b;
}

.wrap-v-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  color: #fff;
  text-align: center;
  background-color: #ffffff1f;
  background-image: linear-gradient(#ffffff14, #8e78b014);
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s;
  box-shadow: inset 0 1px .75px #ffffff29, inset 0 0 1px #ffffff1f;
}

.button-primary:hover {
  background-color: #ffffff14;
}

.cta-badge-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-right: -2px;
  display: flex;
}

.feature-badge {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  cursor: pointer;
  background-color: #ffffff0a;
  border: .8px solid #ffffff1a;
  border-radius: 40px;
  align-items: center;
  padding: 2px 8px 2px 6px;
  font-size: 12px;
  line-height: 1.7;
  transition: color .2s, opacity .2s;
  display: flex;
  box-shadow: inset 0 -4px 12px #ffffff1a;
}

.feature-badge:hover {
  color: #fff;
  border-color: #ffffff29;
}

.button-secondary {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  position: relative;
}

.h6-heading {
  color: #fff;
  letter-spacing: -.1px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

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

.feature-card-buton-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  width: 100%;
  display: flex;
}

.max-width-x-small {
  width: 100%;
  max-width: 600px;
}

.max-width-x-small.spacing-c {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.feature-button {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  cursor: pointer;
  background-color: #ffffff05;
  border: .8px solid #ffffff0f;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.7;
  transition: all .3s;
  display: flex;
  box-shadow: inset 0 -4px 12px #ffffff0f;
}

.feature-button:hover {
  background-color: #ffffff0a;
  border-color: #fff3;
}

.h3-heading {
  color: #fff;
  letter-spacing: -.17px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.footer-base-link {
  color: #6a6a6b;
  font-size: 12px;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s;
}

.footer-base-link:hover {
  color: #a6a6a6;
}

.icon-wrap {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff03;
  border: 1px solid #ffffff0a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 13px;
  display: flex;
  position: relative;
  box-shadow: inset 0 -4px 8px #ffffff0f;
}

.navbar-3 {
  z-index: 100;
  background-color: #0000;
  padding-left: 3%;
  padding-right: 3%;
}

.paragraph-small {
  color: var(--medium-turquoise);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.7;
}

.paragraph-small.text-color-white {
  padding-bottom: 13px;
  font-size: 30px;
  font-weight: 500;
}

.carousel {
  flex: none;
  align-items: center;
  display: flex;
}

.carousel.reverse {
  justify-content: flex-end;
}

.heading-2 {
  font-family: Clashgrotesk, sans-serif;
  font-size: 64px;
}

.text-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffae00, #e43d00);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 96px;
  font-weight: 600;
}

.div-block-57 {
  max-width: 800px;
  margin-top: -76px;
}

.link-block-23 {
  margin-right: 17px;
}

.link-block-23:hover {
  transform: scale(1.1);
}

.link-block-23.sd {
  margin-right: 0;
}

.heading-3 {
  font-family: Clashgrotesk, sans-serif;
  font-size: 45px;
  font-weight: 600;
}

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

.image-72 {
  padding-bottom: 28px;
}

.text-span-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(192deg, #ffa600, #a11b00);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-2.ass {
  font-size: 58px;
}

.image-73 {
  width: 100%;
  margin-top: -93px;
}

.paragraph-8 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}

.image-74 {
  padding-bottom: 16px;
}

.heading-5 {
  font-size: 40px;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13 {
  font-weight: 600;
}

.section-35 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 33px 10% 130px;
  display: flex;
}

.div-block-58 {
  text-align: center;
}

.paragraph-9 {
  text-align: center;
  padding-bottom: 12px;
  font-family: Inconsolata, monospace;
  font-size: 30px;
}

.image-75 {
  padding-bottom: 26px;
}

.button-4 {
  background-color: #000;
  margin-right: 13px;
  padding: 14px 24px;
  font-family: Inconsolata, monospace;
}

.button-4:hover {
  background-color: #606060;
}

.paragraph-10 {
  margin-bottom: 0;
  font-size: 24px;
}

.paragraph-10.j-zxv {
  display: none;
}

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

.body-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-36 {
  background-image: url('../images/Frame-1-14.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  padding: 52px 10% 68px;
}

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

.image-76 {
  padding-bottom: 13px;
}

.link-block-24 {
  margin-right: 6px;
}

.link-block-24:hover {
  transform: translate(0, -2px);
}

.wrap-h-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  display: flex;
}

.paragraph-regular-2 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.testimonial-author {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.content-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 90%;
}

.h2-heading {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.content-image-card {
  background-color: #f6f7f9;
  border: 1px solid #d5d9e2;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 450px;
  display: flex;
  position: relative;
}

.text-color-orange {
  color: #fe5b25;
}

.section-large {
  background-color: #320b0b;
  background-image: url('../images/Frame-5-9.svg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5%;
  display: flex;
  position: relative;
}

.overline {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.content-testimonial {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #460906;
  background-color: #fff2eb;
  border: 1px solid #ffe7d6;
  border-radius: 12px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.testimonial-avatar {
  background-color: #fe5b25;
  border-radius: 100%;
  width: 24px;
  height: 24px;
}

.paragraph-small-2 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-2.text-weight-semibold {
  font-weight: 600;
}

.content-image-background {
  opacity: .1;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-regular-2 {
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 100px;
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  padding: 74px 36px 77px;
  position: relative;
}

.content-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-x-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-x-large.text-color-gray-800 {
  color: #394151;
  padding-bottom: 20px;
  padding-left: 158px;
  padding-right: 158px;
  font-family: Droid Sans, sans-serif;
  font-size: 26px;
  line-height: 40px;
}

.button-primary-rounded-large {
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded-large:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded-large.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.image-77 {
  margin-bottom: -41px;
}

.image-78 {
  padding-bottom: 18px;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-success-message {
  color: #006638;
  letter-spacing: -.03em;
  background-color: #ebfff6;
  font-size: 14px;
  line-height: 24px;
}

.f-cta-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.f-container-regular {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-h3-heading {
  color: #f6daa2;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 64px;
}

.f-h3-heading.qwdxc {
  color: #fff6e3;
}

.f-form-button {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-form-button:hover {
  background-color: #282556;
}

.f-form-button:active {
  background-color: #160042;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-input-outlined {
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.f-input-outlined:focus {
  border-color: #b6b9ce;
}

.f-input-outlined::placeholder {
  color: #b6b9ce;
}

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

.f-section-regular {
  background-image: url('../images/Frame-3-1.svg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 127px 5%;
  display: flex;
  position: relative;
}

.f-cta-image-wrapper {
  height: 360px;
}

.f-cta-form-block {
  max-width: 460px;
  margin-bottom: 8px;
}

.f-paragraph-large {
  color: var(--black);
  letter-spacing: -.02em;
  margin-bottom: 0;
  padding-bottom: 6px;
  font-size: 24px;
  line-height: 32px;
}

.f-cta-grid-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr;
  align-items: center;
}

.div-block-61 {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.image-79 {
  margin-top: 65px;
}

.section-37 {
  background-image: url('../images/Frame-9-4-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom: 10px solid #000;
  padding: 72px 8% 108px;
}

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

.image-80 {
  margin-bottom: 36px;
}

.button-5 {
  background-color: #a02a2c;
  border: 5px solid #000;
  border-radius: 50px;
  margin-right: 8px;
  padding: 20px 88px 23px;
  font-family: Itim, sans-serif;
  font-size: 30px;
  transform: rotate(-4deg);
  box-shadow: 0 9px #000;
}

.button-5:hover {
  transform: skew(0deg);
}

.button-5.qewr-omxv {
  background-color: #2a4ca0;
  transform: rotate(9deg);
}

.button-5.qewr-omxv:hover {
  transform: rotate(0);
}

.button-5.dex {
  background-color: #2aa055;
  padding-bottom: 24px;
}

.section-38 {
  background-image: url('../images/Frame-9-5-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom: 10px solid #000;
  padding: 96px 8% 88px;
}

.section-38.asfwq-o {
  background-image: url('../images/Frame-10-1-1.jpg');
  flex-flow: column;
  align-items: center;
  display: flex;
}

.section-38.asfwq-o.vslcmsc {
  background-image: url('../images/Frame-10-2-1.jpg');
}

.image-81 {
  width: 50%;
}

.image-81.qxc {
  margin-left: -71px;
}

.image-81.qxc.fgmgm {
  margin-left: 0;
}

.image-81.pqsdkvx {
  margin-left: -51px;
}

.image-81.pqsdkvx.fjsc {
  width: 80%;
  margin-top: 61px;
}

.div-block-63 {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-82 {
  margin-bottom: 22px;
}

.section-39 {
  background-image: url('../images/Frame-25-3.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-bottom: 8px solid #000;
  padding: 120px 9%;
}

.image-83 {
  width: 50%;
}

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

.div-block-66 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 71px;
  padding-bottom: 71px;
  display: flex;
}

.div-block-67 {
  margin-top: 25px;
}

.button-6 {
  color: var(--black);
  background-color: #fff;
  border: 5px solid #000;
  border-radius: 1000px;
  margin-right: 9px;
  padding: 20px 47px;
  font-family: Itim, sans-serif;
  font-size: 24px;
  box-shadow: -3px 13px 0 -3px #000;
}

.button-6:hover {
  box-shadow: -3px 13px 0 -20px #000;
}

.section-40 {
  background-image: url('../images/Frame-26.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 151px 9% 139px;
}

.section-40.wfdc {
  background-image: url('../images/Frame-26-1.jpg');
  border-bottom: 8px solid #000;
}

.section-40.qwcx {
  padding-top: 39px;
  padding-bottom: 96px;
}

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

.qwdxczxvwer {
  margin-top: 57px;
}

.section-41 {
  background-image: url('../images/Frame-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom: 8px solid #000;
  padding: 24px 8% 81px;
}

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

.image-85 {
  margin-left: 33px;
  padding-bottom: 28px;
}

.link-block-25 {
  margin-right: 7px;
}

.link-block-25:hover {
  transform: translate(0, -11px);
}

.section-42 {
  background-image: url('../images/Frame-2-1_2.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 167px 9% 105px;
  display: flex;
}

.image-86 {
  text-align: center;
  padding-bottom: 32px;
}

.div-block-70 {
  text-align: center;
}

.background-video {
  height: 1080px;
  padding: 103px 9% 131px;
}

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

.image-87 {
  padding-bottom: 41px;
}

.link-block-26 {
  margin-right: 13px;
}

.link-block-26:hover {
  transform: translate(0, -11px);
}

.section-43 {
  background-image: url('../images/Frame-17-3.png');
  background-position: 50% 0;
  background-size: cover;
  padding: 19px 9% 212px;
}

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

.div-block-74 {
  text-align: center;
}

.section-44 {
  flex-flow: column;
  align-items: center;
  padding: 0 9%;
  display: flex;
}

.div-block-75 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-90 {
  margin-top: 0;
  padding-top: 101px;
  padding-bottom: 63px;
  transform: rotate(-4deg);
}

.paragraph-11 {
  color: var(--black);
  text-align: center;
  -webkit-text-stroke-width: 3px;
  text-transform: uppercase;
  width: auto;
  max-width: 600px;
  margin-bottom: 25px;
  padding-bottom: 28px;
  font-family: Itim, sans-serif;
  font-size: 45px;
}

.paragraph-11.aspgjsg {
  margin-bottom: 0;
}

.text-span-3 {
  color: var(--medium-turquoise);
}

.div-block-76 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-bottom: 131px;
  display: flex;
}

.bold-text-14 {
  color: var(--black-2);
}

.image-91 {
  margin-top: 0;
  padding-right: 27px;
}

.button-7 {
  background-color: #ec3838;
  border: 3px solid #000;
  margin-right: 27px;
  padding: 33px 46px;
  font-size: 30px;
  transform: rotate(0);
}

.button-7:hover {
  color: var(--white);
  background-color: #000;
}

.div-block-77 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-27 {
  margin-right: 8px;
}

.link-block-27:hover {
  transform: translate(0, -11px);
}

.section-45 {
  text-align: center;
  background-color: #ffdb10;
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
  margin-top: -32px;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
}

.section-46 {
  background-color: #1e1e1e;
  padding: 136px 9% 117px;
}

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

.paragraph-12 {
  color: var(--khaki);
  -webkit-text-stroke-width: 4px;
  padding-bottom: 10px;
  font-family: Itim, sans-serif;
  font-size: 120px;
}

.paragraph-13 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  width: auto;
  max-width: 800px;
  font-family: Itim, sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.text-span-4 {
  color: var(--black-2);
}

.div-block-79 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 58px;
  display: flex;
}

.image-92 {
  border: 3px solid #fff;
  width: 100%;
  max-width: 100%;
  margin-bottom: 38px;
  padding-right: 0;
}

.div-block-80 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 17px;
  display: flex;
}

.image-93 {
  margin-bottom: 55px;
}

.div-block-81 {
  background-color: #ffe860;
  width: 90%;
  margin-bottom: 0;
  padding: 18px 53px;
}

.div-block-81.q-dipacs {
  background-color: #ffe860;
  margin-bottom: 32px;
}

.div-block-81.qsfaxzv, .div-block-81.sdvsdv {
  margin-bottom: 32px;
}

.paragraph-14 {
  color: var(--black);
  -webkit-text-stroke-width: 1px;
  text-transform: uppercase;
  font-family: Itim, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.paragraph-14.qwe-ipasc {
  font-size: 35px;
}

.section-47 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 318px 9%;
  display: flex;
}

.background-video-2 {
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 211px 9%;
  display: flex;
}

.paragraph-15 {
  color: var(--black);
  -webkit-text-stroke-width: 3px;
  text-transform: uppercase;
  font-size: 64px;
  line-height: 1.05em;
}

.div-block-82 {
  text-align: center;
  background-color: #ffe860;
  border: 4px solid #000;
  max-width: 800px;
  padding: 24px 67px;
  transform: rotate(-7deg);
}

.paragraph-16 {
  color: var(--black);
  font-size: 35px;
}

.section-48 {
  padding: 153px 9% 0;
}

.div-block-83 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 76px;
  display: flex;
}

.paragraph-17 {
  color: var(--black-3);
  margin-bottom: -11px;
  font-size: 100px;
}

.paragraph-18 {
  color: var(--black);
  margin-bottom: 47px;
  font-size: 40px;
}

.div-block-84 {
  margin-top: 19px;
}

.image-94 {
  width: 40%;
  max-width: 40%;
  padding-right: 46px;
}

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

.paragraph-19 {
  color: var(--black);
  text-align: center;
  -webkit-text-stroke-width: 2px;
  margin-bottom: 0;
  font-size: 40px;
}

.section-49 {
  background-image: url('../images/lPPEmIWNYT6gprFZ89w6xyP0Ho.gif');
  background-position: 50%;
  background-size: cover;
  border-top: 8px solid #000;
  border-bottom: 8px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 356px 9%;
  display: flex;
}

.image-95 {
  margin-top: 59px;
}

.paragraph-20 {
  color: var(--black);
  text-align: center;
  -webkit-text-stroke-width: 6px;
  margin-bottom: -11px;
  font-size: 120px;
}

.paragraph-21 {
  color: var(--black);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  font-size: 45px;
}

.paragraph-22 {
  color: var(--white);
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--white);
  text-transform: uppercase;
  margin-bottom: 49px;
  padding-left: 91px;
  padding-right: 91px;
  font-size: 64px;
  line-height: 64px;
}

.div-block-86 {
  text-align: center;
  width: 60%;
}

.div-block-87 {
  width: 100%;
  margin-top: 31px;
  padding-top: 143px;
  padding-bottom: 143px;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 75px;
}

.div-block-88 {
  background-color: #ffe860;
  padding-top: 54px;
  padding-bottom: 54px;
}

.paragraph-23 {
  color: var(--black);
  text-align: center;
  letter-spacing: 0;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--black);
  font-size: 64px;
}

.paragraph-24 {
  color: var(--black);
  text-align: center;
  -webkit-text-stroke-width: 2px;
  text-transform: uppercase;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 35px;
  line-height: 40px;
}

.section-50 {
  background-image: url('../images/Frame-18.svg');
  background-position: 50% 0;
  background-size: cover;
  padding: 107px 9% 97px;
}

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

.paragraph-25 {
  color: var(--black);
  letter-spacing: 5px;
  text-shadow: 0 13px #fff;
  margin-top: -55px;
  margin-bottom: -35px;
  font-family: Gochi Hand, sans-serif;
  font-size: 200px;
}

.section-51 {
  text-align: center;
  background-color: #fff;
  border-top: 10px solid #000;
  border-bottom: 10px solid #000;
  padding: 38px 9%;
}

.paragraph-26 {
  color: var(--black);
  text-transform: uppercase;
  font-size: 48px;
}

.button-8 {
  background-color: #000;
  border-radius: 10px;
  margin-right: 18px;
  padding: 22px 34px;
  font-size: 30px;
}

.button-8:hover {
  color: var(--black-2);
}

.button-8.as-p-k {
  color: var(--black);
  background-color: #eaff00;
  border: 5px solid #000;
  padding-top: 19px;
  padding-bottom: 19px;
}

.button-8.as-p-k:hover {
  color: var(--white);
  background-color: #000;
}

.button-8.as-p-k.qwrqscsqd {
  display: none;
}

.div-block-90 {
  margin-bottom: 27px;
}

.section-52 {
  background-image: url('../images/Frame-19.svg');
  background-position: 50%;
  background-size: cover;
  border-bottom: 15px solid #000;
  padding: 185px 20% 132px;
}

.div-block-91 {
  background-color: #fff;
  border: 15px solid #000;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 105px;
  display: flex;
  box-shadow: 0 12px #000;
}

.div-block-91.qkac {
  padding: 78px 5% 0;
}

.image-96 {
  margin-top: -103px;
}

.paragraph-27 {
  color: var(--black);
  text-align: center;
  -webkit-text-stroke-width: 2px;
  margin-top: 21px;
  font-size: 60px;
}

.paragraph-28 {
  color: var(--black);
  text-align: center;
  margin-bottom: 45px;
  padding-left: 164px;
  padding-right: 164px;
  font-size: 30px;
}

.section-53 {
  background-image: url('../images/Frame-20-1_1.svg');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 166px;
  padding-bottom: 166px;
}

.section-54 {
  padding: 0 20%;
}

.div-block-92 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 46px 51px 0 0;
  display: flex;
}

.paragraph-29 {
  color: var(--black);
  width: 100%;
  padding-left: 33px;
  padding-right: 33px;
  font-size: 30px;
}

.div-block-93 {
  text-align: center;
  border: 5px solid #000;
  border-radius: 30px;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 47px;
  padding-bottom: 47px;
}

.div-block-94 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.section-header {
  background-image: url('../images/Frame-57.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom: 10px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 5% 169px;
  display: flex;
  position: relative;
}

.navigation-secondary {
  color: #080808;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.navigation-secondary:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.header-image {
  border-radius: 16px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

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

.navigation-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.button-primary-2 {
  color: #fff;
  background-color: #3e546b;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  padding: 20px 42px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  transform: rotate(9deg);
}

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

.header-logo-card {
  color: #acb4c3;
  border: 4px solid #000;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-left: 9px;
  margin-right: 9px;
  padding: 32px 24px;
  transition: color .2s;
  display: flex;
  box-shadow: 0 12px #0003;
}

.header-logo-card:hover {
  color: #07090d;
  transform: translate(0, -16px);
}

.paragraph-regular-3 {
  color: #2a2a2a;
  text-align: center;
  max-width: 460px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
}

.paragraph-regular-3.welg-knaxvasr {
  display: none;
}

.header-card-title {
  color: #07090d;
  justify-content: space-between;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.navigation-menu {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
  position: relative;
}

.header-grid {
  grid-column-gap: 72px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.6fr;
  grid-auto-flow: column;
  align-items: start;
}

.navigation-button {
  grid-column-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.navigation-button:hover {
  background-color: #c74e38;
}

.header-icon-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #07090d;
  flex-wrap: wrap;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.menu-button-3 {
  border-radius: 4px;
  padding: 8px;
  transition: color .3s;
}

.menu-button-3:hover {
  color: #1457ff;
}

.button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.header-image-graphic {
  object-fit: cover;
  border: 10px solid #fff;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.navigation-link-2 {
  color: #3e546b;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 6px;
  padding: 4px 16px;
  font-size: 22px;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link-2:hover {
  color: #080808;
  border: 1px solid #e6e6e6;
}

.navigation-link-2.w--current {
  color: #642eff;
}

.header-card {
  background-color: #fff;
  border: 4px solid #edeff2;
  border-radius: 8px;
  width: 100%;
  max-width: 304px;
  padding: 24px;
  position: absolute;
  inset: auto auto 32px -10%;
  overflow: hidden;
}

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

.header-icon {
  color: #acb4c3;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-logo-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #edeff2;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 84px;
}

.hero-heading {
  color: #07090d;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Tanker, sans-serif;
  font-size: 88px;
  line-height: 95px;
}

.button-secondary-arrow {
  grid-column-gap: 8px;
  color: #07090d;
  border: 1px solid #edeff2;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.button-secondary-arrow:hover {
  color: #fff;
  background-color: #07090d;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-3 {
  z-index: 5;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-card-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #19107c;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 24px 5%;
  display: flex;
}

.header-icon-block {
  color: #fff;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.logo-2 {
  width: 200px;
}

.span-primary {
  color: #1457ff;
}

.image-97 {
  padding-bottom: 24px;
}

.link-block-28 {
  margin-right: 12px;
}

.link-block-28:hover {
  transform: scale(1.1);
}

.section-55 {
  background-color: #fff;
  background-image: url('../images/Frame-61.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding: 100px 9% 148px;
}

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

.image-98 {
  border: 7px solid #fff;
  max-width: 1160px;
  margin-bottom: 25px;
}

.paragraph-30 {
  color: var(--white);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--black);
  background-color: #f7931a;
  border: 5px solid #fff;
  width: auto;
  max-width: 800px;
  padding: 12px 69px;
  font-family: Tanker, sans-serif;
  font-size: 80px;
}

.div-block-98 {
  margin-top: 22px;
}

.div-block-99 {
  color: var(--black);
  background-color: #b60;
  border: 10px solid #fff;
  max-width: 1200px;
  padding: 33px 110px;
}

.paragraph-31 {
  color: var(--white);
  letter-spacing: 3px;
  font-family: Tanker, sans-serif;
  font-size: 40px;
}

.background-video-3 {
  margin-bottom: 38px;
  padding-top: 395px;
  padding-bottom: 395px;
}

.image-99 {
  margin-bottom: 28px;
}

.section-56 {
  background-image: url('../images/Frame-79.svg');
  background-position: 0 0;
  background-size: cover;
  border-bottom: 0 solid #093270;
  padding: 105px 9% 111px;
}

.section-57 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-100 {
  margin-bottom: 11px;
  padding-bottom: 19px;
}

.link-block-29 {
  margin-right: 11px;
}

.link-block-29:hover {
  transform: scale(1.1);
}

.section-58 {
  background-image: url('../images/Frame-79.png');
  background-position: 0 0;
  background-size: cover;
  border-bottom: 0 solid #093270;
  padding: 53px 9%;
}

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

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

.iubejf {
  margin-top: 67px;
}

.section-59 {
  background-image: url('../images/Frame-79-1.png');
  background-position: 50% 0;
  background-size: cover;
  padding: 62px 9% 113px;
}

.div-block-102 {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.image-101 {
  margin-bottom: 25px;
}

.section-60 {
  background-image: url('../images/Frame-30-1-1.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding: 87px 9% 192px;
}

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

.image-102 {
  padding-bottom: 25px;
}

.link-block-30 {
  margin-right: 15px;
}

.link-block-30:hover {
  transform: scale(1.1);
}

.div-block-104 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 53px;
  display: flex;
}

.image-103 {
  margin-top: 65px;
}

.image-103.qwfzx {
  margin-top: 64px;
}

.section-61 {
  padding: 106px 9% 120px;
}

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

.image-104 {
  margin-bottom: 23px;
}

.link-block-31 {
  margin-right: 13px;
}

.link-block-31:hover {
  transform: scale(1.1);
}

.link-block-31.sdbsdg {
  margin-right: 23px;
}

.paragraph-32 {
  color: var(--black-3);
  width: 800px;
  margin-top: 10px;
  margin-bottom: 37px;
  font-size: 35px;
}

.paragraph-32.ca {
  margin-bottom: 12px;
}

.paragraph-32.ca.mob {
  display: none;
}

.image-105 {
  margin-top: 7px;
}

.section-62 {
  background-color: #000;
  padding: 136px 9% 95px;
}

.paragraph-33 {
  color: var(--black-2);
  text-align: center;
  font-size: 80px;
}

.paragraph-33.asfavs {
  color: var(--white);
  margin-top: 148px;
  font-size: 50px;
}

.div-block-107 {
  justify-content: center;
  align-items: center;
  margin-top: 42px;
  display: flex;
}

.paragraph-34 {
  color: var(--white);
  width: 50%;
  font-size: 55px;
}

.image-106 {
  width: 50%;
}

.section-header-2 {
  align-items: center;
  padding: 100px 5% 140px;
  display: flex;
  position: relative;
}

.header-image-2 {
  border-radius: 16px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 464px;
  display: flex;
  position: relative;
}

.header-block-2 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.header-grid-2 {
  grid-column-gap: 72px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
}

.menu-button-4 {
  border-radius: 4px;
  padding: 8px;
  transition: color .3s;
}

.menu-button-4:hover {
  color: #1457ff;
}

.button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.header-image-graphic-2 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.hero-heading-2 {
  color: #07090d;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Just Another Hand, sans-serif;
  font-size: 150px;
  line-height: 72px;
}

.navigation-2 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 24px 5%;
  display: flex;
}

.paragraph-regular-4 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.h2-heading-2 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.section-large-2 {
  padding: 120px 5%;
  position: relative;
}

.wrap-v-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.container-regular-3 {
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-grid-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.content-wrapper-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-63 {
  flex-flow: column;
  align-items: center;
  padding: 94px 12% 91px;
  display: flex;
}

.paragraph-35 {
  color: var(--medium-turquoise);
  font-size: 66px;
}

.paragraph-36 {
  color: var(--black);
  max-width: 600px;
  padding-right: 0;
  font-size: 1.5em;
  line-height: 1.3em;
}

.div-block-108 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-block-109 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-109.dsgsdbv {
  margin-top: 66px;
}

.div-block-110 {
  width: 50%;
}

.image-107 {
  padding-right: 68px;
}

.image-107.wefvxz {
  padding-left: 47px;
  padding-right: 0;
}

.f-margin-bottom-49 {
  margin-bottom: 48px;
}

.f-h2-heading {
  color: #3e546b;
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gochi Hand, sans-serif;
  font-size: 70px;
  line-height: 1.2;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-cta-text-wrapper-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-section-regular-2 {
  padding: 72px 5% 166px;
  position: relative;
}

.section-64 {
  background-image: url('../images/Frame-82.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding: 104px 9% 153px;
}

.section-64.qwjnc {
  background-image: url('../images/Frame-84-1.svg');
  background-position: 0 0;
  background-size: cover;
}

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

.section-65 {
  background-color: #de7a3c;
  background-image: url('../images/Frame-83.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 50px;
  padding: 149px 9% 107px;
}

.image-108 {
  padding-bottom: 21px;
}

.paragraph-37 {
  color: var(--black);
  text-align: center;
  max-width: 800px;
  padding-bottom: 35px;
  padding-left: 102px;
  padding-right: 102px;
  font-family: Sriracha, sans-serif;
  font-size: 30px;
}

.paragraph-37.axkvn {
  margin-top: 11px;
  padding-left: 0;
  padding-right: 0;
}

.link-block-32 {
  margin-right: 17px;
}

.link-block-32:hover {
  transform: translate(0, -11px);
}

.div-block-112 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.image-109, .image-110 {
  padding-bottom: 23px;
}

.navigation-wrapper-2 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.navigation-3 {
  background-color: #432c70;
  border-bottom: 0 solid #000;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 11px 5%;
  display: flex;
}

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

.logo-link-large {
  margin-right: 24px;
}

.navigation-button-2 {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-button-2:hover {
  background-color: #282556;
}

.navigation-menu-2 {
  align-items: center;
  display: flex;
  position: static;
}

.navigation-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-link-3 {
  color: #ffdb3c;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 12px 24px;
  font-family: Tanker, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link-3:hover {
  color: #282828;
  background-color: #f3f5fb00;
  text-decoration: underline;
}

.navigation-link-3.w--current {
  color: #642eff;
}

.f-header-image-wrapper-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: visible;
}

.f-margin-bottom-50 {
  margin-bottom: 24px;
}

.f-button-secondary {
  color: #160042;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

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

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-button-neutral {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #282556;
}

.f-header-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  display: grid;
}

.f-h1-heading {
  color: #160042;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-heading-detail-small {
  color: #fff;
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Tanker, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
}

.f-paragraph-large-2 {
  color: var(--khaki);
  text-align: left;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 45px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-section-large {
  background-image: url('../images/Frame-33-2.jpg');
  background-position: 50%;
  background-size: cover;
  border: 30px solid #000;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  margin-bottom: 18px;
  padding: 134px 9%;
  position: relative;
}

.section-66 {
  background-color: #ff4502;
  background-image: url('../images/Frame-34-1.jpg');
  background-position: 50%;
  background-size: cover;
  border: 30px solid #000;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  padding: 34px 9%;
}

.section-66.qfasc {
  background-image: url('../images/Frame-88.jpg');
  background-position: 0 0;
  background-size: cover;
}

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

.div-block-116 {
  width: 60%;
  padding-top: 77px;
  padding-bottom: 77px;
  padding-right: 40px;
}

.div-block-116.qwfv {
  padding-right: 0;
}

.div-block-117 {
  align-self: center;
  width: 50%;
  padding-top: 46px;
  padding-bottom: 46px;
}

.f-margin-bottom-51 {
  text-align: center;
  width: 100%;
  margin-bottom: 16px;
}

.f-header-grid-asymmetrical {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-feature-card-filled {
  background-color: #fff6e3;
  border: 7px solid #000;
  border-radius: 12px;
  padding: 32px;
}

.f-feature-card-filled.wgzv {
  transform: rotate(4deg);
}

.f-feature-card-filled.qadvzcd {
  transform: rotate(-4deg);
}

.f-feature-card-filled.wgscvzxv {
  transform: rotate(4deg);
}

.f-feature-card-filled.rgpooower {
  transform: rotate(1deg);
}

.f-feature-icon-wrapper-white {
  background-color: #fff;
  border: 4px solid #000;
  border-radius: 10000px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 40px;
  padding: 16px;
}

.f-h5-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.4;
}

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

.f-button-neutral-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: #282556;
}

.f-button-secondary-2 {
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-2:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.f-max-width-large {
  max-width: 610px;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.f-paragraph-large-3 {
  color: var(--black-3);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 34px;
}

.f-margin-bottom-65 {
  margin-bottom: 32px;
}

.link-block-33 {
  margin-right: 13px;
}

.link-block-33:hover {
  transform: translate(0, -7px);
}

.button-9 {
  color: var(--black);
  background-color: #f6daa2;
  border: 4px solid #000;
  border-radius: 30px;
  margin-right: 22px;
  padding: 23px 45px;
  font-size: 30px;
  box-shadow: inset 0 -10px #0003;
}

.button-9:hover {
  box-shadow: inset 0 0 #0003;
}

.div-block-118 {
  background-color: #fff;
  padding-top: 34px;
  padding-bottom: 34px;
  overflow: hidden;
}

.paragraph-38 {
  color: var(--black);
  white-space: nowrap;
  margin-bottom: 0;
  font-family: Gochi Hand, sans-serif;
  font-size: 45px;
  overflow: visible;
}

.paragraph-39 {
  color: var(--black);
  text-align: center;
  margin-top: -12px;
  margin-bottom: 0;
  font-size: 48px;
}

.bold-text-16 {
  text-transform: none;
}

.image-111 {
  margin-bottom: 27px;
}

.image-112 {
  margin-bottom: -17px;
}

.image-113 {
  padding-left: 10px;
}

.image-114 {
  padding-right: 17px;
}

.div-block-119 {
  background-image: url('../images/Frame-21.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-top: 8px solid #000;
  border-bottom: 8px solid #000;
  padding-top: 0;
  padding-bottom: 40px;
}

.paragraph-40 {
  color: var(--black-2);
  margin-bottom: 34px;
  font-size: 24px;
  line-height: 32px;
}

.div-block-120 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-115 {
  padding-left: 20px;
}

.div-block-121 {
  text-align: center;
  padding-top: 49px;
  padding-bottom: 65px;
}

.afscxz:hover {
  transform: translate(0, -8px);
}

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

.div-block-122 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.image-116 {
  margin-bottom: 23px;
}

.div-block-123 {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-117 {
  padding-bottom: 22px;
}

.link-block-34 {
  margin-right: 18px;
}

.link-block-34:hover {
  transform: translate(0, -7px);
}

.div-block-126 {
  width: 50%;
}

.image-118 {
  padding-right: 55px;
}

.image-119 {
  padding-bottom: 24px;
}

.div-block-127 {
  width: 50%;
}

.section-67 {
  background-image: url('../images/Frame-45-1.jpg');
  background-position: 50% 0;
  background-size: cover;
  border: 20px solid #fff;
  border-radius: 50px;
  padding: 106px 9%;
}

.section-67.adgzv {
  background-image: url('../images/Frame-45.jpg');
}

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

.div-block-129 {
  width: 50%;
  padding: 34px 0;
}

.div-block-130 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  padding: 51px 0;
  display: flex;
}

.div-block-130.ergvsd {
  justify-content: flex-start;
  width: 60%;
  padding-right: 34px;
}

.image-120 {
  border: 0 solid #fff;
  border-radius: 0;
  width: 100%;
  padding-right: 0;
}

.image-120.effef {
  padding-left: 31px;
  padding-right: 0;
}

.image-120.effef.qwfac {
  border-width: 0;
  border-radius: 0;
  width: 80%;
}

.div-block-131 {
  margin-top: 30px;
}

.link-block-35 {
  margin-right: 10px;
}

.link-block-35:hover {
  transform: skew(10deg);
}

.image-121 {
  width: 100%;
}

.button-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #6173e5;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #eeeffc;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 24px 8px 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.header-badge-b {
  color: #fff;
  text-transform: uppercase;
  background-color: #6173e5;
  border-radius: 99px;
  align-items: center;
  padding: 4px 8px 2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.header-button-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
  display: flex;
}

.header-bloom {
  z-index: -3;
  position: absolute;
  inset: 0%;
}

.button-play-icon {
  background-color: #fff;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.icon-small-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.header-section-s {
  padding: 124px 5% 0;
  position: relative;
}

.header-badge-link-b {
  grid-column-gap: 8px;
  color: #6173e5;
  background-color: #eeeffc;
  border-radius: 99px;
  align-items: center;
  padding: 2px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

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

.button-primary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #6173e5;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.header-wrapper-small {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 792px;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wrap-h-x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.h1-heading {
  color: #000;
  letter-spacing: -.04em;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15;
}

.paragraph-small-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.section-68 {
  background-image: url('../images/Frame-12-2.jpg');
  background-position: 50% 0;
  background-size: cover;
  border: 30px solid #fff;
  border-radius: 100px;
  padding: 64px 9% 38px;
}

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

.image-122 {
  padding-bottom: 32px;
}

.button-10 {
  letter-spacing: 1px;
  background-color: #c98743;
  border: 0 solid #000;
  border-radius: 30px;
  padding: 38px 80px;
  font-family: Knobber, sans-serif;
  font-size: 40px;
  box-shadow: 0 8px #fff;
}

.div-block-133 {
  padding-top: 103px;
  padding-bottom: 103px;
  display: flex;
}

.div-block-134 {
  width: 50%;
}

.div-block-135 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.image-123 {
  padding-left: 38px;
  padding-right: 0;
}

.image-124 {
  padding-bottom: 28px;
}

.button-11 {
  color: var(--white);
  background-color: #6e4925;
  border-radius: 35px;
  margin-right: 16px;
  padding: 25px 39px;
  font-family: Jolly Lodger, sans-serif;
  font-size: 30px;
}

.button-11:hover {
  color: var(--white);
  background-color: #000;
}

.div-block-136 {
  background-color: #000;
  margin-top: 19px;
  padding-top: 11px;
  padding-left: 29px;
  padding-right: 29px;
  font-size: 40px;
}

.paragraph-41 {
  color: var(--white);
  font-family: Knobber, sans-serif;
  font-size: 28px;
}

.div-block-137 {
  text-align: center;
  display: flex;
}

.section-69 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 4px 19% 138px;
  display: flex;
}

.paragraph-42 {
  text-align: center;
  margin-bottom: 1px;
  font-family: Jolly Lodger, sans-serif;
  font-size: 90px;
}

.paragraph-43 {
  text-align: left;
  max-width: 800px;
  font-family: Jua, sans-serif;
  font-size: 32px;
}

.div-block-138 {
  text-align: left;
  flex-flow: column;
  align-items: flex-start;
  margin-top: -90px;
  display: flex;
}

.section-70 {
  background-image: url('../images/Frame-12-3.jpg');
  background-position: 50% 0;
  background-size: cover;
  border: 30px solid #fff;
  border-radius: 100px;
  padding: 171px 9% 185px;
}

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

.div-block-140, .div-block-141 {
  width: 50%;
}

.image-125 {
  padding-right: 45px;
}

.image-126 {
  padding-bottom: 27px;
}

.image-127 {
  width: 100%;
  padding-bottom: 0;
}

.background-video-4 {
  border-bottom: 0 solid #fff;
  height: 100%;
  padding: 0 9%;
}

.background-video-4.qwexc {
  background-image: url('../images/Frame-11-4.svg');
  background-position: 50% 0;
  background-size: cover;
  padding-bottom: 47px;
}

.div-block-142 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-128 {
  border-radius: 100px;
  max-width: 50%;
  padding-right: 35px;
}

.div-block-143 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 147px;
  padding-bottom: 147px;
  display: flex;
}

.div-block-143.qwfav {
  width: 80%;
}

.image-129 {
  padding-bottom: 35px;
}

.button-12 {
  color: var(--white);
  background-color: #1c2238;
  border: 5px solid #fff;
  border-radius: 10000px;
  margin-right: 16px;
  padding: 20px 35px;
  font-family: Jua, sans-serif;
  font-size: 22px;
}

.button-12:hover {
  background-color: #0f1d38;
}

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

.section-71 {
  text-align: center;
  background-image: url('../images/Frame-11-2.svg');
  background-position: 50%;
  background-size: cover;
  padding: 96px 9%;
}

.section-71.qfwc {
  background-image: url('../images/Frame-2-1.svg');
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

.image-130 {
  max-width: 70%;
}

.image-130.qwrzf {
  padding-bottom: 59px;
}

.section-72 {
  text-align: center;
  background-image: url('../images/Frame-10_1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-left: 9%;
  padding-right: 9%;
  display: flex;
}

.video {
  border: 8px solid #fff;
}

.dsf:hover {
  transform: translate(0, -7px);
}

.navbar-6 {
  background-color: #051c58;
  padding-top: 15px;
  padding-bottom: 17px;
}

.container-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.brand-2 {
  margin-right: 47px;
}

.image-131 {
  padding-bottom: 19px;
}

.nav-menu-6 {
  text-align: center;
  width: 100%;
}

.nav-link-6 {
  color: #fff;
  font-family: Permanent Marker, sans-serif;
  font-size: 30px;
  transition: all .2s;
}

.nav-link-6:hover {
  color: #7174ff;
  -webkit-text-stroke-color: #ff06ac;
  transform: scale(1.2);
}

.section-73 {
  background-color: #4211e4;
  background-image: url('../images/Frame-34.svg');
  background-position: 50% 100%;
  background-size: cover;
  border-bottom: 8px solid #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 10% 106px;
  display: flex;
  position: relative;
}

.section-73.av-jnav-k {
  background-image: none;
}

.section-73.qgeaxvzzb {
  background-image: url('../images/Frame-34.png');
  background-position: 50%;
  padding-top: 107px;
  padding-bottom: 114px;
}

.section-73.qgeaxvzzb.qwfavzv {
  background-image: none;
}

.div-block-146 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-left: 7%;
  margin-right: 7%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-146.fod-nvsdv {
  margin-top: 32px;
}

.image-132 {
  z-index: 1;
  padding-bottom: 17px;
  position: relative;
}

.image-133 {
  z-index: 1;
  position: relative;
}

.section-74 {
  background-color: #fff;
  background-image: url('../images/Frame-28.svg');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 106px 10%;
  display: flex;
  position: relative;
}

.section-74.asdasdqwe {
  background-color: #fff;
  background-image: url('../images/Frame-28-3.svg');
  background-position: 100% 100%;
  background-size: cover;
  padding-bottom: 119px;
}

.div-block-147 {
  width: 90%;
}

.section-75 {
  background-color: #ff007a;
  padding: 120px 9%;
}

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

.image-135 {
  border-radius: 50px;
  padding-top: 29px;
  padding-bottom: 27px;
}

.div-block-148 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-149 {
  flex-flow: column;
  align-items: center;
  margin-left: 44px;
  display: flex;
}

.background-video-5 {
  background-image: url('../images/Frame-34-3.svg');
  background-position: 50%;
  background-size: cover;
  border-bottom: 8px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 123px 10%;
  display: flex;
}

.paragraph-44 {
  text-align: center;
  text-shadow: 0 1px 10px #000;
  font-family: Permanent Marker, sans-serif;
  font-size: 2.5vw;
}

.paragraph-45 {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  text-shadow: 0 1px 20px #000;
  font-family: Permanent Marker, sans-serif;
  font-size: 2.3vw;
}

.paragraph-45.wfavxz {
  color: var(--white);
}

.image-136 {
  padding-bottom: 12px;
}

.image-137 {
  border-radius: 20px;
  padding-bottom: 26px;
}

.image-138 {
  border-radius: 20px;
  margin-bottom: 30px;
  margin-right: 17px;
  padding-left: 0;
  padding-right: 0;
}

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

.navbar_social{
  font-size: 25px; 
  margin-left: 25px; 
  text-decoration-line: none;
}

.social_link{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

a{
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  h2 {
    margin-bottom: 30px;
  }

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

  .section.section--hero {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
  }

  .section.section--slider {
    flex-direction: column;
  }

  .footer__columns {
    flex-wrap: wrap;
  }

  .header__nav {
    display: none;
  }

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

  .header__col.col--login {
    display: none;
  }

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

  .btn-cube__front:hover {
    transform: none;
  }

  .btn-cube__front.active {
    top: 10px;
  }

  .hero__over-heading {
    color: #2d2d2db3;
    margin-bottom: 40px;
  }

  .hero__elements {
    width: 38vw;
    height: 400px;
  }

  .hero__elem.mod--1 {
    max-width: 400px;
  }

  .hero__elem.mod--2 {
    max-width: 130px;
    top: 31px;
    left: 37px;
  }

  .hero__elem.mod--3 {
    display: none;
  }

  .hero__elem.mod--4 {
    max-width: 70px;
    bottom: 97px;
    left: -70px;
  }

  .hero__elem.mod--5 {
    max-width: 60px;
    top: 238px;
  }

  .hero__elem.mod--6 {
    max-width: 70px;
    bottom: -39px;
  }

  .hero__price-wrap {
    margin-right: 80px;
  }

  .hero__arrow {
    left: 377px;
  }

  .solutions__content {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .solutions__heading-wrap {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .solutions__desc {
    display: none;
  }

  .solutions__desc.mod--mob {
    margin-bottom: 35px;
    display: block;
  }

  .argument__columns {
    margin-left: -10px;
    margin-right: -10px;
  }

  .argument__col.col--right {
    padding-left: 0;
  }

  .argument__col.col--left {
    display: none;
  }

  .argument__card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .argument__card.mod--mob {
    display: block;
    position: relative;
  }

  .argument__cube {
    max-height: none;
    padding-bottom: 80px;
  }

  .swiper.swiper--reviews {
    width: 100%;
    margin-bottom: 0;
  }

  .slide__col.col--1 {
    height: auto;
  }

  .slide__col.col--2 {
    padding: 55px 20px 55px 40px;
  }

  .slide__block.mod--1 {
    width: 20%;
    height: auto;
  }

  .slide__block.mod--2 {
    width: 25%;
    height: auto;
  }

  .slide__txt-wrap {
    margin-left: 0;
  }

  .slide__img-cone {
    width: 40%;
  }

  .slide__next {
    opacity: 1;
  }

  .btn-cube {
    margin-left: 12px;
  }

  .btn-cube__side.mod--1 {
    height: 12px;
    top: 10px;
    left: -5px;
    right: 5px;
    transform: skew(45deg);
  }

  .btn-cube__side.mod--1.active {
    transform: skew(45deg);
  }

  .btn-cube__side.mod--2 {
    width: 12px;
    inset: 5px auto -5px -10px;
  }

  .btn-cube__side.mod--3 {
    height: 12px;
    inset: auto 5px -10px -4px;
    transform: skew(-45deg);
  }

  .solutions__columns {
    border-top-width: 0;
  }

  .solutions__col.col--1 {
    display: none;
  }

  .solutions__col.col--2 {
    border-right-width: 0;
  }

  .solutions__col.col--3, .solutions__block, .solutions__row {
    display: none;
  }

  .solutions__row.mod--bottom {
    border-top-width: 0;
  }

  .menu__nav-link {
    border-bottom: 1px solid var(--black);
    text-align: left;
    width: 50%;
    margin-right: 0;
    padding-top: 26px;
    padding-bottom: 25px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 700;
  }

  .menu__nav-link:hover {
    box-shadow: none;
  }

  .menu__nav-link.mod--even {
    border-left: 1px solid #000;
  }

  .menu {
    z-index: 89;
    position: fixed;
    inset: 0% 0% 0;
    overflow: hidden;
  }

  .menu__content {
    z-index: 1;
    background-color: var(--white);
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding-top: 86px;
    display: flex;
    position: relative;
  }

  .menu__nav {
    border-top: 1px solid #000;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .header__btn-menu {
    cursor: pointer;
    padding: 0;
    transition: all .2s;
    display: flex;
  }

  .header__humburger {
    z-index: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    display: block;
    position: relative;
  }

  .menu__bg {
    z-index: 0;
    opacity: .6;
    background-image: url('../images/noise.jpg');
    background-position: 50% 100%;
    background-size: auto;
    padding: 0;
    position: absolute;
    inset: 0%;
  }

  .header__humburger-wrap {
    cursor: pointer;
    width: 24px;
    display: block;
    position: relative;
  }

  .header__humburger-close {
    z-index: 2;
    padding: 0;
    position: absolute;
    inset: 0%;
  }

  .argument__card-zeros {
    z-index: 2;
    position: absolute;
    inset: 0% 10px auto auto;
  }

  .slide__block-grid {
    height: auto;
  }

  .heading2__arrow {
    margin-left: 24px;
  }

  .solutions__mob-blocks {
    margin-top: 55px;
    margin-right: -1px;
    display: flex;
  }

  .solutions__mob-block {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    width: 16.6667%;
    height: 16vw;
    position: relative;
  }

  .solutions__mob-block.mod--keys {
    background-image: linear-gradient(to bottom, var(--medium-turquoise), var(--khaki));
  }

  .solutions__mob-block.mod--wite {
    background-color: var(--white);
  }

  .footer__get {
    margin-left: -20px;
    margin-right: -20px;
  }

  .footer__get-link {
    padding-left: 24px;
    padding-right: 24px;
  }

  .slide__nav.col--3 {
    width: 100%;
    min-height: 17vw;
  }

  .slider__content {
    flex-direction: column;
  }

  .footer__follow-wrap {
    margin-left: -20px;
    margin-right: -20px;
  }

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

  .nav-container-lines {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-container {
    grid-template-columns: 1fr 1fr;
  }

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

  .button-primary-small {
    display: flex;
  }

  .nav-button-group {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu-3 {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: #0000007a;
    border-bottom: 1px solid #1b1b1d;
    margin-left: 5.25%;
    margin-right: 5.25%;
    padding: 12px 24px;
    top: 72px;
  }

  .video-lightbox-wrapper {
    background-position: 0 0, 0 0;
    background-size: cover, 984px;
  }

  .cta-side {
    max-width: none;
  }

  .menu-button-2 {
    color: #fff;
    background-color: #070707;
    background-image: linear-gradient(#ffffff05, #ffffff05);
    border: 1px solid #252527;
    border-bottom-color: #1b1b1d;
    border-radius: 12px;
    padding: 12px;
    box-shadow: inset 0 -4px 12px #ffffff0a;
  }

  .menu-button-2.w--open {
    background-color: #070707;
    background-image: linear-gradient(#ffffff0a, #ffffff0a);
    border: 1px solid #252527;
    border-radius: 12px;
    padding: 12px;
  }

  .footer-side {
    max-width: none;
  }

  .cta-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .navigation-link {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .cta-content {
    max-width: none;
    padding-right: 44px;
  }

  .navigation-line {
    inset: auto 0% -40px;
  }

  .footer-main {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

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

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

  .button-primary {
    display: flex;
  }

  .button-secondary {
    max-width: 150px;
    display: flex;
  }

  .content-image-card {
    max-width: none;
  }

  .section-large {
    padding-top: 92px;
    padding-bottom: 92px;
  }

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

  .content-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .f-cta-grid-b {
    grid-template-columns: 1fr;
  }

  .logo-link {
    margin-right: 0;
  }

  .navigation-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

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

  .menu-button-3.w--open {
    background-color: #07090d;
    justify-content: center;
    align-items: center;
  }

  .navigation-link-2 {
    width: 100%;
  }

  .header-card {
    left: 32px;
  }

  .header-logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .navigation {
    position: relative;
  }

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

  .menu-button-4.w--open {
    background-color: #07090d;
    justify-content: center;
    align-items: center;
  }

  .navigation-2 {
    position: relative;
  }

  .section-large-2 {
    padding-top: 92px;
    padding-bottom: 92px;
  }

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

  .content-wrapper-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .navigation-wrapper-2 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-3 {
    position: relative;
  }

  .logo-link-large {
    margin-right: 0;
  }

  .menu-button-5 {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 12px;
  }

  .menu-button-5.w--open {
    background-color: #160042;
    border-color: #fff;
  }

  .navigation-menu-2 {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu-2.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-link-3 {
    width: 100%;
  }

  .f-header-image-wrapper-tall {
    max-width: none;
    height: 360px;
  }

  .f-header-grid, .f-header-grid-asymmetrical {
    grid-template-columns: 1fr;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .button-header, .button-primary-3 {
    display: flex;
  }

  .navbar_social{
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 20px;
  }

  .footer {
    background-image: url('../images/noise-mob.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

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

  .section.section--runline {
    height: 115px;
  }

  .footer__columns {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer__col {
    width: 100%;
  }

  .header {
    top: 22px;
  }

  .hero__over-heading {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .hero__elements-wrap {
    display: none;
  }

  .hero__price-wrap {
    margin-right: 80px;
    display: none;
  }

  .hero__price-wrap.mod--mob {
    margin-right: 0;
    display: flex;
  }

  .hero__price {
    margin-bottom: 0;
    font-size: 40px;
  }

  .hero__price-desc {
    font-size: 9px;
    font-weight: 400;
  }

  .hero__price-dollar {
    margin-left: 3px;
    font-size: 20px;
    display: inline-block;
    position: relative;
    top: -7px;
  }

  .argument__col.col--right {
    justify-content: center;
  }

  .argument__card {
    flex: 1;
    min-width: 180px;
    margin-bottom: 32px;
  }

  .argument__cube-front {
    background-position: 90% 7%, 14px 12px, 0 0;
    background-size: auto, 36px, auto;
    padding-bottom: 15px;
    padding-left: 14px;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-slide.slide--reviews {
    flex-direction: column;
  }

  .slide__col.col--1 {
    border-right-width: 0;
    width: 100%;
    height: 240px;
  }

  .slide__col.col--2 {
    padding-left: 20px;
  }

  .slide__block.mod--1 {
    border-left-width: 0;
    width: 50%;
    height: 50vw;
  }

  .slide__block.mod--2 {
    width: 50%;
    height: 50%;
  }

  .slide__txt-wrap {
    max-width: 100%;
  }

  .heading--size-50 {
    font-size: 40px;
  }

  .footer__line {
    display: none;
  }

  .footer__title {
    margin-bottom: 15px;
  }

  .footer__desc {
    max-width: 460px;
  }

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

  .footer__soc-link {
    border-width: 0;
  }

  .runtext__txt {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 60px;
  }

  .solutions__img {
    max-width: 60px;
    max-height: 60px;
  }

  .solutions__img.mod--hover {
    inset: auto;
  }

  .menu__nav-link:hover, .menu__nav-link:focus {
    background-image: linear-gradient(to right, var(--medium-turquoise), var(--khaki));
  }

  .menu__content {
    padding-top: 68px;
  }

  .hero__mob-elemenents-wrap {
    width: 100%;
    margin-top: 200px;
    display: block;
    position: relative;
  }

  .hero__mob-elemenents {
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    position: relative;
  }

  .hero__mob-block {
    z-index: 2;
    background-color: #f5f5f5;
    border: 1px solid #000;
    border-left-width: 0;
    width: 25%;
    height: 20vw;
    padding: 0;
    position: relative;
  }

  .hero__mob-block.mod--single {
    justify-content: center;
    align-items: center;
    width: 20%;
    display: flex;
  }

  .hero__mob-block.mod--wite {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero__mob-elem1 {
    width: 340px;
    max-width: none;
    position: absolute;
    inset: auto -130px 0 auto;
  }

  .hero__mob-elem2 {
    width: 120px;
    position: absolute;
    inset: auto 20px 170px auto;
  }

  .hero__mob-blocks {
    flex: 1;
    display: flex;
  }

  .hero__mob-smile {
    width: 60px;
    position: absolute;
    inset: -68px -60px auto auto;
  }

  .footer__drop-btn {
    cursor: pointer;
  }

  .solutions__mob-blocks {
    flex: 1;
    display: flex;
  }

  .solutions__mob-block {
    z-index: 2;
    background-color: #f5f5f5;
    border: 1px solid #000;
    border-left-width: 0;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 20vw;
    padding: 0;
    display: flex;
    position: relative;
  }

  .solutions__mob-block.mod--1 {
    display: none;
  }

  .solutions__mob-block.mod--keys {
    background-size: 40px, auto;
  }

  .solutions__mob-block.mod--wite {
    justify-content: center;
    align-items: center;
  }

  .header__logo {
    max-width: 94px;
  }

  .slide__nav.col--3 {
    min-height: auto;
  }

  .footer__copyright {
    text-align: center;
    flex-direction: column;
  }

  .footer__follow {
    font-size: 14px;
  }

  .remodal__close {
    top: 1rem;
    right: 1rem;
  }

  .remodal__content {
    padding: 1.5rem 1.2rem;
  }

  .remodal.remodal--global {
    max-width: 30rem;
  }

  .feature-caption {
    flex-direction: column;
    align-items: stretch;
  }

  .carousel-container-lines {
    padding-bottom: 72px;
  }

  .footer-container-lines {
    padding: 72px 24px;
  }

  .logo-group {
    grid-column-gap: 64px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
  }

  .container-lines-legal, .video-container-lines, .nav-container-lines {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-button-wrap {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .video-lightbox-link {
    padding: 24px;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .footer-legal-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: center;
  }

  .video-lightbox-wrapper {
    height: 380px;
  }

  .cta-side {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
  }

  .container-lines-regular {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-line {
    top: -72px;
  }

  .integration-circle-inner {
    width: 180px;
    height: 180px;
  }

  .feature-container-lines {
    padding-top: 72px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-content {
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-main {
    padding-top: 16px;
  }

  .container-lines-large, .container-lines-large.overflow, .content-container-lines {
    padding: 72px 24px;
  }

  .footer-links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .button-secondary {
    max-width: 100%;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .f-h3-heading {
    font-size: 40px;
  }

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

  .navigation-secondary {
    display: none;
  }

  .section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .f-h2-heading {
    font-size: 44px;
  }

  .f-section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-header-image-wrapper-tall {
    height: 400px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .header-section-s {
    padding-top: 72px;
  }

  .h1-heading {
    font-size: 48px;
  }

  .navbar_social{
    font-size: 25px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    margin-bottom: 20px;
  }

  .section.section--hero {
    justify-content: space-between;
    min-height: 100vh;
    padding-top: 83px;
    padding-bottom: 0;
  }

  .section.section--runline {
    margin-top: 35px;
  }

  .footer__columns {
    flex-direction: column;
  }

  .footer__col {
    width: auto;
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer__col.col--1 {
    margin-bottom: 0;
  }

  .footer__col.col--2 {
    border-bottom: 1px solid #818181;
  }

  .footer__col.col--3 {
    border-bottom: 1px solid #818181;
    padding-bottom: 20px;
  }

  .header {
    display: none;
  }

  .btn-cube__front {
    padding: 12px 16px;
    font-size: 14px;
  }

  .hero__heading-star {
    width: 20px;
    height: 15px;
    left: 0;
  }

  .hero__arrow {
    background-size: 28px;
    width: 30px;
    height: 42px;
    left: 245px;
  }

  .solutions__desc.mod--mob {
    font-size: 14px;
    line-height: 1.6em;
  }

  .argument__card {
    flex: 0 auto;
    width: 50%;
    min-width: auto;
    margin-bottom: 13px;
  }

  .argument__title {
    margin-bottom: 2px;
    font-size: 14px;
  }

  .argument__cube {
    padding-bottom: 71px;
    padding-right: 15px;
  }

  .argument__cube-front.active {
    bottom: -14px;
  }

  .argument__cube-side.mod--3 {
    height: 15px;
    bottom: -15px;
    left: 6px;
    right: -7px;
  }

  .argument__cube-side.mod--2 {
    width: 15px;
    top: 7px;
    bottom: -7px;
    right: -15px;
  }

  .argument__cube-side.mod--2.active {
    top: -7px;
    bottom: 7px;
  }

  .argument__cube-side.mod--1 {
    height: 15px;
    right: -7px;
  }

  .argument__cube-side.mod--1.active {
    top: -15px;
    left: 7px;
    right: -7px;
  }

  .swiper.swiper--reviews, .swiper.swiper--reviews-numb, .swiper-slide {
    width: 100%;
  }

  .slide__desc {
    font-size: 14px;
    line-height: 1.6em;
  }

  .slide__img-cone {
    width: auto;
  }

  .footer__line {
    display: none;
  }

  .footer__title.mod--drop {
    margin-bottom: 0;
  }

  .footer__nav {
    flex-flow: wrap;
    margin-bottom: -12px;
  }

  .footer__nav-link {
    width: 50%;
  }

  .footer__list {
    flex-wrap: wrap;
    margin-right: -20px;
    display: flex;
  }

  .footer__list-item {
    order: 1;
    width: 50%;
  }

  .footer__list-item.mod--2 {
    order: 3;
  }

  .footer__list-item.mod--1, .footer__list-item.mod--3 {
    order: 1;
  }

  .footer__list-item.mod--4 {
    order: 4;
  }

  .form-block {
    max-width: none;
    margin-bottom: 26px;
  }

  .footer__social {
    justify-content: space-between;
    margin-left: 0;
  }

  .solutions__img {
    max-width: 40px;
    max-height: 40px;
  }

  .hero__mob-elemenents-wrap {
    margin-top: 180px;
  }

  .hero__mob-block {
    height: 25vw;
  }

  .hero__mob-block.mod--single {
    width: 25%;
    margin-bottom: -1px;
    display: none;
  }

  .hero__mob-elem1 {
    width: 360px;
  }

  .hero__mob-blocks {
    flex: 0 auto;
    width: 100%;
  }

  .heading2__arrow {
    width: 22px;
    margin-left: 10px;
  }

  .footer__drop-btn {
    border-top: 1px solid #818181;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    display: block;
  }

  .footer__drop-arrow {
    margin-right: 20px;
    display: block;
  }

  .footer__drop-lists {
    padding-bottom: 20px;
  }

  .solutions__mob-blocks {
    flex: 0 auto;
    width: 100%;
  }

  .solutions__mob-block {
    height: 25vw;
  }

  .solutions__mob-block.mod--2 {
    display: none;
  }

  .footer__get-link {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .slider__content {
    display: block;
  }

  .footer__follow-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer__follow {
    align-items: flex-start;
    max-width: 220px;
    padding-left: 0;
  }

  .footer__follow-heart {
    top: -9px;
    right: -5px;
  }

  .remodal__text-wrap {
    margin-bottom: 1rem;
    display: block;
  }

  .remodal__heading {
    max-width: none;
    margin-bottom: 1rem;
  }

  .remodal__img {
    height: 10rem;
  }

  .remodal__text {
    max-width: 17rem;
  }

  .heading {
    font-size: 70px;
  }

  .section-2 {
    background-image: url('../images/Frame-2147223215.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: flex-start;
    height: 300vw;
    padding-top: 17vw;
  }

  .div-block {
    justify-content: center;
    width: 90vw;
    min-height: 100vw;
  }

  .image-2, .image-3 {
    width: 80vw;
  }

  .image-4 {
    width: 15vw;
  }

  .link-block-2 {
    margin-right: 8vw;
  }

  .div-block-2 {
    margin-top: 11vw;
  }

  .section-3 {
    padding-bottom: 35px;
  }

  .section-4 {
    background-position: 50%;
    padding-bottom: 18px;
  }

  .image-7 {
    max-width: 110%;
  }

  .section-5 {
    padding-top: 53px;
    padding-bottom: 122px;
  }

  .image-8 {
    max-width: 110%;
    margin-bottom: 5px;
    padding-bottom: 0;
  }

  .image-8.wregewt {
    margin-top: 65px;
  }

  .link-block-4 {
    width: 100%;
    max-width: 100%;
    margin-right: 7px;
  }

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

  .section-6 {
    padding-top: 133px;
    padding-bottom: 53px;
  }

  .section-6.qweasc {
    padding-bottom: 79px;
  }

  .navbar {
    padding-top: 0;
  }

  .nav-link-3 {
    text-align: center;
    margin-bottom: 15px;
  }

  .nav-menu {
    background-color: #43290f;
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .image-9 {
    max-width: 110%;
  }

  .section-7 {
    border-top-width: 15px;
    border-left-width: 15px;
    border-right-width: 15px;
    padding-bottom: 97px;
  }

  .section-8 {
    border-bottom-width: 15px;
    border-left-width: 15px;
    border-right-width: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-10 {
    max-width: 200%;
  }

  .icon {
    color: var(--white);
    font-size: 30px;
  }

  .menu-button, .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .section-9 {
    padding-top: 108px;
  }

  .div-block-5 {
    display: flex;
    right: 0;
  }

  .image-11 {
    margin-top: 0;
  }

  .div-block-6, .div-block-7 {
    display: block;
  }

  .div-block-8, .div-block-9 {
    display: none;
  }

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

  .div-block-10 {
    width: 100%;
  }

  .image-14 {
    padding-top: 29px;
    padding-left: 22px;
    padding-right: 30px;
  }

  .image-14.qweqwd {
    padding-top: 65px;
    padding-left: 30px;
  }

  .link-block-6 {
    bottom: -26%;
    left: 4%;
  }

  .div-block-11 {
    flex-flow: column;
  }

  .image-15 {
    width: 100%;
    margin-top: 103px;
  }

  .link-block-7 {
    margin-bottom: 19px;
    margin-right: 0;
  }

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

  .image-16 {
    display: none;
  }

  .image-17 {
    padding-top: 44px;
  }

  .image-18 {
    display: none;
  }

  .div-block-12 {
    flex-flow: column;
    display: flex;
  }

  .icon-2 {
    color: var(--white);
    font-size: 40px;
  }

  .nav-menu-2 {
    background-color: #000;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .image-19 {
    display: block;
  }

  .section-13 {
    padding-bottom: 48px;
  }

  .div-block-14, .div-block-15 {
    width: 100%;
  }

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

  .div-block-16.zxzxfdxzfddf {
    display: none;
  }

  .image-20 {
    width: 100%;
    margin-top: 19px;
    padding-bottom: 1px;
  }

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

  .button {
    font-size: 25px;
  }

  .hover {
    display: none;
  }

  .section-14 {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    margin-top: -9px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .section-14.qweqwewqe {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-14.qweqwewqe.qpowejwk-e {
    padding-top: 98px;
  }

  .div-block-19 {
    width: 100%;
    padding-top: 0;
  }

  .div-block-20 {
    width: 100%;
  }

  .div-block-21 {
    flex-flow: column;
  }

  .image-21 {
    margin-bottom: -2px;
  }

  .image-23 {
    flex: 0 auto;
    display: none;
  }

  .image-24 {
    display: block;
  }

  .section-16.iji {
    padding-top: 28px;
  }

  .image-25 {
    max-width: 95%;
    padding-bottom: 0;
  }

  .image-25.qwewe {
    padding-left: 8px;
    padding-right: 8px;
  }

  .image-25.qwewqe {
    padding-bottom: 21px;
  }

  .link-block-10 {
    width: 20%;
  }

  .div-block-23, .section-17 {
    text-align: center;
  }

  .section-17.qwewe {
    padding-top: 56px;
    padding-bottom: 20px;
  }

  .section-17.fbdf {
    background-position: 50%;
    padding-bottom: 30px;
  }

  .image-26 {
    max-width: 90%;
    padding-bottom: 23px;
  }

  .image-26.qwe {
    width: 90%;
    margin-left: 0;
    padding-bottom: 35px;
  }

  .image-26.qwe.qweqwe {
    margin-top: 47px;
    margin-left: 8px;
    padding-bottom: 61px;
  }

  .image-26.qwe.qweqwe.gereer {
    width: 100%;
    max-width: 100%;
    margin-top: 39px;
    margin-left: 18px;
  }

  .link-block-11 {
    max-width: 30%;
  }

  .section-18 {
    padding-bottom: 71px;
  }

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

  .image-30 {
    width: 100%;
  }

  .image-31 {
    width: 80%;
  }

  .div-block-24 {
    text-align: center;
  }

  .image-32 {
    width: 100%;
  }

  .image-33 {
    width: 80%;
  }

  .div-block-25 {
    padding-left: 21px;
    padding-right: 21px;
    display: flex;
  }

  .div-block-26 {
    padding-left: 22px;
    padding-right: 22px;
    display: flex;
  }

  .section-19.qwewe {
    padding-bottom: 6px;
  }

  .section-19.qwewe.qwewewedd {
    padding-bottom: 19px;
  }

  .image-34 {
    padding-bottom: 27px;
  }

  .image-35.qweqwewe {
    max-width: 30%;
    inset: 5% 0% auto auto;
  }

  .image-36 {
    max-width: 30%;
  }

  .link-block-13 {
    width: 30%;
  }

  .div-block-27 {
    text-align: center;
  }

  .image-37 {
    width: 100%;
  }

  .image-38 {
    width: 70%;
  }

  .div-block-28 {
    text-align: center;
  }

  .image-39 {
    width: 70%;
  }

  .section-20 {
    background-position: 50% 0;
    padding-top: 44px;
    padding-bottom: 38px;
  }

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

  .section-20.qwewewewe.weitetert {
    background-position: 0%;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .link-block-14 {
    width: 30%;
    margin-right: 5px;
  }

  .image-40 {
    margin-left: 0;
    padding-bottom: 17px;
  }

  .image-40.tttt {
    margin-bottom: 31px;
    margin-left: 7px;
  }

  .image-40.qpwoekqwoepj {
    max-width: 110%;
    margin-top: 19px;
    margin-left: 0;
  }

  .div-block-29 {
    text-align: center;
  }

  .div-block-31 {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-42 {
    padding-bottom: 29px;
  }

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

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

  .paragraph-2 {
    width: 100%;
    padding-left: 36px;
    padding-right: 36px;
    font-size: 24px;
  }

  .paragraph-2.qweokpsc {
    display: none;
  }

  .paragraph-2.adlkfnzdcvf {
    display: block;
  }

  .div-block-33 {
    flex-flow: column;
  }

  .div-block-34 {
    width: 100%;
  }

  .div-block-35 {
    width: 100%;
    padding-left: 0;
  }

  .section-22 {
    padding-bottom: 104px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-47.qwexckm {
    max-width: 90%;
  }

  .paragraph-5 {
    font-size: 88px;
    overflow: visible;
  }

  .paragraph-5._0oewirwew {
    margin-top: 0;
    font-size: 64px;
    line-height: 72px;
  }

  .paragraph-5.qwej {
    margin-top: -60px;
    padding-bottom: 7px;
    font-size: 72px;
    line-height: 88px;
  }

  .image-48 {
    max-width: 90%;
    padding-bottom: 28px;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lottie-animation {
    width: 100%;
    margin-top: 0;
  }

  .section-23 {
    background-position: 0 0;
    padding-top: 40px;
    padding-bottom: 93px;
  }

  .section-23.asdwqe {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-58 {
    max-width: 95%;
    margin-left: 12px;
    padding-bottom: 13px;
  }

  .div-block-39 {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 2px;
  }

  .image-60 {
    width: 100%;
    padding-bottom: 19px;
    padding-right: 0;
  }

  .section-24 {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .div-block-41, .div-block-42 {
    display: flex;
  }

  .link-block-17 {
    margin-right: 0;
  }

  .section-25 {
    padding-top: 59px;
    padding-bottom: 70px;
  }

  .section-25.qweasf {
    padding-bottom: 96px;
  }

  .image-62 {
    width: 100%;
    margin-top: 43px;
  }

  .image-62.woefer {
    width: 100%;
    margin-top: 26px;
  }

  .image-63 {
    width: 100%;
    padding-right: 0;
  }

  .image-63.xv {
    width: 100%;
  }

  .div-block-43 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-44 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .section-26 {
    padding: 60px 0%;
  }

  .section-26.qweiwejiwe {
    background-position: 100%;
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .image-64 {
    margin-bottom: 0;
    margin-left: 0;
  }

  .link-block-18 {
    max-width: 20%;
  }

  .div-block-46 {
    justify-content: center;
    padding-left: 0;
    display: flex;
  }

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

  .section-28 {
    padding-bottom: 83px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .image-68 {
    display: block;
  }

  .image-68.asdksd {
    display: none;
  }

  .image-68.pokcblcb {
    display: block;
  }

  .link-block-20 {
    width: 35%;
  }

  .div-block-49 {
    text-align: center;
  }

  .section-29 {
    background-position: 0%;
  }

  .qwzaxc.qwrsfcx {
    display: none;
  }

  .afczvzcvzcv {
    display: block;
  }

  .section-30 {
    background-position: 100%;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .image-69 {
    padding-bottom: 15px;
  }

  .link-block-21 {
    width: 35%;
  }

  .div-block-50 {
    text-align: center;
  }

  .section-31 {
    background-position: 0%;
    padding: 5px 3% 62px;
  }

  .div-block-51 {
    flex-flow: column;
    align-items: center;
    padding-bottom: 28px;
  }

  .aksfx {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .youtube {
    margin-right: 0;
  }

  .image-70 {
    margin-bottom: 1px;
  }

  .image-70.zxzcvsarf {
    display: none;
  }

  .image-70.worgmdv {
    padding-bottom: 32px;
    display: block;
  }

  .qwekpmsc.kzxasdasd {
    display: block;
  }

  .qwekpmsc.oxzvxv {
    display: none;
  }

  .section-32 {
    padding-bottom: 45px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .div-block-55 {
    margin-top: 35px;
    padding-top: 0;
  }

  .paragraph-6 {
    margin-top: -24px;
    font-size: 36px;
  }

  .image-71 {
    max-width: 160%;
    margin-top: -38px;
  }

  .button-2 {
    width: 100%;
    margin-bottom: 29px;
    margin-right: 0;
    padding-left: 61px;
    padding-right: 61px;
    line-height: 30px;
  }

  .paragraph-7 {
    width: 100%;
  }

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

  .logo-group {
    grid-column-gap: 28px;
  }

  .footer-contact-details {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-container-lines {
    z-index: 200;
  }

  .nav-container {
    justify-content: space-between;
    display: flex;
  }

  .headline-regular {
    font-size: 24px;
  }

  .button-primary-small {
    width: 100%;
  }

  .nav-button-group {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .footer-legal-wrap {
    align-items: center;
  }

  .nav-menu-3 {
    z-index: 1000;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    background-color: #0000007a;
    position: absolute;
    top: 72px;
  }

  .video-lightbox-wrapper {
    height: 340px;
  }

  .menu-button-2 {
    background-color: #070707;
    background-image: none;
    border: 1px solid #252527;
    border-radius: 12px;
    padding: 12px;
  }

  .feature-line {
    left: 28px;
  }

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

  .hero-badge.qlkwdnsd {
    display: none;
  }

  .hero-badge.qwlkdn-xc {
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 17px;
    display: block;
  }

  .paragraph-regular {
    font-size: 18px;
  }

  .feature-heading {
    padding-left: 24px;
    padding-right: 24px;
  }

  .label-regular {
    white-space: normal;
  }

  .navigation-link {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .integration-circle {
    display: none;
  }

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

  .cta-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .navigation-line {
    width: 80px;
  }

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

  .button-primary {
    width: 100%;
  }

  .feature-card-buton-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-2, .text-span {
    font-size: 30px;
  }

  .div-block-57 {
    margin-top: -48px;
    display: flex;
  }

  .heading-3 {
    font-size: 35px;
  }

  .image-72 {
    position: relative;
  }

  .image-73 {
    margin-top: 0;
  }

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

  .section-35 {
    padding-bottom: 102px;
  }

  .button-4 {
    text-align: center;
    width: 100%;
    margin-bottom: 11px;
    margin-right: 0;
  }

  .paragraph-10.lajsnasd {
    display: none;
  }

  .paragraph-10.j-zxv {
    text-align: center;
    font-size: 20px;
    display: block;
  }

  .div-block-59 {
    flex-flow: column;
  }

  .link-block-24 {
    width: 30%;
  }

  .paragraph-x-large.text-color-gray-800 {
    padding-left: 0;
    padding-right: 0;
    font-size: 23px;
  }

  .image-77 {
    padding-bottom: 49px;
  }

  .f-cta-form-wrapper {
    flex-direction: column;
  }

  .f-h3-heading.qwdxc {
    line-height: 45px;
  }

  .f-form-button, .f-cta-form-block {
    width: 100%;
  }

  .section-37 {
    padding-bottom: 40px;
  }

  .image-80 {
    margin-left: 17px;
  }

  .button-5 {
    margin-bottom: 33px;
    padding: 14px 57px;
    font-size: 20px;
  }

  .image-81 {
    width: 100%;
  }

  .image-81.qxc, .image-81.pqsdkvx {
    margin-left: 0;
  }

  .image-81.pqsdkvx.fjsc {
    width: 100%;
    margin-top: -6px;
  }

  .div-block-63 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .div-block-64 {
    text-align: center;
  }

  .section-39 {
    background-position: 0%;
  }

  .image-83 {
    width: 100%;
    margin-bottom: -26px;
  }

  .div-block-65 {
    flex-flow: column;
  }

  .div-block-66 {
    width: 100%;
    padding-top: 55px;
  }

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

  .button-6 {
    text-align: center;
    width: 100%;
    margin-bottom: 21px;
  }

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

  .section-40.wfdc {
    padding-top: 65px;
    padding-bottom: 77px;
  }

  .qwdxczxvwer {
    margin-top: -12px;
  }

  .section-42 {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .div-block-70, .div-block-71 {
    width: 70%;
    display: flex;
  }

  .div-block-72 {
    text-align: center;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .background-video {
    height: 100%;
    padding-top: 45px;
    padding-bottom: 51px;
  }

  .image-87 {
    max-width: 90%;
    padding-bottom: 18px;
  }

  .link-block-26 {
    width: 50%;
  }

  .link-block-26.asodj {
    width: 25%;
  }

  .section-43 {
    padding-bottom: 86px;
  }

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

  .image-89 {
    margin-top: 10px;
  }

  .section-44 {
    padding-bottom: 57px;
  }

  .div-block-75 {
    flex-flow: column;
    align-items: center;
    padding-top: 0;
  }

  .image-90 {
    padding-bottom: 51px;
  }

  .paragraph-11 {
    width: 100%;
    max-width: 100%;
    font-size: 40px;
  }

  .div-block-76 {
    width: 100%;
    margin-top: 7px;
    padding-bottom: 0;
  }

  .image-91 {
    margin-top: -2px;
    margin-bottom: 19px;
    margin-left: 23px;
    padding-right: 0;
  }

  .button-7 {
    margin-bottom: 43px;
    margin-right: 0;
  }

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

  .section-45 {
    margin-top: 0;
  }

  .section-46 {
    padding: 82px 3% 111px;
  }

  .paragraph-12 {
    font-size: 48px;
  }

  .paragraph-13 {
    margin-bottom: -17px;
    font-size: 40px;
  }

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

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

  .div-block-80 {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }

  .image-93 {
    display: none;
  }

  .div-block-81 {
    width: 100%;
  }

  .div-block-81.q-dipacs {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-81.qsfaxzv {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-14 {
    text-align: center;
    width: 100%;
    font-size: 35px;
  }

  .background-video-2 {
    padding-top: 101px;
    padding-bottom: 101px;
  }

  .paragraph-15 {
    -webkit-text-stroke-width: 1px;
    font-size: 35px;
  }

  .div-block-82 {
    padding-left: 20px;
    padding-right: 20px;
    transform: none;
  }

  .section-48 {
    padding-top: 63px;
    padding-bottom: 59px;
  }

  .image-94 {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .div-block-85 {
    flex-flow: column;
  }

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

  .paragraph-20 {
    -webkit-text-stroke-width: 3px;
    font-size: 64px;
  }

  .paragraph-22 {
    font-size: 50px;
    line-height: 55px;
    display: none;
  }

  .div-block-86 {
    width: 100%;
  }

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

  .div-block-88 {
    text-align: center;
  }

  .paragraph-24 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .paragraph-25 {
    margin-top: -1px;
    margin-bottom: 2px;
    font-size: 70px;
  }

  .paragraph-26 {
    text-align: center;
    vertical-align: baseline;
    font-size: 24px;
    display: block;
  }

  .button-8 {
    width: 100%;
    margin-bottom: 19px;
    margin-right: 0;
  }

  .button-8.as-p-k {
    width: 100%;
  }

  .button-8.as-p-k.qwrqscsqd {
    line-height: 40px;
    display: block;
  }

  .button-8.as-p-k.sdgdsafwre {
    display: none;
  }

  .section-52 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-91.qkac {
    padding-top: 37px;
  }

  .paragraph-27 {
    font-size: 35px;
  }

  .paragraph-28 {
    padding-left: 22px;
    padding-right: 22px;
  }

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

  .div-block-92 {
    flex-flow: column;
    padding-top: 11px;
    padding-right: 0;
  }

  .div-block-93 {
    background-color: #fff;
    margin-top: -12px;
    margin-bottom: 28px;
  }

  .bold-text-15 {
    font-size: 24px;
  }

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

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

  .navigation-secondary {
    display: none;
  }

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

  .button-primary-2 {
    width: 100%;
  }

  .header-logo-card {
    margin-bottom: 33px;
  }

  .paragraph-regular-3 {
    font-size: 18px;
    line-height: 30px;
  }

  .paragraph-regular-3.qefpzovjmasr {
    display: none;
  }

  .paragraph-regular-3.welg-knaxvasr {
    font-size: 20px;
    display: block;
  }

  .header-card-title {
    font-size: 16px;
  }

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

  .navigation-button {
    display: none;
  }

  .header-icon-wrapper {
    font-size: 28px;
  }

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

  .header-card {
    max-width: 80%;
    padding: 16px;
    bottom: 16px;
    left: 16px;
  }

  .header-logo-grid {
    grid-template-columns: 1fr;
  }

  .hero-heading {
    font-size: 44px;
    line-height: 62px;
  }

  .button-secondary-arrow {
    width: 100%;
  }

  .navigation-container {
    display: none;
  }

  .section-55 {
    padding-top: 78px;
    padding-bottom: 56px;
  }

  .div-block-97 {
    margin-bottom: -48px;
  }

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

  .paragraph-30 {
    font-size: 35px;
  }

  .div-block-99 {
    padding-left: 43px;
    padding-right: 43px;
  }

  .paragraph-31 {
    font-size: 30px;
  }

  .background-video-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .image-99 {
    margin-top: -46px;
    margin-bottom: 21px;
  }

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

  .link-block-29 {
    max-width: 20%;
  }

  .section-58 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .div-block-101 {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .section-59 {
    padding-bottom: 87px;
  }

  .image-101 {
    margin-bottom: 14px;
  }

  .section-60 {
    padding-bottom: 90px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .link-block-30 {
    margin-right: 7px;
  }

  .div-block-104 {
    margin-top: 24px;
  }

  .image-103 {
    margin-top: -4px;
  }

  .image-103.qwfzx {
    margin-top: 60px;
  }

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

  .link-block-31 {
    width: 20%;
  }

  .paragraph-32 {
    width: auto;
  }

  .paragraph-32.ca.mob {
    width: auto;
    font-size: 20px;
    display: block;
  }

  .paragraph-32.ca.deskk {
    display: none;
  }

  .section-62 {
    padding-top: 26px;
  }

  .paragraph-33 {
    margin-bottom: -35px;
  }

  .paragraph-33.asfavs {
    margin-top: 35px;
    margin-left: -8px;
    font-size: 35px;
  }

  .div-block-107 {
    flex-flow: column;
  }

  .paragraph-34 {
    width: 100%;
    font-size: 24px;
  }

  .image-106 {
    width: 100%;
    margin-top: 38px;
  }

  .italic-text {
    font-size: 40px;
  }

  .section-header-2 {
    padding-bottom: 9px;
  }

  .header-image-2 {
    height: 100%;
  }

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

  .button-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .header-image-graphic-2 {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .hero-heading-2 {
    font-size: 80px;
    line-height: 62px;
  }

  .navigation-2 {
    display: none;
  }

  .section-63 {
    padding-bottom: 0;
  }

  .paragraph-35 {
    margin-top: 27px;
    font-size: 55px;
    line-height: 60px;
  }

  .div-block-108 {
    width: 100%;
  }

  .div-block-109 {
    flex-flow: column;
  }

  .div-block-110 {
    width: 100%;
  }

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

  .image-107.wefvxz {
    margin-top: 30px;
    padding-left: 0;
  }

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

  .section-65 {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .image-108 {
    padding-bottom: 2px;
  }

  .paragraph-37 {
    margin-top: 23px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .link-block-32 {
    width: 15%;
  }

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

  .div-block-114 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button-5 {
    color: #000;
    border-width: 3px;
    border-color: #000;
  }

  .menu-button-5.w--open {
    background-color: #000;
  }

  .navigation-button-2 {
    display: none;
  }

  .navigation-menu-2 {
    background-color: #fff6db;
  }

  .f-header-image-wrapper-tall {
    height: 100%;
  }

  .f-heading-detail-small {
    margin-bottom: -3px;
    font-size: 45px;
    line-height: 55px;
  }

  .f-section-large {
    background-position: 50% 0;
    margin-bottom: 8px;
  }

  .div-block-115 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-116 {
    width: 100%;
    padding-top: 23px;
    padding-bottom: 23px;
    padding-right: 0;
  }

  .div-block-116.qwfv {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-117 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .f-margin-bottom-51 {
    margin-bottom: 5px;
  }

  .f-feature-card-filled.wgzv {
    transform: rotate(1deg);
  }

  .f-feature-card-filled.qadvzcd {
    transform: rotate(-1deg);
  }

  .f-feature-card-filled.wgscvzxv {
    transform: rotate(1deg);
  }

  .f-feature-card-filled.rgpooower {
    transform: rotate(-1deg);
  }

  .button-9 {
    display: none;
  }

  .div-block-118 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-38 {
    margin-bottom: -4px;
    font-size: 32px;
  }

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

  .div-block-119 {
    padding: 46px 29px 0;
  }

  .image-115 {
    margin-top: 12px;
    padding-left: 0;
  }

  .div-block-121 {
    padding-top: 49px;
    padding-bottom: 49px;
  }

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

  .div-block-123 {
    flex-flow: column;
  }

  .div-block-124, .div-block-125 {
    display: flex;
  }

  .div-block-126 {
    width: 100%;
  }

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

  .div-block-127 {
    width: 100%;
  }

  .section-67 {
    padding-top: 70px;
    padding-bottom: 39px;
  }

  .section-67.adgzv {
    padding-top: 33px;
    padding-bottom: 30px;
  }

  .div-block-128 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-129 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-130 {
    width: 100%;
    padding-top: 0;
  }

  .div-block-130.ergvsd {
    width: 100%;
    padding-right: 0;
  }

  .image-120.effef {
    border-width: 0;
  }

  .image-120.effef.qwfac {
    width: 100%;
    margin-top: -28px;
    padding-left: 0;
  }

  .image-120.qlwkrn {
    margin-bottom: 24px;
  }

  .div-block-131 {
    margin-top: 2px;
    display: flex;
  }

  .button-header, .button-primary-3 {
    width: 100%;
  }

  .section-68 {
    border-width: 15px;
    padding-top: 0;
  }

  .div-block-133 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 67px;
  }

  .div-block-134 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-135 {
    width: 100%;
  }

  .image-123 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-11 {
    text-align: center;
    width: 100%;
    margin-bottom: 22px;
    margin-right: 0;
  }

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

  .section-69 {
    padding-top: 95px;
    padding-bottom: 29px;
  }

  .paragraph-42 {
    font-size: 64px;
  }

  .paragraph-43 {
    font-size: 28px;
  }

  .div-block-138 {
    margin-top: -12px;
  }

  .section-70 {
    padding-bottom: 109px;
  }

  .div-block-139 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-140, .div-block-141 {
    width: 100%;
  }

  .image-125 {
    padding-bottom: 28px;
    padding-right: 0;
  }

  .background-video-4 {
    padding-top: 36px;
  }

  .background-video-4.qwexc {
    padding-bottom: 54px;
  }

  .div-block-142 {
    flex-flow: column;
    align-items: center;
  }

  .image-128 {
    max-width: 100%;
    margin-bottom: -23px;
    padding-right: 0;
  }

  .div-block-143 {
    width: 100%;
    padding-top: 41px;
    padding-bottom: 20px;
  }

  .div-block-143.qwfav {
    width: 100%;
  }

  .button-12 {
    text-align: center;
    border-width: 3px;
    width: 70%;
    margin-bottom: 13px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .div-block-144 {
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .section-71 {
    padding-top: 57px;
    padding-bottom: 57px;
  }

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

  .section-72 {
    padding-top: 35px;
    padding-bottom: 25px;
  }

  .dsf {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .div-block-145 {
    text-align: center;
  }

  .div-block-145.wefwf {
    width: 50%;
  }

  .asf {
    width: 43%;
  }

  .docl-dasc {
    width: 70%;
  }

  .nav-menu-6 {
    background-color: #f1f1f1;
    width: 100%;
    font-size: 30px;
  }

  .nav-link-6 {
    color: #000;
  }

  .menu-button-6 {
    color: #fff;
    font-size: 10vw;
  }

  .section-73 {
    padding-top: 69px;
    padding-bottom: 69px;
  }

  .section-73.qgeaxvzzb {
    padding-top: 57px;
    padding-bottom: 57px;
  }

  .section-74 {
    padding-top: 69px;
    padding-bottom: 69px;
  }

  .section-74.asdasdqwe {
    background-image: url('../images/Frame-28-3.svg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-147, .image-134 {
    width: 100%;
  }

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

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

  .div-block-148 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-149 {
    margin-left: 0;
  }

  .background-video-5 {
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .paragraph-45 {
    font-size: 7vw;
  }

  .image-138 {
    margin-right: 0;
  }

  .div-block-150 {
    flex-flow: column;
    align-items: center;
  }

  .navbar_social{
    font-size: 25px;
  }
}


@font-face {
  font-family: 'Knobber';
  src: url('../fonts/Knobber.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aldotheapache';
  src: url('../fonts/AldotheApache.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tanker';
  src: url('../fonts/Tanker-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}