:root {
  --black: #161616;
  --orange: #ffb929;
  --dark-grey: #a5a5a5;
  --grey-2: #757575;
  --black-2: #1c1c1c;
  --grey: #313131;
  --dim-grey: #737373;
}
input[type="submit"] {
  pointer-events: none !important;
}
.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--black);
  color: #fff;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 20px;
}

h1 {
  width: 90%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 4.5vw;
  font-weight: 400;
  line-height: 4.5vw;
}

h2 {
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Bebas Neue, sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 62px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  position: static;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

h6 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Bebas Neue, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

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

a {
  color: var(--orange);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

em {
  font-style: italic;
}

.body {
  background-color: var(--black);
  color: #fff;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.container {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: static;
  overflow: visible;
}

.container.main {
  padding-top: 0;
  position: static;
}

.container.custom {
  height: auto;
  max-width: none;
}

.heading {
  font-family: Bebas Neue, sans-serif;
  font-size: 92px;
  font-weight: 400;
  line-height: 92px;
}

.text-block {
  color: #fff;
  margin-bottom: 40px;
  padding: 0;
  font-weight: 100;
  line-height: 26px;
}

.text-block.max-width {
  width: 450px;
}

.text-block.small-text {
  color: var(--dark-grey);
  font-size: 15px;
  line-height: 22px;
}

.text-block.small-text.mrg-btm-0 {
  margin-left: 10px;
}

.text-block.max-width-text {
  width: 81%;
  font-weight: 100;
}

.text-block.max-width-text.mb-10 {
  margin-bottom: 10px;
  font-size: 16px;
}

.text-block.mrg-btm-0 {
  margin-bottom: 0;
}

.text-block.mrg-btm-0.why-txt {
  font-size: 16px;
}

.text-block.btm-mrg {
  margin-bottom: 25px;
}

.text-block.footer {
  max-width: 450px;
  border-style: none;
  margin-bottom: 25px;
  padding-top: 0;
}

.text-block.txt-16 {
  font-size: 16px;
  line-height: 24px;
}

.main-button {
  color: var(--black);
  background-color: #ffb929;
  border-radius: 20px;
  padding: 25px 67px;
  font-size: 16px;
  font-weight: 400;
  transition: all .4s;
}

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

.main-button.padding {
  margin-right: 25px;
  padding-left: 40px;
  padding-right: 40px;
  transition-duration: .4s;
}

.main-button.padding.border {
  color: #fff;
  background-color: rgba(255, 185, 41, 0);
  border: 1px solid #ffb929;
  transition-duration: .4s;
}

.main-button.padding.border:hover {
  background-color: var(--orange);
  color: var(--black);
}

.main-button.padding.ccsp {
  width: 50%;
  text-align: center;
  margin-right: 0;
}

.main-button.max-width {
  width: 60%;
  margin-top: 30px;
}

.main-button.inf-sup {
  text-align: center;
  margin-top: 30px;
  display: inline-block;
}

.main-button.button-404 {
  width: 100%;
  text-align: center;
}

.main-button.showe-more {
  max-width: 250px;
  text-align: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.main-button.showe-more.hide {
  display: none;
}

.wrapper-left-content {
  width: 55%;
  margin-top: 100px;
  margin-bottom: 0;
}

.heading-2 {
  width: 100%;
}

.flex {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: static;
}

.flex.large-card {
  width: 100%;
  max-width: 1500px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.flex.flex-footer {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}

.flex.js {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
}

.right-content {
  z-index: 5;
  width: 70%;
  height: auto;
  align-items: flex-start;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -6%;
}

.nav-link {
  color: #fff;
  margin-right: 30px;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  transition: all .4s;
}

.nav-link:hover {
  color: var(--grey-2);
}

.nav-link.w--current {
  color: var(--orange);
}

.nav-link.last {
  margin-right: 65px;
}

.navbar {
  z-index: 999;
  background-color: rgba(221, 221, 221, 0);
  margin-bottom: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-menu {
  width: 100%;
  max-width: 1500px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 50px;
  display: flex;
}

.logo-image {
  width: 260px;
}

.menu-button {
  text-align: center;
  background-color: rgba(56, 152, 236, 0);
  border: 1px solid #fff;
  border-radius: 20px;
  margin-left: 0;
  padding: 17px 60px;
  font-size: 14px;
  font-weight: 400;
  transition: all .4s;
}

.menu-button:hover {
  color: var(--black);
  background-color: #fff;
}

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

.brand {
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
  padding-right: 40px;
  display: flex;
}

.section {
  z-index: 0;
  width: 100%;
  height: auto;
  max-width: none;
  min-height: auto;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: static;
  overflow: hidden;
}

.section.main {
  padding-top: 0;
}

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

.section.hide-desktop, .section.mobile {
  display: none;
}

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

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

.section-for-block {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper-card {
  z-index: 10;
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  background-color: #1c1c1c;
  border-radius: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0%;
  padding: 105px 95px;
  display: grid;
  position: relative;
}

.text-card {
  font-weight: 100;
  line-height: 26px;
}

.card {
  height: auto;
  padding-top: 50px;
  padding-right: 40px;
}

.wrapper-content {
  width: 50%;
  padding-right: 25px;
  position: static;
}

.wrapper-image {
  width: 50%;
  justify-content: flex-start;
  align-items: center;
  padding-left: 25px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.margin-btm {
  margin-top: 0;
  margin-bottom: 150px;
}

.image {
  width: 675px;
  display: block;
}

.image.max-width {
  width: 500px;
}

.image.max-width-man {
  width: 450px;
}

.sticky {
  width: 6000px;
  height: auto;
  max-width: none;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: auto;
  right: auto;
  overflow: hidden;
}

.wrapper-sticky {
  width: 100%;
  height: 6000px;
  max-width: none;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

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

.div-block-4 {
  justify-content: space-around;
  display: flex;
}

.div-block-5 {
  width: 5600px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-6 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-7 {
  width: 5600px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-3 {
  font-size: 4.5vw;
  line-height: 4.5vw;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 0;
  margin-bottom: 100px;
  display: grid;
}

.small-card {
  width: auto;
  max-width: 325px;
  min-height: 105px;
  min-width: 325px;
  background-color: rgba(28, 28, 28, 0);
  background-image: url('../images/card-one.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 40px 30px 20px;
  position: relative;
  right: 0;
}

.small-card.center {
  max-width: 325px;
  background-image: url('../images/card-two.svg');
  margin-top: 0;
  margin-left: auto;
  right: 10%;
}

.small-card.last {
  margin-bottom: 0;
}

.div-block-8 {
  width: 37px;
  height: 37px;
  background-color: var(--black);
  border-radius: 360px;
  position: absolute;
  top: auto;
  bottom: -20%;
  left: 10%;
  right: auto;
}

.image-2 {
  width: 35px;
  display: none;
  position: absolute;
  top: auto;
  bottom: -16%;
  left: 14.5%;
  right: auto;
}

.wrapper-left-card {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-4, .mrg-btm {
  margin-bottom: 64px;
}

.image-3 {
  width: 560px;
}

.grid-wrapper-card {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 72px;
  display: grid;
}

.card-black {
  background-color: var(--black);
  border-radius: 30px;
  padding: 45px 45px 100px;
  position: relative;
}

.button-card {
  width: 100%;
  color: var(--black);
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 40px;
  padding: 20px 0;
  font-weight: 400;
  transition: all .4s;
}

.button-card:hover {
  background-color: var(--orange);
}

.button-card.in-black-card {
  width: 90%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
}

.section-2 {
  background-color: #1c1c1c;
}

.image-4 {
  width: 45px;
  margin-bottom: 30px;
  margin-left: auto;
  display: block;
}

.absolute-card {
  width: auto;
  background-color: var(--black-2);
  color: #1c1c1c;
  border: 1px #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 13px 39px;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 20px;
  right: auto;
}

.grid-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.wrapper-absolute-image {
  width: 100%;
  max-width: 100%;
}

.image-5 {
  width: 120%;
  max-width: 120%;
}

.div-block-9 {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.wrapper-content-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.wrapper-form {
  border: 1px none var(--black-2);
  background-color: var(--black-2);
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 105px 95px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link {
  color: #ffb929;
  font-weight: 400;
  text-decoration: none;
}

.link.footer {
  padding-top: 0;
  font-weight: 100;
  display: block;
}

.wrapper-form-block {
  width: 45%;
}

.text-span, .text-span-2 {
  font-weight: 400;
}

.body-2 {
  font-size: 18px;
  font-weight: 100;
}

.text-field {
  color: #313131;
}

.dark-txt-field {
  height: 70px;
  background-color: var(--grey);
  color: #fff;
  border: 1px #000;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 25px 49px;
  font-size: 16px;
}

.dark-txt-field.last {
  margin-bottom: 40px;
}

.checkbox-label {
  font-weight: 100;
}

.checkbox {
  width: 20px;
  height: 20px;
  border-color: var(--orange);
  border-radius: 360px;
  margin-top: 0;
  margin-right: 15px;
}

.checkbox.w--redirected-checked {
  border-style: solid;
  border-color: var(--orange);
  background-color: var(--orange);
  background-size: 14px;
  font-size: 10px;
}

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

.checkbox-field {
  margin-bottom: 16px;
  display: none;
}

.wrapper-check-box {
  margin-bottom: 40px;
}

.select-field {
  height: 70px;
  color: #fff;
  background-color: #313131;
  border: 1px #000;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 0 0 0 45px;
  font-size: 18px;
}

.textarea {
  height: auto;
  background-color: #313131;
  border: 1px #000;
  border-radius: 20px;
  padding: 25px 49px 0;
}

.checkbox-2 {
  width: 52px;
  height: 26px;
  color: #313131;
  background-color: #313131;
  border-style: none;
  border-radius: 20px;
  margin-top: 0;
  margin-right: 15px;
}

.checkbox-2.switch-btn {
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: block;
}

.checkbox-2.switch-btn.w--redirected-checked {
  background-color: rgba(56, 152, 236, 0);
  background-image: none;
}

.checkbox-field-2 {
  align-items: center;
  padding-left: 0;
  display: flex;
}

.html-embed {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.switch-btn {
  margin-left: 0;
  margin-right: 15px;
  display: none;
}

.wrapper-img {
  width: 55%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 15%;
  left: auto;
  right: -5%;
}

.heading-form {
  font-size: 50px;
  line-height: 55px;
}

.checkbox-3 {
  margin-top: 0;
}

.checkbox-3.switch-btn {
  margin-right: 0;
  padding-left: 0;
  display: block;
  transform: translate(0);
}

.checkbox-3.switch-btn.w--redirected-checked {
  background-color: var(--orange);
  background-image: none;
}

.checkbox-3.switch-btn.w--redirected-focus {
  box-shadow: none;
  margin-left: 0;
  display: block;
}

.footer {
  border: 1px none var(--black-2);
  background-color: var(--black-2);
  padding-top: 100px;
  padding-bottom: 100px;
}

.link-block {
  margin-bottom: 40px;
}

.link-block.hide-link {
  display: none;
}

.wrapper-text-footer {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.image-heart {
  width: 31px;
  margin-right: 5px;
}

.text-block-2 {
  margin-right: 5px;
}

.social-media {
  margin-right: 25px;
  transition: all .2s;
}

.social-media:hover {
  margin-top: 0;
  margin-bottom: 0;
}

.social-image {
  width: 32px;
}

.wrapper-flex-social-media {
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.text-footer {
  margin-top: 0;
  font-size: 15px;
  font-weight: 100;
  line-height: 22px;
}

.heading-5 {
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

.colomn-2 {
  margin-right: 2%;
}

.footer-link {
  color: var(--grey-2);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  transition: all .4s;
  display: block;
}

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

.colomn-3 {
  margin-right: 2%;
}

.image-arrow {
  width: 62px;
  height: 62px;
  margin-right: 25px;
}

.small-footer-text {
  font-size: 15px;
}

.wrapper-arrow-top {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.wrapper-colomn-5 {
  width: 100%;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.colomn-5 {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.wrapper-flex {
  width: 5600px;
  align-items: flex-start;
  display: flex;
  position: static;
}

.wrapper-large-card {
  width: auto;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 300px;
  padding-bottom: 200px;
  display: flex;
  overflow: visible;
}

.image-icon {
  width: 45px;
  margin-bottom: 30px;
}

.success-message {
  background-color: var(--grey);
  border-radius: 20px;
}

.error-message {
  color: var(--black);
  text-align: center;
  background-color: #fc9999;
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px;
}

.text-block-3 {
  font-weight: 300;
}

.the-height-400vh-section {
  height: 400vh;
  position: relative;
  overflow: visible;
}

.the-sticky-div {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.the-overflow-hidden-mask {
  z-index: 200;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.the-width-400vh-scrollable-div {
  width: 400vh;
  height: 100%;
}

.content {
  width: 100%;
  height: 100%;
  max-width: 1500px;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.div-block-10 {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}

.absl-heading {
  position: absolute;
  top: 130px;
}

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

.menu-wrapper-footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.menu-items-footer {
  width: 150px;
  margin-top: 50px;
}

.yellow-link-footer {
  color: var(--orange);
  text-decoration: none;
}

.dropdown.hide-desktop {
  display: none;
}

.hide {
  display: block;
}

.remodal {
  width: 660px;
  height: auto;
  background-color: #1c1c1c;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  position: relative;
}

.close-icon {
  width: 30px;
  cursor: pointer;
  transition: all .4s;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.close-icon:hover {
  transform: scale(1.2);
}

.div-block-12 {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-13 {
  height: 300px;
  background-color: #131212;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-8 {
  width: 250px;
}

.image-9 {
  width: 160px;
  transition: opacity .2s;
  position: relative;
  right: 8%;
  transform: rotate(10deg);
}

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

.legal-menu-link {
  background-color: var(--grey);
  color: #fff;
  white-space: nowrap;
  border-radius: 10px;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 200;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.legal-menu-link:hover {
  background-color: var(--orange);
  color: var(--black);
  font-weight: 200;
}

.legal-menu-link.w--current {
  color: var(--orange);
}

.legal-menu-link.w--current:hover {
  color: var(--black);
}

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

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

._404 {
  width: 100%;
  color: var(--orange);
  text-align: left;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 300px;
  line-height: 300px;
}

.wrapper-flex-404 {
  width: 600px;
  background-color: #1c1c1c;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px 60px;
  display: flex;
}

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

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

.heading2-404 {
  text-align: left;
  margin-bottom: 10px;
}

.text-block404 {
  text-align: left;
  margin-bottom: 30px;
}

.section-404 {
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.radio-button-2 {
  width: 20px;
  height: 20px;
  border: 1px solid var(--orange);
  -webkit-text-stroke-color: transparent;
  background-color: rgba(255, 255, 255, 0);
  margin-top: 0;
  margin-right: 15px;
}

.radio-button-2.w--redirected-checked {
  border-width: 1px;
  border-color: var(--orange);
  background-color: var(--orange);
  background-image: url('../images/uis_check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.radio-button-2.w--redirected-focus {
  box-shadow: none;
}

.radio-button-field-2 {
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.radio-button-label {
  margin-bottom: 0;
  font-weight: 200;
}

.heading-17 {
  font-size: 30px;
  line-height: 30px;
}

.text-block-form {
  margin-bottom: 50px;
  font-size: 17px;
  font-weight: 100;
  line-height: 25px;
}

.text-block-form.mrg-btm {
  margin-bottom: 0;
}

.text-block-form.mrg-btm40 {
  margin-bottom: 40px;
}

.mrg-btm-30 {
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 50px;
  display: block;
}

.mrg-btm-30.hide-head-mrg-btm-30 {
  display: none;
}

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

.list-item {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 24px;
}

.list-item.last {
  margin-bottom: 0;
}

.heading-18 {
  margin-bottom: 20px;
}

.list {
  margin-bottom: 50px;
  padding-left: 40px;
}

.text-span-4 {
  font-weight: 400;
}

.heading-19 {
  margin-bottom: 20px;
}

.rich-text-block {
  width: 90%;
}

.rich-text-block h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.rich-text-block li {
  margin-bottom: 15px;
  font-size: 17px;
}

.rich-text-block ul, .rich-text-block ol {
  margin-top: 30px;
  margin-bottom: 20px;
}

.hide-rich {
  display: none;
}

.text-sketchy {
  color: #fff;
  text-align: right;
  margin-top: 7px;
  font-family: Heebo, sans-serif;
  font-size: 12px;
  font-weight: 100;
  display: block;
}

.div-block-14 {
  margin-bottom: 40px;
  display: inline-block;
}

.link-2 {
  display: block;
}

.main-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: minmax(404px, 404px) minmax(404px, 404px) auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: minmax(404px, 404px);
  grid-template-columns: minmax(200px, 1.5fr) 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.grid-flex.hide {
  display: none;
}

.grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: minmax(404px, 404px);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-three {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: minmax(600px, 600px);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-grid {
  width: 100%;
  height: 100%;
  max-height: 404px;
  object-fit: cover;
  border-radius: 20px;
}

.image-grid.max-width-image {
  max-height: 600px;
}

.wrapper-image-grid {
  width: 100%;
  height: auto;
  max-height: 404px;
  cursor: pointer;
  border-radius: 20px;
  transition: all .4s;
  overflow: visible;
}

.wrapper-image-grid:hover {
  transform: scale(1.02);
}

.wrapper-image-grid.hide {
  display: none;
}

.wrapper-image-grid.width60 {
  width: 60%;
  transition: all .4s;
}

.wrapper-image-grid.width60:hover {
  transform: scale(1.02);
}

.wrapper-image-grid.width40 {
  width: 40%;
  transition: all .4s;
}

.wrapper-image-grid.width40:hover {
  transform: scale(1.02);
}

.wrapper-image-grid.max-width600 {
  max-height: 600px;
  cursor: pointer;
}

.wrapper-image-grid.max-width600.hide {
  display: none;
}

.grid-flex-two {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.grid-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: start;
  display: none;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.image-pop-up {
  width: 100%;
  border-radius: 10px;
}

.wrapper-image-two-colomns {
  width: 100%;
  max-height: 404px;
  cursor: pointer;
  transition: all .4s;
}

.wrapper-image-two-colomns:hover {
  transform: scale(1.02);
}

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

@media screen and (max-width: 991px) {
  h1 {
    width: 467px;
    font-size: 55px;
    line-height: 55px;
  }

  h2 {
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 45px;
  }

  h4 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .text-block {
    width: 75%;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .text-block.max-width {
    width: auto;
  }

  .text-block.max-width-text {
    width: 100%;
    margin-bottom: 0;
  }

  .text-block.mrg-btm-0, .main-button.padding.ccsp {
    width: 100%;
  }

  .wrapper-left-content {
    width: 100%;
    margin-top: 0;
  }

  .flex.large-card {
    width: auto;
    max-width: 768px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .flex.js {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }

  .right-content {
    display: none;
  }

  .nav-link {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 100;
  }

  .logo-image {
    width: 220px;
  }

  .menu-button {
    width: 50%;
    margin-top: 60px;
    font-size: 18px;
    font-weight: 100;
    display: block;
  }

  .nav-menu {
    color: #1c1c1c;
    background-color: #1c1c1c;
    padding: 40px 50px 80px;
    position: absolute;
  }

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

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

  .section.main {
    background-image: linear-gradient(315deg, rgba(0, 0, 0, .67), rgba(255, 255, 255, 0)), url('../images/main-img.png');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    padding-top: 150px;
  }

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

  .section.hide {
    display: block;
  }

  .section.hide-desktop {
    display: none;
    overflow: visible;
  }

  .section.padding-top {
    padding-top: 150px;
  }

  .wrapper-card {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    margin-top: 140px;
    padding: 60px 40px;
  }

  .card {
    margin-bottom: 20px;
    padding-top: 0;
    padding-right: 0;
  }

  .wrapper-content {
    width: 50%;
  }

  .wrapper-image {
    width: 40%;
    padding-left: 0;
    position: relative;
  }

  .margin-btm {
    margin-bottom: 40px;
  }

  .image {
    width: 100%;
  }

  .sticky {
    width: 3840px;
  }

  .wrapper-sticky {
    height: 3840px;
    overflow: visible;
  }

  .heading-3 {
    font-size: 50px;
    line-height: 55px;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-bottom: 60px;
    display: flex;
  }

  .grid.reverse {
    flex-direction: column-reverse;
    margin-bottom: 100px;
  }

  .grid.reverse.last {
    margin-bottom: 0;
  }

  .wrapper-text-right {
    margin-bottom: 10px;
  }

  .mrg-btm {
    margin-bottom: 60px;
  }

  .grid-wrapper-card {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .image-4 {
    width: 25px;
  }

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

  .image-5 {
    width: 100%;
    max-width: 100%;
  }

  .div-block-9 {
    grid-column-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-9.reverse {
    flex-direction: column-reverse;
    display: flex;
  }

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

  .wrapper-form {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 60px 40px;
  }

  .wrapper-form-block {
    z-index: 5;
    width: 100%;
    position: relative;
  }

  .wrapper-img {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    right: 0;
  }

  .heading-form {
    font-size: 45px;
  }

  .checkbox-3.switch-btn {
    flex: none;
  }

  .link-block {
    margin-bottom: 20px;
  }

  .wrapper-text-footer {
    margin-bottom: 30px;
  }

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

  .social-image {
    width: 25px;
  }

  .wrapper-flex-social-media {
    margin-bottom: 30px;
  }

  .image-arrow {
    margin-right: 0;
  }

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

  .wrapper-large-card {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .image-icon {
    width: 25px;
    margin-bottom: 20px;
  }

  .image-6 {
    display: inline;
  }

  .heading-6 {
    width: 100%;
  }

  .heading-7 {
    margin-bottom: 20px;
  }

  .the-height-400vh-section {
    height: 2000px;
  }

  .the-width-400vh-scrollable-div {
    width: 2000px;
  }

  .div-block-10 {
    align-items: flex-start;
    margin-top: 220px;
  }

  .absl-heading {
    top: -120px;
  }

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

  .menu-wrapper-footer {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    justify-content: flex-start;
  }

  .menu-items-footer {
    margin-top: 0;
  }

  .heading-8 {
    line-height: 55px;
  }

  .mrg-btm-20 {
    margin-bottom: 20px;
  }

  .heading-13 {
    margin-bottom: 60px;
  }

  .text-block-4 {
    font-size: 16px;
  }

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

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

  .top-line {
    width: 45px;
    height: 2px;
    background-color: #fff;
    border: 0 #000;
    border-radius: 2px;
    margin-bottom: 7px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .top-line.last {
    margin-bottom: 0;
  }

  .menu-button-2 {
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0;
    display: flex;
  }

  .menu-button-2.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .legal-menu-wrapper {
    flex-flow: wrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: stretch;
  }

  .legal-menu-link {
    text-align: center;
    font-size: 15px;
  }

  .radio-button {
    border: 1px solid var(--orange);
    -webkit-text-stroke-color: rgba(255, 255, 255, 0);
    background-color: #1c1c1c;
  }

  .radio-button-field {
    color: #fff;
    -webkit-text-stroke-color: var(--black-2);
  }

  .heading2-404 {
    margin-bottom: 10px;
  }

  .text-block404 {
    margin-bottom: 30px;
  }

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

  .radio-button-label {
    margin-bottom: 0;
  }

  .mrg-btm-30 {
    font-size: 45px;
    line-height: 45px;
  }

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

  .main-grid, .grid-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .wrapper-image-grid:hover, .wrapper-image-grid.width60:hover, .wrapper-image-grid.width40:hover, .wrapper-image-grid.max-width600:hover {
    transform: none;
  }

  .grid-flex-two {
    grid-column-gap: 20px;
  }

  .grid-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
  }
}

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

  h2 {
    font-size: 40px;
    line-height: 40px;
  }

  h4 {
    font-size: 22px;
    line-height: 27px;
  }

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

  .text-block {
    width: 100%;
  }

  .text-block.max-width {
    width: 80%;
  }

  .text-block.max-width-text.mb-10 {
    width: auto;
  }

  .wrapper-left-content {
    width: 100%;
  }

  .flex.large-card {
    max-width: 540px;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 60px;
  }

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

  .menu-button {
    margin-top: 40px;
  }

  .nav-menu {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .section.main {
    height: 100vh;
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    align-items: flex-end;
    padding-bottom: 100px;
    display: flex;
  }

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

  .section.mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 100px;
    padding-bottom: 60px;
    display: block;
  }

  .wrapper-card {
    grid-row-gap: 30px;
    margin-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .wrapper-card.visible {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .card {
    margin-bottom: 10px;
  }

  .wrapper-content, .wrapper-image {
    width: 100%;
  }

  .image {
    width: 540px;
  }

  .image.max-width {
    width: 450px;
  }

  .image.max-width-man {
    width: 300px;
  }

  .grid.reverse {
    grid-row-gap: 30px;
  }

  .wrapper-text-right {
    margin-bottom: 0;
  }

  .small-card {
    margin-bottom: 0;
    padding-top: 30px;
  }

  .small-card.center {
    right: auto;
  }

  .wrapper-right-card {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-wrapper-card {
    margin-top: 0;
  }

  .card-black {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .wrapper-arrow-top {
    align-items: flex-end;
  }

  .colomn-5 {
    margin-top: 0;
  }

  .text-block-3 {
    text-align: left;
    line-height: 26px;
  }

  .the-height-400vh-section {
    height: 2200px;
  }

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

  .div-block-10 {
    align-items: flex-start;
    margin-top: 180px;
  }

  .absl-heading {
    top: -100px;
  }

  .grid-footer {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
  }

  .menu-wrapper-footer {
    align-items: flex-start;
  }

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

  .heading-9 {
    font-size: 22px;
    line-height: 2px;
  }

  .heading-10 {
    margin-bottom: 20px;
  }

  .heading-14 {
    width: 101%;
  }

  .remodal {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .close-icon {
    top: 15px;
    right: 15px;
  }

  .image-9 {
    width: 140px;
    right: auto;
  }

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

  ._404 {
    font-size: 250px;
    line-height: 250px;
  }

  .wrapper-flex-404 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block404 {
    line-height: 24px;
  }

  .mrg-btm-30 {
    font-size: 40px;
    line-height: 40px;
  }

  .main-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: minmax(auto, auto) minmax(auto, auto) auto;
    grid-template-columns: 1fr;
  }

  .grid-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: minmax(auto, auto);
  }

  .grid-two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .wrapper-image-grid.width60, .wrapper-image-grid.width40 {
    width: 100%;
  }
}

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

  h2 {
    font-size: 35px;
  }

  h6 {
    font-size: 20px;
    line-height: 25px;
  }

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

  .text-block {
    width: 100%;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
  }

  .text-block.max-width {
    font-size: 16px;
  }

  .text-block.small-text {
    font-size: 14px;
    line-height: 21px;
  }

  .text-block.max-width-text {
    font-size: 16px;
  }

  .main-button {
    width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-button.max-width {
    width: 100%;
  }

  .wrapper-left-content {
    margin-bottom: 0;
  }

  .flex.large-card {
    width: 100%;
    max-width: 380px;
    margin-right: 40px;
  }

  .flex.js {
    grid-row-gap: 15px;
  }

  .container-menu {
    padding-top: 20px;
  }

  .logo-image {
    width: 180px;
  }

  .menu-button {
    width: 100%;
  }

  .brand {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

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

  .section.main {
    height: 100vh;
    background-image: linear-gradient(315deg, rgba(0, 0, 0, .67), rgba(255, 255, 255, 0)), url('../images/main-img.png');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    align-items: flex-end;
    padding-top: 120px;
    padding-bottom: 100px;
    display: flex;
  }

  .section.mobile {
    padding-top: 100px;
    display: block;
  }

  .wrapper-card {
    margin-top: 0;
    padding: 50px 30px;
    display: none;
  }

  .wrapper-card.visible {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image.max-width.man {
    width: 350px;
    max-width: 350px;
  }

  .image.max-width-man {
    width: 250px;
  }

  .grid {
    grid-row-gap: 30px;
  }

  .grid.reverse {
    grid-row-gap: 30px;
    margin-bottom: 80px;
  }

  .grid.reverse.last {
    grid-row-gap: 30px;
  }

  .wrapper-text-right {
    margin-bottom: 0;
  }

  .small-card {
    max-width: 325px;
    min-height: auto;
    min-width: 325px;
    background-position: 50%;
    background-size: auto;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 20px;
    right: auto;
  }

  .small-card.center {
    max-width: 100%;
    min-height: 145px;
    background-position: 50%;
    margin-left: 0;
    padding-left: 30px;
  }

  .wrapper-left-card {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mrg-btm {
    margin-bottom: 60px;
  }

  .image-3 {
    width: auto;
  }

  .card-black {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper-content-grid {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .wrapper-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .dark-txt-field {
    height: 70px;
    text-align: left;
    padding: 10px 15px;
  }

  .checkbox-label {
    font-size: 16px;
  }

  .checkbox {
    width: 18px;
    height: 18px;
  }

  .select-field {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .wrapper-img {
    width: 100%;
  }

  .heading-form {
    font-size: 35px;
  }

  .checkbox-3.switch-btn {
    padding-left: 0;
  }

  .link-block, .wrapper-text-footer {
    margin-bottom: 30px;
  }

  .social-media {
    margin-right: 15px;
  }

  .social-image {
    width: 25px;
  }

  .wrapper-flex-social-media {
    margin-bottom: 30px;
  }

  .footer-link {
    margin-bottom: 0;
  }

  .wrapper-arrow-top {
    align-items: flex-end;
  }

  .colomn-5 {
    margin-top: 0;
  }

  .the-height-400vh-section {
    height: 2000px;
  }

  .the-sticky-div {
    display: flex;
  }

  .the-overflow-hidden-mask {
    height: 100%;
    max-height: none;
  }

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

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

  .absl-heading {
    max-width: 300px;
    top: -140px;
  }

  .grid-footer {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: minmax(auto, auto);
    align-items: start;
    justify-items: start;
  }

  .menu-wrapper-footer {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .menu-items-footer {
    width: 100%;
  }

  .heading-8 {
    font-size: 45px;
    line-height: 45px;
  }

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

  .heading-11 {
    line-height: 35px;
  }

  .heading-12 {
    margin-bottom: 20px;
  }

  .dropdown {
    width: 100%;
    color: #fff;
    background-color: rgba(49, 49, 49, 0);
    border-radius: 0;
    margin-bottom: 20px;
    display: block;
  }

  .dropdown.hide-desktop {
    display: block;
  }

  .dropdown.hide-desktop.last {
    margin-bottom: 0;
  }

  .text-block-5, .icon {
    color: #fff;
  }

  .text-block-6 {
    color: #fff;
    font-family: Bebas Neue, sans-serif;
    font-size: 22px;
    font-weight: 400;
  }

  .dropdown-toggle {
    width: 100%;
    background-color: #242424;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .dropdown-toggle.w--open {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .dropdown-list {
    background-color: #242424;
    position: relative;
  }

  .dropdown-list.w--open {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-bottom: 20px;
    position: relative;
  }

  .hide {
    display: none;
  }

  .top-line {
    width: 40px;
  }

  .remodal {
    max-width: 100%;
  }

  .close-icon {
    top: 10px;
    right: 10px;
  }

  .div-block-13 {
    height: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-8 {
    width: 160px;
    margin-right: 20px;
  }

  .image-9 {
    width: 100px;
    margin-top: 20px;
  }

  .legal-menu-link {
    white-space: normal;
  }

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

  .text-block-7 {
    text-align: left;
    line-height: 24px;
  }

  .heading-15 {
    width: 355px;
    max-width: 355px;
  }

  ._404 {
    width: auto;
    max-width: none;
    font-size: 180px;
    line-height: 180px;
  }

  .wrapper-flex-404 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading2-404 {
    margin-bottom: 10px;
  }

  .text-block404, .radio-button-label {
    font-size: 16px;
  }

  .text-block-form {
    font-size: 16px;
    line-height: 22px;
  }

  .mrg-btm-30 {
    font-size: 35px;
  }

  .list-item {
    font-size: 16px;
    line-height: 22px;
  }

  .list {
    padding-left: 30px;
  }

  .heading-20 {
    font-size: 20px;
    line-height: 25px;
  }

  .text-sketchy {
    font-size: 10px;
  }

  .div-block-14 {
    margin-bottom: 30px;
  }

  .main-grid {
    grid-template-rows: minmax(auto, auto) minmax(auto, auto) auto;
    grid-template-columns: 1fr;
  }

  .grid-flex {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .grid-two, .grid-three {
    grid-template-rows: minmax(auto, auto);
  }

  .image-grid.max-width-image {
    max-height: 300px;
  }

  .wrapper-image-grid {
    height: 300px;
    max-height: 300px;
  }

  .wrapper-image-grid.width60, .wrapper-image-grid.width40 {
    height: 300px;
    max-height: 300px;
    overflow: hidden;
  }

  .wrapper-image-grid.max-width600 {
    max-height: 300px;
  }

  .grid-flex-two, .grid-1 {
    grid-row-gap: 20px;
    flex-direction: column;
  }
}

#w-node-_9455bbfc-720a-6b38-c2d5-9a458a62c8f1-2c6e842d, #w-node-_56e38fff-6fd6-3501-fdf8-81713cfb8512-2c6e842d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_088166e9-3fe2-de44-b953-e7539b9a7c95-2c6e842d, #w-node-eeb68844-2a39-4f84-d176-6394b330ca6b-2c6e842d, #w-node-_854ac843-be4c-9ee1-9871-d67951ab3184-2c6e842d, #w-node-_942c7ac8-67b8-21b1-151d-9ae38d62dc0a-2c6e842d, #w-node-f0e8cb54-a9bb-d398-2cfc-3e9c22049803-2c6e842d, #w-node-f0e8cb54-a9bb-d398-2cfc-3e9c22049804-2c6e842d, #w-node-f0e8cb54-a9bb-d398-2cfc-3e9c22049806-2c6e842d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0e8cb54-a9bb-d398-2cfc-3e9c220497f6-2c6e842d, #w-node-_9715e410-1035-4fad-3c87-ada2fea4c02b-2c6e842d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9715e410-1035-4fad-3c87-ada2fea4c026-2c6e842d, #w-node-_9715e410-1035-4fad-3c87-ada2fea4c027-2c6e842d, #w-node-_9715e410-1035-4fad-3c87-ada2fea4c029-2c6e842d, #w-node-_030dda88-22ea-73ba-b34d-59d03f7cbb4e-2c6e842d, #w-node-ba4045f6-978d-5297-a946-e8e07b568446-2c6e842d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7baf8929-776a-4515-4d92-79732e653b9a-2c6e842d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_994a3b46-ff84-9d07-77bf-584902af35e3-2c6e842d, #w-node-_7b753236-67ee-f9a4-0993-9eb6cd6ddfc3-2c6e842d, #w-node-_534b86a9-f3ac-3d4f-9a2f-b39929f5ca6c-2c6e842d, #w-node-_534b86a9-f3ac-3d4f-9a2f-b39929f5ca6d-2c6e842d, #w-node-_29deb969-c41d-0c76-5db2-ceae93ff18c8-2c6e842d, #w-node-_29deb969-c41d-0c76-5db2-ceae93ff18c9-2c6e842d, #w-node-_886580f4-3ca0-6db4-f3a6-761bca3a1908-2c6e842d, #w-node-ee07009c-8f43-fdbb-9422-9b63d54fc50d-2c6e842d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_082f983e-170f-bc6a-8d76-1af30617f957-2c6e842d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1fa740e1-4b2a-65f6-9406-8b8cc3eb769a-2c6e842d, #w-node-_1fa740e1-4b2a-65f6-9406-8b8cc3eb769b-2c6e842d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cc357b7-b332-03fa-199d-6acb256d62f8-2c6e842d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4cc357b7-b332-03fa-199d-6acb256d62f9-2c6e842d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1568d6b-0fe3-edb8-12d6-19d556fea629-2c6e842d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c1568d6b-0fe3-edb8-12d6-19d556fea62a-2c6e842d, #w-node-_32dd4362-4e9f-461e-b919-8217bb6daab6-2c6e842d, #w-node-_9bd7486a-454f-e806-5b49-87308a3da828-2c6e842d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a80cea2-34aa-b50e-d9c3-b6ca59b4180a-59b417f1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1a80cea2-34aa-b50e-d9c3-b6ca59b41850-59b417f1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b04fc6de-082a-9659-805d-60d4d9edfdcd-5412c001 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b04fc6de-082a-9659-805d-60d4d9edfdce-5412c001, #w-node-b04fc6de-082a-9659-805d-60d4d9edfdcf-5412c001, #w-node-b04fc6de-082a-9659-805d-60d4d9edfdd0-5412c001, #w-node-b04fc6de-082a-9659-805d-60d4d9edfdd1-5412c001, #w-node-b04fc6de-082a-9659-805d-60d4d9edfdd2-5412c001, #w-node-b04fc6de-082a-9659-805d-60d4d9edfdd3-5412c001, #w-node-b04fc6de-082a-9659-805d-60d4d9edfdd5-5412c001, #w-node-b04fc6de-082a-9659-805d-60d4d9edfdd7-5412c001, #w-node-a5663d1f-12af-2c83-6c45-b9f3c8e89707-5412c001 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1e3486e-e098-795b-ec6a-13966f527d76-5412c001 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e1e3486e-e098-795b-ec6a-13966f527d77-5412c001 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b04fc6de-082a-9659-805d-60d4d9edfddd-5412c001 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b04fc6de-082a-9659-805d-60d4d9edfdde-5412c001 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc16de79-5134-86e3-5a01-1891b1fa6203-5412c001 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fc16de79-5134-86e3-5a01-1891b1fa6204-5412c001, #w-node-_7abbfe17-db88-af0a-e9d7-f29a8d907a46-5412c001, #w-node-_7e53bf31-54a5-c212-6189-684195d6c2fe-5412c001, #w-node-_5d95c9bd-3512-cf26-43d6-9f7f7ca5efd0-5412c001, #w-node-_0024fd9e-8ab2-a702-2c35-af699851fb24-5412c001, #w-node-a0a0d2f1-de3f-dfd7-72fc-5fb471b9a178-5412c001 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4056db87-cf1e-2206-2e48-5cac5bd69e40-5412c001 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4056db87-cf1e-2206-2e48-5cac5bd69e41-5412c001 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e81e45a3-f97f-735b-3b54-9171cf981b6f-5412c001 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e81e45a3-f97f-735b-3b54-9171cf981b70-5412c001 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e81e45a3-f97f-735b-3b54-9171cf981b5f-5412c001 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e81e45a3-f97f-735b-3b54-9171cf981b60-5412c001, #w-node-e81e45a3-f97f-735b-3b54-9171cf981b61-5412c001, #w-node-e81e45a3-f97f-735b-3b54-9171cf981b62-5412c001, #w-node-e81e45a3-f97f-735b-3b54-9171cf981b63-5412c001, #w-node-e81e45a3-f97f-735b-3b54-9171cf981b64-5412c001, #w-node-e81e45a3-f97f-735b-3b54-9171cf981b65-5412c001, #w-node-e81e45a3-f97f-735b-3b54-9171cf981b67-5412c001, #w-node-e81e45a3-f97f-735b-3b54-9171cf981b69-5412c001 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a39fe073-04b3-8866-681f-ea0db6796aca-2c6e842d, #w-node-e00eb30a-ad59-b616-333e-3a56b590a6a1-2c6e842d, #w-node-ceb65269-8002-7a9a-5c78-d73f96a51028-2c6e842d, #w-node-_56e38fff-6fd6-3501-fdf8-81713cfb8514-2c6e842d, #w-node-_56e38fff-6fd6-3501-fdf8-81713cfb851a-2c6e842d, #w-node-_56e38fff-6fd6-3501-fdf8-81713cfb8520-2c6e842d, #w-node-_1a80cea2-34aa-b50e-d9c3-b6ca59b417f4-59b417f1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1a80cea2-34aa-b50e-d9c3-b6ca59b4180a-59b417f1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-_1a80cea2-34aa-b50e-d9c3-b6ca59b41846-59b417f1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1a80cea2-34aa-b50e-d9c3-b6ca59b41850-59b417f1 {
    align-self: center;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_29deb969-c41d-0c76-5db2-ceae93ff18c8-2c6e842d, #w-node-_886580f4-3ca0-6db4-f3a6-761bca3a1907-2c6e842d, #w-node-ee07009c-8f43-fdbb-9422-9b63d54fc50c-2c6e842d, #w-node-_1fa740e1-4b2a-65f6-9406-8b8cc3eb769a-2c6e842d, #w-node-_4cc357b7-b332-03fa-199d-6acb256d62f8-2c6e842d, #w-node-b04fc6de-082a-9659-805d-60d4d9edfdd2-5412c001, #w-node-b04fc6de-082a-9659-805d-60d4d9edfdd4-5412c001, #w-node-b04fc6de-082a-9659-805d-60d4d9edfdd6-5412c001, #w-node-a5663d1f-12af-2c83-6c45-b9f3c8e89706-5412c001, #w-node-e1e3486e-e098-795b-ec6a-13966f527d76-5412c001, #w-node-fc16de79-5134-86e3-5a01-1891b1fa6203-5412c001, #w-node-_7abbfe17-db88-af0a-e9d7-f29a8d907a45-5412c001, #w-node-_7e53bf31-54a5-c212-6189-684195d6c2fd-5412c001, #w-node-_5d95c9bd-3512-cf26-43d6-9f7f7ca5efcf-5412c001, #w-node-_0024fd9e-8ab2-a702-2c35-af699851fb23-5412c001, #w-node-a0a0d2f1-de3f-dfd7-72fc-5fb471b9a177-5412c001, #w-node-_4056db87-cf1e-2206-2e48-5cac5bd69e40-5412c001, #w-node-e81e45a3-f97f-735b-3b54-9171cf981b64-5412c001, #w-node-e81e45a3-f97f-735b-3b54-9171cf981b66-5412c001, #w-node-e81e45a3-f97f-735b-3b54-9171cf981b68-5412c001 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c1568d6b-0fe3-edb8-12d6-19d556fea629-2c6e842d, #w-node-_1a80cea2-34aa-b50e-d9c3-b6ca59b417f4-59b417f1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1a80cea2-34aa-b50e-d9c3-b6ca59b4180a-59b417f1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
    justify-self: start;
  }

  #w-node-_1a80cea2-34aa-b50e-d9c3-b6ca59b41846-59b417f1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1a80cea2-34aa-b50e-d9c3-b6ca59b41850-59b417f1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: center;
    justify-self: start;
  }

  #w-node-b04fc6de-082a-9659-805d-60d4d9edfddd-5412c001, #w-node-e81e45a3-f97f-735b-3b54-9171cf981b6f-5412c001 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


