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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

.text-block {
  color: #fff;
  font-size: 22px;
}

.navbar {
  background-color: #ddd0;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 10vh;
  display: block;
  position: fixed;
}

.navbar:hover {
  font-weight: 400;
}

.body {
  background-color: #000;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.nav-link {
  color: #fff;
}

.nav-link-2 {
  color: #fff;
  margin-top: 7px;
  margin-bottom: 7px;
  font-family: Lato, sans-serif;
}

.brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 0;
  display: block;
  position: relative;
}

.container {
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
}

.heading {
  color: #fff;
  margin-top: 3px;
  font-family: Lato, sans-serif;
  font-size: 90px;
  line-height: 90px;
}

.logo-sub-text {
  color: #000;
  letter-spacing: -.5px;
  padding-left: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 43px;
}

.video-section-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  padding: 11px;
  display: block;
}

.main-logo-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 10px;
  margin-left: 19px;
  margin-right: 0;
  display: flex;
}

.video-head-title {
  color: #fff;
  letter-spacing: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
}

.video-sub-title {
  color: #ffffffc7;
  letter-spacing: 0;
  font-family: Inconsolata, monospace;
  font-size: 19px;
}

.background-video {
  border-radius: 20px;
}

.main-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/background-photo-copy-2.jpg');
  background-position: 20%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  padding: 11px;
  display: flex;
  overflow: visible;
}

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

.container-head {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #033aff00;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 44px 20px;
  display: flex;
}

.button-2 {
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  background-color: #3898ec00;
  border: 0 solid #000;
  border-bottom: 2px solid #0000;
  margin: 2px 20px;
  padding: 0;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}

.button-2:hover {
  border: 1px #000;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  text-decoration: none;
  transform: translate(7px);
}

.button-2:active {
  transform: none;
}

.body-2 {
  background-color: #000;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 42px;
  font-family: Lato, sans-serif;
  font-size: 32px;
}

.italic-text {
  padding-left: 14px;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#000, #000 0%, #000000b0 50%, #000), url('../images/miguel-alcantara-2PzY1AUALK0-unsplash.jpg'), url('../images/daniel-Y4_SUK8QOIs-unsplash.jpg');
  background-position: 0 0, 50%, 50%;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, scroll;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 110vh;
  margin-bottom: 0;
  display: flex;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff0;
  border: 1px #000;
  border-radius: 8px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 75vw;
  max-width: 75vw;
  height: 85vh;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.paragraph {
  color: #ffffffd1;
  text-align: center;
  white-space: normal;
  word-break: normal;
  width: 100%;
  margin-top: 0;
  margin-bottom: 63px;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
}

.button-3 {
  background-color: #3898ec00;
  border: 0 solid #fff;
  border-bottom-width: 2px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 400;
}

.button-3:hover {
  color: #fff;
  border-bottom: 2px solid #4c0bff;
  border-radius: 0;
  font-weight: 400;
  text-decoration: none;
}

.button-4 {
  color: #000;
  text-transform: none;
  background-color: #f1f1f1;
  border-radius: 8px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  transition: opacity .2s;
}

.button-4:hover {
  opacity: 1;
  outline-offset: 0px;
  color: #fff;
  text-underline-offset: 1px;
  text-underline-position: under;
  background-color: #2b38c8;
  border-bottom: 0 solid #4920d2;
  border-radius: 8px;
  outline: 3px #fff;
  font-style: normal;
  text-decoration: none;
  text-decoration-thickness: 2px;
}

.italic-text-2 {
  font-family: Inter, sans-serif;
}

.text-field1 {
  color: #000;
  background-color: #4c4c4c1f;
  border: 0 solid #000;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 13px;
}

.text-field1:focus, .text-field1:focus-visible, .text-field1[data-wf-focus-visible] {
  color: #000;
}

.text-field1::placeholder {
  color: #000;
  background-color: #e3e3e300;
}

.text-field-2 {
  color: #000;
  border-radius: 8px;
  margin-bottom: 20px;
}

.text-field-2:focus, .text-field-2:focus-visible, .text-field-2[data-wf-focus-visible] {
  color: #000;
}

.textarea {
  color: #000;
  background-color: #4c4c4c1f;
  border: 0 solid #000;
  border-radius: 8px;
  min-height: 90px;
  margin-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 13px;
}

.textarea:focus, .textarea:focus-visible, .textarea[data-wf-focus-visible], .textarea::placeholder {
  color: #000;
}

.button-5 {
  color: #000;
  text-align: left;
  text-transform: none;
  background-color: #fff;
  border-radius: 0;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 27px;
  padding-right: 27px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.button-5:hover {
  color: #000;
  background-color: #cfcfcf;
  border-bottom: 0 solid #4920d2;
  border-radius: 0;
  padding-left: 27px;
  padding-right: 27px;
  font-weight: 400;
  text-decoration: none;
}

.checkbox-label {
  color: #fff;
}

.field-label, .field-label-2, .field-label-3 {
  color: #fff;
  font-weight: 500;
}

.form {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 330px;
  font-family: Exo, sans-serif;
  display: block;
}

.recaptcha {
  margin-top: 14px;
  margin-bottom: 25px;
  overflow: visible;
}

.text-block-3 {
  text-align: left;
  letter-spacing: normal;
  margin-bottom: 34px;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.success-message {
  color: #000;
  -webkit-text-stroke-color: #ffffffb5;
  background-color: #fff0;
  border: 0 solid #fff;
  border-radius: 0;
  padding: 63px 63px 63px 0;
}

.text-block-4 {
  text-align: left;
  font-family: Nunito Sans, sans-serif;
  font-weight: 400;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #db3530;
  border-radius: 11px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.italic-text-3 {
  font-size: 140px;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  display: flex;
}

.faq-question-text {
  color: #fff;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  position: static;
}

.icon {
  color: #fff;
}

.faq-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #fff0;
  border-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-left: 0;
  margin-right: 0;
  padding: 60px 60px 100px;
  display: flex;
}

.dropdown-link {
  color: #fff;
  -webkit-text-stroke-color: #fff0;
  background-color: #fff0;
}

.dropdown-list {
  background-color: #dddddd3d;
}

.dropdown-list.w--open {
  background-color: #ddd0;
}

.faq-answer-text {
  color: #fff;
  background-color: #0000;
  margin-bottom: 0;
  padding: 0 20px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 400;
}

.faq-element {
  color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  min-height: 50px;
  font-family: Nunito Sans, sans-serif;
  display: block;
  position: relative;
  overflow: hidden;
}

.faq-question-element {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  vertical-align: baseline;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  display: flex;
}

.faq-question-element:hover {
  color: #fff;
  border: 3px #fff;
  border-bottom-width: 2px;
  text-decoration: none;
}

.faq-answer-element {
  background-color: #ddd0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: static;
}

.faq-answer-element.w--open {
  background-color: #ddd0;
}

.faq-drop-down-arrow {
  color: #fff;
}

.div-block {
  color: #000;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}

.heading-3 {
  color: #000;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 37px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-5 {
  color: #000000bf;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
}

.faw-answer-text-field {
  font-family: Inter Tight, sans-serif;
  font-weight: 400;
}

.faq-text-div {
  width: 100%;
  padding: 60px;
}

.faq-photo-div {
  width: 50%;
  height: 100%;
}

.form-block {
  padding-top: 10px;
}

.section-wipe-text {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80px;
  margin-top: 0;
  padding: 0;
  font-size: 50px;
  display: flex;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-three {
  opacity: .79;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.italic-text-4 {
  font-family: Inter Tight, sans-serif;
}

.section-3 {
  min-width: 100px;
  min-height: 100vh;
}

.container-6 {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 140px;
}

.div-block-2 {
  background-image: url('../images/013_HIGH_01_XXX2.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-x3 {
  filter: grayscale();
  background-image: linear-gradient(#000, #000 0%, #cbcbcb00 51%, #000), url('../images/daniel-Y4_SUK8QOIs-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100vw;
  height: 400px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-x3:hover {
  filter: none;
}

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

.timeline-image-head {
  color: #ffffffd1;
  text-align: left;
  text-transform: none;
  width: 50%;
  padding-top: 15px;
  font-family: Nunito Sans, sans-serif;
  font-size: 100px;
  font-style: italic;
  font-weight: 700;
  line-height: 80px;
  overflow: visible;
}

.div-block-5 {
  grid-column-gap: 66px;
  grid-row-gap: 66px;
  flex-flow: row;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.timeline-image-sub {
  color: #ffffffc9;
  text-align: right;
  width: 50%;
  padding-top: 15px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-4-copy {
  text-transform: lowercase;
  background-color: #3898ec00;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 27px;
  padding-right: 27px;
  font-family: Varela Round, sans-serif;
  font-weight: 400;
}

.button-4-copy:hover {
  color: #fff;
  background-color: #cfcfcf;
  border-bottom: 0 solid #4920d2;
  border-radius: 0;
  text-decoration: none;
}

.logo-on-main {
  margin-top: -36px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container-7 {
  margin-left: 0;
  margin-right: 0;
}

.image-2 {
  display: inline-block;
}

.logo-div-head {
  display: block;
}

.div-head {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-block {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #00000073;
  margin: 0 5px;
  padding: 5px;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  opacity: .67;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.utility-page-wrap {
  background-color: #878787;
  background-image: url('../images/background-texture-329.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.div-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.utlity-page-body {
  background-color: #000;
}

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

.image-3 {
  color: #fff;
}

.text-block-6 {
  color: #fff;
  margin-bottom: 51px;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 14px;
  padding-bottom: 0;
}

.div-block-x4 {
  background-image: url('../images/daniel-Y4_SUK8QOIs-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 215px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.paragraph-copy {
  color: #000;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.text-block-7 {
  color: #00000073;
  margin-top: -4px;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 8px;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
}

.button-4-copy {
  color: #000;
  text-transform: none;
  background-color: #e0e0e0;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.button-4-copy:hover {
  color: #000;
  text-underline-offset: 1px;
  text-underline-position: under;
  background-color: #e0e0e0;
  border-bottom: 0 solid #4920d2;
  border-radius: 0;
  font-style: italic;
  text-decoration: none;
  text-decoration-thickness: 2px;
}

.button-99 {
  opacity: 1;
  color: #000;
  text-transform: none;
  background-color: #e0e0e000;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.button-99:hover {
  opacity: .71;
  color: #000;
  text-underline-offset: 1px;
  text-underline-position: under;
  mix-blend-mode: normal;
  background-color: #e0e0e000;
  border-bottom: 0 solid #4920d2;
  border-radius: 0;
  font-style: italic;
  text-decoration: none;
  text-decoration-thickness: 2px;
}

.italic-text-99 {
  color: #fff;
  font-family: Nunito Sans, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.italic-text-99:hover {
  background-color: #0000;
}

.contact-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 125vh;
  margin-bottom: 0;
  display: flex;
}

.section-services {
  min-width: 100px;
  min-height: 100vh;
  display: none;
}

.faq-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  display: flex;
}

.timeline-section {
  min-width: 100px;
  min-height: 100vh;
}

.container-6-copy {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 140px;
}

.div-block-services-wrapper {
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 21px;
  display: flex;
}

.div-service-text-wrapper {
  aspect-ratio: 1;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 50%;
  margin-bottom: 0;
  padding: 20px;
}

.service-photo-wrapper {
  background-image: url('../images/013_HIGH_01_XXX2---Copy.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.image-4 {
  aspect-ratio: 1;
  width: 50%;
}

.heading-service-type {
  color: #fff;
  text-align: left;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-block-service-details {
  color: #fff;
  text-align: left;
  font-family: Inter, sans-serif;
  font-weight: 200;
}

.div-block-x1 {
  filter: grayscale();
  background-image: linear-gradient(#000, #000 0%, #0000004f 49%, #000), url('../images/startae-team-7tXA8xwe4W4-unsplashxxxx.jpg'), url('../images/daniel-Y4_SUK8QOIs-unsplash.jpg');
  background-position: 0 0, 50% 61%, 50%;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, scroll;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100vw;
  height: 400px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-x1:hover {
  filter: none;
}

.div-block-x2 {
  filter: grayscale();
  background-image: linear-gradient(#000, #000 0%, #00000040 51%, #000), url('../images/hannah-wei-aso6SYJZGps-unsplash.jpg'), url('../images/daniel-Y4_SUK8QOIs-unsplash.jpg');
  background-position: 0 0, 50% 38%, 50%;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, scroll;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100vw;
  height: 400px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-x2:hover {
  filter: none;
}

.div-block-x4x {
  filter: grayscale();
  background-image: linear-gradient(#000, #000 0%, #00000063 51%, #000), url('../images/untldshots-6XS5q8u0mR8-unsplash.jpg');
  background-position: 0 0, 50% 46%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100vw;
  height: 400px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-x4x:hover {
  filter: none;
}

.div-block-x5 {
  filter: grayscale();
  background-image: linear-gradient(#000, #000 0%, #00000047 51%, #000), url('../images/vitalii-khodzinskyi-23fUh92Orns-unsplash.jpg');
  background-position: 0 0, 50% 51%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100vw;
  height: 400px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-x5:hover {
  filter: none;
}

.main-background-video {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.watch-section {
  min-height: 100vh;
}

.container-9 {
  max-width: 1007px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 73px 10px 40px;
}

.div-block-9 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: -115px;
  margin-bottom: 0;
  display: flex;
}

.bg-video-thumbnail {
  aspect-ratio: 9 / 16;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin: 329px 28px 28px 108px;
  display: flex;
  box-shadow: 9px 8px 0 -1px #3526d39e;
}

.bg-video-thumbnail-1-1 {
  aspect-ratio: 1;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 9px #ffffffd9;
}

.bg-video-thumbnail-9-16 {
  aspect-ratio: 9 / 16;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 28px;
  display: flex;
}

.text-block-8 {
  text-transform: uppercase;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.div-block-10 {
  margin: 17px;
  overflow: visible;
}

.text-block-8-copy {
  color: #fff;
  text-align: right;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 60px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 43px;
  font-style: italic;
  font-weight: 300;
}

.bg-video-thumbnail-9-16-copy {
  aspect-ratio: 9 / 16;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin: 449px 28px 0;
  display: flex;
  box-shadow: 9px 8px 0 -1px #3526d39e;
}

.bg-video-thumbnail-1-1-copy {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: fill;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: -152px;
  margin-bottom: 5px;
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 0 0 9px #fff;
}

.div-block-11 {
  padding-bottom: 79px;
}

.div-block-12 {
  margin-left: 28px;
  margin-right: 28px;
}

.text-block-8-copy-copy {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 60px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 120px;
  font-style: italic;
  font-weight: 500;
  line-height: 70px;
}

.div-block-13 {
  justify-content: center;
  align-items: flex-end;
  margin-left: 20px;
  margin-right: -121px;
  display: block;
}

.heading-3-copy {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 140px;
  font-family: Inter Tight, sans-serif;
  font-size: 92px;
  font-style: normal;
  font-weight: 300;
}

.button-4-copy {
  color: #000;
  text-transform: none;
  background-color: #f1f1f1;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-style: italic;
  font-weight: 400;
  transition: opacity .2s;
}

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

.div-block-15 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100px;
  display: flex;
}

.text-block-7-copy {
  color: #000c;
  margin-top: -4px;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 9px;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
}

.text-block-9 {
  outline-offset: 0px;
  pointer-events: auto;
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-overflow: clip;
  white-space: nowrap;
  outline: 3px #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 50px;
  padding-left: 0;
  padding-right: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-5-copy {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

.text-block-8-copy-copy-copy {
  color: #fff;
  text-align: right;
  text-transform: none;
  text-shadow: 8px 1px 1px #3526d3cf;
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 60px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 116px;
  font-style: italic;
  font-weight: 500;
  line-height: 60px;
}

.text-block-8-copy-copy-copy-copy {
  color: #fff;
  text-align: right;
  text-transform: none;
  text-shadow: 8px 1px 1px #3526d3cf;
  margin-top: 10px;
  margin-bottom: 60px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 120px;
  font-style: italic;
  font-weight: 500;
  line-height: 70px;
}

.text-block-8-copy-copy-copy-copy-copy {
  color: #fff;
  text-align: right;
  text-transform: none;
  text-shadow: 8px 1px 1px #3526d3cf;
  margin-top: 10px;
  margin-bottom: 60px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 140px;
  font-style: italic;
  font-weight: 500;
  line-height: 90px;
}

.div-block-16 {
  background-color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: 0 0 0 60px;
  display: flex;
}

.div-block-17 {
  background-image: url('../images/johannes-blenke-4g6eDFbS48Q-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 50%;
  height: 100%;
}

.container-4-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: -57px;
  padding: 64px 0 0;
  display: flex;
}

.div-menu {
  color: #000;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-menu-part-1 {
  color: #000;
  flex-flow: column;
  display: flex;
}

.div-menu-part-2 {
  flex-flow: column;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.div-block-20-copy {
  flex-flow: column;
  margin-left: 0;
  margin-right: 20px;
  display: flex;
}

.menu-link-button {
  letter-spacing: 0;
  text-transform: none;
  background-color: #3898ec00;
  border: 0 solid #000;
  border-bottom: 2px solid #0000;
  margin: 2px 20px;
  padding: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
}

.menu-link-button:hover {
  border: 1px #000;
  border-bottom: 0 solid #000;
  border-radius: 0;
  text-decoration: none;
  transform: translate(7px);
}

.menu-link-button:active {
  transform: translate(7px);
}

.head-button-contact {
  color: #000;
  text-transform: uppercase;
  background-color: #f1f1f1;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Nunito, sans-serif;
  font-style: italic;
  font-weight: 700;
  transition: opacity .2s;
}

.head-button-contact:hover {
  opacity: 1;
  outline-offset: 0px;
  color: #fff;
  text-underline-offset: 1px;
  text-underline-position: under;
  background-color: #2b38c8;
  border-bottom: 0 solid #4920d2;
  border-radius: 0;
  outline: 3px #fff;
  font-style: italic;
  text-decoration: none;
  text-decoration-thickness: 2px;
}

.other-screen {
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 150vh;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.video {
  width: 90px;
  height: 160px;
  position: absolute;
  overflow: hidden;
}

.bg-video-thumbnail-9-16-new {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 9 / 19;
  border-radius: 21px;
  justify-content: center;
  align-items: center;
  height: 1050px;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.paragraph-2 {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-left: 0;
  margin-right: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 170px;
  font-style: normal;
  font-weight: 600;
  line-height: 130px;
  overflow: hidden;
}

.div-block-21 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 60px;
  display: flex;
}

.comm-screen {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 150vh;
  margin-top: -250px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.div-block-21-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.paragraph-2-copy {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 170px;
  font-weight: 600;
  line-height: 130px;
}

.some-text-sub {
  color: #fff;
  text-align: right;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
}

.some-text-div {
  margin-left: 220px;
  display: block;
}

.button-2-copy {
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  background-color: #3898ec00;
  border-bottom: 2px solid #fff;
  margin: 20px 20px 2px;
  padding: 0;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}

.button-2-copy:hover {
  text-decoration: none;
}

.button-2-copy:active {
  transform: none;
}

.paragraph-3-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-top: 23px;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
}

.bg-video-thumbnail-9-16-new-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 2.39;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 36vw;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.italic-text-100 {
  font-family: Nunito Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.italic-text-101 {
  font-family: Nunito Sans, sans-serif;
}

.text-block-10 {
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
}

.section-wipe-text-copy {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 150px;
  margin-top: 0;
  padding: 0;
  font-size: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-23 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.autoplay-reel-text {
  color: #fffffff2;
  text-align: right;
  text-transform: lowercase;
  text-shadow: none;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 132px;
  font-style: italic;
  font-weight: 700;
  line-height: 100px;
}

.section-4 {
  height: 80vh;
  padding-top: 0;
  overflow: hidden;
}

.autoplay-reel-video {
  background-color: #0000;
  background-image: linear-gradient(#0003, #0003);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.background-video-4 {
  height: 95vh;
}

.section-text-x {
  height: 20vh;
  overflow: hidden;
}

.paragraph-4 {
  color: #fff;
  text-align: right;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 700;
}

.container-10 {
  max-width: 95%;
  padding-top: 60px;
  padding-bottom: 40px;
}

.autoplay-reel-text-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  width: 95%;
  max-width: 95%;
  height: 75%;
  display: flex;
}

.text-xy-copy {
  color: #fffffff2;
  text-align: right;
  text-transform: lowercase;
  text-shadow: none;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  line-height: 40px;
}

.bg-video-other {
  aspect-ratio: 4 / 5;
  height: 95vh;
  margin-right: 0;
}

.other-text-div {
  flex-flow: column;
  margin-right: 0;
  padding-right: 0;
  display: block;
}

.other-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.some-screen {
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 150vh;
  margin-right: 0;
  padding-right: 60px;
  display: flex;
  position: static;
  overflow: hidden;
}

.some-text {
  color: #fff;
  text-align: right;
  text-transform: none;
  margin-left: 0;
  margin-right: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 170px;
  font-style: normal;
  font-weight: 600;
  line-height: 130px;
  overflow: hidden;
}

.other-text-sub {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
}

.paragraph-2-copy {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-left: 0;
  margin-right: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 170px;
  font-style: normal;
  font-weight: 600;
  line-height: 130px;
  overflow: hidden;
}

.paragraph-2-copy-copy {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 60px;
  font-family: Nunito Sans, sans-serif;
  font-size: 170px;
  font-style: normal;
  font-weight: 600;
  line-height: 130px;
  overflow: hidden;
}

.section-5 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.navbar-wrapper {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.nav-menu {
  float: none;
  display: flex;
  position: relative;
}

.logo-wrapper-in-navbar {
  float: none;
  display: block;
  position: relative;
}

.lottie-animation, .hamburger-lottie {
  display: none;
}

.auto-wipe-text-element {
  color: #ffffffc2;
  white-space: nowrap;
  font-family: Nunito Sans, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 40px;
}

.wipe-txt-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
  overflow: clip;
}

.auto-wipe-text-element-2 {
  color: #ffffffc2;
  white-space: nowrap;
  font-family: Nunito Sans, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 40px;
}

.button-4-copy {
  color: #000;
  text-transform: none;
  background-color: #f1f1f1;
  border-radius: 8px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  transition: opacity .2s;
}

.div-block-8-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.div-menu-part-3 {
  flex-flow: column;
  margin-left: 0;
  margin-right: 20px;
  display: flex;
}

.autoplay-reel-section {
  height: 80vh;
  padding-top: 0;
  overflow: hidden;
}

.container-12 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0 60px;
  display: flex;
}

.navbar-div-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  padding: 40px 60px 10px;
  display: flex;
}

.image-variant {
  display: none;
}

.text-block-11 {
  font-family: Nunito Sans, sans-serif;
}

.button-bring-me-back {
  color: #000;
  text-transform: none;
  background-color: #fff;
  border-radius: 8px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  transition: opacity .2s;
}

.button-bring-me-back:hover {
  opacity: 1;
  outline-offset: 0px;
  color: #fff;
  text-underline-offset: 1px;
  text-underline-position: under;
  background-color: #2b38c8;
  border-bottom: 0 solid #4920d2;
  border-radius: 8px;
  outline: 3px #fff;
  font-style: normal;
  text-decoration: none;
  text-decoration-thickness: 2px;
}

.navbar-42 {
  background-color: #463f3f00;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  overflow: visible;
}

.utility-page-header {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.image-6 {
  max-width: none;
  padding-top: 40px;
  padding-left: 60px;
}

.navbar-42-variant {
  background-color: #463f3f00;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  overflow: visible;
}

.logo-wrapper-in-navbar-copy-variant {
  float: none;
  display: block;
  position: relative;
}

.legal-page-section {
  background-color: #878787;
  background-image: url('../images/background-texture-329.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border: 1px solid #000;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
}

.menu-link-button-variant {
  letter-spacing: 0;
  text-transform: none;
  background-color: #3898ec00;
  border: 0 solid #000;
  border-bottom: 2px solid #0000;
  margin: 2px 20px;
  padding: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
}

.menu-link-button-variant:hover {
  border: 1px #000;
  border-bottom: 0 solid #000;
  border-radius: 0;
  text-decoration: none;
  transform: translate(7px);
}

.menu-link-button-variant:active {
  transform: translate(7px);
}

.navbar-div-wrapper-variant {
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  padding: 40px 60px 10px;
  display: flex;
}

.logo-wrapper-in-navbar-variant1 {
  float: none;
  display: block;
  position: relative;
}

.image-variant-copy {
  display: block;
}

.div-block-28 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 220px;
  margin-bottom: 140px;
  display: flex;
}

.text-block-12 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 300;
}

.text-block-13 {
  text-align: justify;
  width: 100%;
  margin-top: 40px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 300;
}

.text-block-14 {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.field-label-4 {
  color: #fff;
  margin-bottom: 15px;
  font-family: Nunito Sans, sans-serif;
}

.text-field-3 {
  text-align: center;
  border-radius: 8px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Nunito Sans, sans-serif;
}

.submit-button {
  background-color: #3898ec;
  font-family: Nunito Sans, sans-serif;
}

.button-4-copy {
  color: #000;
  text-transform: none;
  background-color: #f1f1f1;
  border-radius: 8px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  transition: opacity .2s;
}

.button-4-copy:hover {
  opacity: 1;
  outline-offset: 0px;
  color: #fff;
  text-underline-offset: 1px;
  text-underline-position: under;
  background-color: #2b38c8;
  border-bottom: 0 solid #4920d2;
  border-radius: 8px;
  outline: 3px #fff;
  font-style: normal;
  text-decoration: none;
  text-decoration-thickness: 2px;
}

._79 {
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  background-color: #3898ec00;
  border: 0 solid #000;
  border-bottom: 2px solid #0000;
  margin: 2px 20px;
  padding: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
}

._79:hover {
  border: 1px #000;
  border-bottom: 0 solid #000;
  border-radius: 0;
  text-decoration: none;
  transform: translate(7px);
}

._79:active {
  transform: translate(7px);
}

@media screen and (max-width: 991px) {
  .logo-sub-text {
    font-size: 16px;
  }

  .main-logo-container {
    justify-content: center;
    align-items: flex-end;
  }

  .main-section {
    background-image: url('../images/background-photo-copy-2-EXTENDED.jpg');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 97vh;
  }

  .container-4 {
    width: 98%;
    max-width: 98%;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 19px;
  }

  .button-4 {
    color: #fff;
    background-color: #000;
    padding: 15px 40px;
    font-size: 15px;
  }

  .text-field1 {
    width: 100%;
    margin-bottom: 20px;
  }

  .textarea, .form {
    width: 100%;
  }

  .recaptcha {
    margin-bottom: 30px;
  }

  .heading-3 {
    margin-bottom: 0;
    font-size: 39px;
  }

  .text-block-5 {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .form-block {
    width: 80%;
  }

  .container-5 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .timeline-image-head {
    letter-spacing: 0;
    width: 70%;
    margin-right: 20px;
    font-size: 70px;
    line-height: 60px;
  }

  .div-block-5 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    margin-left: 0;
  }

  .timeline-image-sub {
    width: 30%;
    margin-left: 20px;
  }

  .container-8 {
    max-width: 728px;
  }

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

  .italic-text-99 {
    font-size: 15px;
  }

  .div-block-x1 {
    height: 330px;
  }

  .main-background-video {
    justify-content: center;
    align-items: center;
  }

  .text-block-9 {
    font-size: 32px;
    font-weight: 700;
    display: flex;
  }

  .container-5-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .button-4-copy {
    margin-left: 0;
    margin-right: 0;
    padding: 15px 35px;
    font-size: 18px;
  }

  .div-block-16 {
    padding-left: 20px;
  }

  .div-menu {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .div-menu-part-1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-menu-part-2 {
    justify-content: center;
    align-items: center;
  }

  .div-block-20-copy {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    display: block;
  }

  .menu-link-button {
    color: #000;
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
  }

  .menu-link-button:hover {
    opacity: .6;
    transform: none;
  }

  .div-block-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .paragraph-2-copy {
    font-size: 110px;
    line-height: 100px;
  }

  .button-2-copy {
    margin-top: 20px;
  }

  .bg-video-thumbnail-9-16-new-copy {
    aspect-ratio: auto;
    height: 50vw;
  }

  .div-block-23 {
    margin-top: 120px;
    padding-top: 0;
  }

  .autoplay-reel-text {
    font-size: 87px;
    line-height: 70px;
  }

  .autoplay-reel-text-wrapper {
    max-width: 95%;
  }

  .text-xy-copy {
    margin-bottom: 35px;
    font-size: 42px;
  }

  .other-wrapper {
    flex-flow: column;
  }

  .some-text, .paragraph-2-copy-copy {
    font-size: 110px;
    line-height: 100px;
  }

  .navbar-wrapper {
    background-color: #fff0;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
    display: block;
    position: absolute;
  }

  .nav-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
  }

  .nav-menu {
    z-index: 2;
    color: #5b434300;
    background-color: #fff;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 90vh;
    padding: 140px 60px 100px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .icon-3 {
    font-size: 70px;
    display: none;
  }

  .hamburger-button {
    z-index: 3;
    float: right;
    color: #000;
    justify-content: flex-end;
    align-items: center;
    padding: 40px;
    font-size: 70px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .hamburger-button.w--open {
    color: #000;
    background-color: #c8c8c800;
    font-size: 70px;
  }

  .logo-wrapper-in-navbar {
    z-index: 6;
    float: left;
    opacity: 1;
    color: #ad0e0e;
    display: none;
  }

  .lottie-animation {
    display: block;
  }

  .hamburger-lottie {
    z-index: 5;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
  }

  .div-block-24 {
    float: right;
  }

  .button-4-copy {
    padding: 10px 40px;
    font-size: 13px;
  }

  .div-menu-part-3 {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    display: block;
  }

  .image-variant {
    opacity: 1;
  }

  .navbar-42, .navbar-42-variant {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .logo-wrapper-in-navbar-copy-variant {
    z-index: 6;
    float: left;
    opacity: 1;
    color: #ad0e0e;
    display: none;
  }

  .menu-link-button-variant {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
  }

  .menu-link-button-variant:hover {
    opacity: .6;
    transform: none;
  }

  .logo-wrapper-in-navbar-variant1 {
    z-index: 6;
    float: left;
    opacity: 1;
    color: #ad0e0e;
    display: none;
  }

  .image-variant-copy {
    opacity: 1;
  }

  .div-block-28 {
    width: 80%;
  }

  .button-4-copy {
    color: #fff;
    background-color: #000;
    padding: 15px 40px;
    font-size: 15px;
  }

  ._79 {
    color: #000;
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
  }

  ._79:hover {
    opacity: .6;
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .container-4 {
    margin-left: 22px;
    margin-right: 22px;
  }

  .form {
    width: 70vw;
  }

  .section-wipe-text {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .container-4-copy {
    margin-left: 22px;
    margin-right: 22px;
  }

  .section-wipe-text-copy {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    margin-bottom: 23px;
    font-size: 70px;
    line-height: 80px;
  }

  .logo-sub-text {
    font-size: 15px;
    line-height: 43px;
  }

  .main-logo-container {
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-section {
    background-color: #000;
    background-image: url('../images/background-photo-copy-2-EXTENDED.jpg'), url('../images/background-photo-copy-2.jpg');
    background-position: 50% 100%, 50%;
    background-size: cover, cover;
    background-attachment: scroll, fixed;
    height: 95vh;
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-head {
    max-width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .button-2 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .container-4 {
    flex-flow: row;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

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

  .button-3 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .button-4 {
    padding-left: 36px;
    padding-right: 36px;
    font-size: 14px;
  }

  .text-field1, .textarea {
    width: 100%;
    font-size: 12px;
  }

  .button-5 {
    margin-left: 0;
    margin-right: 12px;
    display: inline-block;
  }

  .form {
    width: 100%;
  }

  .recaptcha {
    overflow: hidden;
  }

  .faq-question-text {
    text-overflow: clip;
    overflow-wrap: normal;
    font-size: 14px;
  }

  .faq-container {
    padding-bottom: 140px;
    font-size: 12px;
  }

  .faq-element {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-question-element {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .div-block {
    width: 90%;
  }

  .heading-3 {
    margin-top: 20px;
    font-size: 34px;
  }

  .text-block-5 {
    font-size: 12px;
  }

  .form-block {
    width: 95%;
  }

  .section-wipe-text {
    background-color: #fff0;
    border-bottom-style: none;
    height: 120px;
    padding: 0;
  }

  .container-5 {
    max-width: 100%;
    overflow: clip;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-x3 {
    height: 356px;
  }

  .timeline-image-head {
    font-size: 39px;
    line-height: 42px;
  }

  .div-block-5 {
    flex-flow: row;
  }

  .timeline-image-sub {
    font-size: 12px;
    line-height: 18px;
  }

  .logo-on-main {
    padding-left: 0;
    padding-right: 0;
  }

  .image-2 {
    margin-top: 10px;
    margin-left: 10px;
  }

  .logo-div-head {
    overflow: hidden;
  }

  .div-head {
    overflow: visible;
  }

  .container-8 {
    max-width: none;
  }

  .footer-wrapper {
    flex-flow: column;
  }

  .footer-content {
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .footer-social-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 6px;
    margin-left: 0;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .div-block-8 {
    margin-left: 0;
    margin-right: 10px;
  }

  .button-4-copy, .button-99 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .italic-text-99 {
    font-size: 14px;
  }

  .contact-section {
    width: 100vw;
    overflow: hidden;
  }

  .faq-section {
    overflow: hidden;
  }

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

  .div-block-x4x {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .main-background-video {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .button-4-copy {
    margin-left: 12px;
    margin-right: 12px;
  }

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

  .div-block-15 {
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }

  .text-block-9 {
    color: #fff;
    font-size: 45px;
    overflow: visible;
  }

  .container-5-copy {
    max-width: none;
    line-height: 18px;
  }

  .button-4-copy {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-16 {
    width: 78%;
  }

  .div-block-17 {
    width: 18%;
  }

  .container-4-copy {
    margin-left: 15px;
    margin-right: 15px;
  }

  .div-menu {
    grid-column-gap: 37px;
    grid-row-gap: 37px;
    flex-flow: column;
    padding: 20px;
    overflow: hidden;
  }

  .div-menu-part-1 {
    margin-top: 0;
  }

  .div-menu-part-2 {
    margin-top: 40px;
  }

  .div-block-20-copy {
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .menu-link-button {
    margin-top: 20px;
    margin-left: 12px;
    margin-right: 12px;
    font-size: 20px;
  }

  .head-button-contact {
    margin-left: 12px;
    margin-right: 12px;
  }

  .other-screen {
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-21 {
    flex-flow: column;
    width: 100%;
    margin-right: 0;
    padding-top: 140px;
  }

  .comm-screen {
    margin-top: 0;
  }

  .paragraph-2-copy {
    text-align: center;
    font-size: 60px;
  }

  .some-text-div {
    margin-left: 0;
    padding-top: 0;
    padding-right: 15px;
  }

  .button-2-copy {
    margin-left: 12px;
    margin-right: 12px;
  }

  .paragraph-3-copy {
    margin-top: 17px;
  }

  .bg-video-thumbnail-9-16-new-copy {
    height: 100vw;
  }

  .section-wipe-text-copy {
    height: auto;
    margin-top: 40px;
    padding: 40px 0;
  }

  .autoplay-reel-text {
    text-transform: lowercase;
    font-size: 60px;
    line-height: 50px;
  }

  .background-video-4 {
    overflow: clip;
  }

  .text-xy-copy {
    margin-bottom: 27px;
    font-size: 40px;
  }

  .bg-video-other {
    overflow: clip;
  }

  .other-text-div, .other-wrapper {
    width: 100%;
  }

  .some-screen {
    height: auto;
    padding: 0 15px 60px;
  }

  .some-text {
    margin-bottom: 15px;
    font-size: 70px;
    line-height: 70px;
  }

  .paragraph-2-copy-copy {
    width: 100%;
    margin-bottom: 15px;
    font-size: 70px;
    line-height: 70px;
    overflow: hidden;
  }

  .icon-2, .menu-button {
    color: #000;
  }

  .container-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .navbar-wrapper {
    color: #ff060600;
    background-color: #fff0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 15px;
    display: block;
    overflow: visible;
  }

  .nav-container {
    -webkit-text-stroke-color: #ff060600;
  }

  .nav-menu {
    background-color: #fff;
    height: 80vh;
    padding-top: 120px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .icon-3 {
    color: #000;
    font-size: 43px;
  }

  .hamburger-button {
    padding: 25px;
  }

  .hamburger-button.w--open {
    color: #fff0;
    background-color: #c8c8c800;
  }

  .hamburger-lottie {
    width: 44px;
    height: 44px;
  }

  .div-block-25 {
    width: 100%;
  }

  .div-block-26 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-block-8-copy {
    margin-left: 0;
    margin-right: 40px;
  }

  .div-menu-part-3 {
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .navbar-div-wrapper {
    padding-left: 40px;
    padding-right: 20px;
  }

  .button-bring-me-back {
    padding-left: 36px;
    padding-right: 36px;
  }

  .image-6 {
    object-fit: fill;
    padding-left: 40px;
  }

  .menu-link-button-variant {
    margin-top: 20px;
    margin-left: 12px;
    margin-right: 12px;
    font-size: 20px;
  }

  .navbar-div-wrapper-variant {
    padding-left: 40px;
    padding-right: 20px;
  }

  .button-4-copy {
    padding-left: 36px;
    padding-right: 36px;
    font-size: 14px;
  }

  ._79 {
    margin-top: 20px;
    margin-left: 12px;
    margin-right: 12px;
    font-size: 20px;
  }
}

#w-node-d6a2a31d-f7df-e724-821a-4163c0f8755c-c0f87542 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


