@font-face {
  font-family: Suit;
  src: url('../fonts/SUIT-ExtraBold.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suit;
  src: url('../fonts/SUIT-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suit;
  src: url('../fonts/SUIT-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --maintxt: #3e3842;
  --secondery: #e4cc93;
  --primary: #411666;
  --placeholder: #ddd5e4;
  --background: #f6f0fa;
  --subtxt: #a69fac;
  --line1: #f2ecf7;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--white);
  letter-spacing: -.035em;
  word-break: keep-all;
  text-wrap: balance;
  background-color: #000;
  font-family: Suit, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

h1 {
  color: var(--maintxt);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 800;
  line-height: 1.3em;
}

h2 {
  color: var(--maintxt);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 800;
  line-height: 1.3em;
}

h3 {
  color: var(--maintxt);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.3em;
}

a {
  text-decoration: underline;
}

.nav {
  z-index: 30;
  mix-blend-mode: difference;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.container.horizontal-between-middle.zindex2 {
  z-index: 2;
  position: relative;
}

.container.height100.vertical-herotxt {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 3.5em;
  display: flex;
}

.container.height100.vertical-pdtxt {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15vh;
  display: flex;
}

.container.vertical-middle {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.relative.zindex-5 {
  z-index: 5;
}

.container.horizontal.gap-1px {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
}

.container.grid-product {
  grid-column-gap: 1em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.horizontal-between {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.vertical {
  flex-flow: column;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.vertical-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vertical-center.gap-05em.relative.zindex-2, .vertical-center.gap-05em.absolute.zindex-2 {
  z-index: 2;
}

.gap-1em {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.gap-2em {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.gap-3em {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
}

.gap-05em {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
}

.grid-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  display: grid;
}

.grid-2.gap-2em {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.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: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-4.gap-2em {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.text {
  color: var(--maintxt);
  font-size: 1.25em;
  line-height: 1.3em;
}

.text-big {
  font-size: 1.5em;
  line-height: 1.3em;
}

.text-small {
  color: var(--maintxt);
  font-size: 1em;
  line-height: 1.3em;
  text-decoration: none;
}

.gutter-1em {
  width: 100%;
  height: 1em;
}

.gutter-2em {
  width: 100%;
  height: 2em;
}

.gutter-3em {
  width: 100%;
  height: 3em;
}

.gutter-4em {
  width: 100%;
  height: 4em;
}

.gutter-5em {
  width: 100%;
  height: 5em;
}

.section {
  width: 100%;
  padding-top: 10em;
  padding-bottom: 10em;
}

.section.overflow-hidden.none {
  display: none;
}

.section.gray {
  background-color: #ffffff0d;
}

.section.black {
  z-index: 2;
  position: relative;
}

.section.vertical-center.gap-10em {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
}

.section.gold {
  background-color: #e4cc931a;
}

.vertical-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vertical-left.gap-05em.top2em {
  margin-top: 2em;
}

.vertical-right {
  flex-flow: column;
  display: flex;
}

.horizontal-left {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.horizontal-right {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.horizontal-middle {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.horizontal-between-middle {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.horizontal-between-bottom {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.horizontal-bottom {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.section-nobtm {
  padding-top: 10em;
}

.section-nobtm.gray {
  background-color: #ffffff0d;
}

.section-big {
  padding-top: 11em;
  padding-bottom: 11em;
}

.section-big-nobtm {
  padding-top: 7em;
}

.slide {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.link-block {
  color: #222;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 1em;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
}

.whitetxt {
  color: #fff;
}

.en {
  font-family: Zalando Sans Expanded, sans-serif;
}

.width100 {
  width: 100%;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.height100 {
  height: 100%;
}

.vertical-center-between {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.herotop {
  z-index: 2;
  width: 100%;
  height: 100dvh;
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
}

.texthuge {
  font-size: 2em;
  line-height: 1.5em;
}

.btn {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--secondery);
  color: var(--secondery);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: .5em;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
  text-decoration: none;
  transition: border-color .2s, color .2s;
  display: flex;
  position: relative;
}

.btn:hover, .btn._1 {
  border-bottom-color: var(--white);
  color: var(--white);
}

.btn._1:hover {
  border-bottom-color: var(--secondery);
  color: var(--secondery);
}

.btn.kr {
  font-family: Suit, Arial, sans-serif;
}

.swiper-content {
  background-color: var(--primary);
  text-align: left;
  border-radius: 18px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 3em;
  padding: 3em;
  position: relative;
  overflow: hidden;
}

.photobox {
  border-radius: 1em;
  width: 90%;
  max-width: 30em;
  position: relative;
  overflow: hidden;
  box-shadow: 6px 6px 12px #0003;
}

.navbar-button-container {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.viraltitle {
  color: var(--maintxt);
  text-align: center;
  text-transform: uppercase;
  margin-top: .1em;
  font-family: Sb Aggro;
  font-size: 5em;
  font-weight: 500;
  line-height: 1em;
}

.card {
  background-color: #fff;
  border-radius: 2em;
  width: 100%;
  padding: 2.5em;
}

.horizontal-left-middle {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gap-4em {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
}

.gap-5em {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
}

.horizontal-between-stretch {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.vertical-left-between {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.vertical-left-center {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.horizontal-left-bottom {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.sugessbtn {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -.5em;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

.card1 {
  color: #fff;
  background-color: #5208b9;
  background-image: url('../images/section4-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.34%;
  height: 100%;
  padding: 1.5em;
  display: flex;
}

.logo {
  width: auto;
  height: 2.5em;
}

.bold {
  font-weight: 700;
}

.box {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white);
  border-radius: 1.5em;
  flex-flow: column;
  padding: 1.5em;
  transition: color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.box.gap-1em {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.button {
  border: 1px solid var(--placeholder);
  color: var(--maintxt);
  text-align: center;
  white-space: nowrap;
  background-color: #fff0;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  height: 2em;
  padding: 0 1em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
  transition: color .2s, background-color .2s;
  display: flex;
}

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

.button.big {
  background-color: var(--primary);
  color: var(--white);
  border-style: none;
  border-radius: 1em;
  width: 100%;
  height: 3.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-weight: 800;
}

.button.big:hover {
  background-color: var(--background);
  color: var(--primary);
}

.button.big1 {
  background-color: var(--background);
  color: var(--subtxt);
  border-style: none;
  border-radius: 1em;
  width: 100%;
  height: 3.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-weight: 800;
}

.button.big1:hover {
  background-color: var(--placeholder);
  color: var(--maintxt);
}

.button.big2 {
  background-color: var(--background);
  color: var(--primary);
  border-style: none;
  border-radius: 1em;
  width: 100%;
  height: 3.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-weight: 800;
}

.button.big2:hover {
  background-color: var(--primary);
  color: var(--white);
}

.button.label {
  color: var(--subtxt);
  background-color: #fff0;
  border-style: none;
  border-radius: 0;
  height: 1.5em;
  padding-left: 0;
  padding-right: 0;
}

.button.label:hover {
  color: var(--maintxt);
}

.button.small {
  background-color: var(--primary);
  color: var(--white);
  border-style: none;
  border-radius: 1em;
}

.button.small:hover {
  background-color: var(--background);
  color: var(--primary);
}

.button.small1 {
  background-color: var(--background);
  color: var(--subtxt);
  border-style: none;
}

.button.small1:hover {
  background-color: var(--placeholder);
  color: var(--maintxt);
}

.button.small2 {
  background-color: var(--background);
  color: var(--primary);
  border-style: none;
}

.button.small2:hover {
  background-color: var(--primary);
  color: var(--white);
}

.button.label1 {
  color: var(--primary);
  background-color: #fff0;
  border-style: none;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.button.label1:hover {
  color: var(--maintxt);
}

.button.big3 {
  background-color: var(--white);
  color: var(--subtxt);
  border-style: none;
  border-radius: 1em;
  width: 100%;
  height: 3.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-weight: 800;
}

.button.big3:hover {
  background-color: var(--placeholder);
  color: var(--maintxt);
}

.button.middle3 {
  background-color: var(--white);
  color: var(--subtxt);
  border-style: none;
  border-radius: 1em;
  height: 3.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-weight: 800;
}

.button.middle3:hover {
  background-color: var(--placeholder);
  color: var(--maintxt);
}

.button.middle {
  background-color: var(--primary);
  color: var(--white);
  border-style: none;
  border-radius: 1em;
  height: 3.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-weight: 800;
}

.button.middle:hover {
  background-color: var(--background);
  color: var(--primary);
}

.button.middle1 {
  background-color: var(--background);
  color: var(--subtxt);
  border-style: none;
  border-radius: 1em;
  height: 3.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-weight: 800;
}

.button.middle1:hover {
  background-color: var(--placeholder);
  color: var(--maintxt);
}

.button.middle2 {
  background-color: var(--background);
  color: var(--primary);
  border-style: none;
  border-radius: 1em;
  height: 3.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-weight: 800;
}

.button.middle2:hover {
  background-color: var(--primary);
  color: var(--white);
}

.button.label2 {
  color: var(--maintxt);
  background-color: #fff0;
  border-style: none;
  height: 1.5em;
  padding-left: 0;
  padding-right: 0;
}

.button.label2:hover {
  color: var(--subtxt);
}

.button.label3 {
  color: var(--white);
  background-color: #fff0;
  border-style: none;
  border-radius: 0;
  height: 1.5em;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.button.label3:hover {
  color: var(--subtxt);
}

.button.small3 {
  background-color: var(--white);
  color: var(--primary);
  border-style: none;
}

.button.small3:hover {
  background-color: var(--primary);
  color: var(--white);
}

.graytxt {
  color: var(--subtxt);
}

.gap-025em {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
}

.navpc {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.width33 {
  width: 33.3333%;
}

.width50 {
  width: 50%;
}

.openbtn {
  background-color: var(--placeholder);
  color: var(--white);
  border-radius: 20em;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  transition: background-color .2s;
  display: flex;
}

.openbtn:hover {
  background-color: var(--subtxt);
}

.overflow-hidden {
  overflow: hidden;
}

.sugessbtn-2 {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -.5em;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

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

.hero {
  width: 100%;
  height: 200vh;
  position: relative;
}

.hero-lottie {
  z-index: 1;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 50% 0 0%;
  transform: translate(0, -50%);
}

.hero-lottie.mo {
  display: none;
}

.hero-bgbox {
  width: 100%;
  max-width: 1920px;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero-txtbox {
  z-index: 5;
  width: 100%;
  height: 50%;
  position: absolute;
}

.txt-hero {
  color: var(--white);
  text-transform: uppercase;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1em;
}

.txt-hero._1 {
  color: var(--secondery);
  font-size: 1.1em;
}

.txt-herosub {
  color: var(--white);
  font-size: 1.1em;
  line-height: 1.3em;
}

.txt-nav {
  text-transform: uppercase;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: .9em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.dropdown-toggle {
  color: var(--white);
  justify-content: center;
  align-items: center;
  height: 5em;
  padding: 0;
  display: flex;
}

.dropdown-toggle.w--open {
  color: var(--secondery);
}

.hero-bg {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.txt-gold {
  color: var(--secondery);
}

.dropdown-list {
  left: 50%;
}

.dropdown-list.w--open {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff3;
  border: 1px solid #ffffff26;
  border-radius: 1em;
  flex-flow: column;
  margin-top: -1em;
  padding: 1em;
  display: flex;
  transform: translate(-50%);
}

.dropdown-link {
  color: var(--white);
  padding: 0;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: .75em;
  font-weight: 300;
  line-height: 1em;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--secondery);
}

.nav-bg {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff9;
  border-bottom: 1px solid #ffffff0d;
  position: absolute;
  inset: 0%;
}

.text-block-2 {
  text-transform: uppercase;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 1em;
}

.relative {
  position: relative;
}

.main1-imgbox {
  z-index: 1;
  border-radius: 20em;
  width: 20em;
  height: 30em;
  position: relative;
  overflow: hidden;
}

.absolute {
  position: absolute;
}

.image-main1 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-main1._1 {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.image-main1._2 {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

.image-main1._3 {
  z-index: 4;
  position: absolute;
  inset: 0%;
}

.main1-txtbox {
  z-index: 2;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.container-main1 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 60em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-main1.horizontal-between-middle.zindex2 {
  z-index: 2;
  position: relative;
}

.container-main1.height100.vertical-herotxt {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 3.5em;
  display: flex;
}

.container-main1.vertical-middle {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main1-sticky {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -15em;
  display: flex;
  position: sticky;
  top: 50%;
  transform: translate(0, -50%);
}

.main1-gradient {
  z-index: 4;
  background-image: linear-gradient(90deg, #000, #0000);
  width: 10%;
  position: absolute;
  inset: -5.5em auto 0% 0%;
}

.main1-gradient._1 {
  background-image: linear-gradient(270deg, #000, #0000);
  top: 0;
  left: auto;
  right: 0;
}

.main1-gradient._2 {
  background-image: linear-gradient(90deg, #0a0a0a, #0a0a0a00);
  top: 0;
}

.main1-gradient._3 {
  background-image: linear-gradient(270deg, #0a0a0a, #0a0a0a00);
  top: 0;
  left: auto;
  right: 0;
}

.main1-gradient._4 {
  top: 0;
}

.main1-gradient._5 {
  background-image: linear-gradient(0deg, #000, #0000);
  width: 100%;
  height: 50%;
  top: auto;
}

.text-main2 {
  color: #ffffff80;
  text-align: center;
  max-width: 35em;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.5em;
}

.span-white {
  color: var(--white);
}

.image-main2 {
  height: 3em;
}

.txt-main2-1 {
  color: #ffffff80;
  max-width: 35em;
  font-size: 1em;
  line-height: 1.75em;
}

.txt-main2-1.span-white {
  color: var(--white);
}

.main2-line {
  background-image: linear-gradient(180deg, black, var(--secondery) 50%);
  width: 1px;
  height: 10em;
  margin-bottom: 2em;
  position: relative;
}

.section-notop {
  padding-bottom: 10em;
}

.section-notop.overflow-hidden.none {
  display: none;
}

.span-gold {
  color: var(--secondery);
}

.main2-dot {
  background-color: var(--secondery);
  border-radius: 2em;
  width: .75em;
  height: .75em;
  position: absolute;
  inset: 100% 0% auto;
  transform: translate(-50%);
}

.footer {
  z-index: 2;
  color: var(--white);
  background-color: #000;
  padding-top: 10em;
  padding-bottom: 5em;
  text-decoration: none;
  position: relative;
}

.footer.gray {
  background-color: #ffffff0d;
}

.txt-footer {
  color: var(--white);
  font-size: 1em;
  line-height: 1.3em;
  text-decoration: none;
}

.txt-footer.en {
  color: var(--white);
  font-family: Zalando Sans Expanded, sans-serif;
  text-decoration: none;
}

.grid-footer {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-footer {
  color: var(--white);
  text-transform: uppercase;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 1.5em;
  line-height: 1em;
  text-decoration: none;
  transition: color .2s;
}

.link-footer:hover {
  color: var(--secondery);
}

.link-footer1 {
  color: var(--white);
  text-decoration: none;
}

.image-footer {
  width: auto;
  height: 2em;
}

.txt-footer1 {
  color: #ffffff26;
  text-transform: uppercase;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 4em;
  line-height: 1em;
}

.card2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  transition: all .2s;
  display: flex;
}

.text-card {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 1.1em;
  line-height: 1em;
}

.item {
  filter: brightness(35%);
  cursor: grab;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  max-width: 30em;
  padding: 1em 0;
  transition: all .575s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  transform: scale(.9);
}

.item.slick-current {
  z-index: 3;
  filter: brightness();
  position: relative;
  transform: scale(1.2);
  box-shadow: 0 1px 1.5em #0a0a0a;
}

.image-4 {
  background-color: #fff;
  border-radius: 1.5em;
  width: 100%;
  height: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}

.wrapper {
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  display: flex;
}

.splide {
  width: 100%;
  overflow: hidden;
}

.splide.slider1 {
  display: none;
  overflow: hidden;
}

.text-card1 {
  color: #fff;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.3em;
}

.list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  transition: all .8s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.txt-title {
  text-transform: uppercase;
  max-width: 15em;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.2em;
}

.txt-title._1 {
  letter-spacing: -.05em;
  font-family: Suit, Arial, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.3em;
}

.txt-title.kr {
  font-family: Suit, Arial, sans-serif;
}

.txt-title.kr.bold {
  font-weight: 800;
}

.txt-title._2 {
  font-family: Suit, Arial, sans-serif;
  font-size: 2em;
  font-weight: 700;
}

.vertical-left-bottom {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.main3-txtbox {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.devideline {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
}

.btn-squre {
  background-color: var(--secondery);
  color: #000;
  border-radius: 20em;
  justify-content: center;
  align-items: center;
  width: 3em;
  min-width: 3em;
  height: 3em;
  min-height: 3em;
  font-size: 1em;
  font-weight: 800;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.btn-squre:hover {
  background-color: var(--white);
}

.hamburger {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 3em;
  height: 1.75em;
  display: none;
}

.hamburger-line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.hamburger-line._1 {
  width: 75%;
}

.hamburger-line._2 {
  width: 50%;
}

.vertical-herotxt {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.main1-rolling {
  z-index: 5;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 5em;
  margin-bottom: 3em;
  display: flex;
  position: relative;
}

.txt-rolling {
  color: #ffffff1a;
  text-transform: uppercase;
  white-space: nowrap;
  padding-right: .3em;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1em;
}

.section-subtop {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  background-image: url('../images/subtop1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  padding-top: 12em;
  display: flex;
}

.section-subtop.gray {
  background-color: #ffffff0d;
}

.txt-ceo {
  max-width: 25em;
  font-size: 1.1em;
  line-height: 1.75em;
}

.txt-ceo._1 {
  font-size: 1em;
}

.txt-ceo._2 {
  font-size: 1.3em;
  font-weight: 700;
}

.image-ceo {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: auto;
  height: 100%;
}

.txt-label {
  color: var(--secondery);
  text-transform: uppercase;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 1.1em;
  line-height: 1.3em;
}

.subtop-btm {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.subtop-btmbox {
  background-color: #000;
  border-top-right-radius: 10em;
  width: 100%;
  height: 5em;
}

.subtop-btmbox._1 {
  border-top-left-radius: 10em;
  border-top-right-radius: 0;
}

.txt-company {
  max-width: 30em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.75em;
}

.cp-stickysection {
  z-index: 0;
  width: 100%;
  height: 150vh;
  position: relative;
}

.cp-sticky {
  background-color: #e4cc9333;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.cp-sticky._1 {
  background-color: #fff0;
}

.cp-stickyimgbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.cp-stickytxtbox {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.txt-cpsticky {
  font-size: 1.1em;
  line-height: 1.75em;
}

.txt-cpsticky._1 {
  color: var(--secondery);
  text-transform: uppercase;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 2em;
  font-weight: 500;
}

.cp-stickytxt {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-right: 5em;
  display: flex;
}

.txt-cpstickylabel {
  border: 2px solid var(--secondery);
  color: var(--secondery);
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  padding-left: .5em;
  padding-right: .5em;
  font-size: 1.1em;
  font-weight: 800;
  line-height: 1.3em;
  display: flex;
}

.txt-cpstickylabel._1 {
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 2.5em;
  font-weight: 500;
}

.cp-stickyimg {
  width: 50%;
  height: 150vh;
  margin-left: auto;
}

.cp-stickyimg._1 {
  height: 100%;
}

.cp-stickyimg._2 {
  background-image: url('../images/cp-sticky3.webp');
}

.cp-stickyimg._3 {
  background-image: url('../images/cp-sticky4.webp');
}

.txt-cpsticky1 {
  border-bottom: 1px solid var(--secondery);
  border-left: 1px solid var(--secondery);
  color: var(--secondery);
  padding-bottom: .4em;
  padding-left: .5em;
  font-size: 1.1em;
  line-height: 1.3em;
}

.image-cpsticky {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.section-cpslider {
  flex-flow: column;
  height: 150vh;
  padding-top: 22em;
  display: flex;
  position: relative;
}

.section-cpslider.gray {
  background-color: #ffffff0d;
}

.section-cptop {
  width: 100%;
  height: 100vh;
  max-height: 60em;
  position: relative;
}

.background-video {
  width: 100%;
  height: 100%;
}

.cptop-txtbox {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 8em;
  padding-bottom: 3em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cptop-txt {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-end;
  width: 90%;
  max-width: 1900px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-cptop {
  width: 100%;
  height: auto;
}

.txt-cptop {
  color: #000;
  text-transform: uppercase;
  width: 100%;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
}

.txt-cptop._1 {
  text-align: right;
}

.image-5 {
  width: 3em;
  min-width: 3em;
  height: auto;
}

.cptop-btm {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-top: 1px solid #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 1em;
  display: flex;
}

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

.nav-guide {
  width: 1px;
  height: 200vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cpslider-inbox {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  display: flex;
  position: absolute;
}

.cpslider-card {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  display: flex;
}

.txt-cpslider {
  white-space: nowrap;
  font-size: 1em;
  line-height: 1.75em;
}

.txt-cpslider._1 {
  font-weight: 700;
}

.txt-cpslider._2 {
  color: var(--secondery);
  text-transform: uppercase;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
}

.txt-cpslider._3 {
  border-bottom: 1px solid var(--secondery);
  color: var(--secondery);
  text-transform: uppercase;
  padding-bottom: .25em;
  padding-right: 3em;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.image-cpslider {
  width: 25em;
  min-width: 25em;
  height: auto;
}

.cpslider {
  height: 20em;
  position: relative;
}

.cpslider-sticky {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: sticky;
  top: 50%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.cpslider-txtbox {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 20em;
  display: flex;
  position: relative;
}

.form-block {
  width: 60%;
  margin-bottom: 0;
}

.contact-txtbox {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.txt-contact {
  font-size: 1.1em;
  line-height: 1.75em;
}

.txt-contact._2 {
  font-family: Zalando Sans Expanded, sans-serif;
  font-weight: 500;
  line-height: 1em;
}

.txt-contact._1 {
  color: var(--secondery);
  font-weight: 700;
}

.txt-contact._3 {
  color: #858585;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1em;
}

.text-field {
  color: var(--white);
  background-color: #1b1b1b;
  border: 1px #000;
  height: 3em;
  margin-bottom: 0;
  padding: 0 1em;
  font-size: 1.3em;
  line-height: 1.3em;
}

.text-field::placeholder {
  color: #555;
}

.formdot {
  background-color: var(--secondery);
  border-radius: 20em;
  width: .75em;
  height: .75em;
  position: absolute;
  inset: .5em .5em auto auto;
}

.form {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.textarea {
  color: var(--white);
  background-color: #1b1b1b;
  border: 1px #000;
  min-height: 10em;
  margin-bottom: 0;
  padding: 1em;
  font-size: 1.3em;
  line-height: 1.3em;
}

.textarea::placeholder {
  color: #555;
}

.btn-big {
  background-color: var(--secondery);
  color: #000;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 3em;
  padding: 0;
  font-size: 1.3em;
  font-weight: 800;
  line-height: 1.3em;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.btn-big:hover {
  background-color: var(--white);
}

.btn-big._1 {
  border-bottom-color: var(--white);
  color: var(--white);
}

.btn-big._1:hover {
  border-bottom-color: var(--secondery);
  color: var(--secondery);
}

.btn-big.kr {
  font-family: Suit, Arial, sans-serif;
}

.section-main {
  background-image: url('../images/main2-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.section-main._1 {
  background-image: url('../images/main2-3.webp');
}

.section-main._2 {
  background-image: url('../images/main2-1.webp');
}

.section-main._3 {
  background-image: url('../images/main2-4.webp');
}

.section-main._4 {
  background-image: url('../images/vmbg4.webp');
}

.section-main._5 {
  background-image: url('../images/vmbg6.webp');
}

.section-main._6 {
  background-image: url('../images/vmbg3.webp');
}

.section-main._7 {
  background-image: url('../images/vmbg1.webp');
  position: relative;
}

.txt-main {
  text-align: center;
  text-transform: uppercase;
  mix-blend-mode: difference;
  max-width: 20em;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 1.1em;
  line-height: 1.3em;
}

.txt-main._1 {
  border-bottom-style: none;
  font-size: 1.1em;
  line-height: 1.5em;
  text-decoration: none;
}

.txt-main._2 {
  border-bottom: .075em solid var(--white);
  font-size: 2em;
}

.txt-journey {
  white-space: nowrap;
  font-size: 1.1em;
}

.devideline1 {
  width: 1px;
  height: 100%;
}

.devideline1._1 {
  background-color: var(--white);
  mix-blend-mode: difference;
}

.txt-vm {
  text-align: center;
  mix-blend-mode: difference;
  font-size: 1em;
  line-height: 1.3em;
  text-decoration: underline;
}

.txt-vm1 {
  text-transform: uppercase;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
}

.vm-card {
  width: 20%;
  height: 30em;
  position: relative;
}

.image-6 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.vm-cardbox {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #000000b3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.txt-vm2 {
  color: var(--secondery);
  text-align: center;
  text-transform: uppercase;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.3em;
}

.txt-vm2._1 {
  color: var(--white);
  text-transform: none;
  font-family: Suit, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
}

.txt-vm3 {
  text-align: center;
  max-width: 15em;
  font-size: 1em;
  line-height: 1.5em;
}

.vm-cardtxtbox {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border-top: 1px solid var(--white);
  flex-flow: column;
  padding-top: 1em;
  display: flex;
  overflow: hidden;
}

.rt-lottie {
  z-index: 1;
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0% 0;
}

.rt-lottie.mo {
  display: none;
}

.lottie-box {
  aspect-ratio: 16 / 9;
  width: auto;
  height: 100%;
  padding-bottom: 56.25%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mask {
  height: auto;
  overflow: visible;
}

.slide2 {
  height: 42em;
  margin-right: 2em;
  padding-bottom: 0;
}

.slide2._1 {
  height: auto;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  padding-bottom: 5em;
}

.slider-box {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #222;
  border-radius: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3em;
  display: flex;
  position: relative;
}

.slider-box._1 {
  padding-left: 2em;
  padding-right: 2em;
}

.slide-nav {
  bottom: 0;
}

.sliderarrow {
  display: none;
}

.txt-slider {
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.3em;
}

.txtbox {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.txtbox.relative.zindex-2 {
  z-index: 2;
}

.txt-titlelabel {
  color: var(--secondery);
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 1.1em;
  line-height: 1.3em;
}

.txt-titlelabel._1 {
  font-family: Suit, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
}

.txt-subtitle {
  color: #ffffff80;
  text-align: center;
  max-width: 30em;
  font-size: 1.1em;
  line-height: 1.75em;
}

.txt-subtitle._1 {
  font-size: 1em;
}

.txt-subtitle.alignleft {
  text-align: left;
}

.txt-subtitle.span-white {
  color: #fff;
}

.txt-pdsub1 {
  border-bottom: 1px solid var(--maintxt);
  width: 100%;
  margin-bottom: .25em;
  padding-bottom: 1em;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.3em;
}

.txt-pdsub1._1 {
  text-align: right;
}

.txt-pdsub {
  color: #ffffff80;
  font-size: 1.1em;
  line-height: 1.5em;
}

.txt-pdsub._1 {
  text-align: right;
}

.pdcard {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #222;
  border-radius: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3.5em;
  display: flex;
}

.pdgrid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image-7 {
  width: 4em;
  height: 4em;
  margin-bottom: 5em;
}

.txt-pdcard {
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
}

.txt-pdcard._1 {
  color: #ffffff80;
  font-size: 1.1em;
}

.txt-pdcard._2 {
  font-family: Suit, Arial, sans-serif;
  font-weight: 700;
}

.image-8 {
  height: 9em;
}

.container-pd {
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.container-pd.horizontal-between-middle.zindex2 {
  z-index: 2;
  position: relative;
}

.container-pd.height100.vertical-herotxt {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 3.5em;
  display: flex;
}

.container-pd.height100.vertical-pdtxt {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12em;
  display: flex;
}

.container-pd.vertical-center.gap-5em.relative.zindex-2 {
  z-index: 2;
}

.container-pd.vertical-middle {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-pd.relative.zindex-5 {
  z-index: 5;
}

.container-pd.horizontal.gap-1px {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
}

.cxr-hero {
  width: 100%;
  height: 600vh;
}

.cxr-hero.none {
  display: none;
}

.cxr-hero._1 {
  height: 400vh;
}

.div-block-3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.image-9 {
  width: 100%;
  height: auto;
}

.cxr-txtbox {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10em;
  margin-bottom: 10em;
  display: flex;
}

.section-nopadding {
  background-color: #e4cc931a;
  width: 100%;
}

.section-nopadding._1 {
  background-color: #e4cc9300;
  background-image: linear-gradient(#000, #e4cc931a);
}

.section-nopadding.none {
  display: none;
}

.cxrcard {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #222;
  border-radius: 2em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.5em;
  display: flex;
}

.mask-2 {
  width: 50%;
  overflow: visible;
}

.slide-3 {
  pointer-events: none;
  padding-right: 2em;
}

.cxr-card {
  pointer-events: none;
  border-radius: 2em;
  width: 100%;
  height: 22em;
  padding: 2.5em;
  position: relative;
  overflow: hidden;
}

.image-10 {
  z-index: 1;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-4 {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.slider-2 {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  padding-bottom: 6em;
}

.slide-nav-2 {
  justify-content: flex-start;
  align-items: center;
  height: 3em;
  display: flex;
}

.arrow {
  background-color: #ffffff26;
  border-radius: 20em;
  width: 3em;
  height: 3em;
  font-size: 1em;
  inset: auto 0% 0% auto;
}

.arrow._1 {
  right: 3.5em;
}

.arrow._2 {
  left: 0;
  right: auto;
}

.div-block-5 {
  height: 150vh;
}

.lottie-animation {
  z-index: 1;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cxr-sticky {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

._16-9 {
  aspect-ratio: 16 / 9;
  width: auto;
  height: 100%;
  padding-bottom: 56.25%;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cxr-stickytxt {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #0003;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-menu {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #ffffff1a;
  border-radius: 1.5em;
  justify-content: center;
  align-items: stretch;
  margin-top: 2em;
  padding: .5em;
  display: flex;
}

.tab-link-1 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  opacity: .8;
  color: var(--white);
  text-align: center;
  background-color: #fff0;
  border-radius: 1.5em;
  flex-flow: column;
  padding: 1.5em;
  line-height: 1.3em;
  transition: background-color .4s;
  display: flex;
}

.tab-link-1:hover {
  opacity: 1;
}

.tab-link-1.w--current {
  opacity: 1;
  color: #000;
  background-color: #fff;
}

.text-block-3 {
  font-size: 1.25em;
  font-weight: 700;
}

.background-video-2 {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
}

._1000 {
  width: 100%;
  max-width: 1000px;
  height: auto;
}

._600 {
  width: 100%;
  max-width: 600px;
  height: auto;
}

._600.grid-pd {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

._600.grid-pd.none {
  display: none;
}

.pdcard1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #222;
  border-radius: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 3.5em;
  display: flex;
}

.txt-pdcard1 {
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.75em;
}

.txt-pdcard1._1 {
  color: #ffffff80;
  font-size: 1.5em;
  font-weight: 400;
}

.txt-pdcard1._2 {
  color: #ffffff80;
  font-size: 1.1em;
  font-weight: 400;
}

.grid-2-1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  display: grid;
}

.grid-2-1.gap-2em {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.image-pd1 {
  width: auto;
  height: 20em;
}

.lottie-animation-2 {
  aspect-ratio: 5 / 3;
  border-radius: 1.5em;
  padding-bottom: 0;
  overflow: hidden;
}

.image-11 {
  border-radius: 2em;
  width: 100%;
  height: auto;
}

.image-12 {
  width: 100%;
  height: auto;
}

.image-12._1 {
  display: none;
}

.slider-txtbox {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #00000080;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3em;
  display: flex;
  position: relative;
}

.image-13 {
  z-index: 1;
  object-fit: cover;
  border-radius: 2em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.txt-pdcardsub {
  color: #ffffff80;
  text-align: center;
  max-width: 30em;
  font-size: 1.1em;
  line-height: 1.75em;
}

.txt-pdcardsub._1 {
  font-size: 1em;
}

.txt-pdcardsub.alignleft {
  text-align: left;
}

.txt-pdcardsub.span-white {
  color: #fff;
}

.txt-pdlabel {
  color: var(--secondery);
  text-transform: uppercase;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
}

.tab-pane-tab-1 {
  width: auto;
}

.pddot {
  background-color: #e4cc9333;
  border-radius: 20em;
  width: 12%;
  padding-bottom: 12%;
  position: absolute;
  top: 36%;
  left: 40%;
}

.pddot._1 {
  top: 52%;
  left: 20.7%;
}

.pddot._2 {
  top: 73%;
  left: 8.5%;
}

.div-block-6 {
  z-index: 1;
  background-color: #e4cc9333;
  border-radius: 20em;
  width: 60%;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.div-block-6._1 {
  z-index: 2;
  width: 20%;
  height: 20%;
}

.div-block-7 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.image-14 {
  z-index: 2;
  width: 100%;
  max-width: 400px;
  height: auto;
  position: relative;
}

.vertical-right-middle {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.text-block-4 {
  text-align: center;
  font-size: 1.1em;
  line-height: 1.3em;
}

.text-block-4._1 {
  border-bottom: 1px solid #ffffff80;
  width: 100%;
  margin-bottom: .5em;
  padding-bottom: 1em;
  font-size: 1.3em;
  font-weight: 700;
}

.div-block-10 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #222;
  border-radius: 2em;
  flex-flow: column;
  width: 100%;
  padding: 2em;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #222;
  background-image: linear-gradient(315deg, var(--maintxt), var(--secondery));
  border-radius: 2em;
  flex-flow: column;
  width: 100%;
  padding: 2em;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 800px;
  display: flex;
}

.div-block-13 {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.div-block-14 {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  position: relative;
}

.txt-cxrsticky1 {
  text-align: center;
  letter-spacing: -.05em;
  font-size: 4em;
  font-weight: 800;
  line-height: 1em;
}

.cxr-stickytxtbox {
  position: relative;
}

.cxr-stickytxtbox._1 {
  position: absolute;
}

.txt-cxrsticky2, .txt-cxrsticky3 {
  text-align: center;
  letter-spacing: -.05em;
  font-size: 4em;
  font-weight: 800;
  line-height: 1em;
}

.div-block-15 {
  z-index: 2;
  height: 100%;
  position: absolute;
  inset: 0 0% 0%;
}

.div-block-16 {
  width: 100%;
  height: 500vh;
}

.div-block-16._1 {
  height: 300vh;
}

.div-block-17 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #0003;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.txt-cxrsticky4 {
  letter-spacing: -.05em;
  text-transform: uppercase;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 1.3em;
  line-height: 1.3em;
}

.txt-cxrtitle {
  text-transform: uppercase;
  max-width: 15em;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1em;
}

.txt-cxrtitle._1 {
  letter-spacing: -.05em;
  font-family: Suit, Arial, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2em;
}

.txt-cxrtitle.kr {
  font-family: Suit, Arial, sans-serif;
}

.txt-cxrtitle.kr.bold {
  font-weight: 800;
}

.txt-cxrsubtitle {
  color: #ffffff80;
  text-align: center;
  max-width: 30em;
  font-size: 1.3em;
  line-height: 1.5em;
}

.txt-cxrsubtitle._1 {
  font-size: 1em;
}

.txt-cxrsubtitle.alignleft {
  text-align: left;
}

.txt-cxrsubtitle.span-white {
  color: #fff;
}

.sidebar {
  z-index: 51;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff3;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-18 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75%;
  padding-top: 1em;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.image-15 {
  width: auto;
  height: 2.5em;
  margin-bottom: 1em;
}

.text-block-5 {
  color: #ffffff80;
  text-transform: uppercase;
  font-family: Zalando Sans Expanded, sans-serif;
}

.link {
  color: var(--white);
  text-transform: uppercase;
  width: 100%;
  padding-left: 1em;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 1.5em;
  line-height: 1.3em;
  text-decoration: none;
}

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

.pdt-box {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.div-block-20 {
  aspect-ratio: 4 / 5;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.image-pdt {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-block-6 {
  color: var(--white);
  text-align: left;
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 1.5em;
  line-height: 1.3em;
  text-decoration: none;
}

.text-block-7 {
  text-align: center;
  background-color: #ffffff1a;
  border-radius: 20em;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  font-size: 1em;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.text-block-7._1 {
  background-color: var(--secondery);
  color: #000;
}

.div-block-21 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-21._1 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-21._2 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-21._3 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.image-16 {
  width: 5em;
  height: 5em;
}

.div-block-22 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-22._1 {
  justify-content: flex-start;
  align-items: flex-end;
}

.div-block-22._2 {
  justify-content: flex-end;
  align-items: flex-start;
}

.div-block-22._3 {
  justify-content: flex-start;
  align-items: flex-start;
}

.background-video-3 {
  width: 100%;
  height: 100%;
}

.div-block-23 {
  z-index: 2;
  padding: 6em 3em 3em;
  position: absolute;
  inset: 0%;
}

.div-block-24 {
  z-index: 1;
  background-image: radial-gradient(circle farthest-side, #0000 10%, #000000d9);
  position: absolute;
  inset: 0%;
}

.div-block-25 {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 5% 3em;
}

.image-17 {
  width: auto;
  height: 2em;
}

.image-17._1 {
  height: 1.5em;
}

.div-block-26 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #ffffff1a;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  height: 100%;
  padding: 1.5em;
  transition: opacity .4s;
  display: flex;
}

.txt-card2 {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.3em;
  position: absolute;
  inset: auto 0% .75em;
}

.txt-card2._1 {
  color: #000;
}

.txt-card2._2 {
  position: relative;
  bottom: 0;
}

.image-18 {
  object-fit: cover;
  border-radius: .5em;
  width: auto;
  height: 16em;
}

.text-block-8 {
  color: #ffffff4d;
  text-align: center;
  text-wrap: wrap;
  max-width: 35em;
  font-size: 1em;
  line-height: 1.3em;
}

.div-block-27 {
  color: var(--white);
  background-color: #e4cc9300;
  background-image: linear-gradient(135deg, #e4cc9333 50%, #e4cc9300);
  border-radius: 20em 20em 0;
  width: 100%;
  padding-bottom: 100%;
  transition: color .4s, background-color .4s;
  position: relative;
}

.div-block-27:hover {
  color: #000;
  background-color: #e4cc93;
}

.div-block-27._1 {
  background-image: linear-gradient(225deg, #e4cc9333 50%, #e4cc9300);
  border-radius: 20em 20em 20em 0;
}

.div-block-27._2 {
  background-image: linear-gradient(45deg, #e4cc9333 50%, #e4cc9300);
  border-radius: 20em 0 20em 20em;
}

.div-block-27._3 {
  background-image: linear-gradient(315deg, #e4cc9333 50%, #e4cc9300);
  border-top-left-radius: 0;
  border-bottom-right-radius: 20em;
}

.div-block-28 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border-style: solid none none solid;
  border-width: 1px;
  border-color: var(--secondery);
  border-radius: 20em 20em 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: 1em;
}

.div-block-28._1 {
  border-left-style: none;
  border-right-style: solid;
  border-bottom-right-radius: 20em;
  border-bottom-left-radius: 0;
  padding-left: 10%;
  padding-right: 0%;
}

.div-block-28._2 {
  border-top-style: none;
  border-bottom-style: solid;
  border-top-right-radius: 0;
  border-bottom-right-radius: 20em;
  padding-top: 10%;
  padding-bottom: 0%;
}

.div-block-28._3 {
  border-style: none solid solid none;
  border-top-left-radius: 0;
  border-bottom-right-radius: 20em;
  padding: 10% 0% 0% 10%;
}

.txt-pdclover {
  text-align: center;
  font-size: 1.1em;
  line-height: 1.3em;
}

.txt-pdclover._1 {
  font-size: 1.5em;
  font-weight: 700;
}

.image-19 {
  z-index: 5;
  width: 40%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.div-block-30 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 13.5em;
  padding-left: 1.5em;
  display: flex;
}

.div-block-30._1 {
  width: 21.5em;
  padding-left: 0;
  padding-right: 1.5em;
}

.text-block-9 {
  font-size: 1.1em;
  line-height: 1.3em;
}

.image-20 {
  background-color: #fff;
  border-radius: 20em;
  width: 12em;
  min-width: 12em;
  height: auto;
}

.div-block-31 {
  width: 15em;
  min-width: 15em;
}

.div-block-32 {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.div-block-32._1 {
  justify-content: flex-start;
}

.lottie-animation-3 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
}

.image-21 {
  object-fit: cover;
  background-color: #fff;
  border-radius: 1.5em;
  width: 100%;
  height: 100%;
}

.lightbox-link {
  width: 20em;
  height: 13em;
}

.div-block-33 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 16em;
  display: flex;
  position: relative;
}

.div-block-34 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 13em;
  display: grid;
}

.image-22 {
  object-fit: cover;
  border-radius: .5em;
  width: 100%;
  height: 100%;
}

.div-block-35 {
  aspect-ratio: 3 / 2;
  height: 6.25em;
  position: relative;
}

.text-block-10 {
  color: #000;
  background-color: #ffffffb3;
  border-radius: 20em;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
  display: flex;
  position: absolute;
  top: .25em;
  bottom: auto;
  right: .25em;
}

.tab-link-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  opacity: .8;
  color: #fff;
  text-align: center;
  background-color: #fff0;
  border-radius: 1em;
  flex-flow: column;
  padding: 1.5em;
  line-height: 1.3em;
  transition: background-color .4s;
  display: flex;
}

.tab-link-2:hover {
  opacity: 1;
}

.tab-link-2.w--current {
  opacity: 1;
  color: #000;
  background-color: #fff;
}

.image-23 {
  border-radius: 1.5em;
  width: 100%;
  height: auto;
}

.div-block-36 {
  z-index: 1;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.div-block-37 {
  background-image: url('../images/cxrhero1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.div-block-37._1 {
  background-image: url('../images/cxrhero2.webp');
}

.div-block-37._2 {
  background-image: url('../images/cxrhero3.webp');
  height: 200vh;
}

.vertical-middle {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-animation-4 {
  aspect-ratio: 6 / 4;
  border-radius: 1.5em;
  width: 100%;
  padding-bottom: 0;
  overflow: hidden;
}

.txt-sdtitle {
  text-transform: uppercase;
  max-width: 15em;
  font-family: Suit, Arial, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

.txt-sdtitle._1 {
  letter-spacing: -.05em;
  font-family: Suit, Arial, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.3em;
}

.txt-sdtitle.kr {
  font-family: Suit, Arial, sans-serif;
}

.txt-sdtitle.kr.bold {
  font-weight: 800;
}

.txt-sdtitle._2 {
  font-family: Suit, Arial, sans-serif;
  font-size: 2em;
  font-weight: 700;
}

.txt-sdlabel {
  color: var(--secondery);
  font-family: Zalando Sans Expanded, sans-serif;
  font-size: 1.1em;
  line-height: 1.3em;
}

.txt-sdlabel._1 {
  font-family: Suit, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }

  .nav {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .container.height100.vertical-herotxt {
    justify-content: space-between;
    align-items: center;
    padding-top: 6em;
  }

  .container.grid-product {
    grid-template-columns: 1fr 1fr;
  }

  .horizontal, .horizontal-between {
    flex-flow: column;
  }

  .grid-2, .grid-3, .grid-4 {
    grid-template-columns: 1fr;
  }

  .horizontal-between-bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .swiper-content {
    width: 100%;
    margin-bottom: 0;
  }

  .navbar-button-container {
    justify-content: space-between;
    align-items: flex-end;
    width: 3em;
    height: 2em;
  }

  .viraltitle {
    font-size: 3em;
  }

  .horizontal-between-stretch {
    flex-flow: column;
  }

  .card1 {
    width: 100%;
    height: auto;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .button.middle1 {
    width: 100%;
  }

  .navpc {
    display: none;
  }

  .hero {
    max-height: 160em;
  }

  .hero-lottie.pc {
    display: none;
  }

  .hero-lottie.mo {
    aspect-ratio: 9 / 21;
    display: block;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .txt-hero {
    font-size: 3em;
  }

  .grid-footer {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .txt-footer1 {
    font-size: 3em;
  }

  .wrapper {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .main3-txtbox {
    grid-template-columns: 1fr;
  }

  .hamburger {
    display: flex;
  }

  .vertical-herotxt {
    justify-content: flex-start;
    align-items: center;
  }

  .cp-stickysection {
    height: auto;
  }

  .cp-sticky {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-flow: column;
    height: auto;
    padding-top: 10em;
    padding-bottom: 10em;
    display: flex;
    position: relative;
  }

  .cp-stickytxtbox {
    position: relative;
  }

  .cp-stickytxt {
    width: 100%;
    padding-right: 0;
  }

  .cp-stickyimg {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .image-cpsticky {
    height: auto;
  }

  .txt-cptop {
    font-size: .8em;
  }

  .cpslider-inbox {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .cpslider-card {
    flex-flow: column;
  }

  .image-cpslider {
    width: 20em;
    min-width: 20em;
  }

  .cpslider {
    height: 40em;
  }

  .form-block, .contact-txtbox {
    width: 100%;
  }

  .form {
    grid-template-columns: 1fr;
  }

  .vm-card {
    width: 100%;
  }

  .rt-lottie.pc {
    display: none;
  }

  .rt-lottie.mo {
    aspect-ratio: 9 / 21;
    display: block;
    top: 50%;
    transform: translate(0, -50%);
  }

  .lottie-box {
    aspect-ratio: auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 0%;
  }

  .slide2._1 {
    height: auto;
  }

  .slider-box._1 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .txt-pdsub1._1, .txt-pdsub._1 {
    text-align: left;
  }

  .pdgrid {
    grid-template-columns: 1fr;
  }

  .image-8 {
    width: 90%;
    height: auto;
  }

  .container-pd.height100.vertical-herotxt {
    justify-content: space-between;
    align-items: center;
    padding-top: 6em;
  }

  .cxr-txtbox {
    margin-bottom: 0;
  }

  .mask-2 {
    width: 100%;
  }

  .tabs-menu {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-2-1 {
    grid-template-columns: 1fr;
  }

  .image-12 {
    display: none;
  }

  .image-12._1 {
    display: inline-block;
  }

  .image-14 {
    max-width: 50vw;
  }

  .div-block-8 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }

  .div-block-9 {
    width: 200%;
    position: relative;
    inset: 50%;
    transform: translate(-50%);
  }

  .div-block-12 {
    flex-flow: column;
  }

  .txt-cxrsticky1, .txt-cxrsticky2, .txt-cxrsticky3 {
    font-size: 2.5em;
  }

  .txt-cxrtitle, .txt-cxrtitle._1 {
    font-size: 3em;
  }

  .div-block-26 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    padding: 1.5em;
  }

  .image-18 {
    height: 13em;
  }

  .text-block-8 {
    height: 4em;
  }

  .div-block-33 {
    height: 13em;
  }

  .div-block-34 {
    height: 10em;
  }

  .div-block-35 {
    height: 4.75em;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 12px;
  }

  .viraltitle {
    font-size: 2.5em;
  }

  .text-block-2 {
    font-size: 4em;
  }

  .txt-footer1 {
    font-size: 2.5em;
  }

  .text-card {
    font-size: 1em;
  }
}

#w-node-_6a8c882c-8ffd-53e7-ca5f-8763bc5ff719-7ad28055, #field.w-node-_33a90f09-2b1f-333c-9be0-071b118eb96e-7ad28055, #w-node-eaf04667-8f6c-17cf-bedf-27f97451ac55-7ad28055 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_6a8c882c-8ffd-53e7-ca5f-8763bc5ff719-7ad28055, #w-node-eaf04667-8f6c-17cf-bedf-27f97451ac55-7ad28055 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Suit';
  src: url('../fonts/SUIT-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suit';
  src: url('../fonts/SUIT-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suit';
  src: url('../fonts/SUIT-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}