@font-face {
  font-family: Font;
  src: url('../fonts/Gilroy-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Font;
  src: url('../fonts/Gilroy-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Font;
  src: url('../fonts/Gilroy-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Font;
  src: url('../fonts/Gilroy-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Font;
  src: url('../fonts/Gilroy-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Font;
  src: url('../fonts/Gilroy-Bold.ttf') format("truetype"), url('../fonts/Gilroy-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Font;
  src: url('../fonts/Gilroy-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Font;
  src: url('../fonts/Gilroy-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Font;
  src: url('../fonts/Gilroy-UltraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --font: Font, sans-serif;
  --bg1: #141616;
  --bg2: #191c1c;
  --bg3: #222626;
  --white: white;
  --orange: #ff5a0a;
  --black: black;
}

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

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

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

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

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

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

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

body {
  font-family: var(--font);
  color: #333;
  font-size: 17px;
  font-weight: 500;
  line-height: 130%;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
  line-height: 110%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 100%;
}

p {
  color: #333;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

a {
  color: #222;
  font-weight: 700;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 40px;
}

li {
  color: #444;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

strong {
  font-weight: 700;
}

.first-s {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 750px;
  position: relative;
}

.nav-w {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: minmax(.5px, .7fr) minmax(auto, 1.3fr) minmax(.5px, .7fr);
  grid-auto-columns: minmax(.5px, .7fr);
  justify-content: space-between;
  justify-items: stretch;
  padding: 25px 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.first-c {
  z-index: 2;
  max-width: 1280px;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.first-bg {
  z-index: 1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.first-head {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
  font-weight: 900;
  line-height: 110%;
}

.first-name {
  color: #fff;
  text-align: left;
  background-image: url('../images/splash-3.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100px;
  width: 450px;
  margin-top: -50px;
  margin-bottom: 10px;
  padding: 50px 100px 50px 25px;
  font-size: 40px;
  font-weight: 800;
  line-height: 130%;
  display: inline-block;
}

.first-since {
  color: #fff9;
  margin-bottom: 80px;
  font-size: 23px;
  font-weight: 600;
  line-height: 130%;
}

.logo-w {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.head-contact-w {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  place-content: center flex-end;
  display: flex;
}

.logo {
  width: 100px;
}

.first-w {
  z-index: 2;
  background-color: #1a1a1a99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

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

.bullet-i {
  align-items: flex-start;
  display: flex;
}

.bullet-d {
  padding-left: 15px;
}

.bullet-head {
  color: #fff;
  margin-bottom: 10px;
  padding-top: 5px;
  font-size: 21px;
  font-weight: 700;
  line-height: 130%;
}

.bullet-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.bullet-img {
  width: 35px;
}

.first-next {
  opacity: .7;
  background-image: url('../images/arrow-down.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  height: 60px;
  margin-bottom: 20px;
  transition: all .3s;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.first-next:hover {
  opacity: 1;
}

.preloader-w {
  z-index: 15000;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.preloader-logo {
  width: 150px;
  margin-bottom: 20px;
}

.preloader-load {
  width: 80px;
}

.social-header-w {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-header-w.footer {
  justify-content: flex-start;
  align-items: center;
}

.social-header-w.fixed {
  flex-flow: column;
}

.phone-header-w {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.social-header-link {
  padding: 7px 5px;
  transition: all .3s;
}

.social-header-link:hover {
  opacity: 1;
  transform: scale(1.1);
}

.social-header-img {
  width: 27px;
  height: 27px;
}

.social-header-img.fixed {
  width: 23px;
  height: 23px;
}

.phone-header {
  color: #fff;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 800;
  text-decoration: none;
}

.consult-header {
  opacity: .8;
  color: #fff;
  border-bottom: 1px dashed #ff5a0a;
  font-size: 13px;
  font-weight: 300;
  line-height: 110%;
  text-decoration: none;
  transition: opacity .3s;
}

.consult-header:hover {
  opacity: 1;
}

.light-w {
  width: 7px;
  height: 7px;
  margin-right: 10px;
  position: relative;
}

.light-w.bullet {
  width: 8px;
  height: 8px;
}

.light-w.bullet.car {
  width: 5px;
  height: 4px;
  margin-top: 7px;
}

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

.video-s {
  background-color: var(--bg1);
}

.container {
  max-width: 1280px;
  padding: 80px 40px;
}

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

.head-w {
  color: #333;
  margin-bottom: 80px;
}

.head-w.white {
  color: #fff;
  margin-bottom: 80px;
  position: relative;
}

.head-w.white.footer {
  margin-bottom: 60px;
}

.head {
  z-index: 11000;
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 40px;
  position: relative;
}

.subhead {
  z-index: 11000;
  width: 900px;
  font-size: 21px;
  line-height: 120%;
  position: relative;
}

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

.video-link {
  border-radius: 20px;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.video-bullet-w {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 10px;
  padding-left: 30px;
  display: flex;
}

.video-bg {
  z-index: 11000;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: all .3s;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 15px #0000004d;
}

.video-text {
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
}

.video-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  transition: all .3s;
}

.video-text-w {
  background-color: #1216164d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-bullet-head-w {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.video-bullet-head {
  color: #fff;
  padding-left: 5px;
  font-size: 19px;
  font-weight: 700;
}

.video-bullet-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 120%;
}

.car-s {
  background-color: var(--bg2);
}

.car-slider {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.car-slide {
  cursor: pointer;
  border-radius: 20px;
  flex: none;
  width: 300px;
  height: 400px;
  margin-right: 20px;
}

.car-desc {
  background-color: var(--bg3);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 30px 20px 20px 30px;
  display: flex;
}

.car-img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.car-video {
  z-index: 11000;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.car-item-w {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
  padding-left: 0;
  display: flex;
}

.car-item-t {
  color: #fff;
  font-size: 14px;
  line-height: 120%;
}

.car-head {
  color: #fff;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}

.head-img {
  opacity: .8;
  max-height: 200%;
  margin-top: -30px;
  margin-left: -150px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.team-s {
  background-color: var(--bg2);
}

.price-s {
  background-color: #222626;
}

.review-s {
  background-color: var(--bg1);
}

.faq-s {
  background-color: var(--bg2);
}

.gift-w {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.gift-img {
  border-radius: 10px;
  width: 170px;
  margin-left: -20px;
  transform: rotate(-9deg);
  box-shadow: 0 0 15px #0003;
}

.gift-desc {
  padding-left: 40px;
}

.gift-head {
  color: var(--white);
  font-size: 23px;
  font-weight: 700;
  line-height: 130%;
}

.gift-text {
  color: var(--white);
  font-size: 17px;
}

.price-w {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.price-item {
  background-color: var(--bg2);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 0 15px #0003;
}

.price-head {
  color: var(--white);
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
  line-height: 120%;
}

.price-subhead {
  color: var(--white);
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 130%;
}

.price-num-w {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 30px;
  display: flex;
}

.price-num {
  color: var(--white);
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
}

.price-num:hover, .price-num.active {
  background-color: var(--white);
  color: var(--bg1);
}

.price {
  color: var(--white);
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 800;
  line-height: 130%;
}

.price-button {
  background-color: var(--orange);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.price-button:hover {
  background-color: var(--bg3);
}

.price-gift-button {
  color: var(--white);
  background-image: url('../images/gift.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.price-head-w {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.price-stage {
  background-color: var(--white);
  color: var(--black);
  border-radius: 50px;
  margin-bottom: 3px;
  padding: 5px 20px;
  font-size: 13px;
  font-weight: 700;
  line-height: 100%;
  display: inline-block;
}

.price-bottom {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-slider-w {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-slide {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-img {
  border-radius: 20px;
  width: 250px;
  transition: all .3s;
  position: relative;
}

.team-name {
  color: var(--white);
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 125%;
}

.team-text {
  color: var(--white);
  text-align: center;
  width: 350px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 125%;
}

.team-link {
  opacity: .5;
  color: #fff;
  background-image: url('../images/instagram.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  padding: 10px 0 10px 25px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

.team-link:hover {
  opacity: 1;
}

.team-type {
  color: var(--white);
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 120%;
}

.team-img-w {
  cursor: pointer;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px #0003;
}

.team-img-sub {
  border-radius: 20px;
  width: 250px;
  position: absolute;
  inset: 0%;
}

.team-img-sub:hover {
  background-image: linear-gradient(0deg, #00000080, #fff0), url('../images/trainer-2.jpg');
}

.team-img-hover {
  background-image: linear-gradient(0deg, #00000080, #fff0);
  transition: all .3s;
  position: absolute;
  inset: 0%;
}

.team-img-hover:hover {
  opacity: .5;
}

.team-name-w {
  margin-bottom: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.review-slider-w {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.review-slide {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-img {
  z-index: 11000;
  border-radius: 20px;
  width: 250px;
  height: 250px;
  transition: all .3s;
}

.review-img-w {
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 0 15px #0003;
}

.review-text {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 125%;
}

.faq-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.faq-item {
  white-space: normal;
  width: 100%;
  display: block;
  overflow: hidden;
}

.faq-item-toggle {
  background-color: var(--bg1);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  display: flex;
}

.faq-item-head {
  color: var(--white);
  padding-top: 2px;
  padding-right: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 120%;
}

.faq-item-icon {
  color: var(--white);
  margin: 0;
  font-size: 19px;
  position: static;
}

.faq-item-list {
  background-color: var(--bg2);
  display: block;
  position: static;
  overflow: hidden;
}

.faq-item-list.w--open {
  background-color: #fff;
  position: static;
}

.faq-item-text {
  color: #ccc;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 20px 30px 5px;
  font-size: 15px;
  line-height: 130%;
}

.footer-w {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px solid var(--bg3);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 20px;
  padding-top: 40px;
  display: flex;
}

.footer-logo {
  opacity: .3;
  filter: grayscale();
  height: 60px;
  display: block;
}

.footer-item {
  flex-direction: column;
  flex: none;
  order: 0;
  justify-content: center;
  align-items: flex-start;
}

.footer-item.right {
  justify-content: center;
  align-items: flex-end;
}

.footer-data {
  color: #555;
  text-align: right;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
}

.cta-s {
  background-color: var(--bg2);
  border-radius: 0;
}

.footer-phone {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 35px;
  font-weight: 700;
  line-height: 125%;
  text-decoration: none;
  display: block;
}

.footer-contact-w {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer-button {
  background-color: var(--orange);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 55px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.footer-button:hover {
  background-color: var(--bg3);
}

.footer-cta-head {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.insta-w {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.insta-text {
  color: var(--white);
  font-size: 19px;
  font-weight: 400;
  line-height: 120%;
}

.insta-name-w {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #424242;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.insta-img {
  color: #424242;
  width: 25px;
}

.insta-name {
  color: var(--white);
  font-size: 19px;
  font-weight: 600;
}

.car-text-w {
  margin-bottom: 15px;
}

.car-text {
  color: #fff;
  font-size: 14px;
}

.menu-w {
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.menu-img {
  width: 30px;
  height: 30px;
  transition: all .3s;
}

.menu-head {
  text-transform: uppercase;
  padding-left: 5px;
  font-size: 13px;
  font-weight: 800;
}

.car-slider-w {
  flex-flow: row;
  display: flex;
}

.slider-nav {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.catalog-slider-button-w {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.slider-nav-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  background-image: url('../images/arrow_left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px #e6e6e6;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.slider-nav-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  background-image: url('../images/arrow_right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px #e6e6e6;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.cars-w {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.footer-link-w {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #555;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
}

.footer-email {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #1b1b1b;
  flex-flow: wrap;
  align-items: center;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
}

.footer-email.header {
  padding-left: 0;
}

.footer-link-img {
  width: 20px;
  height: 20px;
}

.footer-link-text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

.menu-phone {
  color: #fff;
  font-size: 33px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
  display: block;
}

.menu-phone-w {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.fixed-header-link {
  padding: 7px 5px;
  transition: all .3s;
}

.fixed-header-link:hover {
  opacity: .8;
  transform: scale(1.1);
}

.fixed-header-link.phone {
  display: none;
}

.footer-desc-contact {
  font-style: normal;
}

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

.social-footer-w.menu-p {
  margin-left: -7px;
}

.popup-menu-close {
  opacity: .7;
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  width: 60px;
  height: 60px;
  margin-right: -60px;
  transition: opacity .3s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.popup-menu-close:hover {
  opacity: 1;
}

.popup-menu {
  z-index: 16000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000c;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-right: 60px;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-menu-block {
  background-color: #1b1b1b;
  border-radius: 20px;
  padding: 40px;
  transition: all .3s;
  position: relative;
  transform: translate(0);
}

.fixed-menu-w {
  color: #fff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fixed-menu-w.fixed.slide {
  display: none;
}

.fixed-contact-w {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-wrap: wrap;
  place-content: center flex-end;
  display: flex;
}

.fixed-contact-w.fixed {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
}

.header-fixed {
  z-index: 15000;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--bg1);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  margin-right: 10px;
  padding: 15px 5px;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.form-button {
  color: #080808;
  text-transform: uppercase;
  background-color: #cda173;
  border-radius: 100px;
  min-width: 250px;
  height: 65px;
  padding-top: 11px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 11px;
  font-weight: 700;
  transition: all .3s;
  box-shadow: 0 0 15px #0000001a;
}

.form-button:hover {
  color: #fff;
  background-color: #080808;
}

.form-button.footer {
  background-color: var(--orange);
  box-shadow: none;
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
}

.popup-head-text {
  color: #fff;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 700;
  line-height: 110%;
}

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

.checkbox {
  background-color: #080808;
  border: 0 solid #0000;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: all .3s;
}

.checkbox.w--redirected-checked {
  background-color: #080808;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-size: 10px 10px;
  border: 0 solid #0000;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.forn-input {
  color: #080808;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 100px;
  width: 350px;
  height: 65px;
  margin-bottom: 0;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s;
}

.forn-input:focus {
  box-shadow: 0 0 #0003;
}

.forn-input::placeholder {
  color: #999;
  font-size: 14px;
  font-weight: 400;
}

.popup-form {
  flex-flow: column;
  display: flex;
}

.popup-close {
  opacity: .7;
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  width: 60px;
  height: 60px;
  margin-right: 0;
  transition: opacity .3s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.popup-close:hover {
  opacity: 1;
}

.popup-consult {
  z-index: 17000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000c;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.form-w {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  display: flex;
}

.checkbox-label {
  color: #fff;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 110%;
}

.popup {
  background-color: var(--bg1);
  border-radius: 20px;
  padding: 40px;
  position: relative;
}

.popup-text {
  color: #fff;
  margin-bottom: 40px;
  font-size: 17px;
  font-weight: 300;
  line-height: 19px;
  display: block;
}

.form-button-w {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.forn-input-txt {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-top: 13px;
  padding-left: 30px;
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
}

.checkbox-link {
  color: #fff;
  font-weight: 300;
}

.checkbox-w {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.policy-alert-wrap {
  z-index: 15000;
  background-color: #0d0d0d;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 350px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 15px 20px 17px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.policy-alert-text {
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  line-height: 12px;
}

.policy-alert-link {
  color: #fff;
}

.policy-alert-button {
  color: #252c2c;
  background-color: #fff;
  border-radius: 100px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
}

.menu-link-w {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.menu-link {
  color: var(--white);
  font-size: 15px;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
}

.heading {
  font-size: 40px;
}

.paragraph-2 {
  font-size: 15px;
  line-height: 140%;
}

.back-link {
  color: #777;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: underline;
  display: block;
}

.back-link.w--current {
  font-size: 13px;
}

.pay-img {
  height: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.pay-img.all {
  height: auto;
  max-height: 60px;
}

.thx-cont {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.thx-head {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 35px;
  font-weight: 700;
}

.thx-sub {
  color: #000;
  text-align: center;
  margin-top: 0;
  padding: 10px;
  font-size: 19px;
  font-weight: 300;
  display: block;
}

.thx-link {
  color: #000;
  text-align: center;
  margin-top: 30px;
  padding: 10px;
  font-size: 17px;
  text-decoration: underline;
}

.thx-link.w--current {
  font-weight: 600;
}

.thx-link.fail.w--current {
  margin-top: 10px;
  font-weight: 700;
  text-decoration: none;
}

html.w-mod-js [data-ix="view-scroll"], html.w-mod-js [data-ix="view-scroll-slow"], html.w-mod-js [data-ix="view-scroll-img"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="view-scroll-gift"] {
  opacity: 0;
  transform: translate(0, 50px)rotate(0);
}

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

  h1 {
    font-size: 30px;
  }

  .first-s {
    height: auto;
    min-height: auto;
  }

  .nav-w {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .first-c {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .first-head {
    margin-bottom: 5px;
    font-size: 50px;
  }

  .first-name {
    width: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 30px;
  }

  .bullet-w {
    flex-flow: column;
    display: flex;
  }

  .bullet-head {
    margin-bottom: 5px;
    padding-top: 0;
    font-size: 19px;
  }

  .bullet-text {
    font-size: 15px;
  }

  .bullet-img {
    padding-top: 2px;
  }

  .first-next {
    display: none;
  }

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

  .head {
    margin-bottom: 5px;
    font-size: 30px;
  }

  .subhead {
    width: auto;
    font-size: 17px;
    line-height: 110%;
  }

  .video-w {
    flex-flow: column;
    display: flex;
  }

  .car-slider {
    margin-right: -40px;
  }

  .head-img {
    margin-top: -20px;
    margin-left: -100px;
  }

  .gift-img {
    width: 150px;
    margin-left: 0;
  }

  .gift-head {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 110%;
  }

  .gift-text {
    font-size: 15px;
  }

  .price-w {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    display: flex;
  }

  .team-slider-w {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .team-slide {
    width: 300px;
    margin-right: 20px;
  }

  .team-text {
    width: auto;
    font-size: 12px;
  }

  .review-slider-w {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .review-slide {
    margin-right: 20px;
  }

  .faq-item-head {
    font-size: 16px;
  }

  .faq-item-text {
    font-size: 15px;
    line-height: 120%;
  }

  .footer-w {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    grid-template-columns: .7fr 1.3fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 60px;
    padding-top: 50px;
    display: flex;
  }

  .footer-item, .footer-item.right {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-data {
    text-align: left;
  }

  .footer-contact-w {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .insta-w {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

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

  .insta-img {
    width: 20px;
  }

  .insta-name {
    font-size: 17px;
  }

  .team-slider, .review-slider {
    margin-right: -40px;
    overflow: hidden;
  }

  .footer-link-w {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .popup-menu-block {
    padding: 20px 20px 20px 30px;
  }

  .fixed-menu-w {
    display: none;
  }

  .fixed-menu-w.fixed {
    display: flex;
  }

  .header-fixed {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 20px;
    inset: auto 0% 0% auto;
  }

  .form-button {
    width: 300px;
  }

  .popup-head-text {
    font-size: 23px;
  }

  .form {
    width: 100%;
  }

  .forn-input {
    width: 300px;
  }

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

  .popup-consult {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .menu-link {
    font-size: 14px;
  }
}

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

  h1 {
    font-size: 25px;
    font-weight: 700;
  }

  h2 {
    font-size: 23px;
    font-weight: 700;
  }

  h3 {
    font-size: 19px;
    font-weight: 700;
  }

  p, li {
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
  }

  .nav-w {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .first-c {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .first-head {
    font-size: 30px;
  }

  .first-name {
    width: auto;
    padding: 35px 100px 33px 30px;
    font-size: 21px;
  }

  .first-since {
    margin-bottom: 60px;
    font-size: 17px;
  }

  .logo {
    flex: none;
    width: 120px;
  }

  .bullet-d {
    padding-left: 10px;
  }

  .bullet-head {
    margin-bottom: 3px;
    font-size: 16px;
  }

  .bullet-text {
    font-size: 14px;
    line-height: 120%;
  }

  .bullet-img {
    width: 30px;
  }

  .social-header-w.fixed {
    flex-flow: row;
    display: none;
  }

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

  .head-w.white {
    margin-bottom: 60px;
  }

  .head {
    font-size: 22px;
  }

  .subhead {
    font-size: 15px;
  }

  .video-bullet-w {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .video-bullet-head {
    font-size: 16px;
  }

  .video-bullet-text {
    font-size: 15px;
  }

  .car-slider {
    margin-right: -20px;
  }

  .car-slide {
    width: 270px;
    height: 350px;
    margin-right: 10px;
  }

  .car-head {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .head-img {
    max-height: 200%;
    margin-left: -80px;
  }

  .gift-w {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gift-img {
    width: 120px;
  }

  .gift-desc {
    margin-top: -5px;
    padding-left: 30px;
  }

  .gift-head {
    z-index: 1000;
    font-size: 16px;
    position: relative;
  }

  .gift-text {
    font-size: 14px;
    line-height: 120%;
  }

  .price-head {
    font-size: 17px;
  }

  .price-subhead {
    font-size: 14px;
    line-height: 120%;
  }

  .price-num-w {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 30px;
  }

  .price-num.active {
    font-size: 13px;
  }

  .price {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 30px;
    line-height: 100%;
  }

  .price-button {
    font-size: 14px;
  }

  .price-gift-button {
    background-size: 17px;
    padding-left: 20px;
    padding-right: 0;
    font-size: 13px;
  }

  .price-stage {
    font-size: 12px;
  }

  .price-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-5 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .team-slide {
    width: 270px;
  }

  .team-img {
    width: 100%;
  }

  .team-name {
    font-size: 16px;
  }

  .team-text {
    padding-left: 5px;
    padding-right: 5px;
  }

  .team-link {
    font-size: 14px;
  }

  .team-type {
    font-size: 12px;
    font-weight: 500;
  }

  .team-img-w {
    width: 270px;
  }

  .team-img-sub, .team-img-hover {
    width: 100%;
  }

  .review-slide {
    width: 270px;
  }

  .review-img {
    width: 270px;
    height: 270px;
  }

  .review-text {
    font-size: 14px;
    line-height: 110%;
  }

  .faq-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .faq-item-toggle {
    border-radius: 10px;
    padding: 15px 20px;
  }

  .faq-item-head {
    word-break: break-all;
    font-size: 15px;
  }

  .faq-item-text {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

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

  .footer-item, .footer-item.right {
    order: 0;
  }

  .footer-phone {
    font-size: 30px;
  }

  .footer-contact-w {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-button {
    font-size: 14px;
  }

  .footer-cta-head {
    font-size: 15px;
  }

  .insta-w {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
  }

  .insta-text {
    font-size: 14px;
  }

  .insta-img {
    width: 15px;
  }

  .insta-name {
    font-size: 15px;
  }

  .menu-img.fixed {
    padding: 3px;
  }

  .cars-w {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .team-slider, .review-slider {
    margin-right: -20px;
  }

  .menu-phone {
    font-size: 25px;
  }

  .popup-menu-close {
    width: 50px;
    height: 50px;
    margin-top: -50px;
    margin-right: -10px;
  }

  .popup-menu {
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 20px;
  }

  .fixed-menu-w.fixed {
    padding: 5px 10px;
  }

  .fixed-menu-w.fixed.slide {
    display: flex;
  }

  .fixed-contact-w {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .fixed-contact-w.fixed {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .header-fixed {
    opacity: 100;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 0;
    inset: auto 0% 0% auto;
  }

  .form-button {
    height: 55px;
  }

  .popup-head-text {
    font-size: 21px;
  }

  .forn-input {
    height: 55px;
  }

  .popup-close {
    width: 50px;
    height: 50px;
    margin-top: -50px;
    margin-right: -10px;
  }

  .form-w {
    flex-flow: wrap;
  }

  .popup {
    padding: 30px;
  }

  .popup-text {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .pay-img {
    height: 30px;
  }

  .thx-head {
    font-size: 30px;
  }

  .thx-sub {
    font-size: 16px;
  }

  .thx-link {
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 13px;
  }

  h1 {
    font-size: 23px;
  }

  h2 {
    font-size: 21px;
  }

  ul {
    padding-left: 20px;
  }

  .first-c {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo {
    width: 150px;
  }

  .phone-header-w {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .head {
    font-size: 21px;
  }

  .subhead {
    font-size: 15px;
  }

  .video-bullet-w {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .video-bullet-text {
    font-size: 14px;
  }

  .car-slide.first {
    width: 240px;
  }

  .car-desc {
    padding-left: 25px;
    padding-right: 25px;
  }

  .car-item-t {
    font-size: 13px;
  }

  .head-img {
    margin-top: -25px;
  }

  .price-item {
    padding: 20px;
  }

  .price-head {
    font-size: 16px;
    font-weight: 800;
  }

  .price-subhead {
    font-size: 13px;
    line-height: 110%;
  }

  .price-num {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
  }

  .price {
    padding-top: 12px;
    font-size: 23px;
  }

  .price-button {
    width: 180px;
  }

  .price-stage {
    padding: 3px 15px;
    font-size: 11px;
  }

  .price-bottom {
    justify-content: space-between;
    align-items: flex-start;
  }

  .faq-item-head {
    white-space: normal;
    word-break: keep-all;
    font-size: 14px;
  }

  .faq-item-text {
    padding-top: 10px;
  }

  .footer-w {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 30px;
  }

  .footer-logo {
    height: auto;
  }

  .insta-text {
    text-align: center;
    margin-top: 10px;
  }

  .car-text {
    font-size: 13px;
  }

  .menu-head {
    display: none;
  }

  .footer-link-w {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

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

  .footer-link-text {
    font-size: 13px;
  }

  .menu-phone-w {
    margin-bottom: 10px;
  }

  .fixed-header-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .popup-menu-close {
    inset: 0% 0% auto auto;
  }

  .popup-menu {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fixed-contact-w {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .form-button {
    width: 100%;
    max-width: 350px;
    font-size: 12px;
  }

  .form-button.footer {
    width: 100%;
  }

  .popup-head-text {
    font-size: 19px;
  }

  .forn-input {
    width: 100%;
    max-width: 350px;
  }

  .popup-close {
    inset: 0% 0% auto auto;
  }

  .popup-consult {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-w {
    flex-flow: column;
  }

  .checkbox-label {
    font-size: 11px;
    line-height: 120%;
  }

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

  .popup-text {
    font-size: 14px;
  }

  .policy-alert-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    position: fixed;
  }

  .policy-alert-text {
    text-align: left;
    font-size: 10px;
  }

  .policy-alert-button {
    border-radius: 5px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 700;
    line-height: 25px;
  }

  .menu-link {
    line-height: 170%;
  }

  .thx-head {
    font-size: 21px;
    line-height: 25px;
  }
}

#w-node-_707acf07-8e87-deeb-4ef6-0ae39d9d19c6-a277072e, #w-node-ad720170-7666-f69d-a54b-2aced0c088fc-a277072e, #w-node-_3b527718-91e1-d96e-ed79-37d9666f338a-a277072e, #w-node-_72b31c7f-25ac-88e8-0387-78559a4b7ff5-a277072e, #w-node-_3d013809-d108-3d1e-b97b-8c14c121e82c-a277072e, #w-node-_9978ab43-afee-5302-1fa5-ecd59b9e1ba6-a277072e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61295f36-1135-92dc-fea3-48981e0b9d80-a277072e, #w-node-ef1f9bb3-de99-51e2-99f6-a9d2dac2ae15-a277072e, #w-node-_99d0aa49-7e14-bd3f-414d-732f6972220c-a277072e, #w-node-dc5915fc-5de9-dda8-84b7-60fbd526daec-a277072e, #w-node-dc5915fc-5de9-dda8-84b7-60fbd526daf0-a277072e, #w-node-dc5915fc-5de9-dda8-84b7-60fbd526daf2-a277072e, #w-node-adb0d6d7-cdaa-04bf-7c2c-000d5f441464-a277072e, #w-node-adb0d6d7-cdaa-04bf-7c2c-000d5f441468-a277072e, #w-node-adb0d6d7-cdaa-04bf-7c2c-000d5f44146a-a277072e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_13aebe66-4986-caeb-ea41-c4a29b85ba08-a277072e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Font';
  src: url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font';
  src: url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font';
  src: url('../fonts/Gilroy-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font';
  src: url('../fonts/Gilroy-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font';
  src: url('../fonts/Gilroy-Bold.ttf') format('truetype'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font';
  src: url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font';
  src: url('../fonts/Gilroy-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}