@import url("https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Unbounded:wght@200..900&display=swap");
@font-face {
  font-family: "Foglihten";
  src: url("../font/FoglihtenNo06_076.otf") format("truetype");
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Propisi Cyr Lat";
  src: url("../font/Propisi Cyr Lat_2.ttf");
  src: url("../font/Propisi Cyr Lat_2.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

nav,
footer,
header,
aside {
  display: block;
}

input,
button,
textarea {
  font-family: inherit;
  color: var(--white-color);
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  color: var(--white-color);
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  background: var(--background-color);
}

html,
body {
  scroll-behavior: smooth;
  font-size: 100%;
  line-height: 1;
  -webkit-text-size-adjust: none;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

a,
label {
  -webkit-tap-highlight-color: transparent;
}

:root {
  --black-color: #222428;
  --white-color: #f2f2f2;
  --red-color: #800020;
  --background-color: #0d0401;
}

html,
body {
  overflow-x: hidden;
}

body {
  background-color: var(--background-color);
}

main {
  max-width: 520px;
  margin: 0 auto;
}

.container {
  padding: 0 16px;
}

.button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 292px;
  width: 100%;
  height: 64px;
  border-radius: 24px;
  font-family: Manrope;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  text-align: center;
  color: #0d0401;
  margin: 0 auto;
}
.button.gold {
  background: linear-gradient(90deg, #efeb77 0%, #f6af04 100%);
}
.button.silver {
  background: linear-gradient(90deg, #ffffff 0%, #b3b3b3 100%);
}
.button::before {
  content: " ";
  position: absolute;
  border: 1px dashed rgba(13, 4, 1, 0.5019607843);
  width: 284px;
  height: 56px;
  top: 4px;
  left: 4px;
  border-radius: 24px;
}
.button::after {
  content: " ";
  position: relative;
  display: flex;
  background-image: url("../image/button-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  width: 6px;
  height: 8px;
  top: 1px;
  padding-left: 16px;
}

.main {
  background-image: url("../image/bg-main.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.main .container {
  padding-top: 60px;
  padding-bottom: 56px;
}
.main .container .name {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 135%;
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5019607843);
  padding-bottom: 16px;
}
.main .container .title {
  font-family: Unbounded;
  font-weight: 300;
  font-style: Light;
  font-size: 28px;
  line-height: 114.9%;
  letter-spacing: -4%;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 28px;
}
.main .container .pre-title {
  position: relative;
  font-family: Unbounded;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 28px;
  line-height: 114.9%;
  letter-spacing: -4%;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 24px;
  max-width: 332px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
}
.main .container .pre-title::before {
  content: " ";
  display: block;
  position: absolute;
  top: -14px;
  left: 10px;
  background-image: url("../image/pretitle-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 332px;
  height: 60px;
}
.main .container .main-img {
  max-width: 358px;
  width: 100%;
  height: 410px;
  -o-object-fit: cover;
     object-fit: cover;
  padding-bottom: 24px;
  margin: 0 auto;
}

.trends {
  padding: 42px 0 60px;
}
.trends .container {
  padding: 34px 16px 12px;
  min-height: 482px;
  width: 100%;
  background-image: url("../image/bg-blocks.svg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.trends .container .title {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  font-family: Unbounded;
  font-weight: 300;
  font-style: Light;
  font-size: 24px;
  line-height: 114.9%;
  text-align: center;
  vertical-align: middle;
  color: #0d0401;
  gap: 24px;
  margin: 0 auto;
}
.trends .container .title > span {
  font-family: Unbounded;
  font-weight: 300;
  font-style: Light;
  font-size: 24px;
  line-height: 114.9%;
  text-align: center;
  vertical-align: middle;
  max-width: 358px;
  margin: 0 auto;
}
.trends .container .title > span.line {
  position: relative;
}
.trends .container .title > span.line::before {
  content: " ";
  display: block;
  position: absolute;
  background-image: url(../image/blocks-icon.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 370px;
  height: 90px;
  bottom: -22px;
  left: -20px;
}
.trends .container .title > span.bold {
  font-family: Unbounded;
  font-weight: 600;
  font-style: SemiBold;
  padding-bottom: 30px;
}
.trends .container .block-content {
  display: flex;
  justify-content: space-between;
}
.trends .container .block-content .left-side {
  display: flex;
  flex-direction: column;
  max-width: 230px;
  width: 230px;
}
.trends .container .block-content .left-side p {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #0d0401;
  grid-area: 1/1/2/3;
  padding-bottom: 32px;
}
.trends .container .block-content .left-side p b {
  font-family: Manrope;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: bottom;
}
.trends .container .block-content .left-side .list-img {
  display: flex;
  max-width: 230px;
  width: 230px;
  max-height: 130px;
}
.trends .container .block-content .left-side .list-img img {
  width: 100%;
}
.trends .container .block-content .left-side .list-img img.img-2 {
  max-width: 100px;
  margin-right: 8px;
}
.trends .container .block-content .left-side .list-img img.img-3 {
  max-width: 80px;
}
.trends .container .block-content .right-side {
  max-width: 130px;
}
.trends .container .block-content .right-side .img-1 {
  max-width: 130px;
}

.learning .container {
  background-image: url(../image/price-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  margin-bottom: 56px;
  padding: 0 0 16px;
}
.learning .container .anim-content {
  overflow: hidden;
  width: 100%;
  padding-bottom: 56px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.learning .container .anim-content .anim-1,
.learning .container .anim-content .anim-2 {
  display: flex;
  white-space: nowrap;
  position: relative;
}
.learning .container .anim-content .anim-1 span,
.learning .container .anim-content .anim-2 span {
  display: inline-block;
  padding-right: 24px;
}
.learning .container .anim-content .anim-1 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 10px;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.2);
  animation: moveLeft 20s linear infinite;
}
.learning .container .anim-content .anim-2 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 12px;
  line-height: 135%;
  color: #f2f2f2;
  animation: moveRight 20s linear infinite;
}
@keyframes moveLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes moveRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes moveLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes moveRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.learning .container > .title {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 135%;
  letter-spacing: 40%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5019607843);
  padding-bottom: 16px;
}
.learning .container .pre-title {
  font-family: Unbounded;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 28px;
  line-height: 114.9%;
  letter-spacing: -4%;
  text-align: center;
  vertical-align: middle;
  color: #f2f2f2;
  padding-bottom: 32px;
}
.learning .container .slider-list {
  background-image: url("../image/price-bg");
  background-repeat: no-repeat;
}
.learning .container .slider-list .slick-slide {
  margin-left: 16px;
}
.learning .container .slider-list .slide {
  max-width: 340px;
  width: 340px;
}
.learning .container .slider-list .slide .top-side {
  padding: 54px 24px 32px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  margin-bottom: 16px;
}
.learning .container .slider-list .slide .top-side .category {
  position: relative;
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 135%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.5019607843);
  padding-left: 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 12px;
}
.learning .container .slider-list .slide .top-side .category::before {
  content: " ";
  position: absolute;
  background-image: url("../image/category-icon.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  left: 0;
}
.learning .container .slider-list .slide .top-side > .title {
  position: relative;
  font-family: Unbounded;
  font-weight: 300;
  font-style: Light;
  font-size: 24px;
  line-height: 114.9%;
  letter-spacing: -4%;
  text-align: center;
  vertical-align: middle;
  color: #f2f2f2;
  padding-bottom: 32px;
  margin-bottom: 32px;
  min-height: 87px;
}
.learning .container .slider-list .slide .top-side > .title::before {
  content: " ";
  position: absolute;
  width: 292px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  bottom: 0;
  left: 0;
}
.learning .container .slider-list .slide .top-side .list {
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.learning .container .slider-list .slide .top-side .list::before {
  content: " ";
  position: absolute;
  width: 292px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  bottom: 0;
  left: 0;
}
.learning .container .slider-list .slide .top-side .list li {
  position: relative;
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #f2f2f2;
  padding-bottom: 12px;
  padding-left: 28px;
}
.learning .container .slider-list .slide .top-side .list li::after {
  content: " ";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("../image/list-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 4px;
}
.learning .container .slider-list .slide .top-side .price {
  padding-bottom: 42px;
}
.learning .container .slider-list .slide .top-side .price .title {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.5019607843);
  padding-bottom: 12px;
}
.learning .container .slider-list .slide .top-side .price > span {
  font-family: Unbounded;
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 100%;
  color: #f2f2f2;
}
.learning .container .slider-list .slide .top-side img {
  width: 292px;
  margin: 0 auto;
}
.learning .container .slider-list .slide .top-side .avg-price {
  position: relative;
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  max-width: 292px;
  margin: 0 auto 52px;
}
.learning .container .slider-list .slide .top-side .avg-price::before {
  content: " ";
  position: absolute;
  width: 292px;
  height: 68px;
  background-image: url(../image/price-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  bottom: -23px;
  left: 0;
}
.learning .container .slider-list .slide .top-side .button.gold {
  margin-bottom: 16px;
}
.learning .container .slider-list .slide .bottom-side {
  padding: 24px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 16px;
}
.learning .container .slider-list .slide .bottom-side .bonus-title {
  position: relative;
  padding-left: 56px;
  font-family: Unbounded;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: bottom;
  margin-bottom: 16px;
}
.learning .container .slider-list .slide .bottom-side .bonus-title::before {
  content: " ";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url("../image/bonus-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  top: 0;
}
.learning .container .slider-list .slide .bottom-side .bonus-text {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
}
.learning .container .slider-list .slide .bottom-side .bonus-text b {
  font-family: Manrope;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
}

.package {
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 32px;
  margin-bottom: 56px;
}
.package .container {
  padding: 56px 16px 56px;
}
.package .container > .title {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 135%;
  letter-spacing: 6px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5019607843);
  margin-bottom: 24px;
}
.package .container .package-list li > div {
  width: 358px;
  height: 410px;
  margin: 0 auto 16px;
}
.package .container .package-list li > div > div.content {
  position: relative;
  width: 300px;
  height: 324px;
  padding: 24px;
}
.package .container .package-list li > div > div.content::before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.0784313725);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
}
.package .container .package-list li > div > div.content .title {
  position: relative;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-style: "Regular";
  font-size: 36px;
  line-height: 112%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #0d0401;
  z-index: 1;
  mix-blend-mode: overlay;
  padding-bottom: 12px;
}
.package .container .package-list li > div > div.content > .lesson {
  position: relative;
  font-family: Manrope;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  z-index: 2;
  padding-bottom: 4px;
}
.package .container .package-list li > div > div.content .description {
  position: relative;
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  mix-blend-mode: overlay;
  padding-bottom: 16px;
  z-index: 2;
}
.package .container .package-list li > div > div.content .title-price {
  position: relative;
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  mix-blend-mode: overlay;
  padding-bottom: 12px;
  z-index: 2;
}
.package .container .package-list li > div > div.content .price {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  gap: 16px;
}
.package .container .package-list li > div > div.content .price .old {
  position: relative;
  font-family: Unbounded;
  font-weight: 300;
  font-style: Light;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5019607843);
  letter-spacing: -4%;
  text-align: center;
  vertical-align: middle;
}
.package .container .package-list li > div > div.content .price .old::before {
  content: " ";
  position: absolute;
  width: 80px;
  border: 1.5px solid rgba(255, 255, 255, 0.5019607843);
  left: -9px;
  transform: rotate(10deg);
  top: 8px;
}
.package .container .package-list li > div > div.content .price .actual {
  font-family: Unbounded;
  font-weight: 500;
  font-style: Medium;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  vertical-align: middle;
  color: linear-gradient(90deg, #ffffff 0%, #adadad 107.96%);
}
.package .container .package-list li > div > div.content .economi {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 24px;
  font-family: Manrope;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 135%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #f2f2f2;
  z-index: 2;
}
.package .container .package-list li > div.package-1 {
  background-image: url("../image/package-img-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 44px 26px 44px 32px;
}
.package .container .package-list li > div.package-2 {
  background-image: url("../image/package-img-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 44px 26px 44px 32px;
}
.package .container .package-list li .button {
  margin-bottom: 32px;
}
.package .container .package-list li:last-child .button {
  margin-bottom: 0;
}

.calculation {
  position: relative;
  background: #f2f2f2;
  border-radius: 32px;
  margin-bottom: 56px;
}
.calculation::before {
  content: " ";
  position: absolute;
  width: 200px;
  height: 200px;
  background-image: url("../image/bottom-rocket.png");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -56px;
}
.calculation .container {
  padding: 48px 16px 56px;
}
.calculation .container > .title {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  letter-spacing: 40%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: rgba(13, 4, 1, 0.5019607843);
  padding-bottom: 16px;
}
.calculation .container > .pre-title {
  font-family: Unbounded;
  font-weight: 300;
  font-style: Light;
  font-size: 28px;
  letter-spacing: -4%;
  text-align: center;
  vertical-align: middle;
  color: #0d0401;
  padding-bottom: 30px;
}
.calculation .container > .pre-title b {
  font-family: Unbounded;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 28px;
  letter-spacing: -4%;
  text-align: center;
  vertical-align: middle;
}
.calculation .container .calculator-form .block-calc {
  border: 1px dashed rgba(13, 4, 1, 0.2);
  padding: 24px;
  border-radius: 16px;
}
.calculation .container .calculator-form .block-calc:not(:last-child) {
  margin-bottom: 8px;
}
.calculation .container .calculator-form .block-calc .option {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.calculation .container .calculator-form .block-calc .option button {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  letter-spacing: 0%;
  text-align: center;
  color: #0d0401;
  width: 150px;
  height: 40px;
  background: rgba(13, 4, 1, 0.0784313725);
  border-radius: 8px;
}
.calculation .container .calculator-form .block-calc .option button.active {
  background: #0d0401;
  color: #f2f2f2;
}
.calculation .container .calculator-form .block-calc .title {
  font-family: Manrope;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  letter-spacing: 0%;
  color: #0d0401;
  padding-bottom: 16px;
}
.calculation .container .calculator-form .block-calc.block-result {
  margin-bottom: 30px;
  border-color: #faba16;
}
.calculation .container .calculator-form .block-calc.block-result .result-1, .calculation .container .calculator-form .block-calc.block-result .result-2 {
  font-family: Manrope;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  letter-spacing: 0%;
  line-height: 22px;
  color: #0d0401;
  padding-bottom: 12px;
}
.calculation .container .calculator-form .block-calc.block-result .result-1 > span, .calculation .container .calculator-form .block-calc.block-result .result-2 > span {
  font-family: Unbounded;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  letter-spacing: 0%;
  color: #0d0401;
}
.calculation .container .calculator-form .block-calc.block-result .result-2 {
  padding-bottom: 0;
}
.calculation .container img {
  width: 188px;
  height: 70px;
  margin-left: auto;
}

.results .container {
  margin-bottom: 150px;
  padding: 0 0;
}
.results .container .title {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  letter-spacing: 40%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5019607843);
  padding-bottom: 16px;
}
.results .container .pre-title {
  font-family: Unbounded;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 28px;
  letter-spacing: -4%;
  text-align: center;
  vertical-align: middle;
  color: #f2f2f2;
  padding-bottom: 46px;
}
.results .container .result-slider .item-slider {
  position: relative;
  max-width: 196px;
  height: 400px;
  width: 100%;
  margin: 0 auto;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.results .container .result-slider .item-slider::before {
  content: " ";
  position: absolute;
  background-image: url("../image/device_mask.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 194px;
  height: 400px;
  z-index: 2;
  top: 2px;
}
.results .container .result-slider .item-slider .video {
  position: relative;
  width: 100%;
  max-width: 176px;
  width: 100%;
  height: 100%;
  max-height: 382px;
  display: block;
  border-radius: 12px;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 12px;
}
.results .container .result-slider .item-slider .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background: none;
  background-image: url("../image/button-play.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
}
.results .container .result-slider .slick-slide {
  transform: scale(0.4);
  transition: all 0.8s ease-out;
}
.results .container .result-slider .slick-slide.slick-current {
  transform: scale(1);
}
.results .container .result-slider .slick-prev.slick-arrow,
.results .container .result-slider .slick-next.slick-arrow {
  bottom: -90px;
  top: auto;
  transform: translate(-50%, 0%);
  left: 39%;
  background-image: url("../image/button-slider-back.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 70px;
  height: 70px;
  z-index: 4;
}
.results .container .result-slider .slick-prev.slick-arrow::before,
.results .container .result-slider .slick-next.slick-arrow::before {
  content: " " !important;
}
.results .container .result-slider .slick-next.slick-arrow {
  bottom: -90px;
  top: auto;
  transform: translate(-50%, 0%);
  left: auto;
  right: 22%;
  background-image: url("../image/button-slider-next.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 70px;
  height: 70px;
  z-index: 4;
}

.about .container .title {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  letter-spacing: 40%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5019607843);
  padding-bottom: 34px;
}
.about .container .popular {
  position: relative;
  font-family: Unbounded;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 26px;
  letter-spacing: -4%;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 18px;
  max-width: 314px;
  width: 100%;
  margin: 0 auto;
}
.about .container .popular::before {
  content: " ";
  position: absolute;
  width: 362px;
  height: 68px;
  background-image: url(../image/popular-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  bottom: -4px;
  left: -24px;
}
.about .container .last {
  font-family: Unbounded;
  font-weight: 300;
  font-style: Light;
  font-size: 28px;
  letter-spacing: -4%;
  text-align: center;
  vertical-align: middle;
  margin-top: 16px;
  padding-bottom: 32px;
}
.about .container .about-list li {
  position: relative;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  padding: 16px;
}
.about .container .about-list li:not(:last-child) {
  margin-bottom: 8px;
}
.about .container .about-list li .icon {
  position: absolute;
  right: 16px;
  top: 16px;
  background: rgba(255, 255, 255, 0.0784313725);
  width: 48px;
  height: 48px;
  border-radius: 12px;
}
.about .container .about-list li .icon.about-icon-1 {
  background-image: url("../image/about-icon-1.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
}
.about .container .about-list li .icon.about-icon-2 {
  background-image: url("../image/about-icon-2.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
}
.about .container .about-list li .icon.about-icon-3 {
  background-image: url("../image/about-icon-3.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
}
.about .container .about-list li .icon.about-icon-4 {
  background-image: url("../image/about-icon-4.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
}
.about .container .about-list li .number {
  display: flex;
  font-family: Unbounded;
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
}
.about .container .about-list li .number > span {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 135%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.5019607843);
  padding-left: 8px;
}
.about .container .about-list li .description {
  margin-top: 24px;
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
}
.about .container .about-list li .description > span {
  color: #faba16;
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
}

.question .container {
  background-image: url(../image/price-bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 22px;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  margin-bottom: 16px;
  padding-top: 56px;
}
.question .container .title {
  font-family: Unbounded;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 28px;
  letter-spacing: -4%;
  text-align: center;
  vertical-align: middle;
  color: #f2f2f2;
  padding-bottom: 16px;
}
.question .container .pre-title {
  padding-bottom: 32px;
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: bottom;
}
.question .container .person-img {
  position: relative;
  max-width: 358px;
  max-height: 365px;
  margin: 0 auto;
}
.question .container .person-img::before {
  content: " ";
  position: absolute;
  width: 60px;
  height: 60px;
  left: 6px;
  top: 130px;
  z-index: 1;
  border-radius: 100%;
  left: 49%;
  transform: translate(-50%, 0%);
  box-shadow: 0 0px 188px 68px #ff785b;
}
.question .container .person-img .bg {
  position: absolute;
  width: 358px;
  height: 190px;
  background: #f2f2f2;
  z-index: 1;
  border-radius: 8px;
  bottom: 0;
}
.question .container .person-img .bg::before {
  content: " ";
  position: absolute;
  width: 345px;
  height: 180px;
  left: 6px;
  top: 6px;
  z-index: 2;
  border: 1px dashed rgba(13, 4, 1, 0.2);
  border-radius: 8px;
  padding: 7px;
}
.question .container .person-img img {
  position: relative;
  z-index: 2;
}
.question .container .button {
  position: relative;
  top: -32px;
  z-index: 2;
}/*# sourceMappingURL=style.css.map */