:root {
  --_typography---font-size--h1: clamp(2.5rem, 4vw, 4rem);
  --_typography---font-size--h1-height: clamp(2.5rem, 4vw, 4rem);
  --_typography---font-weight--regular: 400;
  --_colors---black: black;
  --_typography---font-family--font-family: Satoshi, Arial, sans-serif;
  --_typography---font-size--body-16: clamp(.875rem, 4vw, 1rem);
  --_typography---font-size--body-16-height: 1.25rem;
  --_spacing---padding-x: 5rem;
  --_spacing---max-width: 90rem;
  --_colors---white: white;
  --_typography---font-size--button: .9375rem;
  --_colors---gray: #666;
  --_typography---font-size--body-14: .875rem;
  --_typography---font-size--body-14-height: 1.125rem;
  --_typography---font-size--h3: clamp(1.25rem, 4vw, 2.25rem);
  --_typography---font-size--h3-height: clamp(1.75rem, 4vw, 2.5rem);
  --_colors---button-bg: #0e0e0e;
  --_spacing---padding-y-120: 7.5rem;
  --_typography---font-size--h2: clamp(1.75rem, 4vw, 3rem);
  --_typography---font-size--h2-height: clamp(2rem, 4vw, 3.25rem);
  --_typography---font-weight--medium: 500;
  --_typography---font-size--h5: 1.5rem;
  --_typography---font-size--h5-height: 1.75rem;
  --_typography---font-size--h4: 2rem;
  --_typography---font-size--h4-height: 2.25rem;
  --_spacing---min-width: 20rem;
  --_spacing---padding-y-100: 6.25rem;
  --_colors---card-bg: #0b0b0b;
  --_spacing---padding-y-80: 5rem;
  --_typography---font-size--button-height: 1.125rem;
  --_typography---font-size--caption: .75rem;
  --_typography---font-size--caption-height: 1.125rem;
}

h1 {
  font-size: var(--_typography---font-size--h1);
  line-height: var(--_typography---font-size--h1-height);
  font-weight: var(--_typography---font-weight--regular);
  margin-top: 0;
  margin-bottom: 0;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

.body {
  background-color: var(--_colors---black);
  font-family: var(--_typography---font-family--font-family);
  color: var(--_colors---black);
  font-size: var(--_typography---font-size--body-16);
  line-height: var(--_typography---font-size--body-16-height);
  font-weight: var(--_typography---font-weight--regular);
  --_spacing---padding-x: 5rem;
  --_spacing---max-width: 90rem;
  --_spacing---padding-y-120: 7.5rem;
  --_spacing---min-width: 20rem;
  --_spacing---padding-y-100: 6.25rem;
  --_spacing---padding-y-80: 5rem;
}

.header-section {
  z-index: 9999;
  padding-right: var(--_spacing---padding-x);
  padding-left: var(--_spacing---padding-x);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0000001a;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.header-container {
  max-width: var(--_spacing---max-width);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 13.25rem 1fr 13.25rem;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  height: 5.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
  position: relative;
}

.header-logo-container {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.header-logo-svg {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-logo-text {
  color: var(--_colors---white);
  font-size: clamp(1rem, 4vw, 1.25rem);
  line-height: 1.5rem;
}

.header-line {
  background-image: linear-gradient(270deg, #fff0, #9090901a 50%, #fff0);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.header-navitems-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.header-navitem {
  color: var(--_colors---white);
  font-size: var(--_typography---font-size--button);
  line-height: var(--_typography---font-size--button);
}

.header-navitem:where(.w-variant-81e433c3-e661-fb7c-614f-52f1d70c0c31) {
  color: var(--_colors---gray);
  font-size: var(--_typography---font-size--body-14);
  line-height: var(--_typography---font-size--body-14-height);
}

.header-navitem:where(.w-variant-bf1e0a46-5ca5-7d67-8166-1ea3bd686738) {
  font-size: var(--_typography---font-size--h3);
  line-height: var(--_typography---font-size--h3-height);
}

.header-navitems-container {
  cursor: pointer;
  margin-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.header-navitems-line {
  background-color: var(--_colors---white);
  opacity: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.header-navitems-line:where(.w-variant-81e433c3-e661-fb7c-614f-52f1d70c0c31) {
  background-color: var(--_colors---gray);
}

.header-cta {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section {
  z-index: 0;
  padding-right: var(--_spacing---padding-x);
  padding-left: var(--_spacing---padding-x);
  background-color: var(--_colors---black);
  width: 100%;
  position: relative;
}

.container {
  max-width: var(--_spacing---max-width);
  padding-top: var(--_spacing---padding-y-120);
  padding-bottom: var(--_spacing---padding-y-120);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.footer {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.header-cta-mob {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: none;
}

.header-menu-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-hero-footer-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.home-hero-footer-icon {
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: color .2s;
  display: flex;
}

.home-hero-footer-icon-wrapper {
  color: var(--_colors---white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-hero-footer-icon-wrapper:hover {
  color: var(--_colors---gray);
}

.footer-top {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.footer-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--_colors---gray);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center end;
  margin-bottom: 3.25rem;
  padding-bottom: 3.75rem;
  display: grid;
}

.footer-terms-links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--_colors---gray);
  font-size: var(--_typography---font-size--body-14);
  line-height: var(--_typography---font-size--body-14-height);
}

.footer-bottom {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom-text {
  color: var(--_colors---gray);
  font-size: var(--_typography---font-size--body-14);
  line-height: var(--_typography---font-size--body-14-height);
  width: 100%;
}

.footer-logo-text {
  color: var(--_colors---white);
  font-size: clamp(1rem, 4vw, 1.25rem);
  line-height: 1.5rem;
}

.glass-badge-2 {
  grid-column-gap: .625rem;
  color: #fff;
  letter-spacing: 0;
  background-color: #ffffff0d;
  background-image: linear-gradient(270deg, #ffffff0f, #0000);
  border-radius: 3.75rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
  box-shadow: inset 0 -7px 15px #ffffff0a, inset 0 -1px 0 -.5px #fff3, inset -1px 0 0 -.5px #ffffffb0, inset 0 1px 0 -.5px #fff3, inset 1px 0 0 -.5px #ffffffb0;
}

.glass-badge-2.normal-red, .glass-badge-2.normal-green, .glass-badge-2.normal-yellow-gold, .glass-badge-2.normal-dark-green, .glass-badge-2.normal-light-blue, .glass-badge-2.normal-red, .glass-badge-2.normal-green, .glass-badge-2.normal-yellow-gold, .glass-badge-2.normal-dark-green, .glass-badge-2.normal-light-blue {
  box-shadow: none;
  background-color: #0000;
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}

.section-hero {
  background-color: #000;
  width: 100%;
  padding: 6.25rem 1rem;
  position: relative;
}

.section-hero.terms {
  background-image: url("https://cdn.prod.website-files.com/69ba69b14c260de5785a5750/69ba69b14c260de5785a5780_Hero%20Section.avif");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 100svh;
  padding-top: 10.375rem;
}

.section-hero.base {
  background-image: url("https://cdn.prod.website-files.com/69ba69b14c260de5785a5750/69baa19a265a473a09648f06_Thank%20you%20PC.avif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  height: auto;
  max-height: 100rem;
  padding-top: 0;
  padding-bottom: 0;
}

.badge-icon {
  object-fit: cover;
  background-color: #b4c8ff;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: .375rem;
  height: .375rem;
  text-decoration: none;
  display: flex;
}

.badge-icon.normal-red-2 {
  background-color: #d85062;
}

.badge-icon.normal-dark-green-2 {
  background-image: linear-gradient(90deg, #708384, #40595d 50%);
}

.badge-icon.normal-green-2 {
  background-color: #6abe81;
}

.badge-icon.normal-yellow-gold-2 {
  background-image: linear-gradient(90deg, #efeee4, #948d68 50%);
}

.badge-icon.normal-blue-2 {
  background-color: #b4c8ff;
}

.container-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 54.375rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-2.flex-col-40 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.container-2.flex-col-40.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.container-2.flex-col-60 {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.container-2.flex-col-60.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.container-2.hero {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  flex-flow: column;
  height: 100svh;
  max-height: 70rem;
}

.badge-text {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.125rem;
  text-decoration: none;
}

.badge-text.glass-pc-3 {
  color: var(--_colors---white);
}

.menu {
  z-index: 9998;
  padding: 5rem var(--_spacing---padding-x) 0px;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--_colors---black);
  opacity: 0;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.menu-items {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.menu-line {
  background-image: linear-gradient(270deg, #fff0, #fff 50%, #fff0);
  width: 100%;
  height: 1px;
}

.glass-button {
  grid-column-gap: .625rem;
  color: #fff;
  letter-spacing: 0;
  cursor: pointer;
  background-color: #fff0;
  background-image: linear-gradient(315deg, #ffffff1a, #ffffff40 50%);
  border-radius: .75rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
  box-shadow: inset 0 -7px 15px #ffffff0a, inset 0 -1px 0 -.5px #fff3, inset -1px 0 0 -.5px #ffffffb0, inset 0 1px 0 -.5px #fff3, inset 1px 0 0 -.5px #ffffffb0;
}

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

.glass-button.white {
  box-shadow: none;
  color: var(--_colors---black);
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
}

.glass-button.white:where(.w-variant-8fa6e150-cdab-8bc9-6f1e-a5025858997a) {
  grid-column-gap: .5rem;
  font-size: var(--_typography---font-size--body-14);
  line-height: var(--_typography---font-size--body-14-height);
  height: 2.25rem;
  padding: .5rem 1rem;
}

.glass-button.white:hover {
  color: #fff;
  background-color: #fff0;
}

.p-grey {
  color: var(--_colors---gray);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
}

.p-grey.sec-4 {
  color: var(--_colors---gray);
}

.p-grey.max-w-590 {
  max-width: 36.875rem;
}

.p-grey.max-w-492 {
  max-width: 30.75rem;
}

.p-grey.max-w-478 {
  max-width: 29.875rem;
}

.cta {
  grid-row-gap: 1.75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hero-title {
  color: var(--_colors---white);
  font-size: var(--_typography---font-size--h1);
  line-height: var(--_typography---font-size--h1-height);
  text-align: center;
  width: 100%;
  max-width: 47.75rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
}

.text {
  grid-row-gap: 2.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-3-copy, .text-3 {
  text-align: center;
  width: 100%;
  max-width: 38rem;
}

.header-tips {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
  position: absolute;
  bottom: 6rem;
}

.header-tip {
  color: var(--_colors---white);
  font-size: var(--_typography---font-size--body-14);
  line-height: var(--_typography---font-size--body-14-height);
}

.header-tip-line {
  background-color: var(--_colors---gray);
  width: 1px;
  height: 1rem;
}

.rangers-wrapper {
  background-color: #0e0e0e;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.rangers-wrapper.is1 {
  z-index: 3;
  display: flex;
  position: relative;
}

.rangers-wrapper.is2 {
  z-index: 2;
  display: flex;
  position: absolute;
  inset: 0%;
}

.line-grey-vert {
  background-color: #393939;
  width: .0625rem;
  height: 24.1434rem;
}

.line-grey-vert.is-small {
  height: 19rem;
}

.card-form {
  color: #fff;
  background-color: #0e0e0e;
  border-radius: 1.5rem;
  width: 39.4rem;
  height: 43.8rem;
  padding: 4.25rem 5rem;
  position: relative;
}

.range-wrapper {
  width: 100%;
}

.forms-h3 {
  color: #fff;
  letter-spacing: .01rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.text-block-9 {
  color: #fff6;
  font-size: .875rem;
}

.form-texts-block {
  margin-top: 1.6rem;
}

.form-texts-block._2 {
  margin-top: 3rem;
}

.form-texts-block._2.in-m {
  display: none;
}

.form-texts-block.is1 {
  margin-top: -.1rem;
}

.form-texts-block.in-m {
  display: none;
}

.span-gradient-gold {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(91deg, #909090 14%, #faf4ed 48%, #909090 82%);
  -webkit-background-clip: text;
  background-clip: text;
}

.p-form-fee {
  color: gray;
  max-width: 43ch;
  line-height: 125%;
}

.form-calc-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.widjet-border {
  background-image: linear-gradient(176deg, #fff6, #fff0 40% 60%, #fad7b366);
  border-radius: 31.25rem;
  padding: .0625rem;
}

.widjet-border.form-cart._2th, .widjet-border.form-cart._1th {
  display: none;
}

.widjet-border.form-cart {
  background-image: linear-gradient(176deg, #ffffff47, #fff0 40% 60%, #ffffff30);
  border-radius: 1.5rem;
}

.widjet-border.form-cart._2th, .widjet-border.form-cart._1th, .widjet-border.form-cart._2th, .widjet-border.form-cart._1th {
  display: none;
}

.flex-1-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.h2-calc-form {
  color: #fff;
  max-width: 12ch;
  line-height: 108%;
}

.line-h-flex-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.range-info-block {
  letter-spacing: .01rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  font-weight: 300;
  display: flex;
}

.circle-white-form {
  background-color: #393939;
  border-radius: 50%;
  width: .5rem;
  height: .5rem;
  position: absolute;
  top: 20%;
}

.circle-white-form._2 {
  top: 72%;
}

.circle-white-form._1 {
  background-color: #fff;
  top: 25%;
}

.count-50-block-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  letter-spacing: .01rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  font-weight: 300;
  display: flex;
}

.cost-wrapper {
  grid-column-gap: 1.31rem;
  grid-row-gap: 1.31rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cam {
  height: 300svh;
}

.cam.calc.is200 {
  height: 200svh;
}

.cam.calc.is200.desk {
  display: block;
}

.cam.calc.is200.mob {
  display: none;
}

.div-block-10 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.textline-01 {
  opacity: .4;
  color: #fff;
}

.v-flex-4 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.frey-line-range {
  background-color: #393939;
  height: .0625rem;
}

.textline-03 {
  opacity: .4;
  color: #fff;
}

.frame {
  width: 100%;
  height: auto;
  position: sticky;
  top: 0;
}

.line-white-vert {
  background-image: linear-gradient(#ffffff26, #fff);
  width: .0625rem;
  height: 50%;
  box-shadow: 0 2px 5px #fff3;
}

.section-4 {
  height: auto;
  margin-bottom: 2px;
  padding-bottom: 0;
}

.section-4.fullscreen {
  height: auto;
  overflow: hidden;
}

.section-4.fullscreen.calc {
  margin-top: 3px;
}

.container-4 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.text-15 {
  color: #fff;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.faq-plus-min {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.container-4th-inner-inner {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.i-agree-to-terms-conditions-and-privacy-policy-and-consent-to-eligibility-review-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
}

.p-grey-copy {
  color: gray;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
}

.faq-title {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.375rem;
}

.code-embed-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-4th-inner {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.flex-block-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-block-4 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.5rem;
}

.i-agree-to-terms-conditions-and-privacy-policy-and-consent-to-eligibility-review-0 {
  color: gray;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
}

.sec-6th-card-grid-container {
  width: 100%;
  max-width: 44.125rem;
  position: relative;
}

.sec-new-2th-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  letter-spacing: 0;
  background-color: #fff0;
  background-image: linear-gradient(315deg, #ffffff03, #ffffff1a);
  border-radius: 1.5rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 12.8125rem;
  padding: 1.875rem;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
  box-shadow: inset 0 -7px 15px #ffffff0a, inset 0 -1px 0 -.5px #fff3, inset -1px 0 0 -.5px #ffffffb0, inset 0 1px 0 -.5px #fff3, inset 1px 0 0 -.5px #ffffffb0;
}

.sec-new-2th-box:hover {
  background-color: #ffffff0d;
}

.faq-card {
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.5rem;
  display: flex;
}

.sec-13th-box {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: #fff;
  letter-spacing: 0;
  background-image: linear-gradient(270deg, #ffffff0f, #ffffff1f);
  border-radius: 2rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 39.375rem;
  padding: 2rem;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  box-shadow: inset 0 -7px 15px #ffffff0a, inset 0 -1px 0 -.5px #fff3, inset -1px 0 0 -.5px #ffffffb0, inset 0 1px 0 -.5px #fff3, inset 1px 0 0 -.5px #ffffffb0;
}

.div-block-8 {
  background-image: linear-gradient(90deg, #2b2b2b 50%, #2b2b2b00);
  width: 100%;
  height: 1px;
}

.faq-min-2 {
  background-color: #fff;
  width: .75rem;
  height: .125rem;
  transition: transform .3s;
  position: absolute;
  transform: rotate(90deg);
}

.section-base {
  background-color: #000;
  width: 100%;
  padding: 5rem 1rem;
  position: relative;
}

.section-base.overflow-hidden {
  overflow: hidden;
}

.section-base.bg {
  background-image: url("https://cdn.prod.website-files.com/69ba69b14c260de5785a5750/69baa19a265a473a09648f06_Thank%20you%20PC.avif");
  background-position: 50%;
  background-size: auto;
}

.div-block-6 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-10-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.375rem;
  text-decoration: none;
}

.frame-2141257605 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.flex-block-7 {
  align-items: stretch;
  width: 100%;
}

.text-26 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90.42deg, #fff, #a5a5a5 74%, #909090);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-weight: 500;
  text-decoration: none;
}

.frame-2141256954 {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-23 {
  max-width: 27.375rem;
}

.div-block-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

.image-3 {
  mix-blend-mode: screen;
  object-fit: contain;
  width: 100%;
  height: 300px;
}

.image-3._4th {
  max-width: 14rem;
}

.sec-6th-card {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  width: 100%;
  max-width: 18rem;
  display: flex;
}

.sec-6th-card._2th {
  margin-top: 20rem;
}

.sec-6th-card._3th {
  margin-top: -20rem;
}

.sec-6th-card-container {
  grid-column-gap: 8.125rem;
  grid-row-gap: 10rem;
  place-items: start center;
  width: 100%;
  position: relative;
}

.frame-2141257604 {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.sec-new-2th-box-desc {
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.div-block-2 {
  background-image: linear-gradient(#fff0, #fff 50%, #fff0);
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.faq-text {
  color: gray;
  width: 100%;
  max-width: 30.9375rem;
  max-height: 0;
  padding-top: 0;
  transition: margin .3s, max-height .3s;
  overflow: hidden;
}

.text-field {
  color: #fff;
  background-color: #c8c8c81a;
  border: 0 solid #000;
  border-radius: 2rem;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .625rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  transition: background-color .2s;
  box-shadow: 1px 0 0 -.5px #ffffffb0, 0 1px 0 -.5px #fff3, -1px 0 0 -.5px #ffffffb0, inset 0 -1px 0 -.5px #fff3, inset 0 -7px 15px #ffffff0a;
}

.text-field:hover {
  background-color: #c8c8c829;
}

.text-field::placeholder {
  color: gray;
}

.headline {
  grid-row-gap: 2.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.headline.max-w-480 {
  width: 100%;
  max-width: 30rem;
}

.headline.footer {
  max-width: 47rem;
}

.headline.max-w-381 {
  max-width: 23.8125rem;
}

.headline.max-w-684 {
  max-width: 42.75rem;
}

.text-span-2 {
  color: #b4c8ff;
}

.grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  width: 100%;
}

.text-14 {
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #708384, #40595d 49%, #101c1e);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  text-decoration: none;
}

.text-14._4th {
  background-image: linear-gradient(135deg, #fff 35%, #ac6e6e 78%);
}

.text-14._3th {
  background-image: linear-gradient(135deg, #fff 35%, #d27843 78%);
}

.text-14._1th {
  background-image: linear-gradient(135deg, #fff 48%, #40595d 83%);
}

.text-14._2th {
  background-image: linear-gradient(135deg, #fff 48%, #948d68 83%);
}

.sec-new-2th-box-img {
  width: 3.75rem;
  height: 3.75rem;
  margin-bottom: 1.875rem;
  margin-right: 1.875rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.popup-form {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-13 {
  margin-top: 5.3rem;
}

.faq-box {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  width: 100%;
  max-width: 39.375rem;
  display: flex;
}

.text-16 {
  color: #fff;
  width: 100%;
  max-width: 11.625rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
}

.text-16._2th {
  max-width: 14rem;
}

.text-7 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #b4c8ff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
}

.text-7.sec {
  color: var(--_colors---white);
  font-size: var(--_typography---font-size--h2);
  line-height: var(--_typography---font-size--h2-height);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-weight: 500;
}

.text-7.h2 {
  font-size: var(--_typography---font-size--h2);
  line-height: var(--_typography---font-size--h2-height);
  font-weight: var(--_typography---font-weight--medium);
}

.text-7.h3 {
  color: var(--_colors---white);
  font-size: var(--_typography---font-size--h3);
  line-height: var(--_typography---font-size--h3-height);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.text-7.h3.max-w-668 {
  max-width: 37rem;
}

.div-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 1.5rem;
  display: flex;
}

.image-2 {
  width: 3rem;
  height: 3rem;
}

.frame-2141257641 {
  grid-column-gap: .625rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-14 {
  position: relative;
}

.card-6th-badge {
  grid-column-gap: .625rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  letter-spacing: 0;
  background-color: #ffffff08;
  background-image: linear-gradient(315deg, #ffffff0f, #ffffff26);
  border-radius: 3.75rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .25rem .75rem;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  box-shadow: inset 0 -7px 15px #ffffff0a, inset 0 -1px 0 -.5px #fff3, inset -1px 0 0 -.5px #ffffffb0, inset 0 1px 0 -.5px #fff3, inset 1px 0 0 -.5px #ffffffb0;
}

.card-6th-badge._4th {
  background-image: radial-gradient(circle, #fff3, #40595d33 50%, #101c1e33);
}

.logosdsupdated {
  mix-blend-mode: screen;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 10.75rem;
  height: 10.75rem;
  text-decoration: none;
  display: flex;
}

.popup-phone-input {
  color: #fff;
  background-color: #c8c8c81a;
  border: 0 solid #000;
  border-radius: 2rem;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .625rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  transition: background-color .2s;
  box-shadow: 1px 0 0 -.5px #ffffffb0, 0 1px 0 -.5px #fff3, -1px 0 0 -.5px #ffffffb0, inset 0 -1px 0 -.5px #fff3, inset 0 -7px 15px #ffffff0a;
}

.popup-phone-input:hover {
  background-color: #c8c8c829;
}

.popup-phone-input::placeholder {
  color: gray;
}

.success-message {
  background-color: #0000;
  width: 100%;
  height: 100svh;
  min-height: 20rem;
  max-height: 40.125rem;
  padding: 0;
}

.container-base {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 54.375rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-base.flex-col-80 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 70rem;
}

.container-base.flex-col-80.max-w-846 {
  max-width: 52.875rem;
}

.container-base.flex-col-40 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.container-base.flex-col-60 {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.container-base.flex-col-60.max-w-1064 {
  max-width: 66.5rem;
}

.container-base.flex-col-96 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.faq-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.separator-copy {
  background-color: #000;
  background-image: linear-gradient(90deg, #2b2b2b00, #2b2b2b 50%, #2b2b2b00);
  width: 100%;
  height: .0625rem;
  margin-top: 1.5rem;
}

.faq-min-1 {
  background-color: #fff;
  width: .75rem;
  height: .125rem;
}

.glass-button-submit {
  grid-column-gap: .625rem;
  color: #000;
  letter-spacing: 0;
  cursor: pointer;
  background-color: #fff;
  border-radius: .75rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.glass-button-submit:hover {
  color: #000;
  background-color: #fff;
}

.efficiency-gap-row {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  width: 100%;
  height: 4.25rem;
  padding: 1.25rem;
  display: flex;
}

.efficiency-gap-row.bg {
  background-image: linear-gradient(312deg, #ffffff24 19%, #fff0 62%, #ffffff12);
  border-radius: 1rem;
}

.efficiency-gap-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.efficiency-gap-item.empty {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
}

.efficiency-gap-box {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #fff;
  letter-spacing: 0;
  background-color: #fff0;
  background-image: linear-gradient(315deg, #ffffff08, #ffffff1a);
  border-radius: 1.5rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding: 3.125rem;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
  box-shadow: inset 0 -7px 15px #ffffff0a, inset 0 -1px 0 -.5px #fff3, inset -1px 0 0 -.5px #ffffffb0, inset 0 1px 0 -.5px #fff3, inset 1px 0 0 -.5px #ffffffb0;
}

.efficiency-gap-item-head-text {
  color: var(--_colors---white);
  font-size: var(--_typography---font-size--h5);
  line-height: var(--_typography---font-size--h5-height);
}

.efficiency-gap-item-text {
  color: var(--_colors---white);
  font-size: var(--_typography---font-size--body-16);
  line-height: var(--_typography---font-size--body-16-height);
  text-align: center;
}

.sec-new-2th-glass {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  letter-spacing: 0;
  background-color: #fff0;
  background-image: linear-gradient(315deg, #ffffff03, #ffffff0a);
  border-radius: 1.5rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  height: 90%;
  padding: 1.875rem;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  box-shadow: inset 0 -7px 15px #ffffff0a, inset 0 -1px 0 -.5px #fff3, inset -1px 0 0 -.5px #ffffffb0, inset 0 1px 0 -.5px #fff3, inset 1px 0 0 -.5px #ffffffb0;
}

.sec-new-2th-glass:hover {
  background-color: #ffffff0d;
}

.efficiency-gap-item-text-head {
  color: var(--_colors---white);
  font-size: var(--_typography---font-size--body-16);
  line-height: var(--_typography---font-size--body-16-height);
  text-align: center;
  display: none;
}

.efficiency-gap-item-extra-pc-text {
  display: inline;
}

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

.sec-5-image.mob {
  display: none;
}

.sec-5-image.pc {
  display: block;
}

.operational-trap-box {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  letter-spacing: 0;
  background-image: linear-gradient(315deg, #151515, #0d0d0d);
  border-radius: 1.5rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48.6rem;
  padding: 5rem 3.75rem;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: inset 0 -7px 15px #ffffff0a, inset 0 -1px 0 -.5px #fff3, inset -1px 0 0 -.5px #ffffffb0, inset 0 1px 0 -.5px #fff3, inset 1px 0 0 -.5px #ffffffb0;
}

.operational-trap-title {
  color: var(--_colors---white);
  font-size: var(--_typography---font-size--h4);
  line-height: var(--_typography---font-size--h4-height);
  font-weight: var(--_typography---font-weight--medium);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.operational-trap-title-grad {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ecd5c7, #ca7646);
  -webkit-background-clip: text;
  background-clip: text;
}

.operational-trap-buttons {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: center;
}

.operational-trap-sub-content {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: flex-start;
  align-items: center;
  position: sticky;
  bottom: 5rem;
}

.menu-footer-text {
  color: var(--_colors---gray);
  font-size: var(--_typography---font-size--body-16);
  line-height: var(--_typography---font-size--body-16-height);
  text-align: center;
}

.menu-footer {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.menu-footer-link {
  color: var(--_colors---white);
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .body {
    --_spacing---padding-x: 3rem;
    --_spacing---max-width: 90rem;
    --_spacing---padding-y-120: 6.25rem;
    --_spacing---min-width: 20rem;
    --_spacing---padding-y-100: 5.625rem;
    --_spacing---padding-y-80: 5rem;
  }

  .header-container {
    justify-content: space-between;
    display: flex;
  }

  .header-navitems-wrapper, .header-cta {
    display: none;
  }

  .header-cta-mob {
    display: flex;
  }

  .footer-links {
    grid-template-columns: auto;
    place-items: center;
  }

  .footer-terms-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .glass-badge-2.glass-pc {
    transition-property: none;
    box-shadow: 0 0 0 1px #fff3;
  }

  .section-hero.base {
    background-image: none;
  }

  .container-2.hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .glass-button {
    box-shadow: 0 0 0 1px #fff3;
  }

  .hero-title {
    max-width: 28rem;
  }

  .rangers-wrapper {
    color: #fff;
  }

  .line-grey-vert.is-small {
    width: 100%;
    height: .0625rem;
  }

  .card-form {
    width: 100%;
  }

  .form-texts-block._2.in-m, .form-texts-block.in-m, .form-texts-block._2.in-m, .form-texts-block._2.in-m, .form-texts-block.in-m {
    margin-bottom: 2rem;
    display: block;
  }

  .form-calc-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }

  .widjet-border.form-cart._2th, .widjet-border.form-cart._1th {
    width: 100%;
    display: block;
  }

  .widjet-border.form-cart {
    display: none;
  }

  .widjet-border.form-cart._2th, .widjet-border.form-cart._1th, .widjet-border.form-cart._2th, .widjet-border.form-cart._1th {
    width: 100%;
    display: block;
  }

  .flex-1-5 {
    width: 100%;
  }

  .flex-1-5.hide-tablet {
    display: none;
  }

  .h2-calc-form {
    max-width: 15ch;
  }

  .line-h-flex-1 {
    flex-flow: row;
    width: 100%;
  }

  .circle-white-form._2 {
    top: 25%;
    left: 73%;
  }

  .circle-white-form._1 {
    left: 24%;
  }

  .cam.calc.is200 {
    height: auto;
  }

  .cam.calc.is200.desk {
    display: none;
  }

  .cam.calc.is200.mob {
    display: block;
  }

  .v-flex-4 {
    z-index: 10;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    background-color: #000;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
  }

  .frame.calc {
    height: auto;
  }

  .line-white-vert {
    width: 50%;
    height: .0625rem;
  }

  .section-4.fullscreen.calc {
    height: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    overflow: visible;
  }

  .container-4 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    max-width: none;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .sec-new-2th-box, .sec-13th-box, .text-field {
    box-shadow: 0 0 0 1px #fff3;
  }

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

  .text-7.sec {
    width: 100%;
  }

  .popup-phone-input {
    box-shadow: 0 0 0 1px #fff3;
  }

  .efficiency-gap-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .efficiency-gap-item {
    grid-column-gap: .125rem;
    grid-row-gap: .125rem;
    flex-flow: column;
  }

  .efficiency-gap-item.empty {
    display: none;
  }

  .efficiency-gap-box {
    box-shadow: 0 0 0 1px #fff3;
  }

  .sec-new-2th-glass {
    width: 47%;
    box-shadow: 0 0 0 1px #fff3;
  }

  .efficiency-gap-item-text-head {
    color: var(--_colors---gray);
    display: block;
  }

  .glass-button-2, .operational-trap-box {
    box-shadow: 0 0 0 1px #fff3;
  }
}

@media screen and (max-width: 767px) {
  .body {
    --_spacing---padding-x: 1rem;
    --_spacing---max-width: 90rem;
    --_spacing---padding-y-120: 5rem;
    --_spacing---min-width: 20rem;
    --_spacing---padding-y-100: 5rem;
    --_spacing---padding-y-80: 5rem;
  }

  .header-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .header-logo-text {
    display: none;
  }

  .container.footer {
    padding-bottom: 2.5rem;
  }

  .glass-cta-sec-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1.5rem;
    box-shadow: inset 0 -7px 5px #ffffff0a, inset 0 -1px 0 -.5px #fff3, inset -1px 0 0 -.5px #ffffffb0, inset 0 1px 0 -.5px #fff3, inset 1px 0 0 -.5px #ffffffb0;
  }

  .cta-title {
    font-size: var(--_typography---font-size--h2);
    line-height: var(--_typography---font-size--h2-height);
  }

  .footer-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-bottom: 2rem;
  }

  .footer-links {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }

  .footer-copyright {
    text-align: center;
    max-width: 23.4375rem;
  }

  .footer-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .glass-badge-2 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    background-image: none;
  }

  .glass-badge-2.normal-red, .glass-badge-2.normal-green, .glass-badge-2.normal-yellow-gold, .glass-badge-2.normal-dark-green, .glass-badge-2.normal-light-blue {
    box-shadow: none;
  }

  .glass-badge-2.glass-pc {
    grid-row-gap: .625rem;
    box-shadow: none;
    flex-flow: row;
    padding: 0;
  }

  .glass-badge-2.normal-red, .glass-badge-2.normal-green, .glass-badge-2.normal-yellow-gold, .glass-badge-2.normal-dark-green, .glass-badge-2.normal-light-blue {
    box-shadow: none;
  }

  .text-block {
    font-size: .875rem;
    line-height: 1.125rem;
  }

  .section-hero.terms {
    padding-top: 8.875rem;
  }

  .section-hero.base {
    padding-bottom: 2.5rem;
  }

  .heading {
    font-size: clamp(1.5rem, 4vw, 3rem);
    line-height: clamp(2.5rem, 4vw, 3.75rem);
  }

  .container-2.flex-col-60 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .container-2.hero {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    height: auto;
    max-height: none;
  }

  .badge-text {
    font-size: .75rem;
    line-height: 1rem;
  }

  .glass-button {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    box-shadow: inset 0 -7px 5px #ffffff0a, inset 0 -1px 0 -.5px #fff3, inset -1px 0 0 -.5px #ffffffb0, inset 0 1px 0 -.5px #fff3, inset 1px 0 0 -.5px #ffffffb0;
  }

  .text {
    margin-top: 10rem;
  }

  .text-3-copy {
    font-size: .875rem;
    line-height: 1.125rem;
  }

  .glass-button-text {
    letter-spacing: 0;
    font-size: .875rem;
    line-height: 1.125rem;
  }

  .text-3 {
    font-size: .875rem;
    line-height: 1.125rem;
  }

  .header-tips {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    position: relative;
    bottom: 0;
  }

  .header-tip-line {
    width: 1rem;
    height: 1px;
  }

  .rangers-wrapper.is1 {
    justify-content: space-between;
    align-items: center;
  }

  .rangers-wrapper.is2 {
    position: relative;
  }

  .line-grey-vert {
    width: 100%;
    height: .0625rem;
  }

  .line-grey-vert.is-small {
    height: .0625rem;
  }

  .card-form {
    width: 100%;
    height: auto;
    padding: 2rem 1.25rem;
  }

  .forms-h3 {
    font-size: 1rem;
  }

  .text-block-9 {
    font-size: .6875rem;
    line-height: 136%;
  }

  .form-texts-block {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .form-texts-block._2.in-m, .form-texts-block.in-m {
    display: block;
  }

  .form-texts-block._2 {
    margin-top: 2rem;
  }

  .form-texts-block._2.in-m, .form-texts-block.in-m {
    display: block;
  }

  .form-calc-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }

  .widjet-border.form-cart._2th, .widjet-border.form-cart._1th {
    display: block;
  }

  .widjet-border.form-cart {
    width: 100%;
    display: none;
  }

  .widjet-border.form-cart._2th, .widjet-border.form-cart._1th, .widjet-border.form-cart._2th, .widjet-border.form-cart._1th {
    display: block;
  }

  .flex-1-5 {
    flex-flow: column;
    width: 100%;
  }

  .h2-calc-form {
    text-align: center;
    max-width: 15ch;
    line-height: 117%;
  }

  .line-h-flex-1 {
    flex-flow: row;
    width: 100%;
  }

  .range-info-block {
    margin-bottom: 1rem;
  }

  .circle-white-form {
    margin-top: -1%;
  }

  .circle-white-form._2 {
    inset: 20% auto auto 73%;
  }

  .circle-white-form._1 {
    bottom: auto;
    left: 24%;
    right: auto;
  }

  .count-50-block-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    width: 60%;
    margin-top: 1rem;
    line-height: 130%;
  }

  .cost-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .cam.calc, .cam.calc.is200, .cam.calc, .cam.calc.is200, .cam.calc.is200 {
    height: auto;
  }

  .div-block-10 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .textline-01 {
    position: absolute;
    bottom: 2rem;
  }

  .v-flex-4 {
    z-index: 10;
    background-color: #000;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .textline-03 {
    position: absolute;
    inset: auto 0% 2rem auto;
  }

  .frame.calc {
    height: auto;
  }

  .line-white-vert {
    width: 50%;
    height: .0625rem;
  }

  .section-4 {
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    overflow: hidden;
  }

  .section-4.fullscreen.calc {
    height: auto;
    padding-bottom: 2rem;
    overflow: visible;
  }

  .container-4th-inner-inner {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .p-grey-copy {
    text-align: left;
  }

  .faq-title {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .container-4th-inner {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .flex-block-4 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 2rem;
  }

  .sec-new-2th-box {
    border-radius: 1.75rem;
    max-width: none;
    height: 10.25rem;
    padding: 1.25rem;
    box-shadow: inset 0 -7px 5px #ffffff0a, inset 0 -1px 0 -.5px #fff3, inset -1px 0 0 -.5px #ffffffb0, inset 0 1px 0 -.5px #fff3, inset 1px 0 0 -.5px #ffffffb0;
  }

  .faq-card {
    padding-top: 1.25rem;
  }

  .sec-13th-box {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 0;
    padding: 1.25rem;
    box-shadow: inset 0 -7px 5px #ffffff0a, inset 0 -1px 0 -.5px #fff3, inset -1px 0 0 -.5px #ffffffb0, inset 0 1px 0 -.5px #fff3, inset 1px 0 0 -.5px #ffffffb0;
  }

  .div-block-6 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-10-copy {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }

  .div-block-5 {
    margin-top: 2rem;
  }

  .image-3 {
    max-width: 20rem;
  }

  .image-3._4th {
    margin-left: auto;
    margin-right: auto;
  }

  .sec-6th-card._2th {
    max-width: 24rem;
    margin-top: 0;
  }

  .sec-6th-card._4th, .sec-6th-card._1th {
    max-width: 24rem;
  }

  .sec-6th-card._3th, .sec-6th-card._2th {
    max-width: 24rem;
    margin-top: 0;
  }

  .sec-6th-card._4th, .sec-6th-card._1th {
    max-width: 24rem;
  }

  .sec-6th-card._3th {
    max-width: 24rem;
    margin-top: 0;
  }

  .sec-6th-card-container {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .frame-2141257604 {
    grid-row-gap: 1rem;
  }

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

  .headline {
    grid-row-gap: 1.5rem;
  }

  .headline.max-w-480.no-mob {
    max-width: none;
  }

  .grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .text-14 {
    font-size: 1.5rem;
    line-height: 1.85rem;
  }

  .sec-new-2th-box-img {
    width: 3.125rem;
    height: 3.125rem;
    margin-bottom: 1.25rem;
    margin-right: 1.25rem;
  }

  .div-block-13 {
    height: 10rem;
    margin-top: 3rem;
    display: none;
  }

  .faq-box {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .text-7.h3.max-w-668 {
    max-width: 20rem;
  }

  .card-6th-badge {
    box-shadow: inset 0 -7px 5px #ffffff0a, inset 0 -1px 0 -.5px #fff3, inset -1px 0 0 -.5px #ffffffb0, inset 0 1px 0 -.5px #fff3, inset 1px 0 0 -.5px #ffffffb0;
  }

  .container-base.flex-col-80, .container-base.flex-col-60, .container-base.flex-col-96, .container-base.flex-col-80, .container-base.flex-col-60, .container-base.flex-col-96 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .separator-copy {
    margin-top: 1.25rem;
  }

  .glass-button-submit {
    padding-left: 2rem;
    padding-right: 2rem;
    box-shadow: inset 0 -7px 5px #ffffff0a, inset 0 -1px 0 -.5px #fff3, inset -1px 0 0 -.5px #ffffffb0, inset 0 1px 0 -.5px #fff3, inset 1px 0 0 -.5px #ffffffb0;
  }

  .efficiency-gap-row {
    height: 2.625rem;
  }

  .efficiency-gap-box {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    border-radius: .875rem;
    max-width: none;
    padding: 1.25rem;
    box-shadow: inset 0 -7px 5px #ffffff0a, inset 0 -1px 0 -.5px #fff3, inset -1px 0 0 -.5px #ffffffb0, inset 0 1px 0 -.5px #fff3, inset 1px 0 0 -.5px #ffffffb0;
  }

  .efficiency-gap-item-head-text, .efficiency-gap-item-text {
    font-size: var(--_typography---font-size--body-14);
    line-height: var(--_typography---font-size--body-14-height);
  }

  .sec-new-2th-glass {
    border-radius: .625rem;
    width: 47%;
    max-width: none;
    padding: 1.25rem;
    box-shadow: inset 0 -7px 5px #ffffff0a, inset 0 -1px 0 -.5px #fff3, inset -1px 0 0 -.5px #ffffffb0, inset 0 1px 0 -.5px #fff3, inset 1px 0 0 -.5px #ffffffb0;
  }

  .efficiency-gap-item-text-head {
    font-size: var(--_typography---font-size--body-14);
    line-height: var(--_typography---font-size--body-14-height);
  }

  .efficiency-gap-item-extra-pc-text {
    display: none;
  }

  .sec-5-image.mob {
    display: block;
  }

  .sec-5-image.pc {
    display: none;
  }

  .section-5.thankyou {
    background-image: url("https://cdn.prod.website-files.com/69ba69b14c260de5785a5750/69baa19a265a473a09648f01_Thank%20you%20Mobile.avif");
  }

  .div-block-15 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .glass-button-2 {
    padding-left: 2rem;
    padding-right: 2rem;
    box-shadow: inset 0 -7px 5px #ffffff0a, inset 0 -1px 0 -.5px #fff3, inset -1px 0 0 -.5px #ffffffb0, inset 0 1px 0 -.5px #fff3, inset 1px 0 0 -.5px #ffffffb0;
  }

  .frame-2141257643 {
    grid-row-gap: 1rem;
  }

  .operational-trap-box {
    border-radius: 1.75rem;
    max-width: none;
    padding: 2.5rem 1.25rem;
    box-shadow: inset 0 -7px 5px #ffffff0a, inset 0 -1px 0 -.5px #fff3, inset -1px 0 0 -.5px #ffffffb0, inset 0 1px 0 -.5px #fff3, inset 1px 0 0 -.5px #ffffffb0;
  }

  .operational-trap-title {
    font-size: var(--_typography---font-size--h3);
    line-height: var(--_typography---font-size--h3-height);
  }

  .operational-trap-buttons {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .operational-trap-sub-content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  ._404-section {
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .operational-trap-sub-content {
    z-index: 0;
  }

  ._404-text {
    letter-spacing: -.125rem;
    font-size: 6rem;
  }

  .error-text {
    font-size: .9375rem;
  }
}

#w-node-_5b7d89a3-de52-693e-0ae1-40fe08ad5243-08ad5241 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5b7d89a3-de52-693e-0ae1-40fe08ad5247-08ad5241 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b7d89a3-de52-693e-0ae1-40fe08ad5251-08ad5241 {
  justify-self: end;
}
