:root {
  --main-color: #bb864e;
}


.section__background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: center / cover no-repeat
}

.header {
  z-index: 35;
}

.section__background-wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.section__background-mobile-image {
  width: 100%;
  height: 100%;
  display: none;
}

section {
  position: relative;
}

.section__title, .section__label, .section__description, .section__btn {
  color: inherit;
}

.arrow-wrap {
  position: relative;
}
.arrow-content {
  width: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -93vh;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: sticky;
  right: 15px;
  top: 60px;
  z-index: 14;
  height: 93vh;
  padding-top: 156px;
  padding-bottom: 28px;
}

.arrow-text {
  /*margin-top: 156px;*/
  width: 134px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-bottom: 84px;
}

.arrow-line {
  width: 0.5px;
  height: 100%;
  background-color: white;
}


.arrow-image {
  width: 24px;
}

.section__title {
  font-weight: bold;
  font-size: clamp(2.25rem, 1.4038rem + 4.2308vw, 3.625rem);
  line-height: clamp(2.25rem, 1.5603rem + 3.4483vw, 3.5rem);
}

.section__label {
  font-weight: bold;
  letter-spacing: 6px;
}

.max__content {
  z-index: 20;
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: 64px 16px;
  width: 100%;
}

.section__background-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
}

.section__info-wrap {
  width: 100%;
  max-width: 420px;
}


.section__description {
  margin-bottom: 72px;
}



.section__title::before, .section__title::after {
  content: '';
  display: block;
  width: 36px;
  height: 2px;
  margin: 32px 0;
}


.section__btn {
  padding: 18px 32px;
  font-size: 14px;
  text-align: center;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}

.section__btn:hover {
  opacity: .9;
}


.section__list {
  margin-bottom: 24px;
}

.section__list-item {
  position: relative;
  padding-left: 34px;
  margin-bottom: 12px;
}

.section__list-item:last-of-type {
  margin-bottom: 0;
}

.section__list-item::before {
  content: '';
  position: absolute;
  display: block;
  width: 18px;
  left: 0;
  height: 18px;
  background: center / contain no-repeat;
  background-image: url(https://s3.amazonaws.com/unode1/assets/25060/MpThbV61TFig1yDBb66K_check_mark.png);
}


/* intro section */


.intro__info-wrap {
  max-width: 380px;
}

.intro__background-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
}

.intro-section {
  position: relative;
}

.intro__title {
  font-size: clamp(2.625rem, 0.9009rem + 8.6207vw, 5.75rem);
  line-height: clamp(2.25rem, 0.7328rem + 7.5862vw, 5rem);
  position: relative;
}

.intro__title::before, .intro__title::after {
  background-color: var(--main-color);
}

.intro__label {
  color: var(--main-color);
}

.intro__btn {
  background-color: var(--main-color);
  background-image: url(https://s3.amazonaws.com/unode1/assets/25060/xGzQLtpRvCIsjxwoWrjc_arrow-white.png);
  background-size: 28px;
  background-position: 90% center;
  background-repeat: no-repeat;
  padding-right: 64px;
}


.intro__background-wrap {
  height: 670px;
}

.benefits-wrap {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 54px;
}

.benefits__item {
  text-align: center;
  width: calc(25% - 41px);
  min-width: 250px;
}

.benefit__image {
  height: 54px;
  display: block;
  margin: 0 auto 8px;
}



/* Section 2 */


.section__background-image-left, .section__background-image-right {
  position: absolute;
  top: 0;
  height: 100%;
  background: center / cover no-repeat
}

.section__background-image-left {
  left: 0;
  width: 50%;
  z-index: 4;
}

.section__background-image-right {
  right: 0;
  width: 100%;
  z-index: 3;
}

.section-2__logo {
  display: block;
  width: 78px;
  margin-bottom: 48px;
}

.section-2__info-wrap {
  color: black;
}


.section-2__info-wrap .section__title::before, .section-2__info-wrap .section__title::after {
  background-color: black;
}

.section-2__btn {
  color: white;
  background-color: black;
}


/* Section 3 */

.section-3::after {
  content: '';
  display: block;
  width: 100%;
  height: 178px;
  position: absolute;
  bottom: 0;
  background: rgb(255,255,255);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 30%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(30%, rgba(0,0,0,1)));
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 30%);
}

.section-3__info-wrap {
  max-width: 540px;
  margin-bottom: 42px;
}

.section-3__info-wrap .section__title::before, .section-3__info-wrap .section__title::after {
  background-color: var(--main-color);
}


.section-3__overlay {
  background: rgb(0,0,0);
  background: -o-linear-gradient(left, rgba(0,0,0,1) 5%, rgba(0,0,0,0.3984944319524685) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, rgba(0,0,0,1)), to(rgba(0,0,0,0.3984944319524685)));
  background: linear-gradient(90deg, rgba(0,0,0,1) 5%, rgba(0,0,0,0.3984944319524685) 100%);
}

.section-3__btn {
  padding-right: 40%;
  border: 1px solid var(--main-color);
  background-color: transparent;
  background-image: url(https://s3.amazonaws.com/unode1/assets/25060/dGEeELUcTumaeNbCvCJt_arrow-gold.png);
}

.slider__title {
  font-size: 22px;
  margin-bottom: 24px;
  font-weight: 400;
}


/* Section 4 */


.section-4__info-wrap {
  color: black;
  margin-right: auto;
}

.section__background-image_hide {
  background: black;
  width: 100%;
  height: 20%;
  display: block;
  position: absolute;
  bottom: -1px;
  overflow: hidden;
  z-index: 5;
}

.section-4__info-wrap .section__description {
  margin-bottom: 44px;
}

.section-4__info-wrap .section__title::before, .section-4__info-wrap .section__title::after {
  background-color: black;
}

.section-4__btn {
  font-weight: bold;
  padding: 18px 0;
  padding-right: 20%;
  background-color: transparent;
  background-image: url(https://s3.amazonaws.com/unode1/assets/25060/L2lH2YSShm6A7GhDg7sU_arrow-black.png);
}

.section-4-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}

.plans-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.plan-item {
  max-width: 332px;
  background-color: black;
  padding: 12px 28px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.plan-item__title, .plan-item__period {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 6px;
}

.plan-item__title::before {
  content: '';
  display: block;
  width: 56px;
  height: 56px;
  margin: 12px auto;
  background: center / contain no-repeat;
}

.plan-1 .plan-item__title::before {
  background-image: url(https://s3.amazonaws.com/unode1/assets/25060/kVxVBiKRTZOl2EAAL1Gw_chronicle-logo.png);
}

.plan-2 {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
          box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.glow-effect {
  position: absolute;
  width: 0px;
  height: 80%;
  right: 50px;
  -webkit-box-shadow: 0px 4px 100px 0px rgb(255 255 255 / 20%);
  box-shadow: 30px -80px 220px 170px rgb(255 255 255 / 20%);
}

.plan-2 .plan-item__title::before {
  background-image: url(https://s3.amazonaws.com/unode1/assets/25060/Ve6XfHZQSnOg1DMq0mbO_chronicle-logo2.png);
}

.plan-item__title::after {
  content: '';
  display: block;
  width: 56px;
  height: 2px;
  margin: 18px auto;
  background-color: var(--main-color);
}

.plan-item__price {
  font-size: clamp(2.25rem, 1.4038rem + 4.2308vw, 3.625rem);
  font-weight: bold;
}

.plan-item__list-item {
  position: relative;
  padding-left: 34px;
  margin-bottom: 12px;
}

.plan-item__list-item:last-of-type {
  margin-bottom: 0;
}

.plan-item__list-item::before {
  content: '';
  position: absolute;
  display: block;
  width: 18px;
  left: 0;
  height: 18px;
  background: center / contain no-repeat;
  background-image: url(https://s3.amazonaws.com/unode1/assets/25060/MpThbV61TFig1yDBb66K_check_mark.png);
}

.plan-item__cta-btn {
  margin: 32px auto;
}

.plan-1 {
  border: 1px solid white;
}

.plan-2 {
  border: 1px solid var(--main-color);
}


/* Section 5 */

.section-5__label::after {
  content: '';
  display: block;
  width: 36px;
  height: 2px;
  margin: 32px 0;
  background-color: var(--main-color);
}

.section-5__slider-wrap {
  padding: 0 12px;
}

/* Section 6 */


.section-6__info-wrap {
  max-width: 540px;
  margin-right: auto;
  row-gap: 32px;
}

.section-6__info-wrap .section__description {
  margin-bottom: 36px;
  max-width: 430px;
}

.section-6__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 48px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-6__img {
  display: block;
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: 748px;
  position: relative;
}


.section-6__img::before {
  content: '';
  display: block;
  width: 36px;
  height: 2px;
  margin: 32px 0;
}

.section-6__info-wrap .section__title::before, .section-6__info-wrap .section__title::after {
  background-color: var(--main-color);
}



/* Section 7 */

.section-7 .section__background-wrap .section__background-image-left {
  background: center / cover no-repeat;
  /*width: calc(50% - 26px);*/
  width: calc(50%);
}



.section-7__info-wrap {
  max-width: 540px;
  margin-right: auto;
  row-gap: 32px;
  color: black;
}

.section-7__info-wrap .section__description {
  margin-bottom: 36px;
  max-width: 430px;
}

.section-7__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 48px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-7__img {
  width: 50%;
  /*margin-top: 64px;*/
  /*height: calc(100% - 64px);*/
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}


.section-7__img::before {
  content: '';
  display: block;
  width: 36px;
  height: 2px;
  margin: 32px 0;
}

.section-7__info-wrap .section__title::before, .section-7__info-wrap .section__title::after {
  background-color: black;
}

.section-7__btn_black {
  color: white;
  background-color: black;
  margin-bottom: 12px;
}


.section-7__btn {
  font-weight: bold;
  padding: 18px 0;
  background-position: calc(100% - 24px) center;
  background-repeat: no-repeat;
  padding-right: 64px;
  background-color: transparent;
  background-image: url(https://s3.amazonaws.com/unode1/assets/25060/L2lH2YSShm6A7GhDg7sU_arrow-black.png);
}


/* Form */

.sub-form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sub-form__left .section__title::before, .sub-form__left .section__title::after {
  background-color: var(--main-color);
  margin-right: 0px;
  position: relative;
  left: calc(clamp(2.5rem, 0.9615rem + 7.6923vw, 5rem) * -1 );
  width: clamp(2.25rem, 1.4038rem + 4.2308vw, 3.625rem);
}

.sub-form__left .section__title {
  padding-left: clamp(2.5rem, 0.9615rem + 7.6923vw, 5rem);
  background: left / contain no-repeat;
  background-size: clamp(2.25rem, 1.4038rem + 4.2308vw, 3.625rem);
  background-image: url(https://s3.amazonaws.com/unode1/assets/25060/HVF0HX8QQqG4PqaFoYfs_news.png);
}

.sub-form__left {
  width: 50%;
}

.sub-form__left .section__description {
  max-width: 400px;
}

.sub-form__right {
  width: 50%;
  margin-top: 64px;
}

.sub-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 380px;
  margin-left: auto;
  gap: 12px;
}

.sub-form input {
  padding: 16px 24px;
  background-color: #252525;
  border: none;
  font-size: 14px;
  --tw-ring-color: #bb864e !important;
}

.sub-form input::-webkit-input-placeholder {
  color: #8c8c8c;
}

.sub-form input::-moz-placeholder {
  color: #8c8c8c;
}

.sub-form input:-ms-input-placeholder {
  color: #8c8c8c;
}

.sub-form input::-ms-input-placeholder {
  color: #8c8c8c;
}

.sub-form input::placeholder {
  color: #8c8c8c;
}

input.sub-form__submit {
  cursor: pointer;
  background-color: var(--main-color);
  background-image: url(https://s3.amazonaws.com/unode1/assets/25060/xGzQLtpRvCIsjxwoWrjc_arrow-white.png);
  background-size: 22px;
  background-position: 90% center;
  background-repeat: no-repeat;
  text-align: left;
}




/*Privacy Page*/


summary + div p {
  color: black;
}


@media only screen and (max-width:1280px) {
  .section-7 .section__background-wrap .section__background-image-left {
    width: 100%;
    background-size: cover;
  }
  .section-6__img, .section-7__img {
    max-width: 498px;
  }
}


@media only screen and (max-width:1023px) {
  .sub-form__left, .sub-form__right {
    width: 100%;
  }
  .sub-form__right {
    margin-top: 0;
  }
  .sub-form {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 900px) {
  .section__background-image-left {
    width: 100%;
  }
  .section__background-image-right {
    display: none;  
  }
}

@media only screen and (max-width: 500px) {
.arrow-content {
    height: 88vh;
    right: 2px;
  }
  .section__background-mobile-image {
    background: center / cover no-repeat;
    width: 100%;
    height: 100%;
    display: block; 
    position: absolute;
    top: 0;
  }
  .intro__background-video {
    display: none; 
  }
  
}