@charset "UTF-8";
.btn {
  background: #202020;
  display: inline-block;
  padding: 1.8rem 5rem;
  cursor: pointer;
  font-size: clamp(1.6rem * var(--qahwcag_base-font-size, 1), 1.456rem + 0.45vw * var(--qahwcag_base-font-size, 1), 2rem * var(--qahwcag_base-font-size, 1));
  font-weight: 400;
  line-height: 1;
  color: #fff;
  border-radius: 10rem;
  transition: all 0.3s;
  text-align: center;
}
.btn:focus {
  outline: 2px dashed rgba(214, 20, 107, 0.4);
  outline-offset: 1px;
  transition: none;
}
.btn-primary {
  background: #1B7400;
  border-color: #D6146B;
}
.btn:not(.btn-disabled):hover {
  background-color: #444;
}
.btn:not(.btn-disabled):hover.btn-primary {
  background-color: rgb(31.5853448276, 135.7, 0);
}
.btn-disabled {
  background: #F2F2F2;
  color: #aaa;
  border-color: #aaa;
  cursor: default;
}

.link:hover {
  color: #D6146B;
}

/***************************/
/**        HEADER         **/
/***************************/
.header {
  background: #FB5089;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  padding: 2.65rem 0;
  transition: padding 0.3s, box-shadow 0.3s;
}
.header.scroll {
  padding: 1rem 0;
}
.header:empty {
  padding: 0;
}

/***************************/
/**        FOOTER         **/
/***************************/
.footer-inner {
  position: relative;
  padding: 4rem 0;
  background: #E64A75;
  background: linear-gradient(180deg, rgb(230, 74, 117) 0%, rgb(255, 177, 211) 100%);
  border-radius: 6rem 6rem 0 0;
  color: #fff;
}
.footer-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer-menu li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(1.4rem * var(--qahwcag_base-font-size));
  padding: 0 1.2rem;
}
.footer-menu li:not(:last-child):after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 50%;
  background: currentColor;
}
.footer-menu li a {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  z-index: 1;
}
.footer-menu li a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: rgba(214, 20, 107, 0.4);
  transition: 0.3s;
  z-index: -1;
}
.footer-menu li a:hover:before {
  height: 40%;
  transition: 0.3s;
}
.footer--verification {
  position: relative;
  color: #202020;
  background: unset;
  border-radius: unset;
}
.footer--verification:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 1440px;
  height: 1px;
  max-width: calc(100% - 3rem);
  background: rgba(0, 0, 0, 0.2);
}
.footer--verification .footer-menu li a {
  color: #202020;
}

/***************************/
/**         MENU          **/
/***************************/
.menu-list {
  list-style: none;
  display: flex;
}
.menu-link {
  display: block;
  margin: 0.5rem 0;
  padding: 0.5rem 1.5rem;
  border-radius: 3rem;
  font-weight: 400;
  font-size: clamp(1.6rem * var(--qahwcag_base-font-size, 1), 1.5264rem + 0.23vw * var(--qahwcag_base-font-size, 1), 1.8rem * var(--qahwcag_base-font-size, 1));
  color: #fff;
  text-align: center;
  background: none;
  transition: all 0.3s;
}
.menu-link:last-child {
  margin-right: 0;
}
.menu-link-active {
  background: #D6146B;
}
.menu-btn {
  width: 5rem;
  height: 5rem;
  background: url("/assets/img/ico/bars.svg") center/auto 70% no-repeat;
}
.menu-close {
  width: 5rem;
  height: 5rem;
  background: url("/assets/img/ico/close.svg") center/60% auto no-repeat;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

/***************************/
/**       SECTION         **/
/***************************/
main {
  flex: 1;
}

.section {
  padding: 5rem 0;
}
.section-scroll {
  scroll-margin: 10rem;
}
.section-verification {
  background-image: url("/assets/img/bg/verification.avif");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.section-hero {
  background: linear-gradient(#FABDD8 0, #EB5C88 60%);
}
.section-hero-invert {
  background: linear-gradient(#EB5C88 0, #FABDD8 60%);
}
.section-video {
  background: linear-gradient(#EB5C88 0, #FABDD8 50%, #EB5C88 100%);
}
.section-video-inner {
  background: rgba(255, 255, 255, 0.2666666667);
  border-radius: 3rem;
}
.section-video-inner--home {
  padding: 5rem 5rem 10rem 5rem;
}
.section-game {
  background: url("/assets/img/bg/game.avif") center/cover no-repeat, linear-gradient(#EB5C88 0, #FABDD8 50%, #EB5C88 100%);
}
.section-game-hero {
  background: url("/assets/img/bg/game-hero.avif") left 65% center no-repeat;
}
.section-article {
  background: url("/assets/img/bg/game.avif") center/cover no-repeat, linear-gradient(#FABDD8, #EB5C88 100%);
}
.section-bottom-radius {
  border-radius: 0 0 6rem 6rem;
}

.verification-packshot {
  margin-left: -30%;
  margin-right: -50%;
}

.hero {
  position: relative;
  margin-bottom: 3rem;
}
.hero-img {
  min-height: 22rem;
  max-width: 192rem;
}
.hero-elem {
  position: absolute;
  animation: heroElemFly 5s linear alternate infinite;
}
.hero-elem--1 {
  top: 33%;
  left: 23%;
  --y: .3;
  width: 8.5%;
}
.hero-elem--2 {
  top: 35%;
  left: 30%;
  --y: .3;
  width: 4%;
}
.hero-elem--3 {
  top: 46%;
  left: 27%;
  --y: .3;
  width: 4%;
}
.hero-elem--4 {
  top: 25%;
  left: 69%;
  --y: .2;
  width: 6.3%;
}
.hero-elem--5 {
  top: 37%;
  left: 70%;
  --y: .3;
  width: 5.2%;
}
.hero-elem--6 {
  top: 29%;
  left: 65%;
  --y: .7;
  width: 4.8%;
}

@keyframes heroElemFly {
  0% {
    translate: 0 calc(var(--y) * -100%);
  }
  100% {
    translate: 0 calc(var(--y) * 100%);
  }
}
.page-curtain {
  position: fixed;
  background: #fff url("/assets/img/loader.svg") center/auto 10rem no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  translate: -100% 0;
  opacity: 0;
  transition: opacity 0.6s;
}
.page-curtain.changing, .page-curtain.completed {
  translate: 0 0;
}
.page-curtain.changing {
  opacity: 1;
}
.page-curtain.completed {
  opacity: 0;
}

.page-progress {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
  height: 3px;
  background: #000;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.2s ease;
  opacity: 0;
  pointer-events: none;
}
.page-progress.active {
  opacity: 1;
}
.page-progress.done {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.game-container {
  margin-top: -30rem;
}

.dmannoza {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(3px);
}
.dmannoza-inner {
  background: url("/assets/img/bg/game-wrapper.avif") center/cover no-repeat;
}
.dmannoza canvas {
  display: block;
  margin: auto;
  width: 100%;
  background: url("/assets/img/d-mannoza-game/bg-2.jpg") center/cover no-repeat !important;
}
.dmannoza canvas.cursor-dmannoza {
  cursor: url("/assets/img/d-mannoza-game/dmannoza.svg"), auto;
}
.dmannoza canvas.cursor-pointer {
  cursor: pointer;
}
.dmannoza-best-result {
  background: #fff;
  color: #EB5C88;
  font-weight: 700;
  font-size: 26px;
  padding: 0.5rem 2rem;
  border: 1px solid #FFACB2;
  border-radius: 0.5rem;
  text-align: center;
}

.video-grid-side .video-grid-last-item {
  flex: 1 0 auto;
}
.video-grid-side .video-grid-last-item .video-grid-card {
  aspect-ratio: 16/7;
}
.video-grid-card {
  display: block;
  border-radius: 3rem;
  overflow: hidden;
  background: #fff;
  position: relative;
  width: 50%;
  width: 100%;
  margin-bottom: 2rem;
}
.video-grid-card:hover {
  translate: 0 -1%;
}
.video-grid-card:hover .video-grid-card-title {
  box-shadow: 0 0 1in 3in rgba(0, 0, 0, 0.1);
}
.video-grid-card img {
  height: 100%;
  object-position: top;
}
.video-grid-card-title {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  background: #fff;
  padding: 1.5rem 4rem 1.5rem 1.5rem;
  font-weight: 700;
  text-align: left;
  font-size: clamp(1.4rem * var(--qahwcag_base-font-size, 1), 1.3264rem + 0.23vw * var(--qahwcag_base-font-size, 1), 1.6rem * var(--qahwcag_base-font-size, 1));
  border-radius: 1.5rem;
  line-height: 1.2;
  transition: box-shadow 0.3s;
}
.video-grid-card-title:after {
  content: "";
  background: url("/assets/img/ico/play-video-card.svg") center/contain no-repeat;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 1rem;
  translate: 0 -50%;
  height: 3.4rem;
}

.edu-step {
  display: none;
}
.edu-step--active {
  display: block;
  animation: eduStepFadeIn 0.5s ease-out;
}

@keyframes eduStepFadeIn {
  0% {
    opacity: 0;
    translate: 0 2rem;
  }
  100% {
    opacity: 1;
    translate: 0;
  }
}
.line {
  background: #D6007E;
  height: 1px;
}
.line-black {
  background-color: #000;
}

.article:hover {
  translate: 0 -0.5rem;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.article:hover .article-poster {
  scale: 1.015;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
.article-category {
  padding: 0.6rem 1.4rem;
  border-radius: 2rem;
  text-transform: uppercase;
  background: var(--c, #eee);
  display: inline-block;
}
.article-poster {
  transition: scale 0.3s, box-shadow 0.3s;
}

.fact {
  position: relative;
  transition: all 0.3s;
}
.fact:hover {
  translate: 0 -0.5rem;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.fact:hover .fact-poster {
  scale: 1.015;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
.fact:hover .fact-poster:after {
  opacity: 1;
}
.fact:focus {
  translate: 0 -0.5rem;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.fact:focus .fact-poster {
  scale: 1.015;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
.fact:focus .fact-description {
  translate: 0 0;
}
.fact-poster {
  transition: scale 0.3s, box-shadow 0.3s;
  display: grid;
  place-items: center;
}
.fact-poster:after {
  content: "Sprawdź";
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background: #000;
  border-radius: 2rem;
  padding: 1.4rem 2.2rem;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
.fact-description {
  position: absolute;
  background: #EB5C88;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  transition: all 0.3s;
  translate: 0 100%;
}

.header-pwz {
  background-image: linear-gradient(to right, #F23961, #EE3B9E, #F23961, #F23961);
}

.title {
  position: relative;
  font-size: clamp(1.6rem * var(--qahwcag_base-font-size, 1), 1.5264rem + 0.23vw * var(--qahwcag_base-font-size, 1), 1.8rem * var(--qahwcag_base-font-size, 1));
  text-align: center;
  margin: 0px;
  letter-spacing: 3px;
  line-height: 1.5;
}
.title:after {
  content: "";
  display: block;
  border-top: 5px solid #CD0D73;
  position: absolute;
  top: -20px;
  left: calc(50% - 29px);
  width: 58px;
}
.title-white:after {
  border-color: #fff;
}
.title--left {
  text-align: left;
  padding: 20px 3px 0 3px;
}
.title--left:after {
  left: 0;
  top: 0;
}

.btn-theme {
  border: 1px solid #CD0D73;
  border-radius: 180px;
  min-width: 30%;
  height: 50px;
  background-color: transparent;
  font-size: 1.4rem;
  padding: 1rem 2rem;
  transition: 0.3s;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  cursor: pointer;
}
.btn-theme[disabled], .btn-theme.disabled {
  cursor: no-drop !important;
}
.btn-theme.soon {
  cursor: default;
  border-color: grey !important;
  color: grey !important;
}
.btn-theme:hover {
  color: #CD0D73;
  text-decoration: none;
}
.btn-theme:focus {
  outline: none !important;
}
.btn-theme.btn-theme-fill {
  background-color: #CD0D73;
  color: white;
  font-weight: 700;
}
.btn-theme.btn-theme-fill:hover {
  color: white;
  background-color: rgb(218.7293577982, 13.8706422018, 122.7018348624);
}
.btn-theme.auto-width {
  width: auto;
}
.btn-theme.auto-height {
  height: auto;
}

.btn-checkbox {
  border: 1px solid #CD0D73;
  border-radius: 1rem;
  cursor: pointer;
  overflow: hidden;
  display: block;
}
.btn-checkbox-label {
  display: block;
  padding: 1.5rem;
}
.btn-checkbox-label:first-of-type {
  font-weight: 700;
}
.btn-checkbox-label:last-of-type {
  display: none;
  line-height: 1.2;
  background: linear-gradient(#F23961, #EE3B9E, #F23961);
  color: #fff;
}
.btn-checkbox input {
  display: none;
}
.btn-checkbox input:checked ~ .btn-checkbox-label:first-of-type {
  display: none;
}
.btn-checkbox input:checked ~ .btn-checkbox-label:last-of-type {
  display: block;
}

.ip-slider .subtitle-wrapper {
  background-color: #E9E9E9;
  min-height: 24px;
}
.ip-slider .subtitle-wrapper .subtitle {
  font-size: 1.6rem;
  color: #CD0D73;
  font-weight: 700;
  line-height: 1.1;
}
@media only screen and (max-width: 575px) {
  .ip-slider .subtitle-wrapper .subtitle {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.ip-slider .slick-track {
  display: flex !important;
}
.ip-slider .slick-list {
  transition: 0.3s;
}
.ip-slider .ip-slide {
  user-select: text;
}
.ip-slider .btn-theme {
  font-weight: 500;
  line-height: 1.2;
  padding: 1.6rem;
  background-color: white;
  border-radius: 0;
}
.ip-slider .btn-theme.active {
  color: white;
  background-color: #FF7BAC;
  border-color: #FF7BAC;
}
.ip-slider .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  border-radius: 50%;
  background-color: #CD0D73;
  background-image: none;
  transform: scale(0.5);
}
.ip-slider .custom-control .custom-control-label {
  padding-left: 1rem;
}
.ip-slider .custom-control .custom-control-label:not(.skip-ip):before {
  border-color: #707070;
}
.ip-slider .custom-control .custom-control-label:before {
  border-radius: 50%;
  background-color: white !important;
}
.ip-slider .custom-control .custom-control-label:after, .ip-slider .custom-control .custom-control-label:before {
  top: 1rem;
}
.ip-slider .footnotes small {
  font-size: 1rem;
  display: inline-block;
}
.ip-slider .decoration-1 {
  color: white;
  font-weight: 700;
  font-size: 1.6rem;
  background-image: linear-gradient(to right, #F23961, #EE3B9E, #F23961, #F23961);
  padding: 1rem 1.5rem;
  line-height: 1.3;
  max-width: 100%;
  margin-bottom: 1.5rem;
}
.ip-slider .ip-link {
  text-decoration: underline;
  color: #FF7BAC;
  cursor: pointer;
}
.ip-slider .strong-color {
  font-weight: 700;
  font-size: 1.6rem !important;
  color: #FF7BAC;
}
.ip-slider .ip-next {
  text-align: right;
  margin-top: 1.5rem;
}
.ip-slider .ip-next .ip-next-button {
  text-decoration: none !important;
  color: black;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 1rem;
  display: inline-flex;
  align-items: center;
  background: none;
  border: none;
  transition: 0.3s;
}
.ip-slider .ip-next .ip-next-button img {
  margin-left: 1rem;
}
.ip-slider .ip-next .ip-next-button:hover {
  color: #CD0D73;
}
.ip-slider .ip-next .ip-next-button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.ip-slider .ip-next .ip-next-button[disabled]:hover {
  color: inherit;
}
.ip-slider .ip-next .ip-next-button:focus {
  outline: none !important;
}
.ip-slider .ip-popover-wrapper {
  position: relative;
  display: inline;
}
.ip-slider .ip-popover-wrapper .ip-popover {
  user-select: none;
  font-size: 1.4rem;
  padding: 1.5rem 2.5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  line-height: 1.3;
  background-color: white;
  position: absolute;
}
.ip-slider .ip-popover-wrapper .ip-popover .color {
  color: #FF7BAC;
  font-weight: 700;
}
.ip-slider .ip-slide-menu .menu-title {
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  width: 180px;
  line-height: 1.2;
}
.ip-slider .ip-slide-menu .inner h1 {
  font-size: 2rem;
  font-weight: 700;
}
.ip-slider .ip-slide-menu .inner .left {
  width: 55%;
}
.ip-slider .ip-slide-menu .inner .right {
  width: 45%;
}
.ip-slider .ip-slide-menu .btn-theme.done {
  color: white;
  background-color: #FF7BAC;
  border-color: #FF7BAC;
}
.ip-slider .ip-slide-standart {
  background-image: url("/assets/img/interactive-presentation/bg-1.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
.ip-slider .ip-slide-standart h1 {
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 1.5rem;
}
.ip-slider .ip-slide-standart h1:after {
  content: "";
  display: block;
  border-top: 5px solid #CD0D73;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58px;
}
.ip-slider .ip-slide-standart p {
  margin-bottom: 1.5rem;
}
.ip-slider #ip-slide-0 .img-glas {
  transform: scale(1.4) translateX(-2rem);
}
.ip-slider #ip-slide-9 .image {
  position: absolute;
  z-index: -1;
  left: 38%;
  top: 10%;
}
.ip-slider #ip-popup-slide-4-1 .inner {
  width: auto;
  position: relative;
}
.ip-slider #ip-popup-slide-4-1 .inner .exit {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.5rem);
  height: 14px;
  cursor: pointer;
}
.ip-slider #ip-popup-slide-4-1 .inner .graph {
  width: 375px;
}
.ip-slider #ip-popup-slide-4-1 .inner ul li {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 1.6rem;
}
.ip-slider #ip-popup-slide-4-1 .inner ul li:before {
  color: black;
  transform: none;
}
.ip-slider #ip-survey-1 .options-column .custom-control {
  display: block;
}
@media only screen and (min-width: 992px) {
  .ip-slider #ip-slide-1 .ip-popover-wrapper > .btn-theme, .ip-slider #ip-slide-3 .ip-popover-wrapper > .btn-theme, .ip-slider #ip-slide-5 .ip-popover-wrapper > .btn-theme, .ip-slider #ip-slide-9 .ip-popover-wrapper > .btn-theme, .ip-slider #ip-slide-10 .ip-popover-wrapper > .btn-theme {
    min-width: 0;
    width: 180px;
  }
  .ip-slider #ip-slide-8 .ip-popover-wrapper > .btn-theme {
    min-width: 0;
  }
}
@media only screen and (min-width: 1199px) {
  .ip-slider .ip-slide {
    min-height: 70rem;
  }
  .ip-slider .ip-slide .ip-next {
    position: absolute;
    bottom: 2.5rem;
    right: 2.5rem;
    margin: 0;
  }
  .ip-slider .ip-slide-menu .footnotes {
    position: absolute;
    bottom: 3rem;
  }
  .ip-slider #ip-slide-4 .footnotes, .ip-slider #ip-slide-6 .footnotes, .ip-slider #ip-slide-8 .footnotes, .ip-slider #ip-slide-9 .footnotes {
    position: absolute;
    bottom: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .ip-slider .ip-slide-menu .inner .left, .ip-slider .ip-slide-menu .inner .right {
    width: 100%;
  }
  .ip-slider .ip-slide-menu .menu > * {
    margin-left: auto;
    margin-right: auto;
  }
  .ip-slider .ip-popover-wrapper .ip-popover {
    position: static;
    margin-bottom: 1rem;
    max-width: 100% !important;
  }
  .ip-slider .ip-slide-standart {
    background-size: 100%;
  }
  .ip-slider #ip-slide-2 .ip-popover, .ip-slider #ip-slide-6 .ip-popover {
    display: none;
  }
  .ip-slider #ip-slide-9 .image {
    left: inherit;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .ip-slider #ip-slide-9 .t-1 {
    margin-bottom: 0 !important;
  }
  .ip-slider #ip-slide-9 .image {
    position: static;
    margin: 0 auto;
  }
  .ip-slider #ip-survey-1 .custom-control.custom-radio {
    display: block;
    margin-right: 0;
  }
  .ip-slider .ip-slide-menu .menu {
    position: static;
    inset: auto;
    width: auto;
    height: auto;
    background: none;
    z-index: auto;
    display: block;
    transition: none;
    --left: auto;
  }
  .ip-slider .ip-slide-menu .menu:before, .ip-slider .ip-slide-menu .menu:after {
    content: none;
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .ip-slider .decoration-1 {
    width: 100% !important;
  }
  .ip-slider .ip-next {
    text-align: center;
  }
  .ip-slider .ip-popover-wrapper .ip-popover {
    width: 100% !important;
    padding: 1rem !important;
  }
  .ip-slider .ip-slide-menu .inner h1 {
    font-size: 1.5rem;
  }
  .ip-slider .ip-slide-menu .menu > * {
    width: 100%;
  }
  .ip-slider .ip-slide-standart .btn-theme, .ip-slider .ip-slide-menu .btn-theme {
    width: 100% !important;
  }
  .ip-slider .ip-slide-standart ul, .ip-slider .ip-slide-menu ul {
    padding-left: 1rem;
  }
  .ip-slider #ip-slide-5 .ip-popover img {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .ip-slider #ip-popup-slide-4-1 .inner {
    padding: 1.5rem;
  }
}

.pointer {
  position: relative;
}
.pointer:after {
  content: "";
  background: url("/assets/img/interactive-algorithm/hand-pointer-solid.svg") center/contain no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  margin: 0 -0.8rem -0.8rem 0;
}

.ip-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 998;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ip-popup .inner {
  background-color: white;
  padding: 3rem;
  text-align: center;
  width: 360px;
  max-width: calc(100% - 2rem);
}
.ip-popup .inner strong {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 2rem;
}
.ip-popup .inner p {
  margin-bottom: 0;
}

.ia-popup .wrapper {
  max-height: 90vh;
  overflow-y: auto;
}
.ia-popup .wrapper .close {
  top: 0;
}
.ia-popup .ia-s0-b1 {
  padding: 35px;
}
.ia-popup .ia-s0-b1 .b1 {
  max-width: 350px;
  margin-bottom: 30px;
}
.ia-popup .ia-s0-b1 .b1 p {
  font-size: calc(18px * var(--qahwcag_base-font-size));
  line-height: 22px;
  margin-bottom: 20px;
}
.ia-popup .ia-s0-b1 .b1 p b {
  font-weight: 700;
}
.ia-popup .ia-s0-b1 .b1 p:last-of-type {
  margin-bottom: 0;
}
.ia-popup .ia-s0-b1 .btn-wrapper {
  margin-bottom: 215px;
}
.ia-popup .ia-s0-b1 .btn-wrapper .btn-theme {
  width: 220px;
}
.ia-popup .ia-ul-1 {
  list-style: none;
  margin: 0 0 40px 15px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 15px;
}
.ia-popup .ia-ul-1 li {
  font-size: calc(18px * var(--qahwcag_base-font-size));
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
}
.ia-popup .ia-ul-1 li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: -15px;
  background-color: #CD0D73;
}
@media only screen and (max-width: 575px) {
  .ia-popup {
    align-items: flex-start;
    padding: 15px 0;
  }
  .ia-popup .ia-s0-b1 {
    padding: 25px;
    background-position: center calc(100% - 100px);
  }
  .ia-popup .ia-s0-b1 .btn-wrapper {
    margin-bottom: 100px;
  }
  .ia-popup .ia-s0-b1 .btn-wrapper .btn-theme {
    margin-right: auto;
  }
}

.ia-back {
  font-size: calc(14px * var(--qahwcag_base-font-size));
  line-height: 18px;
  cursor: pointer;
  transition: 0.3s;
  padding: 0 30px 15px;
  color: #000000;
}
.ia-back:hover {
  color: #CD0D73;
}
.ia-back.v1 {
  padding: 20px 0 0;
}
.ia-back.v2 {
  padding: 0;
}

.ia-grid-1 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 10px;
}
.ia-grid-1 .btn-theme {
  padding: 10px 15px !important;
}
@media only screen and (max-width: 575px) {
  .ia-grid-1 {
    flex-direction: column;
  }
}

/***************************/
/**         SLICK         **/
/***************************/
.slick-slider {
  display: block;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-list {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-dots {
  list-style: none;
  text-align: center;
  font-size: 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0.5rem;
}
.slick-dots button {
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background: #fff;
}
.slick-dots .slick-active button {
  background: #D6007E;
}

.slider {
  position: relative;
  padding-bottom: 6rem;
}
.slider .slick-arrow {
  font-size: 0;
  border-radius: 50%;
  width: 5rem;
  aspect-ratio: 1;
  border: 1px solid #EB5C88;
  background: url("/assets/img/ico/arrow.svg") center/50% auto no-repeat;
  position: absolute;
  bottom: 0;
  z-index: 1;
  right: 0;
}
.slider .slick-prev {
  scale: -1;
  right: 5.5rem;
}
.slider .slick-disabled {
  opacity: 0.5;
}

.carousel .slick-track {
  display: flex;
}

.featured-materials {
  padding-bottom: 0;
}
.featured-materials .slick-arrow {
  bottom: 100%;
  margin-bottom: 1rem;
}

/***************************/
/**      ANIMATION        **/
/***************************/
.anim {
  transition: all 1.6s 0.2s cubic-bezier(0.2, 0.7, 0.4, 1.3);
}
.anim.fade-in {
  opacity: 0;
}
.anim.slide-left {
  translate: 5rem 0;
}
.anim.slide-right {
  translate: -5rem 0;
}
.anim.slide-up {
  translate: 0 5rem;
}
.anim.slide-down {
  translate: 0 -5rem;
}
.anim.done.fade-in {
  opacity: 1;
}
.anim.done.slide-left, .anim.done.slide-right {
  translate: 0 0;
}
.anim.done.slide-up, .anim.done.slide-down {
  translate: 0 0;
}

/***************************/
/**         POPUP         **/
/***************************/
.overlay {
  position: fixed;
  left: 0;
  top: 100%;
  right: 0;
  bottom: 0;
  overflow: auto;
  text-align: center;
  background: "rgb(0 0 0 / .0)";
  z-index: -1;
  line-height: 100vh;
  transition: background-color 0.3s;
}
.overlay-curtain {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: "rgb(0 0 0 / .0)";
  z-index: 1;
}
.overlay-close {
  position: absolute;
  right: 1.5rem;
  top: -3rem;
  background: url("/assets/img/ico/close.svg") center/60% auto no-repeat;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
}
.overlay-container {
  display: inline-block;
  vertical-align: middle;
  padding: 1.5rem;
  opacity: 0.2;
  scale: 0.5;
  transition: all 0.4s cubic-bezier(0.6, 0, 0.5, 1.8);
  line-height: 1.4;
  text-align: left;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
}
.overlay-container.middle {
  max-width: 980px;
}
.overlay-container.small {
  max-width: 600px;
}
.overlay-container.full {
  max-width: none;
}
.overlay-inner {
  background: #fff;
  padding: 2rem;
}
.overlay.open {
  top: 0;
  z-index: 70;
  transition: background-color 0.3s;
  background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.4) 0%, rgb(0, 0, 0) 100%);
  backdrop-filter: blur(5px);
}
.overlay.open .overlay-container {
  opacity: 1;
  scale: 1;
}

html:has(.overlay.open) {
  overflow: hidden;
}

.product-section {
  padding: 18rem 0 8rem 0;
}
.product-chartbox {
  padding: 8rem 2rem;
}

/***************************/
/**         ALERT         **/
/***************************/
.alert {
  position: relative;
  padding: 1rem 1rem 1rem 4.8rem;
  background: #eee;
  color: #fff;
  margin-bottom: 2rem;
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
  font-size: clamp(1.5rem * var(--qahwcag_base-font-size, 1), 1.4648rem + 0.11vw * var(--qahwcag_base-font-size, 1), 1.6rem * var(--qahwcag_base-font-size, 1));
  animation: 0.3s moveAlert 0.1s both;
}
.alert.fixed {
  position: fixed;
  left: 50%;
  top: 1.5rem;
  translate: -50% 0;
  z-index: 11;
  width: max-content;
  max-width: 90%;
  animation: 0.3s moveAlertFixed 0.1s both;
}
.alert:before {
  content: "";
  position: absolute;
  width: 4rem;
  height: 100%;
  left: 0;
  top: 0;
  margin-right: 1rem;
  background: rgba(0, 0, 0, 0.1) center/50% auto no-repeat;
}
.alert.success {
  background-color: #5cb85c;
}
.alert.success:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4MCA4MCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTgyMCAtNDcyKSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODIwIDQ3MikiIGZpbGw9IiNmZmYiIHN0cm9rZT0iIzVjYjg1YyIgc3Ryb2tlLXdpZHRoPSIxIj48Y2lyY2xlIGN4PSI0MCIgY3k9IjQwIiByPSI0MCIgc3Ryb2tlPSJub25lIi8+PGNpcmNsZSBjeD0iNDAiIGN5PSI0MCIgcj0iMzkuNSIgZmlsbD0ibm9uZSIvPjwvZz48cGF0aCBkPSJNMTIuOTYzLDkzLC41NTksODAuNmExLjkwOCwxLjkwOCwwLDAsMSwwLTIuN2wyLjctMi43YTEuOTA4LDEuOTA4LDAsMCwxLDIuNywwbDguMzU2LDguMzU2LDE3LjktMTcuOWExLjkwOCwxLjkwOCwwLDAsMSwyLjcsMGwyLjcsMi43YTEuOTA4LDEuOTA4LDAsMCwxLDAsMi43TDE1LjY2Miw5M2ExLjkwOCwxLjkwOCwwLDAsMS0yLjcsMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDg0MC45MTcgNDM0LjUzNSkiIGZpbGw9IiM1Y2I4NWMiLz48L2c+PC9zdmc+");
}
.alert.error {
  background-color: #d9534f;
}
.alert.error:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4MCA4MCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTgyMiAtNDc4KSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODIyIDQ3OCkiIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2Q5NTM0ZiIgc3Ryb2tlLXdpZHRoPSIxIj48Y2lyY2xlIGN4PSI0MCIgY3k9IjQwIiByPSI0MCIgc3Ryb2tlPSJub25lIi8+PGNpcmNsZSBjeD0iNDAiIGN5PSI0MCIgcj0iMzkuNSIgZmlsbD0ibm9uZSIvPjwvZz48cGF0aCBkPSJNMTguMDkzLDkzLjEybDcuNDYtNy40NmEyLjM0NSwyLjM0NSwwLDAsMCwwLTMuMzE2bC0xLjY1OC0xLjY1OGEyLjM0NSwyLjM0NSwwLDAsMC0zLjMxNiwwbC03LjQ2LDcuNDYtNy40Ni03LjQ2YTIuMzQ1LDIuMzQ1LDAsMCwwLTMuMzE2LDBMLjY4Nyw4Mi4zNDRhMi4zNDUsMi4zNDUsMCwwLDAsMCwzLjMxNmw3LjQ2LDcuNDYtNy40Niw3LjQ2YTIuMzQ1LDIuMzQ1LDAsMCwwLDAsMy4zMTZsMS42NTgsMS42NThhMi4zNDUsMi4zNDUsMCwwLDAsMy4zMTYsMGw3LjQ2LTcuNDYsNy40Niw3LjQ2YTIuMzQ1LDIuMzQ1LDAsMCwwLDMuMzE2LDBsMS42NTgtMS42NThhMi4zNDUsMi4zNDUsMCwwLDAsMC0zLjMxNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDg0OC44OCA0MjQuODgpIiBmaWxsPSIjZDk1MzRmIi8+PC9nPjwvc3ZnPg==");
}
.alert.warning {
  background-color: #f0ad4e;
}
.alert.warning:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4MCA4MCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTgyMiAtNDc4KSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODIyIDQ3OCkiIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2YwYWQ0ZSIgc3Ryb2tlLXdpZHRoPSIxIj48Y2lyY2xlIGN4PSI0MCIgY3k9IjQwIiByPSI0MCIgc3Ryb2tlPSJub25lIi8+PGNpcmNsZSBjeD0iNDAiIGN5PSI0MCIgcj0iMzkuNSIgZmlsbD0ibm9uZSIvPjwvZz48cGF0aCBkPSJNMjcuOTI3LDMyLjJhNS45NjMsNS45NjMsMCwxLDEtNS45NjMtNS45NjNBNS45Nyw1Ljk3LDAsMCwxLDI3LjkyNywzMi4yWk0xNi42OSwxLjg3OCwxNy43LDIyLjE1NGExLjc4OSwxLjc4OSwwLDAsMCwxLjc4NywxLjdoNC45NDVhMS43ODksMS43ODksMCwwLDAsMS43ODctMS43TDI3LjIzNywxLjg3OEExLjc4OSwxLjc4OSwwLDAsMCwyNS40NSwwSDE4LjQ3N0ExLjc4OSwxLjc4OSwwLDAsMCwxNi42OSwxLjg3OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDg0MC4wMzcgNDk4LjkxNykiIGZpbGw9IiNmMGFkNGUiLz48L2c+PC9zdmc+");
}

@keyframes moveAlert {
  0% {
    opacity: 0;
    translate: 0 50%;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes moveAlertFixed {
  0% {
    opacity: 0;
    translate: -50% -100%;
  }
  to {
    opacity: 1;
    translate: -50% 0;
  }
}
/***************************/
/**       PAGE 404        **/
/***************************/
.page-404 h2 {
  font-size: clamp(7rem * var(--qahwcag_base-font-size, 1), 5.9088rem + 3.41vw * var(--qahwcag_base-font-size, 1), 10rem * var(--qahwcag_base-font-size, 1));
  text-transform: uppercase;
  line-height: 1;
}
.page-404 .txt {
  font-size: clamp(2.4rem * var(--qahwcag_base-font-size, 1), 2.1824rem + 0.68vw * var(--qahwcag_base-font-size, 1), 3rem * var(--qahwcag_base-font-size, 1));
}
.page-404 p {
  margin: 3rem 0;
}

/***************************/
/**   VIEW TRANSITIONS    **/
/***************************/
@view-transition {
  navigation: auto;
}
::view-transition-old(root) {
  animation: vtFadeOut 0.2s ease both;
}

::view-transition-new(root) {
  animation: vtSlideUp 0.35s ease both;
}

@keyframes vtFadeOut {
  to {
    opacity: 0;
  }
}
@keyframes vtSlideUp {
  from {
    opacity: 0;
    translate: 0 1.2rem;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation: none;
  }
}