.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;
}

h1 {
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: degular-display, sans-serif;
  font-size: 110px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: degular-display, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

h3 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: larken, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 48px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: larken, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 33px;
}

h5 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: degular-display, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 110%;
}

p {
  color: #fff;
  margin-bottom: 10px;
  font-family: degular-text, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.typer-wrapper {
  justify-content: center;
  align-items: center;
  display: none;
}

.scroll-snap-wrapper {
  mix-blend-mode: normal;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
}

.scroll-snap-wrapper._972, .html-embed {
  display: none;
}

.section-1 {
  z-index: 0;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 100vh;
  position: relative;
}

.section-2 {
  z-index: 0;
  background-color: #000;
  background-image: url('../images/Rectangle-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.section-3 {
  background-color: #0000;
  background-image: url('../images/hills.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.background-video {
  height: 100%;
  display: block;
}

.background-video._2 {
  display: none;
}

.dsk-fixed-nav {
  z-index: 200;
  mix-blend-mode: exclusion;
  height: 15%;
  display: none;
  position: static;
  inset: 0% 0% auto;
}

._90 {
  justify-content: center;
  align-items: center;
  max-width: 90%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

._90.alt {
  flex-direction: column;
  align-items: stretch;
}

._90.vertical {
  flex-direction: column;
}

._90.vertical.padding {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

._90.vertical.padding.short {
  justify-content: flex-end;
}

._90.stacked {
  flex-direction: column;
  justify-content: center;
}

.dsk-fixed-nav-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.text-block-2 {
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-clip: border-box;
  font-family: degular-display, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.section-4 {
  background-image: url('../images/gradient.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.section-5 {
  background-color: #0000;
  background-image: url('../images/drinks.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.section-6, .section-7 {
  background-color: #fff;
  height: 100vh;
  position: relative;
}

.section-8 {
  background-image: url('../images/chatSetup.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.section-9 {
  opacity: 1;
  background-color: #333;
  height: 100vh;
  position: relative;
}

.section-10 {
  background-color: #d63a3a;
  height: 100vh;
}

.section-11 {
  background-color: #490fac;
  height: 100vh;
}

.image-2 {
  color: #fff;
  display: none;
}

.breadcrumbs {
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.breaccrumb-actual {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  display: none;
}

.breaccrumb-actual.off {
  background-color: #000;
}

.div-block-2 {
  background-color: #0000;
  background-image: url('../images/orangel4-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.wordscenter {
  padding: 13px;
  position: static;
}

.light {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.heading {
  font-family: degular-display, sans-serif;
  font-weight: 600;
}

.div3 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div4 {
  background-image: url('../images/bluegreen3-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div5 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.heading-2 {
  color: #000;
  font-family: degular-display, sans-serif;
  font-size: 110px;
  font-weight: 600;
  line-height: 120%;
}

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

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: -99px;
  display: flex;
}

.div-block-4 {
  width: 350px;
}

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

.heading-3.no {
  font-family: degular-text, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.div-block-5 {
  background-image: url('../images/Rectangle-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.div-block-8 {
  background-image: url('../images/8d.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80%;
  height: 40%;
  margin-top: 33px;
}

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

.div-block-10 {
  justify-content: flex-end;
  align-items: center;
  height: 70%;
  margin-left: 0;
  display: flex;
}

.image-4 {
  max-width: none;
  height: 590px;
}

.div-block-12 {
  flex-direction: column;
  flex: none;
  width: 70%;
  padding-left: 60px;
  display: flex;
}

.div-block-13 {
  margin-bottom: 11px;
}

.div-block-14 {
  grid-column-gap: 110px;
  align-items: flex-start;
  margin-top: 65px;
  display: flex;
}

.div-block-15 {
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.heading-4 {
  z-index: 200;
  font-size: 24px;
  position: relative;
}

.logodiv {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.logodiv._2 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 30px;
  position: absolute;
}

.logodiv._2.white {
  background-image: none;
}

.logodiv.hide {
  z-index: 2000;
  margin-top: 0;
  position: absolute;
  top: 4%;
}

.div-block-16 {
  background-image: url('../images/Group-15106016.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 45px;
  display: block;
}

.div-block-16._2 {
  background-image: url('../images/Group-15106013.png');
  height: 45px;
}

.div-block-16._2.alt {
  background-image: url('../images/Group-15106014.png');
}

.div-block-16._4 {
  height: 45px;
}

.section-bw {
  background-image: url('../images/bkg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.overlapcircle {
  justify-content: center;
  margin-top: -151px;
  display: flex;
}

.div-block-18 {
  width: auto;
  height: auto;
}

.text-block-5 {
  color: #fff;
  letter-spacing: 1px;
  font-family: degular-display, sans-serif;
  font-size: 20px;
  line-height: 1;
}

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

.left {
  text-align: left;
}

.left._32 {
  margin-top: 0;
  font-size: 32px;
}

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

.grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 85% 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: block;
  position: relative;
}

.div-block-19 {
  width: 80%;
  margin-top: 0;
}

.submit-button {
  float: right;
  color: #333;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  margin-bottom: 0;
  font-family: degular-display, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.textarea {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  min-height: 150px;
  max-height: 150px;
  font-family: degular-text, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.textarea::placeholder {
  color: #fff;
  font-family: degular-text, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

.text-field {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  height: 60px;
  font-family: degular-text, sans-serif;
  font-size: 20px;
}

.text-field::placeholder {
  color: #fff;
  font-family: degular-text, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.text-field.last {
  font-family: degular-text, sans-serif;
  font-size: 20px;
}

.text-field-2 {
  color: #fff;
  -webkit-text-stroke-color: transparent;
  background-color: #0000;
  border: 1px solid #fff;
  height: 60px;
  font-family: degular-display, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-field-2::placeholder {
  color: #fff;
  background-color: #0000;
  font-family: degular-text, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.form-block {
  color: #fff;
}

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

.heading-5.mixed {
  font-weight: 400;
}

.heading-6._32 {
  margin-bottom: 36px;
  font-size: 32px;
}

.div-block-21 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 97px;
  display: flex;
}

.center.black {
  font-size: 18px;
  line-height: 24px;
}

.div-block-22 {
  width: 100%;
  margin-top: 26px;
}

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

.paragraph {
  font-size: 15px;
  line-height: 26px;
}

._8-black {
  color: #000;
  margin-top: 0;
  font-size: 40px;
}

.div-block-24 {
  flex-direction: column;
  justify-content: flex-start;
  display: inline-block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.foot {
  grid-column-gap: 40px;
  align-items: center;
  width: 100%;
  margin-top: 22px;
  margin-bottom: 22px;
  display: flex;
}

.div-block-25 {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-26 {
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  height: 30%;
  margin-top: 59px;
  padding-bottom: 7px;
  display: flex;
}

.div-block-27 {
  color: #fff;
  font-family: larken, sans-serif;
  font-size: 18px;
}

.text-block-7 {
  color: #fff;
}

.div-block-28 {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.div-block-29, .div-block-30 {
  width: 25px;
  height: 25px;
}

.div-block-31 {
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  display: flex;
}

.text-block-8 {
  color: #fff;
  font-family: degular-text, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.div-block-32 {
  height: 20%;
}

.link {
  color: #2e9f73;
  font-weight: 600;
}

.div-block-33 {
  margin-left: -20px;
}

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

.mob {
  mix-blend-mode: normal;
  width: 100vw;
  height: 100vh;
  display: none;
  overflow: scroll;
}

.static-nav {
  display: none;
}

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

.new-mobile {
  display: none;
}

.new-6, .new-7 {
  background-color: #fff;
  height: 100vh;
  position: relative;
}

.new-8 {
  background-image: url('../images/chatSetup.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.div-block-37 {
  margin-bottom: 67px;
}

.text-block-11 {
  color: #535353;
}

@media screen and (min-width: 1920px) {
  ._90.vertical.padding.short {
    height: 100%;
  }

  .section-9 {
    height: 60vh;
  }

  .light, .heading {
    font-size: 60px;
  }

  .heading-2 {
    font-size: 160px;
  }

  .div-block-4 {
    width: 630px;
  }

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

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

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

  .div-block-16 {
    height: 80px;
  }

  .div-block-16._2, .div-block-16._4 {
    height: 50px;
  }

  .left._32 {
    font-size: 60px;
  }

  .submit-button {
    padding: 16px;
    font-size: 22px;
  }

  .textarea, .textarea::placeholder {
    font-size: 22px;
  }

  .text-field {
    font-size: 22px;
    line-height: 22px;
  }

  .text-field::placeholder {
    font-size: 22px;
  }

  .text-field.last, .text-field-2, .text-field-2::placeholder {
    font-size: 22px;
    line-height: 22px;
  }

  .black, .heading-5, .heading-6._32 {
    font-size: 60px;
  }

  .center.black {
    padding-top: 26px;
    padding-bottom: 26px;
    font-size: 36px;
    line-height: 39px;
  }

  .div-block-22 {
    width: 60%;
  }

  .paragraph {
    font-size: 27px;
    line-height: 34px;
  }

  ._8-black {
    font-size: 60px;
  }

  .image-5, .image-6 {
    width: 400px;
    height: 400px;
  }
}

@media screen and (max-width: 991px) {
  .scroll-snap-wrapper {
    display: block;
  }

  .section-2 {
    padding-top: 0;
    position: static;
  }

  ._90 {
    align-items: flex-start;
    margin-top: -44px;
  }

  .section-7 {
    background-image: url('../images/Rectangle-3.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 90px;
    margin-right: 90px;
  }

  .section-8 {
    height: 100vh;
  }

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

  .div-block-5 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .div-block-7 {
    width: auto;
  }

  .div-block-8 {
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .logodiv {
    align-items: center;
    height: 30px;
    margin-top: 40px;
    position: static;
  }

  .logodiv._2.hide {
    padding-top: 44px;
    position: static;
    inset: 0% 0% auto;
  }

  .logodiv._2.hide._69 {
    padding-top: 44px;
  }

  .logodiv.hide {
    display: flex;
    position: static;
    inset: 0% 0% auto;
  }

  ._8-black {
    color: #000;
    font-size: 32px;
  }

  .mob.auto {
    display: none;
  }

  .div-block-35 {
    margin-left: auto;
    margin-right: auto;
  }

  .static-nav {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    display: flex;
  }

  .image-8 {
    height: 30px;
  }

  .new-7 {
    background-image: url('../images/Rectangle-3.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 90px;
    margin-right: 90px;
  }

  .new-8 {
    height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  .scroll-snap-wrapper {
    display: block;
  }

  .light, .heading {
    font-size: 40px;
  }

  .heading-2 {
    font-size: 85px;
  }

  .div-block-8 {
    height: 25%;
  }

  .heading-4 {
    font-size: 19px;
    line-height: 29px;
  }

  .paragraph {
    line-height: 19px;
  }

  .mob.auto {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .scroll-snap-wrapper {
    display: block;
  }

  .section-2 {
    background-size: auto;
  }

  .section-3 {
    height: 120vh;
  }

  .background-video {
    display: none;
  }

  .background-video._2 {
    display: block;
  }

  ._90.alt {
    margin-top: 0;
    padding-top: 67px;
    padding-bottom: 163px;
  }

  ._90.vertical.padding.short {
    justify-content: flex-start;
  }

  ._90.stacked {
    justify-content: flex-start;
    padding-top: 67px;
  }

  ._90.stacked._80 {
    height: 100%;
    margin-top: 0;
    padding-bottom: 109px;
  }

  .section-4 {
    background-image: url('../images/gradient.png');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section-5 {
    background-position: 50%;
  }

  .section-6 {
    height: 160vh;
    position: relative;
  }

  .section-7 {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-8 {
    height: 190vh;
  }

  .section-9 {
    height: auto;
    position: relative;
  }

  .div-block-2 {
    background-size: contain;
  }

  .wordscenter {
    padding: 0;
  }

  .light, .heading {
    font-size: 32px;
    line-height: 36px;
  }

  .heading._28 {
    font-size: 28px;
    line-height: 32px;
  }

  .div4 {
    background-size: contain;
  }

  .heading-2 {
    font-size: 60px;
    line-height: 56px;
  }

  .div-block-4 {
    width: 300px;
  }

  .heading-3 {
    font-size: 27px;
  }

  .heading-3.no {
    font-size: 24px;
    line-height: 28px;
  }

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

  .div-block-7 {
    width: 90%;
  }

  .div-block-8.mobile {
    background-image: url('../images/tall.svg');
    background-size: contain;
    width: 100%;
    height: 48%;
    margin-top: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-12 {
    width: 100%;
    padding-left: 26px;
  }

  .div-block-14 {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .heading-4 {
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .logodiv {
    z-index: 200;
    margin-top: 0;
    padding-top: 43px;
  }

  .logodiv._2.hide {
    height: auto;
  }

  .div-block-16._4 {
    height: 45px;
  }

  .text-block-5.b {
    letter-spacing: 1px;
  }

  .left {
    font-size: 32px;
  }

  .left._32 {
    line-height: 36px;
  }

  .grid-3 {
    grid-auto-flow: row;
  }

  .grid-3.stacked {
    grid-template-columns: 1fr;
  }

  .textarea {
    margin-top: 10px;
  }

  .black, .heading-5 {
    font-size: 32px;
  }

  .heading-5.mixed {
    line-height: 36px;
  }

  .heading-6 {
    font-size: 32px;
    line-height: 36px;
  }

  .heading-6._32 {
    margin-top: 87px;
    margin-bottom: 53px;
  }

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

  .center.black {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-22 {
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 24px;
  }

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

  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  ._8-black {
    font-size: 24px;
    line-height: 110%;
  }

  .foot {
    flex-direction: column;
  }

  .div-block-26 {
    grid-column-gap: 20px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: center;
    height: 44%;
    margin-top: 0;
  }

  .div-block-31 {
    justify-content: center;
  }

  .text-block-8 {
    text-align: center;
  }

  .bold-text {
    font-size: 18px;
  }

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

  .background-video-2 {
    height: 100vh;
  }

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

  .text-block-9 {
    color: #000;
    text-align: center;
    font-family: degular-display, sans-serif;
    font-size: 70px;
    line-height: 1;
  }

  .text-block-10 {
    color: #000;
    text-align: center;
    margin-top: 32px;
    font-family: larken, sans-serif;
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-34 {
    height: 100vh;
  }

  .mob {
    display: block;
  }

  .mob.auto {
    height: auto;
    display: block;
    overflow: visible;
  }

  .image-7 {
    width: 95%;
  }

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

  .new-mobile {
    display: block;
  }

  .bold-text-2 {
    letter-spacing: 1px;
  }

  .bold-text-3 {
    letter-spacing: 1px;
    font-weight: 600;
  }

  .new-6 {
    height: auto;
    position: relative;
  }

  .new-7 {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .new-8 {
    height: auto;
  }

  .div-block-36 {
    margin-bottom: 79px;
  }

  .bold-text-4 {
    font-weight: 600;
  }
}

#w-node-_95ec09e9-8447-bce9-e84a-6628306875d9-b6641b52, #w-node-_24c30b57-43ec-a245-af56-d868359f2250-b6641b52, #w-node-_95ec09e9-8447-bce9-e84a-6628306875d9-0fe1e639 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}


