*,
::before,
::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {
  --text-gray-color: #636466;
  --text-purple-color: #6C2196;
  --container: 1420;
}

/* fonts */

@font-face {
  font-family: 'Foundry';
  src: url('../fonts/foundry-book.otf');
  font-weight: 400;
}

@font-face {
  font-family: 'Foundry';
  src: url('../fonts/foundry-medium.otf');
  font-weight: 500;
}

@font-face {
  font-family: 'Foundry';
  src: url('../fonts/foundry-bold.otf');
  font-weight: 700;
}

@font-face {
  font-family: 'Foundry';
  src: url('../fonts/foundry-extrabold.otf');
  font-weight: 900;
}

/* ///// */

/* global */
html {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Foundry';
  color: #000000;
  width: 100%;
  overflow-x: hidden;
}

._container {
  max-width: calc(var(--container) * 1px);
  margin: 0 auto;
}

.title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.bg-card {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.gray {
  background: #F2F5F9;
}

.green {
  background: linear-gradient(279deg, #269E48 0%, rgba(235, 229, 82, 0.40) 30.47%, rgba(255, 203, 126, 0.00) 56.61%);
}

.blue-light-1 {
  background: linear-gradient(279deg, #00B9D2 0%, rgba(157, 243, 255, 0.00) 56.61%);
}

.blue-light-2 {
  background: linear-gradient(279deg, #00A0D3 0%, rgba(158, 255, 243, 0.00) 56.61%);
}

.red {
  background: linear-gradient(279deg, #6C207E 0%, rgba(226, 18, 80, 0.62) 23.39%, rgba(255, 246, 162, 0.00) 56.61%);
}

.blue-dark {
  background: linear-gradient(279deg, #780082 0%, rgba(65, 143, 210, 0.54) 26.05%, rgba(142, 203, 255, 0.00) 56.61%);
}

.orange {
  background: linear-gradient(261deg, #F57C25 0.11%, rgba(249, 180, 95, 0.58) 23.98%, rgba(255, 252, 174, 0.00) 56.61%);
  transform: rotate(180deg);
}

.purple {
  background: linear-gradient(279deg, #780082 0%, rgba(65, 143, 210, 0.54) 26.05%, rgba(142, 203, 255, 0.00) 56.61%);
}

.purple-top {
  background: linear-gradient(2deg, #780082 -6.44%, rgba(65, 143, 210, 0.54) 27.84%, rgba(142, 203, 255, 0.00) 68.07%);
}

.green-top {
  background: linear-gradient(1deg, #269E48 0.21%, rgba(235, 229, 82, 0.40) 25.07%, rgba(255, 203, 126, 0.00) 46.39%);
}

.blue-light {
  background: linear-gradient(180deg, rgba(242, 245, 249, 0.58) 59.42%, #00B9D2 100%);
}

.red-top {
  background: linear-gradient(0deg, #6C207E -6%, rgba(226, 18, 80, 0.62) 14.44%, rgba(255, 246, 162, 0.00) 43.46%);
}


@media (min-width: 320px) and (max-width: 480px) {
  br {
    display: none;
  }
}

/* ////// */

/* About */
.about {
  width: 100%;
  overflow-x: clip;
  position: relative;
  padding-top: calc(34px + (160 - 34) * ((100vw - 360px) / (1920 - 360)));
}

/* .about__bg {
  background: url('../img/about-bg.png') no-repeat;
  position: absolute;
  width: 2983.32px;
  height: 1223.94px;
  left: 0;
  top: 370px;
  z-index: -1;
} */

/* .about__bg-mobile {
  display: none;
} */

/* .about__body{} */
.about__content {
  display: flex;
}

.about__item {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.about__item:nth-child(1) {
  max-width: 580px;
}

.about__item:nth-child(2) {
  margin-left: 25px;
}

.about__item-text {
  width: 100%;
  font-size: 36px;
  line-height: 46.8px;
  display: flex;
  flex-direction: column;
  color: var(--text-purple-color);
}

.about__item-text sup {
  font-size: 20px;
  font-weight: 600;
}

.about__item-text span {
  font-weight: 700;
  color: var(--text-gray-color);
  margin: 30px 0 0 70px;
}

.about__item-text p {
  font-weight: 400;
  white-space: nowrap;
  margin: 0 0 0 70px;
}

.about__item-img {
  max-width: 840px;
  width: 100%;
  position: relative;
}

.about__item-img img {
  width: 100%;
  height: 100%;
}

.about__item-img img:nth-child(1) {
  margin-top: -25px;
}

.about__item-img-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 1621.18px;
  height: 1261.2px;
  transform: translateX(-38%) translateY(-3%);
  bottom: -100px;
  z-index: 2;
}

.about-circle-1 {
  width: 100%;
  height: 100%;
  position: relative;
}

.about-circle-1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about__item-img-circle img {
  width: 100%;
  height: 100%;
}

.about__circles {
  position: relative;
  z-index: 100;
  height: 500px;
  max-width: 520px;
  width: 100%;
}

.about__circle {
  position: absolute;
  width: 860px;
  height: 919.082px;
  transform: translateY(calc(-50% - 10px));
  top: 50%;
  left: -70px;
  z-index: 3;
}

.about-circle-2 {
  position: relative;
  width: 100%;
  height: 100%;
}

.about-circle-2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.margin-left-text {
  margin-left: 120px;
}

@media (max-width: 768px) {
  .margin-left-text {
    margin-left: 0;
  }
}

/* .about__circle img {
  width: 100%;
  height: 100%;
} */

.about__circle-fit {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 4;
  width: 100%;
}

.about-circle-fit {
  position: relative;
  width: 100%;
  height: 100%;
}

.about-circle-fit img {
  position: absolute;
  top: 0;
  left: 0;
  width: 513.491px;
  height: 683.225px;
  object-fit: contain;
}


/* .about__circle-fit img {
  width: 513.491px;
  height: 683.225px;
} */

.company {
  height: 893px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.about__company-bg {
  position: absolute;
  width: 1920px;
  height: 893px;
  flex-shrink: 0;
  background: url('../img/about-company-bg.png') no-repeat;
  background-position-y: -50px;
}

.about__text {
  position: relative;
  z-index: 10;
  width: 100%;
  text-align: center;
  max-width: 869px;
  margin: 20px auto 0 auto;
  padding: 0 20px;
}

.about__title {
  width: 512px;
  height: 119px;
  margin: 0px auto 0 auto;
  font-size: calc(20px + (40 - 20) * ((100vw - 360px) / (1920 - 320)));
  font-weight: 700;
  background: url('../img/about-title-bg-1.png') center no-repeat;
  color: #FFF;
}

.about__title span {
  margin-top: -35px;
}

.about__subtitle {
  font-size: calc(16px + (36 - 18) * ((100vw - 360px) / (1920 - 360)));
  color: var(--text-purple-color);
  font-weight: 600;
}

.about__text p {
  font-size: calc(16px + (20 - 16) * ((100vw - 360px) / (1920 - 360)));
  font-weight: 400;
  margin-top: 24px;
}

.about__text sup {
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 1420px) {
  .about__item-text {
    font-size: calc(16px + (36 - 16) * ((100vw - 320px) / (1420 - 320)));
    line-height: calc(20.8px + (36.8 - 16.8) * ((100vw - 320px) / (1420 - 320)));
  }

  .about__item-text sup {
    font-size: calc(10px + (20 - 10) * ((100vw - 320px) / (1420 - 320)));
    font-weight: 400;
  }

  .about__item-img-circle {
    /* width: calc(320px + 1101 * ((100vw - 320px) / (1920 - 320)));
    height: calc(320px + 731 * ((100vw - 320px) / (1920 - 320))); */
    width: calc(320px + (1600 - 320) * ((100vw - 320px) / (1920 - 320)));
    height: calc(320px + (1200 - 320) * ((100vw - 320px) / (1920 - 320)));
    transform: translateX(-30%) translateY(5.5%);
  }

  .about__circle {
    width: calc(320px + 540 * ((100vw - 320px) / (1920 - 320)));
    height: calc(320px + 599 * ((100vw - 320px) / (1920 - 320)));
    right: 0;
    left: calc(-5px + -50 * ((100vw - 320px) / (1920 - 320)));
    transform: translateY(calc(-65% + 117 * ((100vw - 320px) / (1920 - 320))));
  }

  .about__circle-fit {
    left: 0;
  }

  .about__circle-fit img {
    width: calc(320px + 193.491 * ((100vw - 320px) / (1920 - 320)));
    height: calc(320px + 363.225 * ((100vw - 320px) / (1920 - 320)));
  }
}

@media (max-width: 1260px) {
  .about__item-img-circle {
    width: calc(100px + (1600 - 100) * ((100vw - 320px) / (1920 - 320)));
    transform: translate(-32%, 0);
  }
}

@media (max-width: 1150px) {
  .about__item-img-circle {
    transform: translate(-34%, 0);
  }
}

@media (max-width: 1050px) {
  .about__item-img-circle {
    transform: translate(-36%, -5%);
  }
}

@media (max-width: 1000px) {
  .about__item-text span {
    margin: 0;
  }

  .about__item-text p {
    margin: 0;
    white-space: normal;
  }

  .about__item-text p br {
    display: none;
  }

  .about__content {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .about__content {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .about__circles {
    left: 50%;
    transform: translate(-50%, 0);
  }

  .about__bg {
    display: none;
  }

  .about__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .about__item:nth-child(1) {
    max-width: 100%;
  }

  .about__item:nth-child(2) {
    margin-left: 0px;
  }

  .about__item-img-circle {
    width: 100%;
    /* height: 80%; */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -8%);
  }

  .about__circle {
    width: 125%;
    height: 650px;
    transform: translateY(-66%);
    left: 15px;
  }

  .about__circle-fit img {
    width: 370px;
    height: 420px;
  }

  .about__title {
    width: calc(300px + (450 - 300) * ((100vw - 320px) / (1420 - 320)));
    background-size: contain;
  }

  .about__item-text span {
    position: relative;
    z-index: 1000;
  }

  .about__item-text p {
    position: relative;
    z-index: 1000;
  }

  .about__title span {
    margin-top: -20px;
  }
}

@media (max-width: 550px) {
  .about__item-img-circle {
    transform: translate(-55%, -14%);
  }
}

@media (max-width: 480px) {
  .about__text {
    margin: 30px auto 0 auto;
  }

  .about__bg-mobile {
    display: block;
    background: url('../img/about-bg-mobile-1.png') no-repeat;
    width: 135px;
    height: 326px;
    position: absolute;
    top: -6%;
    right: 0;
    z-index: -1;
  }

  .about__item-img-circle {
    transform: translate(-55%, -34%);
  }

  .about__circles {
    height: 230px;
    left: 10px;
  }

  .about__circle {
    transform: translateY(-40%);
    width: 100%;
    height: 500px;
    left: -5px;
  }

  .about__circle img {
    width: 102%;
  }

  .about__circle-fit {
    right: auto;
    left: calc(1px + (250 - 1) * ((100vw - 360px) / (1420 - 320)));
  }

  .about__circle-fit img {
    width: calc(270px + (350 - 270) * ((100vw - 360px) / (1420 - 320)));
    height: calc(300px + (350 - 300) * ((100vw - 360px) / (1420 - 320)));
  }
}

/* @media (max-width: 360px) {
  .about__item-img {
    /* height: 323px; */
/* } */

/* .about__item-img img:nth-child(1) {
    position: absolute;
    width: 502px;
    height: 323px;
    left: -71.97px;
  }

  .about__item-img-circle {
    width: 260px;
    height: 250px;
    transform: translate(-50%, -3%);
  } */
/* } */

/* */
/* ///// */

/* Why */
.why {
  width: 100%;
  position: relative;
  overflow-x: clip;
}

.why__bg {
  background: url('../img/why-bg.svg') center no-repeat;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: -100px;
  left: -40px;
  width: 1985.5px;
  height: 1459.99px;
  opacity: 0.8px;
}

.why__container {
  padding: 0 15px;
  max-width: calc((var(--container) + 30) * 1px);
}

.why__title {
  background: url('../img/why-title-bg-1.png') center no-repeat;
  /* max-width: 981px; */
  max-width: 918px;
  height: 109.789px;
  width: 100%;
  /* height: 200px; */
  margin: 0px auto 60px auto;
  font-size: calc(20px + (40 - 20) * ((100vw - 360px) / (1920 - 360)));
  /* font-size: 28px; */
  font-weight: 700;
  margin-top: calc(40px + (100 - 40) * ((100vw - 360px) / (1920 - 360)));
}

.why__title-mobile {
  display: none;
}

.why__title span {
  margin-top: -15px;
}

.why__content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.why__cards {
  display: grid;
  gap: 60px 80px;
  column-gap: calc(20px + (80 - 20) * ((100vw - 360px) / (1920 - 360)));
  row-gap: calc(20px + (60 - 20) * ((100vw - 360px) / (1920 - 360)));
  grid-template-columns: 1fr 1fr;
}

.why__card {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 3px 10px 0px rgba(108, 33, 150, 0.25);
  display: flex;
  width: 100%;
  max-width: 700px;
  height: calc(308px + (320 - 308) * ((100vw - 360px) / (1920 - 360)));
  padding: 20px 8px;
  align-items: center;
  justify-content: center;
  gap: 17px;
}

.why__card-img {
  max-width: 209px;
  max-height: 209px;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.why__card-img img {
  width: 100%;
  height: 100%;
  object-fit: none;
}

.why__card-img span {
  position: absolute;
  z-index: 2;
  font-weight: 700;
  font-size: calc(32px + (48 - 32) * ((100vw - 360px) / (1920 - 360)));
}

.why__card-text {
  width: 100%;
}

.why__card-text p {
  margin-top: 20px;
  font-size: calc(16px + (20 - 16) * ((100vw - 360px) / (1920 - 360)));
  font-weight: 400;
  line-height: 31.2px;
}

.why__card-subtitle {
  font-size: calc(16px + (20 - 16) * ((100vw - 360px) / (1920 - 360)));
  color: var(--text-purple-color);
  font-weight: 700;
  line-height: 26px;
}

.why__card-subtitle sup {
  font-size: 14px;
}

@media (max-width: 1200px) {
  .why__cards {
    grid-template-columns: 1fr;
  }

  .why__title {
    background-size: contain;
  }

  .why__card {
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  .why__card {
    flex-direction: column;
    height: 100%;
    text-align: center;
  }

  .why__card-img {
    max-width: 150px;
    max-height: 150px;
  }

  .why__card-img img {
    object-fit: cover;
  }

  .why__title {
    font-size: 20px;
  }
}

@media(max-width: 480px) {
  .why__bg {
    width: 1172.41px;
    height: 2143.76px;
    background: url('../img/why-bg-mobile.svg') no-repeat;
    left: 0;
  }

  .why__cards {
    margin-top: 50px;
  }

  .why__card {
    gap: 8px;
  }

  .why__card-img {
    max-width: 108px;
    max-height: 108px;
  }

  .why__card-text p {
    margin-top: 8px;
    line-height: 20.8px;
  }

  .why__card-subtitle {
    line-height: 20.8px;
  }

  .why__title {
    font-size: 16px;
  }

  .why__title span {
    margin-top: 0;
  }
}

/* /// */

/* Video */
.video {
  width: 100%;
  position: relative;
  overflow-x: clip;
  margin-top: 100px;
  margin-top: calc(80px + (100 - 80) * ((100vw - 360px) / (1920 - 360)));
  width: 100%;
}


.video__bg {
  position: absolute;
  /* background: url('../img/video-bg.png') no-repeat;
  background-position: center;
  background-size: cover; */
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.video__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 360px) {
  .video__bg img {
    object-position: 0 340px;
  }
}

.video__body {
  padding: 165px 0 140px 0;
}

.video__content {
  max-width: 1260px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  margin: 0 auto;
  gap: calc(20px + (40 - 20) * ((100vw - 360px) / (1920 - 360)));
}

.video__title {
  font-weight: 700;
  color: var(--text-purple-color);
  font-size: calc(20px + (40 - 20) * ((100vw - 360px) / (1920 - 360)));
  text-align: center;
  margin-top: 90px;
  width: 100%;
  max-width: 962px;
}

.video__title sup {
  font-size: calc(12px + (20 - 12) * ((100vw - 360px) / (1920 - 360)));
}

.video__iframe {
  width: 100%;
  height: calc(180px + (686 - 180) * ((100vw - 360px) / (1920 - 360)));
  border-radius: 20px;
}

@media (max-width: 480px) {
  .video {
    margin-top: 0;
  }

  .video__bg img {
    object-position: 0 250px;
  }

  /* .video__bg {
    background: url('../img/video-bg-mobile.png') no-repeat;
    background-size: cover;
    height: 700px;
    background-position: 0 60px;
  } */

  .video__body {
    padding: 100px 0 140px 0;
  }
}

/* ///// */

/* Lens */
.lens {
  width: 100%;
  margin-top: 144px;
}

.lens__title {
  font-size: calc(20px + (40 - 20) * ((100vw - 360px) / (1920 - 360)));
  background: url('../img/lens-title-bg-1.png') center no-repeat;
  background-size: contain;
  /* max-width: 730px; */
  width: 100%;
  max-width: 775.111px;
  /* height: 113.179px; */
  height: 163px;
  margin: 0 auto;
  font-weight: 700;
}

.lens__title span {
  margin-top: -5px;
}


.lens__body {
  /* background: url('../img/lens-bg.png') no-repeat; */
  /* padding-top: calc(20px + (100 - 20) * ((100vw - 360px) / (1920 - 360))); */
  padding-bottom: calc(16px + (60 - 16) * ((100vw - 360px) / (1920 - 360)));
}

.lens__container {
  padding: 0 10px;
  max-width: calc((var(--container) + 20) * 1px);
  display: flex;
  flex-direction: column;
  gap: calc(20px + (40 - 20) * ((100vw - 360px) / (1920 - 360)));
}

.lens__cards {
  background: #fff;
  border-radius: 20px;
  /* padding: 0 40px 40px 40px; */
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lens__cards-title {
  font-size: calc(20px + (36 - 20) * ((100vw - 360px) / (1920 - 360)));
  color: var(--text-purple-color);
  margin-top: calc(30px + (40 - 30) * ((100vw - 360px) / (1920 - 360)));
  margin-bottom: calc(10px + (10 - 10) * ((100vw - 360px) / (1920 - 360)));
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.lens__card {
  width: 100%;
  height: 392px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  padding: 20px;
  transition: height 1s ease 0s;
}

.lens__card-wrapper {
  /* padding-top: calc(21px + (42 - 21) * ((100vw - 360px) / (1920 - 360))); */
  /* padding-bottom: calc(21px + (42 - 21) * ((100vw - 360px) / (1920 - 360))); */
  /* height: 100%; */
  padding-left: calc(50px + (100 - 50) * ((100vw - 360px) / (1920 - 360)));
  padding-right: calc(50px + (100 - 50) * ((100vw - 360px) / (1920 - 360)));
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  /* max-height: 392px; */
  height: 100%;
  max-height: 351px;
  padding-left: calc(15px + (100 - 15) * ((100vw - 768px) / (1920 - 768)));
  padding-right: calc(15px + (100 - 15) * ((100vw - 768px) / (1920 - 768)))
}

/* tab start */
.lens__card-tab {
  transform: scaleY(0);
  width: 100%;
  transform-origin: top;
  padding-top: calc(15px + (60 - 15) * ((100vw - 768px) / (1920 - 768)));
  padding-bottom: calc(15px + (60 - 15) * ((100vw - 768px) / (1920 - 768)));
  padding-left: calc(15px + (100 - 15) * ((100vw - 768px) / (1920 - 768)));
  padding-right: calc(15px + (100 - 15) * ((100vw - 768px) / (1920 - 768)));
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  color: #000;
  font-size: 20px;
  text-align: left;
}

.lens__card-tab-btns {
  /* margin-top: calc(15px + (60 - 15) * ((100vw - 360px) / (1920 - 360))); */
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.lens__card-tab-btns button {
  border-radius: 20px;
  border: 1px solid;
  background: none;
  cursor: pointer;
  color: inherit;
  /* font-size: 20px; */
  display: inline-flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  font-size: inherit;
}

.lens__card-tab-btns button sup {
  font-size: 12px;
  margin-top: -10px;
}

/* .lens__card-tab-btns sup {
  font-size: 14px;
  margin-top: -6px;
} */

.lens__card-tab sup {
  font-size: 10px;
  margin-top: -6px;
}

.lens__card-tab-title {
  font-size: 28px;
  font-weight: normal;
  margin: 20px 0;
}

.lens__card-tab-title sup {
  font-size: 14px;
}

.lens__card-tab-text {
  margin-top: 20px;
}

.lens__card-tab-text span {
  /* font-size: 19.3px; */
  font-weight: 700;
}

.lens__card-tab-text span sup {
  font-size: 10px;
}

.lens__card-tab-fill {
  color: #FFF;
  /* font-size: 20px; */
  padding: 16px 24px;
  padding-top: calc(8px + (16 - 8) * ((100vw - 360px) / (1920 - 360)));
  padding-bottom: calc(8px + (16 - 8) * ((100vw - 360px) / (1920 - 360)));
  padding-left: calc(12px + (24 - 12) * ((100vw - 360px) / (1920 - 360)));
  padding-right: calc(12px + (24 - 12) * ((100vw - 360px) / (1920 - 360)));
  background: inherit;
  font-weight: 400;
  /* margin: 40px auto; */
  margin-top: calc(20px + (40 - 20) * ((100vw - 360px) / (1920 - 360)));
  margin-bottom: calc(20px + (40 - 20) * ((100vw - 360px) / (1920 - 360)));
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.lens__card-tab-fill span {
  font-weight: 700;
}

.lens__card-tab-link {
  width: 100%;
  /* max-width: 950px; */
  /* font-size: 20px; */
  font-weight: 600;
  list-style: none;
  position: relative;
  display: flex;
  margin-top: 8px;
}

.lens__card-tab-link sup {
  margin-top: 2px;
  font-size: 10px;
}

.lens__card-tab-link span {
  font-weight: 700;
}

.lens__card-tab-link div {
  width: 5px;
  height: 5px;
  background-color: inherit;
  margin: 15px 10px 0 10px;
  background: inherit;
  border-radius: 50%;
  flex-shrink: 0;
}

.lens__card-tab-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* gap: 50px; */
  gap: calc(20px + (50 - 20) * ((100vw - 360px) / (1920 - 360)));
  margin-top: calc(30px + (60 - 30) * ((100vw - 360px) / (1920 - 360)));
  margin-bottom: calc(20px + (40 - 20) * ((100vw - 360px) / (1920 - 360)));
}

.lens__card-tab-two-colums {
  grid-column-start: 2;
  grid-column-end: 4;
}

.lens__card-tab-card {
  /* max-width: 360px; */
  width: 100%;
}

.lens__card-tab-card-title {
  display: flex;
  align-items: center;
  gap: 20px;
}

.lens__card-tab-card-title h2 {
  font-size: 20px;
  font-weight: 700;
}

.lens__card-tab-card-fill {
  /* padding: 8px 16px; */
  padding-top: calc(5px + (8 - 5) * ((100vw - 360px) / (1920 - 360)));
  padding-bottom: calc(5px + (8 - 5) * ((100vw - 360px) / (1920 - 360)));
  padding-left: calc(8px + (16 - 8) * ((100vw - 360px) / (1920 - 360)));
  padding-right: calc(8px + (16 - 8) * ((100vw - 360px) / (1920 - 360)));
  background: inherit;
  color: #fff;
  margin-bottom: 8px;
  /* font-size: 20px; */
  font-weight: 700;
  width: fit-content;
}

.lens__nowrap {
  white-space: nowrap;
}

@media (max-width: 1350px) {
  .lens__nowrap {
    white-space: normal;
  }
}

.lens__tab-text-top {
  margin-top: 8px;
}

.lens__little-text {
  font-size: 12px;
}

/* .lens__card-tab-card-img {} */




@media (max-width: 1000px) {
  .lens__card-tab-cards {
    grid-template-columns: 1fr 1fr;
  }

  .lens__card-tab-two-colums {
    grid-column-start: auto;
    grid-column-end: auto;
  }

  .lens__card-tab {
    padding-top: calc(15px + (30 - 15) * ((100vw - 360px) / (768 - 360)));
    padding-bottom: calc(15px + (30 - 15) * ((100vw - 360px) / (768 - 360)));
    padding-left: calc(15px + (30 - 15) * ((100vw - 360px) / (768 - 360)));
    padding-right: calc(15px + (30 - 15) * ((100vw - 360px) / (768 - 360)));
  }
}

@media (max-width: 768px) {
  .lens__card-tab {
    font-size: 18px;
  }

  .lens__card-tab-card-title h2 {
    font-size: 18px;
    font-weight: 700;
  }

  .lens__card-tab-title {
    font-size: 24px;
  }

  .lens__card-tab-cards {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .lens__card-tab {
    font-size: 16px;
  }

  .lens__card-tab-card-title h2 {
    font-size: 16px;
    font-weight: 700;
  }

  .lens__card-tab-title {
    font-size: 20px;
  }
}

/* tab end */






.lens__card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.lens__card-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

.lens__card-title {
  font-weight: 700;
  font-size: calc(24px + (32 - 24) * ((100vw - 360px) / (1920 - 360)));
}

.lens__card-title sup {
  font-size: calc(12px + (16 - 12) * ((100vw - 360px) / (1920 - 360)));
  font-weight: 400;
}

.lens__card-text p {
  width: 103%;
  font-size: calc(16px + (24 - 16) * ((100vw - 360px) / (1920 - 360)));
  max-width: 547px;
}

.lens__card-text sup {
  font-size: calc(12px + (16 - 12) * ((100vw - 360px) / (1920 - 360)));
  font-weight: 400;
}

.sup-star {
  font-size: calc(14px + (20 - 14) * ((100vw - 360px) / (1920 - 360))) !important;
  font-weight: 700 !important;
}

.lens__card-img {
  width: 50%;
}

.lens__card-img img {
  width: 100%;
  height: 100%;
}

.lens__card-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: transform .3s ease 0s;
  cursor: pointer;
  margin-top: 10px;
}

@media (hover:hover) {
  .lens__card-arrow:hover {
    transform: rotate(45deg);
  }

  .arrow-close:hover {
    transform: rotate(-45deg);
  }
}



.lens__cards-reverse {
  background: none;
  padding: 0 !important;
  margin-top: calc(100px + (160 - 100) * ((100vw - 360px) / (1920 - 360)));
}

.lens__card-reverse {
  /* max-height: 512.77px; */
  flex-direction: column;
  gap: 45px;
  justify-content: center;
}

.lens__cards-suptitle {
  font-size: calc(20px + (48 - 20) * ((100vw - 360px) / (1920 - 360)));
  width: fit-content;
  margin: 0 auto;
  color: var(--text-purple-color);
  font-weight: 700;
}

.lens__card-reverse-title {
  font-size: calc(18px + (32 - 18) * ((100vw - 360px) / (1920 - 360)));
  width: fit-content;
  font-weight: 500;
  color: var(--text-purple-color);
  margin-top: calc(30px + (40 - 30) * ((100vw - 360px) / (1920 - 360)));
  margin-bottom: calc(10px + (30 - 10) * ((100vw - 360px) / (1920 - 360)));
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.lens__card-content {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
}

/* .lens__card-reverse .lens__card-img {
  transform: translate(0, -15%);
} */

/* .lens__card-arrow-reverse {
  cursor: pointer;
  position: absolute;
  flex: 1 0 auto;
  width: 40px;
  height: 40px;
  left: 50%;
  transform: translate(-50%, -30px);
} */

.lens__card-arrow-reverse {
  cursor: pointer;
  width: 50px;
  height: 50px;
  /* left: 50%;
  transform: translate(-50%, -30px); */
}

/* .lens__card-arrow-reverse img {
  width: 20px;
} */

.lens__littles-cards {
  /* padding: 0 38px 38px 38px; */
  background: #fff;
  border-radius: 20px;
}

.lens__littles-cards-content {
  margin-top: 25px;
  display: flex;
  /* gap: calc(10px + (47 - 10) * ((100vw - 360px) / (1920 - 360))); */
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.lens__little-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  max-width: 340px;
  width: 100%;
  height: 381px;
  height: calc(300px + (382 - 300) * ((100vw - 360px) / (1920 - 360)));
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 720px) {
  .lens__little-card {
    max-width: 580px;
  }
}



.lens__little-card-text {
  position: absolute;
  top: 90px;

  font-size: calc(24px + (32 - 24) * ((100vw - 360px) / (1920 - 360)));
  font-weight: 700;
}

.lens__little-card-text sup {
  font-size: calc(16px + (20 - 16) * ((100vw - 360px) / (1920 - 360)));
}

@media (max-width: 1100px) {
  .lens__little-card-text {
    top: calc(15px + (90 - 15) * ((100vw - 480px) / (1920 - 480)));
  }
}

.lens__little-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.lens__little-card-img {
  margin-top: 80px;
  width: 100%;
  max-width: 420px;
}

.lens__little-card-img img {
  width: 100%;
}

.lens__little-card-arrow {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border: 1px solid var(--text-purple-color);
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lens__little-card-arrow img {
  width: 20px;
}

.lens__middle-cards {
  display: flex;
  gap: calc(10px + (60 - 10) * ((100vw - 360px) / (1920 - 360)));
  justify-content: center;
}

.lens__middle-card {
  max-width: 580px;
  width: 100%;
  height: calc(291px + (334 - 291) * ((100vw - 360px) / (1920 - 360)));
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
}

.lens__middle-card:nth-child(2) .lens__middle-card-img {
  margin-top: 50px;
}

.lens__middle-card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.lens__middle-card-text {
  /* position: absolute; */
  text-align: center;
  /* font-size: 32px; */
  font-size: calc(24px + (32 - 24) * ((100vw - 360px) / (1920 - 360)));
  font-weight: 700;
}

.lens__middle-card-text sup {
  font-size: calc(16px + (20 - 16) * ((100vw - 360px) / (1920 - 360)));
}

.lens__middle-card-img img {
  width: 100%;
  height: 100%;
  width: 340px;
  height: 234px;
  flex-shrink: 0;
}

@media (max-width: 1000px) {

  .lens__card-bg {
    object-fit: cover;
  }

  .lens__card-img {
    max-width: 500px;
    width: 100%;
  }

  .lens__card-reverse .lens__card-img {
    max-height: 600px;
  }
}

@media (max-width: 768px) {
  .lens__middle-cards {
    flex-direction: column;
    align-items: center;
  }

  .lens__card {
    flex-direction: column;
    max-height: 100%;
    /* padding: 40px; */
    gap: 15px;
    border-radius: 32px;
    overflow: hidden;
    text-align: center;
    height: 500px;
  }

  .lens__card-wrapper {
    flex-direction: column;
    padding: 15px;
    gap: 0;
    height: 100%;
    max-height: 460px;
    /* justify-content: center; */
  }

  .lens__card-img {
    height: 60%;
  }

  .lens__card-text {
    gap: 5px;
  }

  .lens__card-text {
    width: 100%;
    max-width: 450px;
    align-items: center;
  }

  .lens__card-content {
    flex-direction: column;
    max-height: 100%;
    padding: 0;
    /* gap: 30px; */
    text-align: center;
    gap: 0;
    /* justify-content: center; */
    align-items: center;
  }
}

@media (max-width: 768px) {
  .lens__card-img img {
    /* object-fit: cover; */
    object-fit: contain;
  }
}

@media (max-width: 480px) {
  .lens__title {
    height: 80px;
  }

  .lens__card-wrapper {
    max-height: 380px;
    /* justify-content: ; */
  }

  .lens__cards {
    padding: 0 10px 10px 10px;
  }

  .lens__littles-cards {
    padding: 30px 10px 10px 10px;
  }

  .lens__card {
    flex-direction: column;
    max-height: 100%;
    /* padding: 30px 30px 50px 30px; */
    padding: 0px 15px;
    gap: 5px;
    /* border-radius: 32px; */
    overflow: hidden;
    text-align: center;
    height: 400px;
  }

  /* .lens__card-reverse {
    padding: 30px 30px 0px 30px;
  } */

  .lens__card-content {
    flex-direction: column;
    max-height: 100%;
    border-radius: 32px;
    /* overflow: hidden; */
    text-align: center;
    gap: 0;
  }

  .lens__little-card {
    max-width: 100%;
    height: 300px;
    /* left: 50%;
    bottom: 10px; */
    /* transform: translate(-50%, 0); */
  }

  .lens__little-card-text {
    top: 15px;
  }

  .lens__card-arrow {
    width: 40px;
    height: 40px;
    /* left: 50%;
    transform: translate(-50%, 0);
    bottom: 10px; */
    background: #fff;
  }

  .lens__card-arrow img {
    width: 20px;
  }

  .sup-star {
    font-weight: 400;
    display: inline-block;
    transform: translate(0, 5px);
  }
}

/* //// */

/* Life */
.life {
  width: 100%;
  padding-top: calc(34px + (150 - 34) * ((100vw - 360px) / (1920 - 360)));
}

.life__container {
  max-width: calc((var(--container) + 30) * 1px);
  padding: 0 15px;
}

.life__title {
  width: 405.735px;
  height: 139.207px;
  width: calc(200px + (405 - 200) * ((100vw - 360px) / (1920 - 360)));
  height: calc(100px + (139 - 100) * ((100vw - 360px) / (1920 - 360)));
  background: url('../img/life-title-bg.png') center no-repeat;
  background-size: contain;
  background-position-x: -5px;
}

.life__title span {
  margin-top: calc(-20px + ((-35) - (-20)) * ((100vw - 360px) / (1920 - 360)));
}

.life__text {
  font-size: calc(16px + (24 - 16) * ((100vw - 360px) / (1920 - 360)));
  font-weight: 400;
  color: var(--text-purple-color);
  text-align: center;
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(16px + (24 - 16) * ((100vw - 360px) / (1920 - 360)));
  margin-bottom: calc(20px + (40 - 20) * ((100vw - 360px) / (1920 - 360)));
}

.life__content {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.life__item {
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
  /* gap: calc(60px + (145 - 60) * ((100vw - 360px) / (1920 - 360))); */
}

.life__item-right {
  flex-direction: row-reverse;
  text-align: right;
}

.life__item-img {
  width: 50%;
  /* width: 565.464px;
  height: 353.233px; */
  flex-shrink: 0;
}

.life__item-img img {
  /* width: 100%;
  height: 100%; */
  max-width: 565.464px;
  width: 100%;
  height: 353.233px;
  object-fit: contain;
}

.life__item-text {
  width: 50%;
}

.life__item-title {
  color: var(--text-purple-color);
  font-weight: 700;
  font-size: calc(18px + (24 - 18) * ((100vw - 360px) / (1920 - 360)));
}

.life__item-text p {
  font-size: calc(16px + (20 - 16) * ((100vw - 360px) / (1920 - 360)));
  line-height: calc(20.8px + (31.2 - 20.8) * ((100vw - 360px) / (1920 - 360)));
  text-align: inherit;
  margin-top: calc(8px + (16 - 8) * ((100vw - 360px) / (1920 - 360)));
}

.life__banner {
  max-width: 1679.44px;
  height: calc(360px + (564.82 - 360) * ((100vw - 360px) / (1920 - 360)));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 0 20px;
}

.life__banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* .life__banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
} */

/* .life__banner-bg-mobile {
  display: none;
}

.life__banner-bg-mobile img {
  width: 100%;
  height: 100%;
  object-fit: contain;
} */

.life__banner-content {
  width: 100%;
  max-width: calc(var(--container) * 1px);
  height: calc(260px + (410 - 260) * ((100vw - 360px) / (1920 - 360)));
  border-radius: 20px;
  /* background: url('../img/life-banner-gradient.jpg'), lightgray 0px 0px / 100% 372.163% no-repeat; */
  /* box-shadow: 0px 4px 45px 0px rgba(255, 255, 255, 0.50) inset; */
  /* background: linear-gradient(354deg, #780082 -16.66%, rgba(65, 143, 210, 0.54) 46.01%, rgba(203, 240, 238, 0.56) 119.55%); */
  background: url('../img/life-gradient.png') center no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* gap: calc(20px + (40 - 20) * ((100vw - 360px) / (1920 - 360))); */
  position: relative;
  z-index: 1;
}

.life__banner-title {
  font-size: calc(18px + (36 - 18) * ((100vw - 360px) / (1920 - 360)));
  font-weight: 600;
  color: var(--text-purple-color);
}

.life__banner-text {
  font-size: calc(16px + (20 - 16) * ((100vw - 360px) / (1920 - 360)));
  line-height: calc(20.8px + (37.44 - 20.8) * ((100vw - 360px) / (1920 - 360)));
  width: 100%;
  text-align: center;
}

.life__banner-btn {
  position: relative;
  z-index: 100;
  border-radius: 20px;
  background: #FFF;
  color: var(--text-purple-color);
  width: calc(200px + (339 - 200) * ((100vw - 360px) / (1920 - 360)));
  height: calc(41px + (74 - 41) * ((100vw - 360px) / (1920 - 360)));
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-size: calc(16px + (30 - 16) * ((100vw - 360px) / (1920 - 360)));
  font-weight: 500;
  white-space: nowrap;
  transition: background .3s ease 0s;
  cursor: pointer;
  box-shadow: 15px 15px 25px 0px rgba(0, 0, 0, 0.50);
  margin-top: calc(20px + (32 - 20) * ((100vw - 360px) / (1920 - 360)));
}

.life__banner-btn:hover {
  background: rgba(255, 255, 255, 0.50);
}

@media (max-width: 1100px) {
  .life__item {
    flex-direction: column;
    text-align: center;
  }

  .life__item-right {
    flex-direction: column;
    text-align: center;
  }

  .life__item-text {
    width: 100%;
    max-width: 565.464px;
  }

  .life__item-img {
    width: 100%;
  }

  .life__item-img img {
    height: 100%;
  }
}

@media (max-width: 768px) {
  .life__banner-bg {
    display: none;
  }
}

@media (max-width: 480px) {
  /* .life__banner-bg {
    display: none;
  }

  .life__banner-bg-mobile {
    display: block;
    width: calc(401.74px + (501 - 401.74) * ((100vw - 360px) / (480 - 360)));
    height: calc(415.3px + (515 - 415.3) * ((100vw - 360px) / (480 - 360)));
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-10%, calc(-22% + (0 + (-22)) * ((100vw - 360px) / (480 - 360))));
  } */

  .life__banner-title {
    width: 100%;
    text-align: center;
  }

  .life__banner-content {
    padding: 0 30px;
  }

  .life__banner-text {
    margin-top: 5px;
  }
}

/* //// */

/* Myth */
.myth {
  width: 100%;
  overflow-x: clip;
  position: relative;
  /* padding: 109px 0 0 0; */
  padding-top: calc(40px + (109 - 40) * ((100vw - 360px) / (1920 - 360)));
  margin-bottom: calc(50px + (210 - 50) * ((100vw - 360px) / (1920 - 360)));
}

.myth__bg {
  position: absolute;
  z-index: -1;
  top: -20px;
  max-width: 1613px;
  width: 100%;
  height: 416px;
  flex-shrink: 0;
  left: 50%;
  transform: translate(-50%, 0);
  /* background: url('../img/myth-bg.png') center no-repeat; */
  background-size: contain;
}

.myth__bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1200px) {
  .myth__bg {
    height: 800px;
  }

  .myth__bg img {
    height: 50%;
  }

  .myth__bg img:nth-child(1) {
    top: 0;
    bottom: auto;
  }

  .myth__bg img:nth-child(2) {
    top: -150px;
    bottom: auto;
  }

  .myth__bg img:nth-child(3) {
    bottom: 0;
    top: auto;
  }

  .myth__bg img:nth-child(4) {
    bottom: 0;
    top: auto;
  }

  .myth__bg img:nth-child(5) {
    bottom: 0;
    top: auto;
  }

  .myth__bg img:nth-child(6) {
    top: -150px;
    bottom: auto;
  }

  .myth__bg img:nth-child(7) {
    bottom: 0;
    top: auto;
  }

  .myth__bg img:nth-child(8) {
    top: -150px;
    bottom: auto;
  }

  .myth__bg img:nth-child(9) {
    top: -150px;
    bottom: auto;
  }

  .myth__bg img:nth-child(10) {
    bottom: 0;
    top: auto;
  }
}

@media (max-width: 768px) {
  .myth__bg img:nth-child(2) {
    top: -350px;
    bottom: auto;
  }

  .myth__bg img:nth-child(6) {
    top: -350px;
    bottom: auto;
  }

  .myth__bg img:nth-child(8) {
    top: -350px;
    bottom: auto;
  }

  .myth__bg img:nth-child(9) {
    top: -350px;
    bottom: auto;
  }
}

@media (max-width: 480px) {
  .myth__bg img:nth-child(1) {
    top: -350px;
    bottom: auto;
  }

  .myth__bg img:nth-child(2) {
    top: -350px;
    bottom: auto;
  }

  .myth__bg img:nth-child(3) {
    bottom: 100px;
    top: auto;
  }

  .myth__bg img:nth-child(4) {
    bottom: 100px;
    top: auto;
  }

  .myth__bg img:nth-child(5) {
    bottom: 100px;
    top: auto;
  }

  .myth__bg img:nth-child(6) {
    top: -350px;
    bottom: auto;
  }

  .myth__bg img:nth-child(7) {
    bottom: 100px;
    top: auto;
  }

  .myth__bg img:nth-child(8) {
    top: -350px;
    bottom: auto;
  }

  .myth__bg img:nth-child(9) {
    top: -350px;
    bottom: auto;
  }

  .myth__bg img:nth-child(10) {
    bottom: 100px;
    top: auto;
  }
}

.myth__container {
  max-width: calc((var(--container) + 40) * 1px);
  padding: 0 20px;
}

.myth__title {
  background: url('../img/myth-title-bg.png') center no-repeat;
  max-width: 775.111px;
  width: 100%;
  height: 138.593px;
  margin: 0 auto;
  background-size: contain;
}

.myth__text {
  text-align: center;
  font-size: calc(16px + (24 - 16) * ((100vw - 360px) / (1920 - 360)));
  line-height: 130%;
  max-width: 775.111px;
  width: 100%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.myth__content {
  margin-top: calc(40px + (60 - 40) * ((100vw - 360px) / (1920 - 360)));
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.myth__item {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 3px 30px 0px rgba(108, 33, 150, 0.40);
  padding-top: calc(15px + (30 - 15) * ((100vw - 360px) / (1920 - 360)));
  padding-bottom: calc(15px + (30 - 15) * ((100vw - 360px) / (1920 - 360)));
  padding-left: calc(30px + (60 - 30) * ((100vw - 360px) / (1920 - 360)));
  padding-right: calc(30px + (60 - 30) * ((100vw - 360px) / (1920 - 360)));
  display: flex;
  height: 100%;
  gap: calc(20px + (40 - 20) * ((100vw - 360px) / (1920 - 360)));
}

.myth__item-title {
  font-size: calc(18px + (24 - 18) * ((100vw - 360px) / (1920 - 360)));
  font-weight: 700;
  font-size: 24px;
  color: var(--text-purple-color);
  width: 320px;
  flex-shrink: 0;
}

.myth__item-text {
  font-size: calc(16px + (20 - 16) * ((100vw - 360px) / (1920 - 360)));
  /* line-height: 130%; */
  max-width: 903px;
}

/* @media (max-width: 1420px) {
  .myth__bg {
    height: 125%;
  }
} */

@media (max-width: 920px) {
  /* .myth__content {
    grid-template-columns: 1fr 1fr;
  } */

  /* .myth__bg {
    display: none;
  } */
  .myth__item {
    flex-direction: column;
    gap: 15px;
  }

  .myth__item-title {
    font-size: 20px;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .myth__item-title {
    font-size: 18px;
  }

  /* .myth__content {
    grid-template-columns: 1fr;
  } */

  /* .myth__item {
    /* text-align: center; */
  /* } */

  /* .myth__item-title {
    max-width: 250px;
    margin: 0 auto;
  } */

  /* .myth__item:nth-child(1) {
    grid-column-start: auto;
    grid-column-end: auto;
  }

  .myth__item:nth-child(1) .myth__item-title {
    max-width: 230px;
  } */
}

/* //// */

/* Buy */
.buy {
  width: 100%;
}

.buy__title {
  background-position-x: 0;
}

/* .buy__content {
  padding: 0 20px;
} */

.buy__container {
  max-width: calc((var(--container) + 30) * 1px);
  padding: 0 15px;
}

.buy__select-wrapper {
  position: relative;
  width: 100%;
  max-width: 460px;
  margin-top: calc(16px + (40 - 16) * ((100vw - 360px) / (1920 - 360)));
}

.buy__select-wrapper::before {
  content: '';
  position: absolute;
  right: calc(10px + (15 - 10) * ((100vw - 360px) / (1920 - 360)));
  top: 50%;
  transform: translate(0, -50%);
  background: url('../img/select-arrow.svg') center no-repeat;
  background-size: contain;
  width: calc(20px + (30 - 20) * ((100vw - 360px) / (1920 - 360)));
  height: calc(20px + (30 - 20) * ((100vw - 360px) / (1920 - 360)));
  pointer-events: none;
}

.buy__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #000000;
  border-radius: 20px;
  width: 100%;
  height: calc(37px + (60 - 37) * ((100vw - 360px) / (1920 - 360)));
  padding-left: calc(20px + (30 - 20) * ((100vw - 360px) / (1920 - 360)));
  font-size: calc(16px + (24 - 16) * ((100vw - 360px) / (1920 - 360)));
  color: var(--text-purple-color);
  cursor: pointer;
}

.buy__select::-ms-expand {
  display: none;
}

.buy__item-title {
  font-size: calc(20px + (36 - 20) * ((100vw - 360px) / (1920 - 360)));
  font-weight: 500;
  margin-top: calc(20px + (60 - 20) * ((100vw - 360px) / (1920 - 360)));
  margin-bottom: 17px;
}

.buy__item-info {
  font-size: calc(16px + (20 - 16) * ((100vw - 360px) / (1920 - 360)));
  display: flex;
  gap: calc(16px + (23 - 16) * ((100vw - 360px) / (1920 - 360)));
  padding-left: 24px;
  position: relative;
}

.buy__item-info:nth-child(3) {
  margin-top: calc(8px + (17 - 8) * ((100vw - 360px) / (1920 - 360)));
  margin-bottom: 4px;
}

.buy__item-info:nth-child(2):before {
  content: '';
  position: absolute;
  left: 0px;
  top: 2px;
  background: url('../img/location.png') center no-repeat;
  width: 14px;
  height: 18px;
  flex-shrink: 0;
}

.buy__item-info span {
  color: var(--text-purple-color);
  font-weight: 700;
}

.buy__btn {
  border-radius: 20px;
  background: var(--text-purple-color);
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(33px + (44 - 33) * ((100vw - 360px) / (1920 - 360)));
  width: calc(190px + (250 - 190) * ((100vw - 360px) / (1920 - 360)));
  margin-left: 24px;
  color: #fff;
  font-size: calc(16px + (20 - 16) * ((100vw - 360px) / (1920 - 360)));
  border: none;
  outline: none;
  transition: background .3s ease 0s;
  cursor: pointer;
  margin-top: calc(14px + (18 - 14) * ((100vw - 360px) / (1920 - 360)));
  font-weight: 400;
}

.buy__btn:hover {
  background: rgba(108, 33, 150, .9);
}

@media (min-width: 320px) and (max-width: 480px) {
  .buy__btn {
    font-weight: 400;
  }
}

/* /// */

/* Copyright */
.copyright {
  width: 100%;
  /* padding-bottom: calc(25px + (115 - 25) * ((100vw - 360px) / (1920 - 360))); */
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: calc(100px + (150 - 100) * ((100vw - 360px) / (1920 - 360)));
}

.copyright__text {
  font-size: calc(6px + (12 - 6) * ((100vw - 360px) / (1920 - 360)));
  /* display: flex;
  flex-direction: column; */
  /* gap: calc(8px + (16 - 8) * ((100vw - 360px) / (1920 - 360))); */
  /* gap: 8px; */
}


.copyright__img {
  width: 100%;
  margin-top: calc(30px + (100 - 30) * ((100vw - 360px) / (1920 - 360)));
}

.copyright__img img {
  width: 100%;
  object-fit: contain;
}

.copyright__padding {
  padding: 0 0 0 15px;
  position: relative;
  display: inline-block;
}

.copyright__padding span {
  position: absolute;
  left: 3px;
  top: 0;
}

@media (min-width: 320px) and (max-width: 480px) {
  .copyright br {
    display: inline;
  }
}

/* ///////// */