@charset "UTF-8";
@keyframes down {
  0% {
    transform: translate(-50%, 0);
  }
  20% {
    transform: translate(-50%, 15px);
  }
  40% {
    transform: translate(-50%, 0);
  }
}
@-webkit-keyframes down {
  0% {
    transform: translate(-50%, 0);
  }
  20% {
    transform: translate(-50%, 15px);
  }
  40% {
    transform: translate(-50%, 0);
  }
}
@keyframes appendAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes appendAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scrollPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.35);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes scrollPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.5);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes marqueePartners {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-4266px);
  }
}
@keyframes marqueePartners {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-4266px);
  }
}
@-webkit-keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes screenRotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes screenSwipe {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-4rem, 0);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(4rem, 0);
  }
  90% {
    transform: translate(0, 0);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  align-items: stretch !important;
  display: flex !important;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 2.5rem;
  list-style: none;
  text-align: center;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 1.5rem !important;
  height: 1.5rem !important;
  padding: 0;
  background: rgba(255, 255, 255, 0.36);
  border-radius: 100%;
  text-indent: -9999px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background: #fff;
}
.products-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 7.2rem;
  height: 7.2rem;
  background: #fff;
  border-radius: 50%;
  border: solid 0.1rem #094067;
  z-index: 3;
  cursor: pointer;
}
.products-arrow:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 1.8rem;
  height: 3.5rem;
  transform: translate(-50%, -50%);
  background-size: contain;
  z-index: 2;
}
.products-arrow.prev {
  left: 1rem;
}
.products-arrow.prev:after {
  background-image: url('../img/ico/arrow-left.svg');
}
.products-arrow.next {
  right: 1rem;
}
.products-arrow.next:after {
  background-image: url('../img/ico/arrow-right.svg');
}
.products-arrow-container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 100%;
  max-width: 1460px;
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font: inherit;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 1rem;
  height: 1rem;
  background: #F2F3F4;
}
::-webkit-scrollbar-thumb {
  background: #DB0060;
  border-radius: 1.5rem;
}
::-moz-selection {
  background: rgba(219, 0, 96, 0.4);
}
::selection {
  background: rgba(219, 0, 96, 0.4);
}
:root {
  --qahwcag_base-font-size: 1;
}
html {
  font-size: 62.5%;
}
body {
  font: 400 calc(1.6rem * var(--qahwcag_base-font-size)) 'Montserrat', sans-serif;
  background: #F2F3F4;
  color: #161615;
  overflow-x: hidden;
  padding-top: 90px;
  min-width: 320px;
  max-width: 100vw;
  display: block;
}
body.wp-admin {
  padding-top: 0 !important;
}
body.disable-top-pad {
  padding-top: 0 !important;
}
strong {
  font-weight: 700;
}
.hide {
  display: none;
}
.min-width-50vw {
  min-width: 50vw;
}
.z-index-1 {
  position: relative;
  z-index: 1;
}
.z-index-2 {
  position: relative;
  z-index: 2;
}
.z-index-3 {
  position: relative;
  z-index: 3;
}
.z-index-4 {
  position: relative;
  z-index: 4;
}
.z-index-5 {
  position: relative;
  z-index: 5;
}
.link-under {
  position: relative;
  cursor: pointer;
  display: inline-block;
  color: #000;
  z-index: 1;
}
.link-under:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.3rem;
  background: rgba(9, 64, 103, 0.4);
  z-index: -1;
  transition: 0.3s;
}
.link-under:hover:before {
  height: 50%;
  transition: 0.3s;
}
.link-under--white {
  color: #fff;
}
.link-under--white:before {
  background: rgba(239, 87, 144, 0.8);
  height: 0.1rem;
}
.link-underclassic {
  display: inline-block;
  text-decoration: underline;
  color: #000;
  transition: 0.3s;
  cursor: pointer;
}
.link-underclassic:hover {
  color: #DB0060;
  transition: 0.3s;
}
.link-underbold {
  display: inline-block;
  text-decoration: underline;
  transition: 0.3s;
  cursor: pointer;
}
.link-underbold:hover {
  font-weight: 700;
  transition: 0.3s;
}
.line-height-17 {
  line-height: 1.7rem;
}
.line-height-26 {
  line-height: 2.6rem;
}
.line-height-28 {
  line-height: 2.8rem;
}
.line-height-35 {
  line-height: 3.5rem;
}
.line-height-37 {
  line-height: 3.7rem;
}
.line-height-37-31 {
  line-height: 3.7rem;
}
.line-height-percent-140 {
  line-height: 140%;
}
.oh {
  overflow: hidden;
}
.relative {
  position: relative;
}
.h-100 {
  height: 100%;
}
.w-100 {
  width: 100%;
}
.mh-px-50 {
  min-height: 50px;
}
.max-width-100 {
  max-width: 100%;
}
.mw-px-270 {
  width: 270px;
  max-width: 100%;
}
.mw-px-330 {
  width: 330px;
  max-width: 100%;
}
.mw-px-338 {
  width: 338px;
  max-width: 100%;
}
.mw-px-350 {
  width: 350px;
  max-width: 100%;
}
.mw-px-370 {
  width: 370px;
  max-width: 100%;
}
.mw-px-420 {
  width: 420px;
  max-width: 100%;
}
.mw-px-460 {
  width: 460px;
  max-width: 100%;
}
.mw-px-520 {
  width: 520px;
  max-width: 100%;
}
.mw-px-530 {
  width: 530px;
  max-width: 100%;
}
.mw-px-560 {
  width: 560px;
  max-width: 100%;
}
.mw-px-590 {
  width: 590px;
  max-width: 100%;
}
.mw-px-600 {
  width: 600px;
  max-width: 100%;
}
.mw-px-620 {
  width: 620px;
  max-width: 100%;
}
.mw-px-660 {
  width: 660px;
  max-width: 100%;
}
.mw-px-700 {
  width: 700px;
  max-width: 100%;
}
.mw-px-720 {
  width: 720px;
  max-width: 100%;
}
.mw-px-725 {
  width: 725px;
  max-width: 100%;
}
.mw-px-775 {
  width: 775px;
  max-width: 100%;
}
.mw-px-800 {
  width: 800px;
  max-width: 100%;
}
.mw-px-840 {
  width: 840px;
  max-width: 100%;
}
.mw-px-900 {
  width: 900px;
  max-width: 100%;
}
.mw-px-940 {
  width: 940px;
  max-width: 100%;
}
.mw-px-1000 {
  width: 1000px;
  max-width: 100%;
}
.mw-px-1040 {
  width: 1040px;
  max-width: 100%;
}
.mw-px-1080 {
  width: 1080px;
  max-width: 100%;
}
.mw-px-1120 {
  width: 1120px;
  max-width: 100%;
}
.mw-px-1130 {
  width: 1130px;
  max-width: 100%;
}
.mw-px-1150 {
  width: 1150px;
  max-width: 100%;
}
.mw-px-1180 {
  width: 1180px;
  max-width: 100%;
}
.mw-px-1200 {
  width: 1200px;
  max-width: 100%;
}
.mw-px-1250 {
  width: 1250px;
  max-width: 100%;
}
.mw-px-1300 {
  width: 1300px;
  max-width: 100%;
}
.mw-px-1400 {
  width: 1400px;
  max-width: 100%;
}
em {
  font-style: italic;
}
figure img {
  display: block;
}
figure.center img {
  margin-left: auto;
  margin-right: auto;
}
figure.rounded img {
  border-radius: 50%;
}
.img-object-fit {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.img-object-fit--absolute {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.border-radius-10 {
  border-radius: 1rem;
}
.text-italic {
  font-style: italic;
}
.text-underline {
  text-decoration: underline;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-medium {
  font-weight: 500;
}
.text-upper {
  text-transform: uppercase;
}
.text-light {
  font-weight: 300;
}
.text-regular {
  font-weight: 400;
}
.text-semibold {
  font-weight: 600;
}
.text-bold {
  font-weight: 700;
}
.text-xbold {
  font-weight: 900;
}
.text-primary {
  color: #094067;
}
.text-secondary {
  color: #DB0060;
}
.text-white {
  color: #fff;
}
.text-light-gray {
  color: #687B8E;
}
.text-title-color {
  color: #172842;
}
.text-gray {
  color: #707070;
}
.text-gray-two {
  color: #BABEC2;
}
.text-form-gray {
  color: #8B8B8B;
}
.text-green {
  color: #067E0A;
}
.text-greentwo {
  color: #1E8705;
}
.text-purple {
  color: #EF5790;
}
.text-dark {
  color: #161617;
}
.text-black {
  color: #000;
}
.text-red {
  color: #d9000d;
}
.text-wordbreak {
  word-break: break-all;
}
.fontfamily-poppins {
  font-family: 'Poppins', serif;
}
sup,
sub,
small {
  font-size: calc(70% * var(--qahwcag_base-font-size));
}
video {
  display: block;
  width: 100%;
}
p {
  margin: 1rem 0;
}
.opacity-50 {
  opacity: 0.5;
}
.fontsize-10 {
  font-size: calc(1rem * var(--qahwcag_base-font-size));
}
.fontsize-12 {
  font-size: calc(1.2rem * var(--qahwcag_base-font-size));
}
.fontsize-13 {
  font-size: calc(1.3rem * var(--qahwcag_base-font-size));
}
.fontsize-14 {
  font-size: calc(1.4rem * var(--qahwcag_base-font-size));
}
.fontsize-16 {
  font-size: calc(1.6rem * var(--qahwcag_base-font-size));
}
.fontsize-18 {
  font-size: calc(1.8rem * var(--qahwcag_base-font-size));
}
.fontsize-18-16 {
  font-size: calc(1.8rem * var(--qahwcag_base-font-size));
}
.fontsize-20 {
  font-size: calc(2rem * var(--qahwcag_base-font-size));
}
.fontsize-20-18 {
  font-size: calc(2rem * var(--qahwcag_base-font-size));
}
.fontsize-24 {
  font-size: calc(2.4rem * var(--qahwcag_base-font-size));
}
.fontsize-24-20 {
  font-size: calc(2.4rem * var(--qahwcag_base-font-size));
}
.fontsize-25 {
  font-size: calc(2.5rem * var(--qahwcag_base-font-size));
}
.fontsize-26 {
  font-size: calc(2.6rem * var(--qahwcag_base-font-size));
}
.fontsize-26-22 {
  font-size: calc(2.6rem * var(--qahwcag_base-font-size));
}
.fontsize-28 {
  font-size: calc(2.8rem * var(--qahwcag_base-font-size));
}
.fontsize-30 {
  font-size: calc(3rem * var(--qahwcag_base-font-size));
}
.fontsize-30-24 {
  font-size: calc(3rem * var(--qahwcag_base-font-size));
}
.fontsize-36 {
  font-size: calc(3.6rem * var(--qahwcag_base-font-size));
}
.fontsize-36-30 {
  font-size: calc(3.6rem * var(--qahwcag_base-font-size));
}
.fontsize-49 {
  font-size: calc(4.9rem * var(--qahwcag_base-font-size));
}
.mat-0 {
  margin-top: 0;
}
.mat-05 {
  margin-top: 0.5rem;
}
.mat-1 {
  margin-top: 1rem;
}
.mat-15 {
  margin-top: 1.5rem;
}
.mat-2 {
  margin-top: 2rem;
}
.mat-3 {
  margin-top: 3rem;
}
.mat-35 {
  margin-top: 3.5rem;
}
.mat-4 {
  margin-top: 4rem;
}
.mat-4-sm-2 {
  margin-top: 4rem;
}
.mat-5 {
  margin-top: 5rem;
}
.mat-6 {
  margin-top: 6rem;
}
.mat-6-4 {
  margin-top: 6rem;
}
.mat-7 {
  margin-top: 7rem;
}
.mat-7-4 {
  margin-top: 7rem;
}
.mat-10-5 {
  margin-top: 10rem;
}
.mat-minus-1 {
  margin-top: -1rem;
}
.mat-minus-2 {
  margin-top: -2rem;
}
.mab-minus-16 {
  margin-bottom: -16px;
}
.mab-minus-2 {
  margin-bottom: -2rem;
}
.mab-minus-25 {
  margin-bottom: -2.5rem;
}
.mab-minus-3 {
  margin-bottom: -3rem;
}
.mab-minus-35 {
  margin-bottom: -3.5rem;
}
.mab-0 {
  margin-bottom: 0rem;
}
.mab-1 {
  margin-bottom: 1rem;
}
.mab-15 {
  margin-bottom: 1.5rem;
}
.mab-16 {
  margin-bottom: 16px;
}
.mab-2 {
  margin-bottom: 2rem;
}
.mab-25 {
  margin-bottom: 2.5rem;
}
.mab-3 {
  margin-bottom: 3rem;
}
.mab-35 {
  margin-bottom: 3.5rem;
}
.mab-4 {
  margin-bottom: 4rem;
}
.mab-4-sm-2 {
  margin-bottom: 4rem;
}
.mab-45 {
  margin-bottom: 4.5rem;
}
.mab-5 {
  margin-bottom: 5rem;
}
.mab-5-sm-3 {
  margin-bottom: 5rem;
}
.mab-5-md-1 {
  margin-bottom: 5rem;
}
.mab-6 {
  margin-bottom: 6rem;
}
.mab-6-4 {
  margin-bottom: 6rem;
}
.mab-7 {
  margin-bottom: 7rem;
}
.mab-7-4 {
  margin-bottom: 7rem;
}
.mab-8 {
  margin-bottom: 8rem;
}
.mab-8-4 {
  margin-bottom: 8rem;
}
.mab-75 {
  margin-bottom: 7.5rem;
}
.mab-9-5 {
  margin-bottom: 9rem;
}
.mab-10 {
  margin-bottom: 10rem;
}
.mab-10-5 {
  margin-bottom: 10rem;
}
.mab-12-7 {
  margin-bottom: 12rem;
}
.pad-section-25 {
  padding: 2.5rem 0;
}
.pad-section-4 {
  padding: 4rem 0;
}
.pad-section-4-4 {
  padding: 4.4rem 0;
}
.pad-section-5 {
  padding: 5rem 0;
}
.pad-section-6 {
  padding: 6rem 0;
}
.pad-section-7 {
  padding: 7rem 0;
}
.pad-section-9 {
  padding: 9rem 0;
}
.pad-section-10 {
  padding: 10rem 0;
}
.pad-top-15 {
  padding: 1.5rem 0 0 0;
}
.pad-top-25 {
  padding: 2.5rem 0 0 0;
}
.pad-top-2 {
  padding: 2rem 0 0 0;
}
.pad-top-3 {
  padding: 3rem 0 0 0;
}
.pad-top-6 {
  padding: 6rem 0 0 0;
}
.pad-top-9 {
  padding: 9rem 0 0 0;
}
.pad-bottom-3 {
  padding: 0 0 3rem 0;
}
.pad-bottom-7 {
  padding: 0 0 7rem 0;
}
.pad-right-15 {
  padding: 0 1.5rem 0 0;
}
.pad-sides-15 {
  padding: 0 15px;
}
.pad-sides-25 {
  padding: 0 2.5rem;
}
.mar-0 {
  margin: 0;
}
.mar-section-5 {
  margin: 5rem 0;
}
.mar-section-5-10 {
  margin: 5rem 0 10rem 0;
}
.mar-left-1 {
  margin-left: 1rem;
}
.mar-left-2 {
  margin-left: 2rem;
}
.mar-left-3 {
  margin-left: 3rem;
}
.list-dotted {
  list-style: none;
}
.list-dotted li {
  position: relative;
  padding-left: 2rem;
  font-weight: 400;
}
.list-dotted li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.list-dotted li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  background: #DB0060;
  border-radius: 50%;
}
.list-dotted--mab25 li:not(:last-child) {
  margin-bottom: 2.5rem;
}
.list-dotted--mabnone li:not(:last-child) {
  margin-bottom: 0;
}
.list-dotted--fontsize-18 li {
  font-size: calc(1.8rem * var(--qahwcag_base-font-size));
}
.list-dotted--fontsize-20 li {
  font-size: calc(2rem * var(--qahwcag_base-font-size));
  line-height: 2.6rem;
}
.list-dotted--fontsize-20 li:before {
  top: 1rem;
}
.list-dotted--fontsize-22 li {
  padding-left: 4.5rem;
  font-size: calc(2.2rem * var(--qahwcag_base-font-size));
}
.list-dotted--fontsize-22 li:before {
  top: 11px;
  width: 11px;
  height: 11px;
}
.list-dotted--fontsize-24 li {
  padding-left: 3rem;
  font-size: calc(2.4rem * var(--qahwcag_base-font-size));
}
.list-dotted--fontsize-24 li:before {
  top: 10px;
  width: 11px;
  height: 11px;
}
.list-dotted--fontfamily-poppins li {
  font-family: 'Poppins', serif;
}
.list-dotted--whitebullet li:before {
  background: #fff;
}
.list-dotted--blackbullet li:before {
  background: #000;
}
.list-dotted--smallbullet li:before {
  top: 7px;
  width: 5px;
  height: 5px;
}
.list-dotted--inline {
  text-align: center;
}
.list-dotted--inline li {
  display: inline-block;
  padding-left: 1.5rem;
  margin: 0 0.25rem;
}
.list-dotted--bold li {
  font-weight: 700;
}
.list-numeric {
  margin-left: 20px;
}
.list-numeric li a {
  word-break: break-all;
}
.list-arrow {
  list-style: none;
}
.list-arrow li {
  position: relative;
  padding-left: 2rem;
  line-height: 2.6rem;
  font-weight: 400;
}
.list-arrow li:not(:last-child) {
  margin-bottom: 1rem;
}
.list-arrow li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 9px;
  width: 9px;
  aspect-ratio: 8/7;
  -webkit-mask: url('../img/ico/arrow-list.svg') no-repeat;
  mask: url('../img/ico/arrow-list.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #DB0060;
}
.section-bg-white {
  position: relative;
  padding: 7rem 0;
  z-index: 1;
}
.section-bg-white:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: calc(100% - ((100% - 1630px)/2));
  height: 100%;
  background: #fff;
  -webkit-box-shadow: -15px 3px 20px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: -15px 3px 20px 0px rgba(0, 0, 0, 0.16);
  box-shadow: -15px 3px 20px 0px rgba(0, 0, 0, 0.16);
  z-index: -1;
}
.section-bg-white-pad {
  padding-right: 2.5rem;
}
.section-bg-white.topic-pad {
  padding: 7rem 0 5rem 0;
}
.section-bg-white.topic-pad-small {
  padding: 7rem 0 3rem 0;
}
.section-bg-white-full {
  background: #fff;
}
.section-bg-dark {
  position: relative;
  z-index: 1;
  color: #fff;
}
.section-bg-dark:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: calc(100% - ((100% - 1630px)/2));
  height: 100%;
  background: #172842;
  -webkit-box-shadow: -15px 3px 20px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: -15px 3px 20px 0px rgba(0, 0, 0, 0.16);
  box-shadow: -15px 3px 20px 0px rgba(0, 0, 0, 0.16);
  z-index: -1;
}
.bg-white {
  background: #fff;
}
.breadcrumbs {
  margin-left: -1rem;
}
.breadcrumbs li {
  display: inline-block;
  font-weight: 700;
  font-size: calc(1.4rem * var(--qahwcag_base-font-size));
  padding: 0 1rem;
  list-style: none;
  position: relative;
  color: #172842;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child):after {
  position: absolute;
  content: '';
  right: -0.3rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 2px;
  height: 70%;
  background: #172842;
}
.breadcrumbs li a {
  position: relative;
  color: #172842 !important;
  text-decoration: none !important;
}
.breadcrumbs li a:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: rgba(219, 0, 96, 0.3);
  transition: 0.3s;
}
.breadcrumbs li a:hover:after {
  height: 40%;
  transition: 0.3s;
}
.title-medium {
  font-size: calc(4rem * var(--qahwcag_base-font-size));
  font-weight: 700;
  color: #172842;
  line-height: 5.8rem;
}
.title-medium.secondary {
  color: #DB0060;
}
.title-medium.light-gray {
  color: #687B8E;
}
.title-medium.regular {
  font-weight: 400;
}
.title-medium--link {
  color: #687B8E;
  transition: 0.3s;
}
.title-medium--link:hover {
  color: #DB0060;
  transition: 0.3s;
}
.title-small {
  font-size: calc(3rem * var(--qahwcag_base-font-size));
  font-weight: 700;
  color: #172842;
  line-height: 4.2rem;
}
.title-xsmall {
  font-size: calc(2.4rem * var(--qahwcag_base-font-size));
  font-weight: 700;
  color: #172842;
  line-height: 3.6rem;
}
.title-decoration {
  position: relative;
  font-size: calc(3rem * var(--qahwcag_base-font-size));
  color: #172842;
  font-weight: 700;
  padding: 0 0 2rem 0;
  text-align: center;
}
.title-decoration:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 7.7rem;
  height: 0.4rem;
  background: #DB0060;
}
.title-decoration--left {
  text-align: left;
}
.title-decoration--left:after {
  left: 0;
  transform: unset;
}
.title-big {
  font-size: calc(6rem * var(--qahwcag_base-font-size));
  line-height: 6.8rem;
  color: #172842;
  font-weight: 700;
}
.title-big--black {
  font-weight: 900;
}
.tag-link {
  position: relative;
  display: inline-block;
  color: #DB0060;
  text-decoration: none !important;
  transition: 0.3s;
  z-index: 1;
}
.tag-link:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: rgba(219, 0, 96, 0.2);
  z-index: -1;
  transition: 0.3s;
}
.tag-link:hover {
  color: #68788E;
  transition: 0.3s;
}
.tag-link:hover:before {
  height: 30%;
  transition: 0.3s;
}
.flash-message {
  position: fixed;
  top: 5rem;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  border-radius: 0.5rem;
  padding: 2rem 2rem 2rem 6.5rem;
  z-index: 99;
  animation: appendAnimation 0.3s ease-in-out;
  -webkit-animation: appendAnimation 0.3s ease-in-out;
}
.flash-message:before {
  position: absolute;
  content: '';
  left: 5.5rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.1rem;
  height: 50%;
  background: #fff;
}
.flash-message:after {
  position: absolute;
  content: '';
  left: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 3.5rem;
  height: 3.5rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.flash-message.flash-error {
  background: #e74c3c;
}
.flash-message.flash-error:after {
  background-image: url('../img/ico/error.svg');
}
.flash-message.flash-warning {
  background: #f39c12;
}
.flash-message.flash-warning:after {
  background-image: url('../img/ico/warning.svg');
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1630px;
}
.container-fluid.medium {
  max-width: 1400px;
}
.container-fluid.small {
  max-width: 1100px;
}
.container-fluid.full {
  max-width: unset;
}
.container-fluid.no-pad {
  padding-left: 0;
  padding-right: 0;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1630px;
  }
}
.container-big {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row-pad-4 {
  margin-right: -4px;
  margin-left: -4px;
}
.row-pad-4 > .col,
.row-pad-4 > [class*="col-"] {
  padding-right: 4px;
  padding-left: 4px;
}
.row-pad-5 {
  margin-right: -5px;
  margin-left: -5px;
}
.row-pad-5 > .col,
.row-pad-5 > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.row-pad-6 {
  margin-right: -6px;
  margin-left: -6px;
}
.row-pad-6 > .col,
.row-pad-6 > [class*="col-"] {
  padding-right: 6px;
  padding-left: 6px;
}
.row-pad-75 {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.row-pad-75 > .col,
.row-pad-75 > [class*="col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.row-pad-8 {
  margin-right: -8px;
  margin-left: -8px;
}
.row-pad-8 > .col,
.row-pad-8 > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}
.row-pad-10 {
  margin-right: -10px;
  margin-left: -10px;
}
.row-pad-10 > .col,
.row-pad-10 > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-6-custom-53 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
    max-width: 53%;
  }
  .col-sm-6-custom-47 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-6-custom-53 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
    max-width: 53%;
  }
  .col-md-6-custom-47 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxxl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.svg-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.full-size {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.mb-auto {
  margin-bottom: auto;
}
.mt-auto {
  margin-top: auto;
}
.btn {
  color: #fff;
  font-size: calc(1.6rem * var(--qahwcag_base-font-size));
  padding: 2.4rem 4rem;
  transition: 0.3s;
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: 0.2rem;
  background: #DB0060;
}
.btn:hover {
  background: #094067;
  transition: 0.3s;
}
.btn--small {
  padding: 1.8rem 3rem;
}
.btn--radius {
  border-radius: 4rem;
}
.btn--bg-none {
  background: none;
  border: solid 2px #fff;
}
.btn--bg-none:hover {
  background: #fff;
  color: #161615;
}
.btn--bg-none-secondary {
  background: none;
  border: solid 2px #fff;
}
.btn--bg-none-secondary:hover {
  background: #fff;
  color: #DB0060;
}
.btn--bg-none-border {
  padding: calc(2.4rem - 2px) 4rem;
  color: #DB0060;
  background: none;
  border: solid 2px #DB0060;
}
.btn--bg-none-border:hover {
  color: #fff;
  border: solid 2px #094067;
}
.btn--text-upper {
  text-transform: uppercase;
}
.btn--bold {
  font-weight: 700;
}
.btn--conpetition {
  background: #fff;
  color: #161617;
  font-weight: 700;
  font-size: calc(1.8rem * var(--qahwcag_base-font-size));
  padding: 1.5rem 4.2rem;
}
.btn--conpetition:hover {
  background: #EF5790;
  color: #fff;
}
.btn--conpetition-purple {
  background: #EF5790;
  font-weight: 700;
  font-size: calc(1.8rem * var(--qahwcag_base-font-size));
  padding: 1.5rem 4.2rem;
}
.btn--conpetition-purple:hover {
  background: #161617;
}
.btn--bg-white {
  background: #fff;
  color: #DB0060;
}
.btn--bg-white:hover {
  background: #DB0060;
  color: #fff;
}
.btn--hover-white:hover {
  background: #fff;
  color: #094067;
}
.btn--disableselection {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn--gray {
  background: #c1c1c1;
}
.btn--gray:hover {
  background: #737373;
}
.btn--disabled {
  background: #c1c1c1;
  cursor: unset;
}
.btn--disabled:hover {
  background: #c1c1c1;
}
.btn--pharmacisttest-big {
  border-radius: 1.1rem;
  font-size: calc(2.4rem * var(--qahwcag_base-font-size));
  padding: 2.3rem 3rem;
  font-weight: 500;
}
.btn--pharmacisttest-big__education {
  border-radius: 0;
  padding: 2.3rem 5rem;
}
.btn--pharmacisttest-big:hover {
  background: #000;
}
.btn--pharmacisttest-small {
  border-radius: 1.1rem;
  font-size: calc(1.8rem * var(--qahwcag_base-font-size));
  padding: 2.1rem 4rem;
}
.btn--pharmacisttest-small:hover {
  background: #000;
}
.btn--pharmacisttest-small__black {
  background: #000;
}
.btn--pharmacisttest-small__black:hover {
  background: #DB0060;
}
.btn--pending {
  cursor: unset;
  overflow: hidden;
}
.btn--pending:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #094067;
  opacity: 1;
  transition: 0.3s;
}
.btn--pending:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.2rem;
  aspect-ratio: 41/43;
  background: #fff;
  -webkit-mask: url('../img/ico/pending.svg') no-repeat;
  mask: url('../img/ico/pending.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  animation: loading 7s linear infinite;
  opacity: 1;
  transition: 0.3s;
}
.btn--pharmacisttest-ico {
  border-radius: 1.1rem;
  font-size: calc(2.4rem * var(--qahwcag_base-font-size));
  padding: 1rem 3rem 1rem 7.5rem;
  font-weight: 600;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 60rem;
  max-width: 100%;
  min-height: 7rem;
}
.btn--pharmacisttest-ico:after {
  position: absolute;
  content: '';
  left: 2rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 3.8rem;
  height: 3.8rem;
}
.btn--pharmacisttest-ico:hover {
  background: #000;
}
.btn--pharmacisttest-ico__black {
  background: #000;
}
.btn--pharmacisttest-ico__black:hover {
  background: #DB0060;
}
.btn--pharmacisttest-ico__info:after {
  background: #fff;
  -webkit-mask: url('../img/ico/info.svg') no-repeat;
  mask: url('../img/ico/info.svg') no-repeat;
  -webkit-mask-size: contain;
}
.btn--pharmacisttest-ico__mobilekahoot:after {
  background: #fff;
  -webkit-mask: url('../img/ico/mobile-kahoot.svg') no-repeat;
  mask: url('../img/ico/mobile-kahoot.svg') no-repeat;
  -webkit-mask-size: contain;
}
.btn--minwidth {
  width: 360px;
  max-width: 100%;
  text-align: center;
}
/***************************/
/**        HEADER         **/
/***************************/
.navbar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.3s;
}
.navbar:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: calc(100% - ((100% - 1680px)/2));
  height: 100%;
  background: #fff;
  -webkit-box-shadow: -15px 3px 20px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: -15px 3px 20px 0px rgba(0, 0, 0, 0.16);
  box-shadow: -15px 3px 20px 0px rgba(0, 0, 0, 0.16);
}
.navbar.active {
  z-index: 20;
}
.navbar-logo {
  display: inline-flex;
  min-height: 130px;
  justify-content: start;
  align-items: center;
  transition: 0.3s;
}
.navbar-logo img {
  transition: 0.4s;
}
.navbar.sticky {
  transition: 0.3s;
}
.navbar.sticky .navbar-logo {
  min-height: 90px;
  transition: 0.3s;
}
.navbar.sticky .navbar-logo img {
  max-width: 190px;
  transition: all 0.4s;
}
.navbar-menu {
  list-style: none;
  height: 100%;
}
.navbar-menu li {
  display: inline-block;
  font-size: calc(1.8rem * var(--qahwcag_base-font-size));
  font-weight: 700;
  height: 100%;
}
.navbar-menu li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  color: #68788E;
  z-index: 1;
  height: 100%;
  transition: 0.3s;
}
.navbar-menu li a:hover,
.navbar-menu li a.active {
  color: #fff;
  transition: 0.3s;
}
.navbar-menu li a:hover:after,
.navbar-menu li a.active:after {
  height: 100%;
  transition: 0.3s;
}
.navbar-menu li a:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #DB0060;
  transition: 0.3s;
  z-index: -1;
}
.navbar-menu li a.dropdown {
  position: relative;
  padding: 1rem 2rem 1rem 4rem;
}
.navbar-menu li a.dropdown:before {
  position: absolute;
  content: '';
  left: 2rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.1rem;
  aspect-ratio: 11/7;
  background: #68788E;
  -webkit-mask: url('../img/ico/arrow.svg') no-repeat;
  mask: url('../img/ico/arrow.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: 0.3s;
}
.navbar-menu li a.dropdown.active {
  color: #fff;
}
.navbar-menu li a.dropdown.active:before {
  background: #fff;
  transform: translate(0, -50%) rotate(180deg);
  transition: 0.3s;
}
.navbar-menu li a.dropdown.active:after {
  height: 100%;
}
.navbar-menu li a.dropdown:hover:before {
  background: #fff;
}
.navbar-dropdown {
  position: relative;
}
.navbar-dropdown-menu {
  position: absolute;
  display: none;
  left: 0;
  width: 26rem;
  top: 100%;
  padding: 1.7rem 0 3rem 0;
  z-index: 2;
}
.navbar-dropdown-menu:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0.5rem;
  width: 100%;
  height: calc(100% - .5rem);
  background: #fff;
}
.navbar-dropdown-menu li {
  padding: 0;
  width: 100%;
}
.navbar-dropdown-menu li a {
  display: block;
  padding: 1.5rem 3rem;
}
.navbar-dropdown-menu li a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 0.9rem;
  height: 100%;
  background: #DB0060;
  opacity: 0;
  transition: 0.3s;
}
.navbar-dropdown-menu li a:after {
  display: none;
}
.navbar-dropdown-menu li a:hover {
  color: #68788E;
  text-decoration: underline;
}
.navbar-dropdown-menu li a:hover:before {
  opacity: 1;
  transition: 0.3s;
}
.navbar-hamburger {
  background: none;
  display: none;
  cursor: pointer;
  position: absolute;
  transition: 0.3s;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  width: 3rem;
  height: 3rem;
  z-index: 9;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.navbar-hamburger.active .navbar-hamburger-ico {
  position: absolute;
  left: 0;
  top: 35%;
  transition: 0.3s;
  background: #fff;
}
.navbar-hamburger.active .navbar-hamburger-ico:nth-child(1) {
  transform: rotate(45deg);
  width: 3rem;
}
.navbar-hamburger.active .navbar-hamburger-ico:nth-child(2) {
  transform: rotate(-45deg);
  width: 3rem;
}
.navbar-hamburger.active .navbar-hamburger-ico:nth-child(3) {
  display: none;
}
.navbar-hamburger-ico {
  height: 3px;
  display: block;
  background: #DB0060;
  margin: 0.6rem 0;
  transition: 0.3s;
  margin-left: auto;
}
.navbar-hamburger-ico:nth-child(1) {
  width: 2.9rem;
}
.navbar-hamburger-ico:nth-child(2) {
  width: 2.9rem;
}
.navbar-hamburger-ico:nth-child(3) {
  width: 2rem;
}
.navbar-tools-container {
  padding-right: calc(15px + 1.1rem);
}
.navbar-user {
  position: relative;
  display: block;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
.navbar-user:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.9rem;
  aspect-ratio: 29/23;
  background: #68788E;
  -webkit-mask: url('../img/ico/user.svg') no-repeat;
  mask: url('../img/ico/user.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: 0.3s;
}
.navbar-user:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 1/1;
  background: #DB0060;
  -webkit-mask: url('../img/ico/exit.svg?v=2') no-repeat;
  mask: url('../img/ico/exit.svg?v=2') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  opacity: 0;
  transition: 0.3s;
}
.navbar-user:hover:before,
.navbar-user:hover:after {
  background: #DB0060;
  transition: 0.3s;
}
.navbar-user.active:before {
  opacity: 0;
  transition: 0.3s;
}
.navbar-user.active:after {
  opacity: 1;
  transition: 0.3s;
}
.navbar-user.mobile {
  position: absolute;
  right: 80px;
}
.navbar-search {
  position: relative;
  display: inline-block;
  padding: 0 4.9rem 0 0;
  font-size: calc(1.8rem * var(--qahwcag_base-font-size));
  font-weight: 700;
  color: #68788E;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.navbar-search:hover:before {
  background: #094067;
  transition: 0.3s;
}
.navbar-search:before {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  background: #DB0060;
  transition: 0.3s;
}
.navbar-search:after {
  position: absolute;
  content: '';
  right: 0.7rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 2.4rem;
  height: 2.4rem;
  background-image: url('../img/ico/search.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.navbar-search.active:after {
  background-image: url('../img/ico/exit.svg?v=2');
  transition: 0.3s;
}
.navbar-search.mobile {
  position: absolute;
  right: 130px;
}
.navbar-search-popup {
  position: absolute;
  right: calc(((100vw - 1630px)/2) + 40px + 1.1rem);
  top: -100%;
  opacity: 0;
  width: calc(100vw - (100vw - 1630px) - 40px - 1.1rem);
  max-width: 1450px;
  padding: 1.5rem;
  background: #fff;
  -webkit-box-shadow: -15px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -15px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -15px 0px 20px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  z-index: -1;
}
.navbar-search-popup:before {
  position: absolute;
  content: '';
  right: 4rem;
  top: -0.8rem;
  width: 3rem;
  height: 3rem;
  transform: rotate(45deg);
  background: #fff;
}
.navbar-search-popup input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5rem 3rem;
  font-size: 18px;
  color: #161615;
}
.navbar-search-popup input::-webkit-input-placeholder {
  color: rgba(22, 22, 21, 0.4);
}
.navbar-search-popup input::-ms-input-placeholder {
  color: rgba(22, 22, 21, 0.4);
}
.navbar-search-popup input::placeholder {
  color: rgba(22, 22, 21, 0.4);
}
.navbar-search-popup.active {
  top: calc(100% + 2rem + .8rem);
  transition: 0.3s;
  opacity: 1;
}
.navbar-login-popup {
  position: absolute;
  right: calc(((100vw - 1630px)/2) + 40px + 1.1rem);
  top: -550px;
  opacity: 0;
  width: calc(100vw - (100vw - 1630px) - 40px - 1.1rem);
  max-width: 450px;
  padding: 3rem;
  background: #fff;
  -webkit-box-shadow: -15px 0px 20px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: -15px 0px 20px 0px rgba(0, 0, 0, 0.16);
  box-shadow: -15px 0px 20px 0px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
  z-index: -1;
}
.navbar-login-popup:before {
  position: absolute;
  content: '';
  right: 4rem;
  top: -0.8rem;
  width: 3rem;
  height: 3rem;
  transform: rotate(45deg);
  background: #fff;
}
.navbar-login-popup.active {
  top: calc(100% + 2rem + .8rem);
  transition: 0.3s;
  opacity: 1;
}
.navbar-login-text {
  position: relative;
  padding: 0 2.5rem;
  font-size: calc(1.6rem * var(--qahwcag_base-font-size));
  font-weight: 700;
  color: #DB0060;
}
.navbar-login-text:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 2px;
  height: 4.5rem;
  background: #DB0060;
}
.navbar-usersettings-popup {
  position: absolute;
  right: calc(((100vw - 1630px)/2) + 40px + 1.1rem);
  top: -550px;
  opacity: 0;
  width: calc(100vw - (100vw - 1630px) - 40px - 1.1rem);
  max-width: 280px;
  padding: 1.5rem 0;
  background: #fff;
  -webkit-box-shadow: -15px 0px 20px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: -15px 0px 20px 0px rgba(0, 0, 0, 0.16);
  box-shadow: -15px 0px 20px 0px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
  z-index: -1;
}
.navbar-usersettings-popup:before {
  position: absolute;
  content: '';
  right: 4rem;
  top: -0.8rem;
  width: 3rem;
  height: 3rem;
  transform: rotate(45deg);
  background: #fff;
}
.navbar-usersettings-popup.active {
  top: calc(100% + 2rem + .8rem);
  transition: 0.3s;
  opacity: 1;
}
.navbar-usersettings-header p {
  position: relative;
  margin: 0;
  padding: 1.5rem 3rem;
  font-size: calc(1.6rem * var(--qahwcag_base-font-size));
  font-weight: 700;
  color: #DB0060;
}
.navbar-usersettings-menu {
  list-style: none;
}
.navbar-usersettings-menu li {
  padding: 0;
  width: 100%;
}
.navbar-usersettings-menu li a {
  position: relative;
  display: block;
  padding: 1.5rem 3rem;
  font-size: calc(1.8rem * var(--qahwcag_base-font-size));
  color: #687B8E;
  font-weight: 700;
}
.navbar-usersettings-menu li a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 0.9rem;
  height: 100%;
  background: #DB0060;
  opacity: 0;
  transition: 0.3s;
}
.navbar-usersettings-menu li a:after {
  display: none;
}
.navbar-usersettings-menu li a:hover {
  color: #68788E;
  text-decoration: underline;
}
.navbar-usersettings-menu li a:hover:before {
  opacity: 1;
  transition: 0.3s;
}
.navbar-usersettings-menu li.navbar-usersettings-menu--breakline {
  position: relative;
  padding-bottom: 0.4rem;
}
.navbar-usersettings-menu li.navbar-usersettings-menu--breakline:before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0.2rem;
  transform: translate(-50%, 0);
  width: calc(100% - 6rem);
  height: 1px;
  background: #687B8E;
}
.substantive-categories {
  position: relative;
  padding: 1rem 1.5rem;
  display: inline-block;
  background: #687B8E;
  color: #fff;
  font-size: calc(1.6rem * var(--qahwcag_base-font-size));
  cursor: pointer;
  margin-bottom: 1rem;
  z-index: 1;
}
.substantive-categories:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #DB0060;
  z-index: -1;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .substantive-categories:hover:before {
    width: 100%;
    transition: 0.3s;
  }
}
.substantive-categories.active:before {
  width: 100%;
}
.home-topic-promoted {
  position: relative;
  padding: 7rem 7rem 0 0;
  min-height: 62rem;
  overflow: hidden;
  height: 100%;
}
.home-topic-promoted-background {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: 0.3s;
}
.home-topic-promoted-background:hover {
  transform: scale(1.1);
}
.home-topic-promoted-box {
  position: relative;
  padding: 3rem 2.5rem 0 2.5rem;
  width: 50%;
  background: #fff;
  z-index: 2;
}
.home-topic-promoted-box .topic-page-box-category-container {
  margin: 4rem -2.5rem 0 -2.5rem;
  padding: 0 0 0 2.5rem;
}
.home-topic-promoted-slider {
  position: relative;
  height: 100%;
}
.home-topic-promoted-slider-arrow {
  position: relative;
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  cursor: pointer;
  background: #687B8E;
  transition: 0.3s;
}
.home-topic-promoted-slider-arrow:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  aspect-ratio: 7/12;
  background: #fff;
  -webkit-mask: url('../img/ico/arrow-rounded.svg') no-repeat;
  mask: url('../img/ico/arrow-rounded.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: 0.3s;
}
.home-topic-promoted-slider-arrow.prev:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.home-topic-promoted-slider-arrow:hover {
  background: #fff;
  transition: 0.3s;
}
.home-topic-promoted-slider-arrow:hover:before {
  background: #687B8E;
  transition: 0.3s;
}
.home-topic-promoted-slider-arrow-container {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1.2rem;
  display: inline-block;
}
.home-random-topic-box {
  margin-top: 5rem;
  width: 100%;
  max-width: 530px;
  margin-bottom: 29rem;
}
.home-random-topic-thumbnail {
  position: relative;
  width: 80rem;
  max-width: 100%;
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  filter: none !important;
}
.home-random-topic-posts-container {
  margin-top: -20rem;
}
.home-random-topic-posts-box {
  background: #fff;
  -webkit-box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.16);
  height: 100%;
  pointer-events: none;
}
.home-random-topic-posts-box-pad {
  position: relative;
  padding: 7rem 2.5rem 0 2.5rem;
}
.home-random-topic-posts-box:hover .topic-page-box-title {
  text-decoration: underline;
}
.home-random-topic-posts-box:hover .topic-page-box-arrow {
  background: #094067;
}
.home-substantive-section {
  padding: 9rem 0 10rem 0;
}
.home-substantive-box {
  position: relative;
  display: block;
  padding: 9rem 3rem 2rem 3rem;
  color: #fff;
  overflow: hidden;
  height: 100%;
  min-height: 29rem;
  z-index: 2;
}
.home-substantive-box-thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  transition: 0.3s;
  filter: none !important;
}
.home-substantive-box-thumbnail:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.home-substantive-box:hover .home-substantive-box-thumbnail {
  transform: scale(1.1);
}
.home-substantive-box:hover .home-substantive-box-thumbnail--soon {
  transform: unset;
}
.home-quiz-section {
  margin: 5rem 0 14rem 0;
  overflow: hidden;
}
.home-quiz-title {
  font-size: calc(3.3rem * var(--qahwcag_base-font-size));
  font-weight: 700;
  color: #DB0060;
  text-transform: uppercase;
}
.home-quiz-container {
  width: 100%;
  max-width: 530px;
  padding: 10rem 1.5rem;
}
.home-quiz-thumbnail {
  margin-left: calc(((100vw - 1600px)/2) * -1);
  width: calc(100% + ((100vw - 1600px)/2));
  min-height: 59rem;
  height: 100%;
  background-image: url('../img/home/quiz.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  filter: none !important;
}
.home-quiz-text {
  color: #fff;
  font-size: calc(2.1rem * var(--qahwcag_base-font-size));
  line-height: 3.5rem;
}
.home-quiz-text--black {
  color: #161615;
}
.home-pharmacist-banner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 12/7;
  overflow: hidden;
}
.home-pharmacist-banner:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/home/pharmacist_banner.webp');
  background-size: cover;
  background-position: center;
  transition: 0.3s;
}
.home-pharmacist-banner:hover:after {
  transform: scale(1.05);
  transition: 0.3s;
}
.searchpage-title-pad {
  padding: 7rem 0 15rem 0;
}
/***************************/
/**     QUIZ/EDUCATION    **/
/***************************/
.quiz-page-box-logo {
  position: absolute;
  bottom: 1.5rem;
  min-width: 14rem;
  min-height: 5rem;
  right: 0;
  background: #fff;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.quiz-page-box-logo img {
  max-width: 120px;
}
.quiz-page-box-logo-big {
  display: inline-block;
  padding: 1.5rem 3rem 1.5rem 3rem;
  background: #fff;
}
.quiz-page-box-status {
  padding: 0.4rem 2.5rem;
  font-size: calc(1.6rem * var(--qahwcag_base-font-size));
  font-weight: 700;
  color: #687B8E;
}
.quiz-page-box-status--finished {
  color: #172842;
}
.quiz-page-box--finished .topic-page-box-thumbnail {
  opacity: 0.28;
  transform: unset;
  cursor: inherit;
}
.quiz-page-box--finished .topic-page-box-pad {
  opacity: 0.28;
}
.quiz-page-box--finished:hover .topic-page-box-thumbnail-container .topic-page-box-thumbnail {
  transform: unset !important;
}
.quiz-page-box--finished:hover .topic-page-box-title {
  text-decoration: unset !important;
}
.quiz-page-box--soon:hover .topic-page-box-thumbnail-container .topic-page-box-thumbnail {
  transform: unset !important;
}
.quiz-page-box--soon:hover .topic-page-box-title {
  text-decoration: unset !important;
}
.quiz-page-box-thumbnail-lock {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background: rgba(144, 157, 171, 0.8);
  z-index: 3;
  filter: none !important;
}
.quiz-internal-header-bg {
  position: relative;
}
.quiz-internal-header-bg figure {
  position: relative;
  margin-left: 1rem;
  /*
                    &:before {
                        position: absolute;
                        content: '';
                        left: 5%;
                        top: 0;
                        width: 86.13%;
                        aspect-ratio: ~'1/1';
                        border-radius: 50%;
                        -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.16);
                        -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.16);
                        box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.16);
                        z-index: -1;
                    }
                    */
}
.quiz-internal-header-bg-box {
  position: relative;
  width: 100%;
  padding: 2.5rem 0;
}
.quiz-internal-header-bg-box:before {
  position: absolute;
  content: '';
  right: -16rem;
  top: 50%;
  transform: translate(0, -50%);
  width: calc(100vw * 2);
  height: 100%;
  background: #172842;
  z-index: -1;
}
.quiz-internal-header-bg-box--quiz8 {
  position: relative;
  width: 100%;
  padding: 4.5rem 0 5.5rem;
}
.quiz-internal-header-bg-box--quiz8:before {
  position: absolute;
  content: '';
  left: -9.8rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 32.65625vw;
  max-width: 627px;
  min-width: 400px;
  height: 100%;
  background: #172842;
  z-index: -1;
}
.quiz-internal-header-bg-box--quiz8.pink {
  padding: 3.3rem 0 3.8rem;
}
.quiz-internal-header-bg-box--quiz8.pink:before {
  background: #DB0060;
}
.quiz-internal-header-bg-box-text {
  font-size: calc(2.4rem * var(--qahwcag_base-font-size));
}
.quiz-internal-header-bg-box--quiz5 {
  padding: 1.5rem 0;
}
.quiz-internal-header-bg-box--quiz5:before {
  right: -15rem;
}
.quiz-internal-header-bg-box--quiz15 {
  height: 100%;
  padding: 2.5rem 0 0 2rem;
}
.quiz-internal-header-bg-box--quiz15:before {
  top: 0;
  right: 0;
  transform: unset;
  height: calc(100% - 4.5rem);
}
.quiz-internal-header-bg--page {
  margin-bottom: -6rem;
  max-width: 100%;
  width: max-content;
  padding: 2rem 10rem 0 0;
}
.quiz-internal-header-bg--page__quiz5 {
  margin-bottom: -4rem;
  padding: 2rem 0 0 0;
}
.quiz-internal-header-bg:before {
  position: absolute;
  display: none;
  content: '';
  right: 0;
  top: 0;
  width: calc(100vw * 2);
  height: 70%;
  background: #172842;
}
.quiz-internal-header-bg.pink:before {
  background: #DB0060;
}
.quiz-internal-header-bg.pink {
  margin-top: 0;
}
.quiz-internal-header-bg--quiz15 {
  margin-bottom: -5rem;
}
.quiz-internal-video-section {
  padding: 10rem 0 0 0;
}
.quiz-internal-datebox {
  font-size: calc(3.2rem * var(--qahwcag_base-font-size));
  line-height: 4.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 1.5rem 6.5rem;
  background: #DB0060;
}
.quiz-internal-section {
  display: none;
  padding: 7rem 0 0 0;
}
.quiz-internal-postbox {
  position: relative;
  display: block;
  padding: 1rem 0;
  overflow: hidden;
  height: 100%;
  z-index: 1;
}
.quiz-internal-postbox-thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: 0.3s;
  z-index: -1;
  filter: none !important;
}
.quiz-internal-postbox:hover .quiz-internal-postbox-thumbnail {
  transform: scale(1.1);
  transition: 0.3s;
}
.quiz-internal-rewardamount {
  width: 8.8rem;
  height: 8.8rem;
  border-radius: 50%;
  background: #DB0060;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 3.2rem;
}
.quiz-internal-logo {
  position: absolute;
  left: 0;
  top: 5rem;
  padding: 2rem 4rem;
  max-width: 45%;
  background: #fff;
}
.quiz-internal-logo--bgdisable {
  background: none;
  padding: 0;
}
.quiz-section-eventdate {
  position: relative;
  padding: 6rem 0 4rem 0;
  color: #fff;
  background: #DB0060;
}
.quiz-section-eventdate:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 18rem;
  background: #fff;
}
.quiz-section-eventdate--green {
  background: #66B12E;
}
.quiz-section-eventdate--dark-blue {
  background: #172842;
}
.quiz-agenda-hour {
  position: relative;
  font-size: calc(4rem * var(--qahwcag_base-font-size));
  color: #172842;
  height: 100%;
  margin: 0;
  padding: 1rem 2.5rem 1rem 0;
  font-weight: 700;
}
.quiz-agenda-hour:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #172842;
}
.quiz-agenda-hour--small {
  margin-right: 2rem;
  padding: 1rem 2rem;
  font-size: calc(2.4rem * var(--qahwcag_base-font-size));
  min-width: 135px;
  text-transform: uppercase;
}
.quiz-agenda-hour--small:after {
  max-height: 42px;
  top: 50%;
  transform: translate(0, -50%);
}
.quiz-event-background {
  background-color: #DB0060;
  position: relative;
  color: white;
}
.quiz-event-background::after {
  content: "";
  background-color: #F2F3F4;
  width: 137px;
  height: 100%;
  display: block;
  right: 0;
  top: 0;
  position: absolute;
}
.quiz-event-background .fb-ico-before::before {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  content: url("../img/education/internal/1/fb.png");
}
.quiz-event-background .fb-ico-after::after {
  content: url("../img/education/internal/1/arrow.png");
  position: absolute;
  right: 448px;
  bottom: 14px;
}
.quiz-fb-section {
  position: relative;
  padding: 4.5rem 1.5rem;
  color: #fff;
  margin-bottom: 6rem;
  transition: 0.3s;
}
.quiz-fb-section:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: calc(100% - ((100% - 1630px)/2));
  height: 100%;
  background: #DB0060;
  z-index: -1;
}
.quiz-fb-section-text {
  font-size: calc(2.8rem * var(--qahwcag_base-font-size));
}
.quiz-fb-section-text--big {
  font-size: calc(4.9rem * var(--qahwcag_base-font-size));
}
.quiz-fb-section-btn-margin {
  margin-right: 5rem;
}
.quiz-fb-section-content {
  position: relative;
}
.quiz-fb-section-content:after {
  position: absolute;
  content: '';
  right: -6rem;
  bottom: -7rem;
  width: 12.9rem;
  aspect-ratio: 129/128;
  background: #fff;
  -webkit-mask: url('../img/ico/qfs-arrow.svg') no-repeat;
  mask: url('../img/ico/qfs-arrow.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.quiz-header-titlebig {
  font-size: calc(4.1rem * var(--qahwcag_base-font-size));
  line-height: 5rem;
  color: #181D44;
  text-transform: uppercase;
  font-weight: 700;
}
.quiz-header-title {
  font-size: calc(3.5rem * var(--qahwcag_base-font-size));
  line-height: 4rem;
  color: #172842;
  font-weight: 700;
}
/***************************/
/**         POPUP         **/
/***************************/
.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 5rem 15px;
  z-index: 15;
  background: rgba(22, 22, 21, 0.9);
}
.overlay-container {
  width: 450px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.overlay-container--medium {
  width: 650px;
}
.overlay-container--big {
  width: 1080px;
}
.overlay-box {
  background: #fff;
}
.overlay-box--pad-6 {
  padding: 6rem;
}
.overlay-exit {
  display: block;
  position: relative;
  margin-left: auto;
  width: 4rem;
  aspect-ratio: 1/1;
  background: #DB0060;
  cursor: pointer;
  transition: 0.3s;
}
.overlay-exit:hover {
  background: #094067;
  transition: 0.3s;
}
.overlay-exit:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  aspect-ratio: 1/1;
  background: #fff;
  -webkit-mask: url('../img/ico/exit.svg') no-repeat;
  mask: url('../img/ico/exit.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.overlay-exit--medreels {
  position: absolute;
  margin: 0;
  right: 1.5rem;
}
.overlay--active {
  display: block;
}
.topic-field-thumbnail {
  position: relative;
  width: 80rem;
  max-width: 100%;
  max-height: 70rem;
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  filter: none !important;
}
.topic-field-thumbnail-logo {
  position: absolute;
  top: 0;
  left: 0;
}
.topic-field-thumbnail--fullimage {
  aspect-ratio: unset !important;
  background-size: unset;
  background-position: unset;
  max-height: unset;
}
.topic-field-header-container {
  width: 100%;
}
.topic-page-box {
  background: #fff;
  -webkit-box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.16);
  height: 100%;
  pointer-events: none;
}
.topic-page-box-sponsored {
  position: absolute;
  left: 0;
  top: 1.7rem;
  padding: 0.5rem 2rem;
  font-size: calc(1.4rem * var(--qahwcag_base-font-size));
  color: #fff;
  z-index: 2;
  background: #DB0060;
}
.topic-page-box-sponsored--primary {
  background: #094067;
}
.topic-page-box-sponsored--premium {
  font-weight: 700;
  text-transform: uppercase;
  background: #006CD8;
}
.topic-page-box-sponsored--static {
  position: relative;
  left: unset;
  top: unset;
  display: inline-block;
}
.topic-page-box-sponsored--soon {
  font-weight: 700;
  text-transform: uppercase;
  background: #687B8E;
}
.topic-page-box-thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  pointer-events: auto;
  transition: 0.3s;
  cursor: pointer;
  transform: scale(1.01);
  filter: none !important;
}
.topic-page-box-thumbnail:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.topic-page-box-thumbnail-container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 388/251;
}
.topic-page-box-thumbnail-container.sidebar {
  aspect-ratio: 387/337;
}
.topic-page-box-thumbnail-container.pharmacist-test {
  aspect-ratio: 263/161;
}
.topic-page-box-thumbnail--soon {
  pointer-events: none;
}
.topic-page-box-thumbnail--soon:hover {
  transform: scale(1.01);
}
.topic-page-box-pad {
  padding: 3rem 2.5rem 0 2.5rem;
}
.topic-page-box-title {
  display: block;
  font-size: calc(2.4rem * var(--qahwcag_base-font-size));
  line-height: 3.1rem;
  color: #094067;
  font-weight: 900;
  pointer-events: auto;
  cursor: pointer;
}
.topic-page-box-title:hover {
  text-decoration: underline;
}
.topic-page-box-title--black {
  color: #050632;
}
.topic-page-box-title--soon {
  pointer-events: none;
}
.topic-page-box-title--soon:hover {
  text-decoration: none;
}
.topic-page-box-arrow {
  position: relative;
  display: block;
  cursor: pointer;
  width: 5rem;
  height: 5rem;
  background: #DB0060;
  pointer-events: auto;
  transition: 0.3s;
}
.topic-page-box-arrow:hover {
  background: #094067;
  transition: 0.3s;
}
.topic-page-box-arrow:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.4rem;
  aspect-ratio: 7/12;
  background: #fff;
  -webkit-mask: url('../img/ico/arrow-rounded.svg') no-repeat;
  mask: url('../img/ico/arrow-rounded.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.topic-page-box-arrow--soon {
  background: #687B8E;
  pointer-events: none;
}
.topic-page-box-arrow--soon:hover {
  background: #687B8E;
}
.topic-page-box.promoted-field {
  background: #172842;
}
.topic-page-box.promoted-field .topic-page-box-sponsoredsmall {
  color: rgba(255, 255, 255, 0.6);
}
.topic-page-box.promoted-field .topic-page-box-title {
  color: #fff;
}
.topic-page-box.promoted-field .topic-page-box-description {
  color: #fff;
  font-size: calc(2.4rem * var(--qahwcag_base-font-size));
}
.topic-page-box:hover.promoted-field .topic-page-box-arrow {
  background: #fff;
}
.topic-page-box:hover.promoted-field .topic-page-box-arrow:after {
  background: #DB0060;
}
.topic-page-box:hover .topic-page-box-thumbnail-container .topic-page-box-thumbnail {
  transform: scale(1.1);
}
.topic-page-box:hover .topic-page-box-title {
  text-decoration: underline;
}
.topic-page-box:hover .topic-page-box-arrow {
  background: #094067;
}
.topic-page-box-category {
  position: relative;
  display: inline-block;
  font-weight: 500;
  color: #687B8E;
  font-size: calc(1.4rem * var(--qahwcag_base-font-size));
  padding: 0 0 0 2.4rem;
}
.topic-page-box-category:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.topic-page-box-category--i2:before {
  width: 1.5rem;
  aspect-ratio: 5/6;
  background: #687B8E;
  -webkit-mask: url('../img/ico/categories/2.svg') no-repeat;
  mask: url('../img/ico/categories/2.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.topic-page-box-category--i3 {
  padding: 0 0 0 3rem;
}
.topic-page-box-category--i3:before {
  width: 2rem;
  aspect-ratio: 20/16;
  background: #687B8E;
  -webkit-mask: url('../img/ico/categories/3.svg') no-repeat;
  mask: url('../img/ico/categories/3.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.topic-page-box-category--i4 {
  padding: 0 0 0 2.7rem;
}
.topic-page-box-category--i4:before {
  width: 1.7rem;
  aspect-ratio: 1/1;
  background: #687B8E;
  -webkit-mask: url('../img/ico/categories/4.svg') no-repeat;
  mask: url('../img/ico/categories/4.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.topic-page-box-category--i5 {
  padding: 0 0 0 3rem;
}
.topic-page-box-category--i5:before {
  width: 2.1rem;
  aspect-ratio: 22/17;
  background: #687B8E;
  -webkit-mask: url('../img/ico/categories/5.svg') no-repeat;
  mask: url('../img/ico/categories/5.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.topic-page-box-category--i120:before {
  width: 1.2rem;
  aspect-ratio: 12/17;
  background: #687B8E;
  -webkit-mask: url('../img/ico/categories/120.svg') no-repeat;
  mask: url('../img/ico/categories/120.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.topic-page-box-category--i155:before {
  width: 1.8rem;
  aspect-ratio: 1/1;
  background: #687B8E;
  -webkit-mask: url('../img/ico/categories/155.svg') no-repeat;
  mask: url('../img/ico/categories/155.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.topic-page-box-category--i160:before {
  width: 1.8rem;
  aspect-ratio: 1/1;
  background: #687B8E;
  -webkit-mask: url('../img/ico/categories/160.svg') no-repeat;
  mask: url('../img/ico/categories/160.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.topic-page-box-category--i322:before {
  width: 1.8rem;
  aspect-ratio: 1/1;
  background: #687B8E;
  -webkit-mask: url('../img/ico/categories/322.svg') no-repeat;
  mask: url('../img/ico/categories/322.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.topic-page-box-category-container {
  padding: 0 2.5rem;
}
.topic-page-box-sponsoredsmall {
  display: inline-block;
  padding: 1rem 0;
  font-size: calc(1.3rem * var(--qahwcag_base-font-size));
  font-weight: 600;
  color: rgba(104, 123, 142, 0.6);
}
.topic-page-pagination li {
  position: relative;
  width: 3rem;
  height: 3rem;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  cursor: pointer;
  font-size: calc(1.6rem * var(--qahwcag_base-font-size));
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #161615;
  border: solid 1px #161615;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.3s;
  z-index: 1;
}
.topic-page-pagination li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #161615;
  z-index: -1;
  transition: 0.3s;
}
.topic-page-pagination li:hover {
  color: #fff;
  transition: 0.3s;
}
.topic-page-pagination li:hover:before {
  width: 100%;
  transition: 0.3s;
}
.topic-page-pagination li.active {
  color: #fff;
  cursor: unset;
}
.topic-page-pagination li.active:before {
  width: 100%;
}
.topic-page-pagination-arrow {
  display: block;
  width: 11px;
  height: 17px;
  cursor: pointer;
  background: #161615;
  -webkit-mask: url('../img/ico/arrow-rounded.svg') no-repeat;
  mask: url('../img/ico/arrow-rounded.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.3s;
}
.topic-page-pagination-arrow.prev {
  transform: rotate(180deg);
}
.topic-page-pagination-arrow.disable {
  background: rgba(22, 22, 21, 0.24);
  cursor: unset;
  transition: 0.3s;
}
.topic-post-container {
  width: 1080px;
  max-width: 100%;
  font-size: calc(1.6rem * var(--qahwcag_base-font-size));
  line-height: 2.6rem;
}
.topic-post-container-big {
  width: 1230px;
  max-width: 100%;
}
.topic-post-container a:not(.btn) {
  color: #DB0060;
  text-decoration: underline;
  transition: 0.3s;
}
.topic-post-container a:not(.btn):hover {
  color: #094067;
  transition: 0.3s;
}
.topic-post-campaignlogo {
  position: absolute;
  left: 1.5rem;
  top: 2rem;
  max-width: 50%;
  z-index: 2;
}
.topic-spacer {
  display: block;
  max-height: 1rem;
}
.topic-premium-box {
  position: relative;
  background: #F2F3F4;
  width: 80rem;
  min-height: 45rem;
  margin: 5rem auto 0 auto;
  max-width: 100%;
  padding: 5rem 1.5rem;
  overflow: hidden;
  z-index: 1;
}
.topic-premium-box--blur:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(242, 243, 244, 0.6);
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
  filter: brightness(1.2);
  z-index: -1;
}
/***************************/
/**       PODCAST         **/
/***************************/
.podcast-player {
  margin-top: 12rem;
  width: 800px;
  max-width: 100%;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.podcast-player-container {
  padding: 0 2.5rem;
}
.podcast-thumbnail {
  position: relative;
  background: rgba(185, 185, 185, 0.21);
  padding: 2.7rem;
  margin-bottom: 5rem;
  filter: none !important;
}
.podcast-thumbnail-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #DB0060;
  -webkit-mask: url('../img/ico/podcast-thumbnail.svg') no-repeat;
  mask: url('../img/ico/podcast-thumbnail.svg') no-repeat;
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  transition: 0.25s;
}
.podcast-play {
  position: relative;
  background: #DB0060;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
.podcast-play:hover {
  background: #094067;
  transition: 0.3s;
}
.podcast-play:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  aspect-ratio: 17/20;
  background: #fff;
  -webkit-mask: url('../img/ico/play.svg') no-repeat;
  mask: url('../img/ico/play.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.podcast-play.pause:after {
  width: 14px;
  aspect-ratio: 14/20;
  background: #fff;
  -webkit-mask: url('../img/ico/pause.svg') no-repeat;
  mask: url('../img/ico/pause.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.podcast-border {
  position: relative;
}
.podcast-border:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 1px;
  height: 4.6rem;
  background: rgba(0, 0, 0, 0.2);
}
.podcast-timeline {
  position: relative;
  width: 100%;
  height: 7px;
  border-radius: 2.5rem;
  margin-bottom: 1.5rem;
  background: rgba(112, 112, 112, 0.46);
  cursor: pointer;
  z-index: 1;
}
.podcast-progressbar {
  position: relative;
  height: 100%;
  max-width: 100%;
  border-top-right-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
  width: 0%;
  padding-left: 10px;
  margin-left: 10px;
  background: #DB0060;
  transition: 0.25s;
}
.podcast-progressbar:before {
  position: absolute;
  content: '';
  left: -10px;
  top: 0;
  width: 20px;
  height: 100%;
  border-top-left-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  background: #DB0060;
}
.podcast-progressbar:after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #DB0060;
}
.footer {
  position: relative;
  padding: 5rem 1.5rem 5rem 0;
}
.footer:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: calc(100% - ((100% - 1630px)/2));
  height: 100%;
  background: #fff;
  -webkit-box-shadow: -15px 3px 20px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: -15px 3px 20px 0px rgba(0, 0, 0, 0.16);
  box-shadow: -15px 3px 20px 0px rgba(0, 0, 0, 0.16);
}
.footer-logo img {
  width: 215px;
}
.footer-title {
  font-weight: 700;
  font-size: calc(2.7rem * var(--qahwcag_base-font-size));
  color: #DB0060;
  margin-bottom: 2.5rem;
}
.footer-title-small {
  display: block;
  font-size: calc(1.5rem * var(--qahwcag_base-font-size));
  font-weight: 700;
  color: #172842;
}
.footer-title-small.link {
  transition: 0.3s;
}
.footer-title-small.link:hover {
  color: #DB0060;
  transition: 0.3s;
}
.footer-post-link {
  display: block;
}
.footer-post-link:hover .footer-post-thumbnail {
  transform: scale(1.1);
  transition: 0.3s;
}
.footer-post-link:hover .footer-post-title {
  text-decoration: underline;
}
.footer-post-thumbnail {
  position: relative;
  width: 12.7rem;
  max-width: 100%;
  aspect-ratio: 127/88;
  background-size: cover;
  background-position: center;
  transition: 0.3s;
  filter: none !important;
}
.footer-post-thumbnail-container {
  overflow: hidden;
}
.footer-post-title {
  font-size: calc(1.5rem * var(--qahwcag_base-font-size));
  font-weight: 700;
  color: #094067;
  line-height: 1.9rem;
}
.footer-menu {
  list-style: none;
}
.footer-menu li {
  display: block;
  font-size: calc(1.5rem * var(--qahwcag_base-font-size));
}
.footer-menu li:not(:last-child) {
  margin-bottom: 1rem;
}
.footer-menu li a {
  display: inline-block;
  position: relative;
  color: #094067;
}
.footer-menu li a:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #094067;
  transition: 0.3s;
}
.footer-menu li a:hover:after {
  width: 100%;
  transition: 0.3s;
}
.footer-menu-socials {
  list-style: none;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.footer-menu-socials li {
  display: inline-block;
  padding: 0 0.5rem;
}
.footer-menu-socials li a {
  position: relative;
  display: inline-block;
  width: 4.6rem;
  height: 4.6rem;
}
.footer-menu-socials li a:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #DB0060;
  transition: 0.3s;
}
.footer-menu-socials li a:hover:after {
  background: #094067;
  transition: 0.3s;
}
.footer-menu-socials--facebook a:after {
  width: 1.2rem;
  aspect-ratio: 12/23;
  -webkit-mask: url('../img/ico/facebook.svg') no-repeat;
  mask: url('../img/ico/facebook.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.footer-menu-socials--instagram a:after {
  width: 2.3rem;
  aspect-ratio: 1/1;
  -webkit-mask: url('../img/ico/instagram.svg') no-repeat;
  mask: url('../img/ico/instagram.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.footer-menu-socials--youtube a:after {
  width: 2.3rem;
  aspect-ratio: 23/16;
  -webkit-mask: url('../img/ico/youtube.svg') no-repeat;
  mask: url('../img/ico/youtube.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.footer-menu-facebook {
  position: relative;
  display: block;
  width: 125px;
  max-width: 100%;
  aspect-ratio: 125/28;
  background: #DB0060;
  -webkit-mask: url('../img/ico/facebook-footer.svg') no-repeat;
  mask: url('../img/ico/facebook-footer.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: 0.3s;
}
.footer-menu-facebook:hover {
  background: #094067;
  transition: 0.3s;
}
.footer-menu-facebook:before {
  position: absolute;
  content: '';
  left: 6.5%;
  bottom: 0;
  width: 10%;
  aspect-ratio: 12/23;
  background: #fff;
  -webkit-mask: url('../img/ico/facebook.svg') no-repeat;
  mask: url('../img/ico/facebook.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.footer-newsletter-box {
  width: 1280px;
  max-width: 100%;
  background: #172842;
  padding: 2.5rem 5rem;
}
.footer-newsletter-text {
  margin: 0;
  font-size: calc(2.4rem * var(--qahwcag_base-font-size));
  line-height: 3.5rem;
  text-align: center;
  color: #fff;
}
.sidebar-container {
  width: 390px;
  max-width: 100%;
  margin-top: 5rem;
}
.table-of-content-box {
  position: relative;
  padding: 4.5rem 1.5rem 4.5rem 0;
  margin-bottom: 9rem;
  background: #F2F3F4;
  z-index: 1;
}
.table-of-content-box:before {
  position: absolute;
  content: '';
  left: calc(((100vw - 1600px)/2) * -1);
  top: 0;
  width: 50%;
  height: 100%;
  background: #F2F3F4;
  z-index: -1;
}
.table-of-content-list {
  margin-left: 20px;
}
.table-of-content-list li {
  text-decoration: underline;
  transition: 0.3s;
  cursor: pointer;
}
.table-of-content-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.table-of-content-list li:hover {
  color: #DB0060;
  transition: 0.3s;
}
.banners-slider--one {
  width: 800px;
  max-width: 100%;
}
.banners-slider--two {
  width: 390px;
  max-width: 100%;
}
.banners-slider--three {
  width: 1200px;
  max-width: 100%;
}
.banners-slider--four {
  width: 800px;
  max-width: 100%;
}
.banners-slider-chpl {
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
  font-size: calc(1.2rem * var(--qahwcag_base-font-size));
  padding: 0.6rem 1.2rem;
  background: #fff;
  color: #161615;
  transition: 0.3s;
}
.banners-slider-chpl:hover {
  color: #fff;
  background: #DB0060;
  transition: 0.3s;
}
.banners-slider-chpl--clatra-custom {
  left: 1rem;
  right: unset;
  bottom: 4rem;
  background: #dedede;
}
.banners-container {
  position: relative;
}
.chpl-link {
  position: relative;
  display: block;
  font-size: calc(1.5rem * var(--qahwcag_base-font-size));
  color: #094067;
  padding: 1.5rem 1.5rem 1.5rem 5.5rem;
  border-bottom: solid 1px rgba(112, 112, 112, 0.13);
}
.chpl-link:after {
  position: absolute;
  content: '';
  left: 2rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.7rem;
  aspect-ratio: 17/20;
  background: #DB0060;
  -webkit-mask: url('../img/ico/pdf.svg') no-repeat;
  mask: url('../img/ico/pdf.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: 0.3s;
}
.chpl-link:hover:after {
  background: #094067;
  transition: 0.3s;
}
.social-widgets {
  position: fixed;
  top: 20%;
  right: 0;
  list-style: none;
  z-index: 4;
}
.social-widgets li a,
.social-widgets li span {
  position: relative;
  display: block;
  width: 6.3rem;
  height: 6.3rem;
  background: #DB0060;
  cursor: pointer;
  transition: 0.3s;
}
.social-widgets li a:hover,
.social-widgets li span:hover {
  background: #094067;
  transition: 0.3s;
}
.social-widgets li a:after,
.social-widgets li span:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  transition: 0.3s;
}
.social-widgets--facebook a:after {
  width: 1.8rem;
  aspect-ratio: 12/23;
  -webkit-mask: url('../img/ico/facebook.svg') no-repeat;
  mask: url('../img/ico/facebook.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.social-widgets--instagram a:after {
  width: 2.3rem;
  aspect-ratio: 1/1;
  -webkit-mask: url('../img/ico/instagram.svg') no-repeat;
  mask: url('../img/ico/instagram.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.social-widgets--youtube a:after {
  width: 2.3rem;
  aspect-ratio: 23/16;
  -webkit-mask: url('../img/ico/youtube.svg') no-repeat;
  mask: url('../img/ico/youtube.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.social-widgets--newsletter {
  margin-top: 2rem;
}
.social-widgets--newsletter span {
  background: #094067 !important;
}
.social-widgets--newsletter span:hover {
  background: #DB0060 !important;
}
.social-widgets--newsletter span:after {
  width: 3.4rem;
  aspect-ratio: 37/34;
  -webkit-mask: url('../img/ico/newsletter.svg') no-repeat;
  mask: url('../img/ico/newsletter.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.pharmacist-test-partners-section {
  position: relative;
  padding: 1rem 0 2rem 0;
  overflow: hidden;
  white-space: nowrap;
}
.pharmacist-test-partners-section:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: rgba(112, 112, 112, 0.13);
}
.pharmacist-test-partners-section:hover .pharmacist-test-partners-track {
  animation-play-state: paused;
}
.pharmacist-test-partners-col {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  padding: 0 4rem;
  width: max-content;
  min-height: 160px;
}
.pharmacist-test-partners-col:after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 90%;
  background: rgba(112, 112, 112, 0.13);
}
.pharmacist-test-partners-track {
  animation-name: marqueePartners;
  animation-duration: 75s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
.pharmacist-test-eventinfo-section {
  position: relative;
  padding: 11rem 0 0 0;
  background: #172842;
  background: linear-gradient(270deg, #172842 10%, #db0060 100%);
  color: #fff;
  /*
            &:after {
                position: absolute;
                content: '';
                left: 50%;
                top: 50%;
                transform: translate(-50%, -25%);
                width: 1px;
                height: 18rem;
                background: #fff;
            }
            */
}
.pharmacist-test-eventinfo-section:before {
  position: absolute;
  content: '';
  left: -20px;
  top: -1px;
  width: calc(100% + 20px);
  min-height: 2rem;
  aspect-ratio: 960/19;
  background-image: url('../img/ico/eventinfo.svg');
  background-size: cover;
  background-position: center;
}
.pharmacist-test-eventinfo-section-container {
  position: relative;
  overflow: hidden;
  padding: 0 0 7rem 0;
  margin-bottom: 10rem;
  z-index: 1;
  /*
                &:before {
                    position: absolute;
                    content: '';
                    left: 0;
                    bottom: 0;
                    width: 100%;
                    height: 50%;
                    background: #fff;
                    z-index: -1;
                }
                */
}
.pharmacist-test-eventinfo-date {
  font-size: calc(6rem * var(--qahwcag_base-font-size));
  font-weight: 700;
}
.pharmacist-test-eventinfo-date-medium {
  font-size: calc(4.1rem * var(--qahwcag_base-font-size));
  font-weight: 700;
  margin-top: -1rem;
}
.pharmacist-test-eventinfo-timer {
  display: block;
  font-size: calc(11rem * var(--qahwcag_base-font-size));
  font-weight: 500;
  padding: 0 2rem;
  text-align: center;
}
.pharmacist-test-eventinfo-timer-description {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}
.pharmacist-test-eventinfo-scroll-down {
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 5.7rem;
  aspect-ratio: 1/1;
}
.pharmacist-test-eventinfo-scroll-down-ico {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);
}
.pharmacist-test-eventinfo-scroll-down-ico:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  width: 1.5rem;
  aspect-ratio: 11/7;
  background: #000;
  -webkit-mask: url('../img/ico/arrow.svg') no-repeat;
  mask: url('../img/ico/arrow.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: 0.3s;
}
.pharmacist-test-eventinfo-scroll-down-ico:hover {
  background: #DB0060;
  transition: 0.3s;
}
.pharmacist-test-eventinfo-scroll-down-ico:hover:after {
  background: #fff;
  transition: 0.3s;
}
.pharmacist-test-eventinfo-scroll-down:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 95%;
  border-radius: 50%;
  border: solid 1px #DB0060;
  animation: scrollPulse 4s infinite;
  z-index: -1;
}
.pharmacist-test-why-box {
  width: 9rem;
}
.pharmacist-test-why-title {
  font-size: calc(6rem * var(--qahwcag_base-font-size));
  font-weight: 900;
  color: #172842;
  line-height: 6.7rem;
}
.pharmacist-test-why-title--small {
  font-size: calc(4.1rem * var(--qahwcag_base-font-size));
  line-height: 5rem;
}
.pharmacist-test-why-title--bold {
  font-weight: 700;
}
.pharmacist-test-register-section {
  display: none;
  padding: 7rem 0;
}
.pharmacist-test-register-section--pad-top-only {
  padding: 7rem 0 0 0;
}
.pharmacist-test-sponsor-box {
  height: 100%;
  padding: 0 2rem;
}
.pharmacist-test-sponsor-logo {
  width: 90%;
}
.pharmacist-test-sponsor-title {
  position: relative;
  text-align: center;
  width: 100%;
  color: rgba(0, 0, 0, 0.27);
  font-size: calc(1.4rem * var(--qahwcag_base-font-size));
  font-weight: 700;
}
.pharmacist-test-sponsor-title:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 70px);
  height: 1px;
  background: #bbbbbb;
}
.pharmacist-test-sponsor-title span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.pharmacist-test-sponsor-title span:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: calc(100% + 40px);
  height: 100%;
  background: #f2f3f4;
  z-index: -1;
}
.pharmacist-test-sponsor-title--before-mw:before {
  max-width: 260px;
}
.pharmacist-test-video-section {
  background: #fff;
  padding: 6rem 0 10rem 0;
}
.pharmacist-test-experts-section {
  position: relative;
  background: #172842;
  background: linear-gradient(90deg, #172842 40%, #db0060 100%);
}
.pharmacist-test-experts-section-ico {
  position: absolute;
  left: 5rem;
  top: -60%;
  width: 39.5vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: solid 1px rgba(112, 112, 112, 0.17);
}
.pharmacist-test-experts-section-ico:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 71%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: solid 1px rgba(112, 112, 112, 0.17);
}
.pharmacist-test-experts-title {
  color: rgba(255, 255, 255, 0.37);
  font-size: calc(14.9rem * var(--qahwcag_base-font-size));
  font-weight: 900;
}
.pharmacist-test-experts-title--longtext {
  font-size: calc(14rem * var(--qahwcag_base-font-size));
}
.pharmacist-test-experts-name {
  color: #fff;
  font-size: calc(3.5rem * var(--qahwcag_base-font-size));
  font-weight: 700;
  line-height: 4.3rem;
}
.pharmacist-test-experts-box {
  position: relative;
}
.pharmacist-test-experts-box--one {
  margin-top: 7rem;
  width: 480px;
  max-width: 100%;
}
.pharmacist-test-experts-box figure img {
  position: relative;
  z-index: 3;
}
.pharmacist-test-experts-box figure:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -4rem;
  transform: translate(-50%, 0) scale(0);
  width: 49.5vw;
  max-width: 950px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #DB0060;
  transition: 0.3s ease-in;
}
.pharmacist-test-experts-box.active figure:before {
  transform: translate(-50%, 0) scale(1);
  transition: 0.3s ease-in;
}
.pharmacist-test-experts-box.active .pharmacist-test-experts-text {
  opacity: 1;
  transition: 0.3s ease-in;
}
.pharmacist-test-experts-container {
  position: relative;
  overflow: hidden;
  padding: 0 0 4rem 0;
}
.pharmacist-test-experts-text {
  opacity: 0;
  transition: 0.3s;
}
.pharmacist-test-winner-section {
  position: relative;
  background: #fff;
  padding: 6rem 0;
  overflow: hidden;
}
.pharmacist-test-winner-section:before {
  position: absolute;
  content: 'Winner';
  left: 50%;
  bottom: 0;
  transform: translate(-18%, 0);
  font-size: calc(17rem * var(--qahwcag_base-font-size));
  color: #F2F3F4;
  font-weight: 900;
}
.pharmacist-test-sponsors-section {
  padding: 10rem 0;
}
.pharmacist-test-header-box {
  width: 650px;
  max-width: 100%;
}
.pharmacist-test-slider .slick-track {
  display: flex !important;
}
.pharmacist-test-slider .slick-slide {
  height: inherit !important;
}
.pharmacist-test-slider-text .slick-track {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.pharmacist-test-slider-text .slick-slide {
  height: inherit !important;
}
.pharmacist-test-confetti {
  position: relative;
}
.pharmacist-test-confetti:before {
  position: absolute;
  content: '';
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  max-width: 120vw;
  width: 858px;
  aspect-ratio: 858/515;
  background-image: url(../img/pharmacist-test/header/5-before.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.pharmacist-test-faq-section {
  padding: 15rem 0 29rem 0;
}
.pharmacist-test-faq-container {
  position: relative;
  padding: 1.5rem 0;
  border-bottom: solid 1px rgba(139, 139, 139, 0.4);
  z-index: 3;
}
.pharmacist-test-faq-container.active .pharmacist-test-faq-question:before {
  transform: translate(0, -50%) scale(1, -1);
  transition: 0.3s;
}
.pharmacist-test-faq-question {
  position: relative;
  cursor: pointer;
  padding: 1rem 0;
}
.pharmacist-test-faq-question h3 {
  font-size: calc(2rem * var(--qahwcag_base-font-size));
  color: #172842;
  font-weight: 700;
  margin: 0 6rem 0 0;
}
.pharmacist-test-faq-question:before {
  position: absolute;
  content: '';
  right: 2rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.4rem;
  aspect-ratio: 11/7;
  background: #DB0060;
  -webkit-mask: url('../img/ico/arrow.svg') no-repeat;
  mask: url('../img/ico/arrow.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: 0.3s;
}
.pharmacist-test-faq-answer {
  display: none;
}
.pharmacist-test-faq-answer p {
  font-size: calc(1.6rem * var(--qahwcag_base-font-size));
  line-height: 2.7rem;
  margin-right: 6rem;
  color: #172842;
}
.pharmacist-test-mainsponsor {
  text-align: right;
  font-size: calc(2.5rem * var(--qahwcag_base-font-size));
  font-weight: 700;
}
.pharmacist-test-mainsponsor-logo img {
  max-width: 200px;
}
.pharmacist-test-questionnaire-smalltitle {
  font-size: calc(2rem * var(--qahwcag_base-font-size));
  font-weight: 700;
  margin-bottom: 2rem;
}
.pharmacist-test-questionnaire-title {
  position: relative;
  font-size: calc(3rem * var(--qahwcag_base-font-size));
  font-weight: 700;
  line-height: 4rem;
  padding-bottom: 2.7rem;
  margin-bottom: 2.5rem;
}
.pharmacist-test-questionnaire-title:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 15.6rem;
  max-width: 80%;
  height: 0.2rem;
  background: #fff;
}
.pharmacist-test-questionnaire-description {
  font-size: calc(2.4rem * var(--qahwcag_base-font-size));
  line-height: 3.5rem;
  margin-top: 0;
  margin-bottom: 2.5rem;
}
.pharmacist-test-questionnaire-thumbnail {
  width: 720px;
  max-width: 100%;
  min-height: calc(100% + 7rem);
  aspect-ratio: 8/7;
  background-image: url('../img/pharmacist-test/questionnaire/thumbnail.webp');
  background-size: cover;
  background-position: center;
  margin-bottom: -7rem;
  filter: none !important;
}
.pharmacist-test-questionnaire-box {
  width: 520px;
  max-width: 100%;
  padding: 3.5rem 0 5rem 0;
}
.pharmacist-test-questionnaire-section {
  margin-bottom: 10rem;
}
.pharmacist-test-new-header-section {
  position: relative;
  padding: 9.5rem 0 6rem 0;
}
.pharmacist-test-new-header-gradient {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56vw;
  height: 24.4rem;
  background: #172842;
  background: linear-gradient(270deg, #172842 10%, #db0060 100%);
  overflow: hidden;
}
.pharmacist-test-new-header-gradient:before {
  position: absolute;
  content: '';
  left: -20px;
  top: -1px;
  width: calc(100% + 20px);
  min-height: 2rem;
  aspect-ratio: 960/19;
  background-image: url('../img/ico/eventinfo.svg');
  background-size: cover;
  background-position: center;
}
.pharmacist-test-new-header-image {
  display: block;
  width: 100%;
  height: calc(100% - 5rem);
  aspect-ratio: 201/175;
  margin-bottom: 5rem;
  background-image: url('../img/pharmacist-test/header-new.webp');
  background-position: center;
  background-size: cover;
}
.pharmacist-test-new-header-box {
  width: 650px;
  max-width: 100%;
  height: 100%;
}
.pharmacist-test-new-video-section {
  padding: 9rem 0;
}
.pharmacist-test-new-video-episodes {
  padding: 5rem 0;
  display: none;
}
.pharmacist-test-new-gradient-section {
  position: relative;
  padding: 7rem 0 3rem 0;
  color: #fff;
  background: #172842;
  background: linear-gradient(270deg, #172842 10%, #db0060 100%);
  overflow: hidden;
}
.pharmacist-test-new-gradient-section:before {
  position: absolute;
  content: '';
  left: -20px;
  top: -1px;
  width: calc(100% + 20px);
  min-height: 2rem;
  aspect-ratio: 960/19;
  background: #fff;
  -webkit-mask: url('../img/ico/eventinfo.svg');
  mask: url('../img/ico/eventinfo.svg');
  -webkit-mask-size: cover;
  mask-size: cover;
  mask-position: center;
  -webkit-mask-position: center;
}
.pharmacist-test-new-gradient-section--sponsorinfo {
  margin-top: 10rem;
}
.pharmacist-test-new-gradient-section--sponsorinfo:before {
  background: #F2F3F4;
}
.pharmacist-test-new-contact {
  position: relative;
  font-size: calc(2.4rem * var(--qahwcag_base-font-size));
  padding-left: 5.2rem;
}
.pharmacist-test-new-contact:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 2.8rem;
  aspect-ratio: 1/1;
}
.pharmacist-test-new-contact--email {
  text-decoration: underline;
}
.pharmacist-test-new-contact--email:before {
  background-image: url('../img/ico/wtf-email.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.pharmacist-test-new-contact--phone:before {
  background-image: url('../img/ico/wtf-phone.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.access-section {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 22, 21, 0.7);
  z-index: 32001;
  overflow-y: auto;
}
.access-box {
  background: #fff;
  margin: 10rem 0;
  padding: 11rem 6rem 6rem 6rem;
  -webkit-box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.4);
}
.add-to-calendar-container {
  position: relative;
  padding: 0 0 1rem 0;
}
.add-to-calendar-box {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  display: none;
  width: 100%;
  border-radius: 0.5rem;
  padding: 0.5rem 0;
  z-index: 3;
  -webkit-box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.16);
}
.add-to-calendar-item {
  position: relative;
  display: block;
  color: #161615;
  padding: 1rem 3rem 1rem 6rem;
  font-size: calc(1.6rem * var(--qahwcag_base-font-size));
  transition: 0.3s;
}
.add-to-calendar-item:after {
  position: absolute;
  content: '';
  left: 2.1rem;
  top: 50%;
  transform: translate(0, -50%);
  background: #161615;
  transition: 0.3s;
}
.add-to-calendar-item:hover {
  background: #DB0060;
  color: #fff;
  transition: 0.3s;
}
.add-to-calendar-item:hover:after {
  background: #fff;
  transition: 0.3s;
}
.add-to-calendar-item--apple:after {
  width: 23px;
  height: 28px;
  -webkit-mask: url('../img/ico/calendar-apple.svg') no-repeat;
  mask: url('../img/ico/calendar-apple.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.add-to-calendar-item--google:after {
  width: 22px;
  height: 23px;
  -webkit-mask: url('../img/ico/calendar-google.svg') no-repeat;
  mask: url('../img/ico/calendar-google.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.add-to-calendar-item--outlook:after {
  width: 24px;
  height: 24px;
  -webkit-mask: url('../img/ico/calendar-outlook.svg') no-repeat;
  mask: url('../img/ico/calendar-outlook.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.add-to-calendar-item--green:hover {
  background: #66B12E;
}
.contact-ico {
  position: relative;
  padding: 0 0 0 4.6rem;
  color: #094067;
}
.contact-ico:after {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #DB0060;
}
.contact-ico--email:after {
  width: 2.5rem;
  aspect-ratio: 25/17;
  -webkit-mask: url('../img/ico/email.svg') no-repeat;
  mask: url('../img/ico/email.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.contact-ico--map:after {
  width: 1.9rem;
  aspect-ratio: 19/31;
  -webkit-mask: url('../img/ico/map-point.svg') no-repeat;
  mask: url('../img/ico/map-point.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.contact-ico--phone:after {
  width: 2.3rem;
  aspect-ratio: 1/1;
  -webkit-mask: url('../img/ico/phone.svg') no-repeat;
  mask: url('../img/ico/phone.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
/***************************/
/**         VIMEO         **/
/***************************/
.vimeo-comments {
  height: 100%;
}
.vimeo-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.24);
}
.vimeo-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vimeo-container--vertical {
  padding-bottom: calc(375 / 211 * 100%);
}
.vimeo-box {
  margin: 0 auto;
  width: 800px;
  max-width: 100%;
  margin-bottom: 2rem;
}
.vimeo-box.vertical-video {
  width: 450px;
}
.vimeo-box.vertical-video--full {
  width: 100%;
}
.vimeo-box.vertical-video .vimeo-container {
  padding-bottom: calc(375 / 211 * 100%);
}
.vimeo-box.specialformat--one .vimeo-container {
  padding-bottom: 52.57%;
}
.vimeo-box--mabnone {
  margin-bottom: 0;
}
.video-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  padding: 0 15px;
  transform: translate(-50%, -50%);
  aspect-ratio: 9/16;
  height: 75vh;
  max-width: 100%;
  z-index: 15;
  transition: 0.5s;
}
.video-popup-exit {
  display: block;
  position: relative;
  margin-left: auto;
  width: 4rem;
  aspect-ratio: 1/1;
  background: #DB0060;
  cursor: pointer;
  transition: 0.3s;
}
.video-popup-exit:hover {
  background: #094067;
  transition: 0.3s;
}
.video-popup-exit:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  aspect-ratio: 1/1;
  background: #fff;
  -webkit-mask: url('../img/ico/exit.svg') no-repeat;
  mask: url('../img/ico/exit.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.video-popup-box {
  position: relative;
  border: solid 4px #DB0060;
  transition: 0.4s;
}
.video-popup-box-loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: calc(2rem * var(--qahwcag_base-font-size));
  background: #DB0060;
  z-index: -1;
}
.video-popup-box-loading-ico {
  display: block;
  position: relative;
  margin: 0 auto 2rem auto;
  width: 15rem;
  aspect-ratio: 1/1;
}
.video-popup-box-loading-ico:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-mask: url('../img/ico/loading.svg') no-repeat;
  mask: url('../img/ico/loading.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  animation: loading 7s linear infinite;
}
@media screen and (max-width: 575px) {
  .video-popup-box-loading-ico {
    width: 10rem;
  }
}
.video-popup--scrolled {
  top: unset;
  left: unset;
  transform: unset;
  right: 0;
  bottom: 2rem;
  height: 50vh;
  transition: 0.5s;
}
.video-popup--scrolled .video-popup-exit {
  width: 3rem;
}
.video-popup--scrolled .video-popup-box {
  border: solid 2px #DB0060;
}
.video-popup--scrolled .video-popup-box-loading {
  font-size: calc(1.4rem * var(--qahwcag_base-font-size));
}
.video-popup--scrolled .video-popup-box-loading-ico {
  display: none;
}
.video-popup--scrolled .video-popup-button {
  transform: translate(-50%, 0) scale(0.8);
}
.video-popup-button {
  position: absolute;
  left: 50%;
  bottom: 12%;
  padding: 2.4rem 3rem;
  transform: translate(-50%, 0);
  z-index: 2;
}
/***************************/
/**        ANKIETA        **/
/***************************/
.questionnaire-container {
  padding: 5rem;
  background: #F0F0F0;
}
.questionnaire-container--bg-white {
  background: #fff;
}
.questionnaire-container--big-pad {
  padding: 10rem 0;
}
.questionnaire-container--pad-none {
  padding: 0;
}
.questionnaire-container--bg-none {
  background: none;
}
.questionnaire-slide {
  width: 940px;
  max-width: 100%;
  display: none;
}
.questionnaire-slide:first-child {
  display: block;
}
.questionnaire-slide--quiz {
  background: #F0F0F0;
  padding: 8rem 6rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.questionnaire-question {
  font-size: calc(2.4rem * var(--qahwcag_base-font-size));
  line-height: 4rem;
  font-weight: 700;
  color: #050632;
}
.questionnaire-input {
  padding: 1.6rem 2rem;
  width: 100%;
  border: solid 1px rgba(139, 139, 139, 0.4);
  border-radius: 1rem;
}
.questionnaire-input input {
  padding: 0;
  border: 0;
  font-size: 16px;
  border-radius: 0;
}
.questionnaire-input-container {
  display: none;
  width: 35rem;
  max-width: 100%;
}
.questionnaire-input-charslimit {
  color: rgba(5, 6, 50, 0.5);
  margin-left: 1rem;
}
.questionnaire-input-charslimit-amount.limit {
  color: #e74c3c;
  font-weight: 700;
}
.questionnaire-conditional-box {
  display: none;
  padding-left: 5rem;
}
.questionnaire-reward-input {
  position: relative;
  padding: 0 0 3.5rem 0;
}
.questionnaire-reward-input input,
.questionnaire-reward-input .questionnaire-reward-input-item {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 2rem;
  height: 2rem;
}
.questionnaire-reward-input input {
  opacity: 0 !important;
  z-index: 1;
  cursor: pointer;
}
.questionnaire-reward-input input[disabled] {
  cursor: inherit !important;
}
.questionnaire-reward-input input[disabled] ~ div {
  opacity: 0.5;
}
.questionnaire-reward-input input[disabled] ~ label {
  opacity: 0.5;
}
.questionnaire-reward-input input[disabled] ~ label img {
  opacity: 0.6;
}
.questionnaire-reward-input-item {
  border: 2px solid #8B8B8B;
  border-radius: 50%;
  background: bottom no-repeat;
  transition: 0.5s;
}
.questionnaire-reward-input-item:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border: 0px solid #DB0060;
  border-radius: 50%;
  transition: 0.3s;
}
.questionnaire-reward-input input:checked + .questionnaire-reward-input-item:after {
  width: 12px;
  height: 12px;
  background: #DB0060;
  transition: 0.3s;
}
.questionnaire-reward-input input:checked + .questionnaire-reward-input-item:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: animatecheck 0.8s ease-out;
  animation: animatecheck 0.8s ease-out;
  background-color: rgba(219, 0, 96, 0.25);
}
.questionnaire-reward-input-label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border: solid 1px rgba(139, 139, 139, 0.4);
  border-radius: 1rem;
  width: 10.5rem;
  height: 10.5rem;
  cursor: pointer;
}
.questionnaire-sponsored-logo {
  position: absolute;
  left: 0;
  top: 2rem;
  background: #fff;
  padding: 1.5rem 4rem;
}
.questionnaire-sponsored-logo img {
  max-width: 30vw;
}
.questionnaire-sponsored-label {
  display: inline-block;
  padding: 0.5rem 2rem;
  font-size: calc(1.4rem * var(--qahwcag_base-font-size));
  color: #fff;
  z-index: 2;
  background: #DB0060;
}
.questionnaire-sponsored-label--reward {
  font-size: calc(1.6rem * var(--qahwcag_base-font-size));
  font-weight: 700;
  text-transform: uppercase;
}
.questionnaire-sponsored-reward {
  width: 200px;
}
.questionnaire-sponsored-reward-description {
  font-size: calc(4rem * var(--qahwcag_base-font-size));
  font-weight: 700;
  color: #172842;
  width: 100%;
}
.questionnaire-pointsbox {
  padding: 0.8rem 1.7rem;
  color: #fff;
  font-weight: 700;
  background: #172842;
}
.questionnaire-pointsbox--margin {
  margin-right: -2.5rem;
}
.questionnaire-pointsbox--bgsecondary {
  background: #DB0060;
}
.quiz-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  padding: 0 30px;
  transform: translate(-50%, -50%);
  width: 143rem;
  max-width: 100%;
  z-index: 15;
  transition: 0.5s;
}
.quiz-popup-exit {
  display: block;
  position: relative;
  margin-left: auto;
  width: 5rem;
  margin-right: -2rem;
  margin-bottom: -2.5rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background: #fff;
  cursor: pointer;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);
  z-index: 2;
}
.quiz-popup-exit:hover {
  background: #DB0060;
  transition: 0.3s;
}
.quiz-popup-exit:hover:after {
  background: #fff;
  transition: 0.3s;
}
.quiz-popup-exit:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  aspect-ratio: 1/1;
  background: #000;
  -webkit-mask: url('../img/ico/exit.svg') no-repeat;
  mask: url('../img/ico/exit.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.quiz-popup-box {
  position: relative;
  aspect-ratio: 1403/611;
  background-image: url('../img/quiz-popup-background.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.4s;
  padding: 3rem 5rem;
}
.quiz-popup--scrolled {
  width: 320px;
  max-width: 80%;
  top: unset;
  left: unset;
  transform: unset;
  right: 0;
  bottom: 2rem;
  transition: 0.5s;
  padding: 0 15px;
}
.quiz-popup--scrolled .quiz-popup-exit {
  width: 3.5rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  border-left: solid 2px #fff;
  margin-right: 0;
  margin-bottom: -2px;
  border-radius: 0;
  background: #172842;
}
.quiz-popup--scrolled .quiz-popup-exit:after {
  background: #fff;
}
.quiz-popup--scrolled .quiz-popup-exit:hover {
  background: #fff;
}
.quiz-popup--scrolled .quiz-popup-exit:hover:after {
  background: #DB0060;
}
.quiz-popup--scrolled .quiz-popup-box {
  border: solid 2px #fff;
  aspect-ratio: unset;
  padding: 4rem 2.5rem;
  width: 100%;
  background-image: unset;
  background: #172842;
  background: linear-gradient(270deg, #172842 0%, #db0060 100%);
}
.quiz-popup--scrolled .quiz-popup-text-big {
  display: none;
  transition: 0.3s;
}
.quiz-popup--scrolled .quiz-popup-text-goodanswer {
  font-size: calc(2.2rem * var(--qahwcag_base-font-size));
  padding: 0 0 0 4rem;
}
.quiz-popup--scrolled .quiz-popup-text-goodanswer:before {
  height: 3rem;
  width: 3rem;
  background: #fff;
  border-radius: 50%;
  color: #DB0060;
}
.quiz-popup--scrolled .quiz-popup-text-goodanswer-info {
  font-size: calc(1.6rem * var(--qahwcag_base-font-size));
}
.quiz-popup-text-big {
  color: #fff;
  font-size: calc(6rem * var(--qahwcag_base-font-size));
  margin-bottom: 6rem;
  transition: 0.3s;
}
.quiz-popup-text-goodanswer {
  position: relative;
  color: #fff;
  font-size: calc(4.7rem * var(--qahwcag_base-font-size));
  font-weight: 700;
  padding: 0 0 0 7.5rem;
}
.quiz-popup-text-goodanswer:before {
  position: absolute;
  content: 'A';
  left: 0;
  top: 50%;
  height: 6rem;
  width: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0, -50%);
  background: #C1007A;
  border-radius: 50%;
  color: #fff;
}
.quiz-popup-text-goodanswer-info {
  color: #fff;
  font-size: calc(2.9rem * var(--qahwcag_base-font-size));
  font-weight: 300;
  margin: 0;
}
/***************************/
/**        KONKURS        **/
/***************************/
.conpetition-header {
  position: relative;
  background-image: url('../img/conpetition/header.webp');
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: 0.3s;
}
.conpetition-header--questionnaire:before {
  display: none;
}
.conpetition-header-box {
  position: relative;
  padding: 8.5rem 0 1.5rem 10rem;
  transition: 0.3s;
}
.conpetition-header-box:before,
.conpetition-header-box:after {
  position: absolute;
  content: '';
  width: 15rem;
  aspect-ratio: 151/131;
  background-image: url('../img/conpetition/circles.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.conpetition-header-box:before {
  left: 6rem;
  bottom: 5rem;
}
.conpetition-header-box:after {
  right: 4rem;
  top: -3rem;
}
.conpetition-header-logo {
  position: relative;
  margin-left: 7rem;
  margin-bottom: 0.5rem;
  z-index: 2;
}
.conpetition-header-thumbnail {
  position: relative;
  margin-left: -20rem;
  width: calc(100% + 20rem);
  height: 100%;
  background-image: url('../img/conpetition/header-thumbnail.webp');
  background-size: cover;
  background-position: left;
  transition: 0.3s;
  filter: none !important;
}
.conpetition-header-text {
  position: relative;
  display: inline-block;
  padding: 0 4rem 2rem 0;
  font-size: calc(4.1rem * var(--qahwcag_base-font-size));
  line-height: 5rem;
  color: #000;
  transition: 0.3s;
}
.conpetition-header-text:after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 3.2rem;
  aspect-ratio: 1/3;
  background-image: url('../img/conpetition/exclamation-mark.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.conpetition-header-text-container {
  padding-left: 23rem;
}
.conpetition-header-text-arrow {
  padding-right: 5rem;
}
.conpetition-header-textbox-one {
  position: relative;
  z-index: 2;
  margin-bottom: 1.2rem;
  transition: 0.3s;
}
.conpetition-header-textbox-two {
  position: relative;
  z-index: 2;
  margin-left: 5rem;
  margin-bottom: 1.7rem;
}
.conpetition-header-textbox-three {
  position: relative;
  z-index: 2;
  margin-left: 7.5rem;
  margin-bottom: 1.7rem;
}
.conpetition-header-textbox-four {
  position: relative;
  z-index: 2;
  margin-left: 5rem;
  margin-bottom: 2rem;
}
.conpetition-rewards-section {
  position: relative;
  padding: 8rem 0 10rem 0;
  background: #fff;
  overflow: hidden;
  z-index: 1;
}
.conpetition-rewards-section:after {
  position: absolute;
  content: '';
  right: 5%;
  bottom: 20%;
  width: 15rem;
  aspect-ratio: 151/131;
  background-image: url('../img/conpetition/circles.svg');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.conpetition-rewards-box {
  position: relative;
  padding: 3.5rem 3.5rem 10rem 3.5rem;
  z-index: 1;
}
.conpetition-rewards-box:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 108.2rem;
  max-width: 95%;
  height: 100%;
  background-image: url('../img/conpetition/header.webp');
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.conpetition-rewards-amount {
  font-weight: 900;
  font-size: calc(15.3rem * var(--qahwcag_base-font-size));
  line-height: 9rem;
}
.conpetition-rewards-amount--plus {
  padding-left: 5.5rem;
}
.conpetition-rewards-text {
  font-size: calc(4.2rem * var(--qahwcag_base-font-size));
  line-height: 5.2rem;
}
.conpetition-rewards-text--info {
  position: relative;
  line-height: 4.2rem;
  display: inline-block;
  padding: 0 4rem 0 0;
}
.conpetition-rewards-text--info:after {
  position: absolute;
  content: '';
  right: 0;
  bottom: -3rem;
  width: 3.2rem;
  aspect-ratio: 1/3;
  background-image: url('../img/conpetition/exclamation-mark.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.conpetition-title {
  position: relative;
  font-size: calc(4.2rem * var(--qahwcag_base-font-size));
}
.conpetition-title--decoration {
  position: relative;
  padding: 0 2rem 0.5rem 2rem;
  display: inline-block;
  z-index: 1;
}
.conpetition-title--decoration:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 48%;
  background: #EF5790;
  transform: rotate(-1deg);
  z-index: -1;
}
.conpetition-title--decoration--full {
  padding: 0 1rem 0.5rem 1rem;
}
.conpetition-title--decoration--full:before {
  height: 100%;
}
.conpetition-textdecoration {
  position: relative;
  padding: 0 0 4rem 0;
}
.conpetition-textdecoration:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 10rem;
  height: 0.7rem;
  background: #EF5790;
}
.conpetition-steps-section {
  background: #fff;
  overflow: hidden;
}
.conpetition-steps-box {
  background: #000;
  width: 1640px;
  max-width: 100vw;
  padding: 4rem 3rem 6rem 3rem;
}
.conpetition-steps-circles {
  margin-top: -3.5rem;
  margin-left: -7rem;
  margin-bottom: 6rem;
}
.conpetition-steps-title {
  font-size: calc(2.8rem * var(--qahwcag_base-font-size));
  color: #fff;
  font-weight: 700;
  padding: 0 0 3rem 0;
  position: relative;
}
.conpetition-steps-title:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 10rem;
  height: 0.7rem;
  background: #EF5790;
  border-radius: 2.5rem;
}
.conpetition-steps-title--black {
  color: #000;
}
.conpetition-steps-title--center {
  text-align: center;
}
.conpetition-steps-title--center:after {
  left: 50%;
  transform: translate(-50%, 0);
}
.conpetition-steps-infobox {
  position: relative;
  padding: 0 0 0 10rem;
  z-index: 1;
}
.conpetition-steps-infobox:before {
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(255, 255, 255, 0.12);
  font-size: calc(30rem * var(--qahwcag_base-font-size));
  line-height: 22rem;
  font-weight: 900;
  z-index: -1;
}
.conpetition-steps-infobox--one:before {
  content: '1';
}
.conpetition-steps-infobox--two:before {
  content: '2';
}
.conpetition-steps-infobox--three:before {
  content: '3';
}
.conpetition-footer {
  position: relative;
  padding: 7rem 0 5.5rem 0;
  background: #fff;
}
.conpetition-footer:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 1640px;
  max-width: 100%;
  height: 1px;
  background: #707070;
}
.conpetition-slide {
  display: none;
}
.conpetition-slide:first-child {
  display: block;
}
.edu-step {
  display: none;
  padding: 0 15px;
}
.edu-step.active {
  display: block;
}
.edu-step-container {
  padding: 5rem 2rem;
  background: #F0F0F0;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.edu-step--padnone {
  padding: 0;
}
.schooling-presentation {
  display: grid !important;
}
.schooling-presentation-button {
  position: absolute;
  left: 38.5%;
  top: 79%;
  width: 23%;
  height: 11%;
  cursor: pointer;
}
.schooling-presentation-container {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.schooling-presentation-container.ios {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  overflow-y: auto;
  background: #000;
  z-index: 9999;
}
.schooling-presentation-container.fullscreen-active {
  overflow-y: auto;
}
.schooling-presentation-container.fullscreen-active .schooling-navigation {
  position: absolute;
  top: 0;
  right: 0;
}
.schooling-presentation-container.fullscreen-active .schooling-presentation-fullscreen {
  margin-right: 1.5rem;
}
.schooling-presentation-container.fullscreen-active .schooling-presentation-fullscreen:after {
  background: #fff;
  -webkit-mask: url('../img/ico/presentation/fullscreen-close.svg') no-repeat;
  mask: url('../img/ico/presentation/fullscreen-close.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media only screen and (max-width: 575px) {
  .schooling-presentation-container.fullscreen-active .schooling-presentation-rotate {
    display: flex;
  }
}
.schooling-presentation-arrow {
  width: 5rem;
  height: 5rem;
  background: #DB0060;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transition: 0.3s;
}
.schooling-presentation-arrow:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.4rem;
  aspect-ratio: 11/17;
  background: #fff;
  -webkit-mask: url('../img/ico/presentation/arrow.svg') no-repeat;
  mask: url('../img/ico/presentation/arrow.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: 0.3s;
}
.schooling-presentation-arrow.prev:after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.schooling-presentation-arrow.slick-disabled {
  background: rgba(219, 0, 96, 0.4);
  transition: 0.3s;
  cursor: unset;
}
.schooling-presentation-arrow.slick-disabled:hover {
  background: rgba(9, 64, 103, 0.4);
}
.schooling-presentation-arrow.slick-disabled:hover:after {
  background: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .schooling-presentation-arrow:hover {
    background: #094067;
    transition: 0.3s;
  }
}
.schooling-presentation-fullscreen {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  background: #DB0060;
  color: #fff;
  height: 5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 4rem 1rem 2rem;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .schooling-presentation-fullscreen:hover {
    background: #094067;
    transition: 0.3s;
  }
}
.schooling-presentation-fullscreen:after {
  position: absolute;
  content: '';
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 2rem;
  height: 2rem;
  background: #fff;
  -webkit-mask: url('../img/ico/presentation/fullscreen.svg') no-repeat;
  mask: url('../img/ico/presentation/fullscreen.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: 0.3s;
}
.schooling-presentation-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.schooling-presentation-rotate {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 2rem;
  text-align: center;
}
.schooling-presentation-rotate-ico {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #fff;
}
.schooling-presentation-rotate-ico.one {
  -webkit-mask: url('../img/ico/presentation/fullscreen-rotate.svg?v=2') no-repeat;
  mask: url('../img/ico/presentation/fullscreen-rotate.svg?v=2') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: 0.3s;
  animation: screenRotate 6s infinite;
  -webkit-animation: screenRotate 6s infinite;
}
.schooling-presentation-rotate-ico.two {
  -webkit-mask: url('../img/ico/presentation/fullscreen-swipe.svg') no-repeat;
  mask: url('../img/ico/presentation/fullscreen-swipe.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  animation: screenSwipe 9s infinite;
  -webkit-animation: screenSwipe 9s infinite;
}
.schooling-presentation-rotate-ico.active {
  opacity: 1;
  transition: 0.3s;
}
.schooling-presentation-rotate-ico-container {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 5rem;
  width: 10rem;
  height: 10rem;
  margin-left: auto;
  margin-right: auto;
}
.schooling-presentation-exit {
  background: #fff;
  cursor: pointer;
  color: #000;
  border-radius: 0.5rem;
  padding: 1rem 2rem;
}
/***************************/
/**       NEWSLETTER      **/
/***************************/
.newsletter-title {
  padding: 2rem;
  background: #094067;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsletter-title p {
  color: #fff;
  margin: 0;
  text-align: center;
  font-size: calc(4.5rem * var(--qahwcag_base-font-size));
  line-height: 6rem;
  font-weight: 700;
  width: 750px;
  max-width: 100%;
}
.newsletter-box {
  padding: 5rem;
}
/***************************/
/**       MY ACCOUNT      **/
/***************************/
.myaccount-header {
  position: relative;
  padding: 0 3rem 3rem 3rem;
  margin-bottom: 4rem;
}
.myaccount-header:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #687B8E;
}
.myaccount-content-container {
  padding: 0 3rem;
}
.myaccount-menu {
  list-style: none;
}
.myaccount-menu li {
  padding: 0;
  width: 100%;
  margin-bottom: 1.5rem;
}
.myaccount-menu li a,
.myaccount-menu li span {
  position: relative;
  display: block;
  padding: 1.5rem 3rem;
  font-size: calc(2.5rem * var(--qahwcag_base-font-size));
  color: #172842;
  transition: none;
  cursor: pointer;
}
.myaccount-menu li a:before,
.myaccount-menu li span:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 0.9rem;
  height: 100%;
  background: #DB0060;
  opacity: 0;
  transition: 0.3s;
}
.myaccount-menu li a:after,
.myaccount-menu li span:after {
  display: none;
}
.myaccount-menu li a:hover,
.myaccount-menu li span:hover,
.myaccount-menu li a.active,
.myaccount-menu li span.active {
  font-weight: 700;
  transition: none;
}
.myaccount-menu li a:hover:before,
.myaccount-menu li span:hover:before,
.myaccount-menu li a.active:before,
.myaccount-menu li span.active:before {
  opacity: 1;
  transition: 0.3s;
}
.myaccount-menu li.breakline {
  position: relative;
  margin-bottom: 3rem;
}
.myaccount-menu li.breakline:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1.5rem;
  width: 100%;
  max-width: 24.8rem;
  height: 1px;
  background: #687B8E;
}
.myaccount-popup-header {
  padding: 3rem 1.5rem;
  font-weight: 700;
  font-size: calc(2.5rem * var(--qahwcag_base-font-size));
  color: #fff;
  text-align: center;
  background: #094067;
}
.myaccount-popup-box {
  padding: 3rem;
}
/***************************/
/**       FAVORITES       **/
/***************************/
.favorites-icon {
  position: absolute;
  right: 0;
  top: 1rem;
  width: 3.3rem;
  height: 3.3rem;
  cursor: pointer;
  pointer-events: all;
  background: #fff;
  z-index: 2;
}
.favorites-icon:before,
.favorites-icon:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  aspect-ratio: 19/17;
  transition: 0.3s;
}
.favorites-icon:before {
  -webkit-mask: url('../img/ico/favorites.svg?v=3') no-repeat;
  mask: url('../img/ico/favorites.svg?v=3') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #172842;
}
.favorites-icon:after {
  -webkit-mask: url('../img/ico/favorites-active.svg?v=3') no-repeat;
  mask: url('../img/ico/favorites-active.svg?v=3') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #DB0060;
  opacity: 0;
}
.favorites-icon--pink:before {
  background: #DB0060;
}
.favorites-icon.active:before {
  opacity: 0;
}
.favorites-icon.active:after {
  opacity: 1;
}
.favorites-icon-btn {
  position: relative;
  display: inline-block;
  padding: 1rem 1.5rem 1rem 5rem;
  background: #DB0060;
  color: #fff;
  font-size: calc(1.8rem * var(--qahwcag_base-font-size));
  cursor: pointer;
  border: solid 1px #DB0060;
  transition: 0.3s;
}
.favorites-icon-btn:before,
.favorites-icon-btn:after {
  position: absolute;
  content: '';
  left: 1.5rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 2.4rem;
  aspect-ratio: 12/11;
  transition: 0.3s;
}
.favorites-icon-btn:before {
  -webkit-mask: url('../img/ico/favorites-without-shadow.svg') no-repeat;
  mask: url('../img/ico/favorites-without-shadow.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #fff;
}
.favorites-icon-btn:after {
  -webkit-mask: url('../img/ico/favorites-without-shadow-active.svg') no-repeat;
  mask: url('../img/ico/favorites-without-shadow-active.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #DB0060;
  opacity: 0;
}
.favorites-icon-btn.active {
  background: #fff;
  color: #DB0060;
  transition: 0.3s;
}
.favorites-icon-btn.active:after {
  opacity: 1;
  transition: 0.3s;
}
/***************************/
/**        MEDREELS       **/
/***************************/
.medreels-section {
  padding: 7rem 0;
}
.medreels-section-link {
  display: inline-block;
  font-size: calc(2.5rem * var(--qahwcag_base-font-size));
  font-weight: 700;
  margin: 0 0 5rem 0;
  color: #161615;
  transition: 0.3s;
}
.medreels-section-link:hover {
  color: #DB0060;
  transition: 0.3s;
}
.medreels-box {
  width: 25rem;
  cursor: pointer;
  padding: 0 1.5rem;
}
.medreels-box-thumbnail {
  width: calc(100% - 1.5rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.medreels-box-thumbnail-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: 0.3s;
}
.medreels-box-thumbnail-container {
  position: relative;
  width: 16.5rem;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 0.6rem #DB0060;
  transition: 0.3s;
}
.medreels-box-title {
  font-size: calc(1.6rem * var(--qahwcag_base-font-size));
  line-height: 2.6rem;
  text-align: center;
}
.medreels-box:hover .medreels-box-thumbnail-image {
  transform: scale(1.1);
}
.medreels-box--watched .medreels-box-thumbnail-container {
  border: solid 0.6rem #687B8E;
}
.medreels-slider .slick-track {
  margin-left: unset;
  margin-right: unset;
}
.medreels-overlay-container {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  height: calc(100vh - 11rem);
  aspect-ratio: 9/16;
  max-width: 100%;
}
.medreels-overlay-container .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.medreels-overlay-arrow {
  position: relative;
  display: block;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  background: #DB0060;
  pointer-events: auto;
  transition: 0.3s;
  margin: 1rem 0;
}
.medreels-overlay-arrow:hover {
  background: #094067;
  transition: 0.3s;
}
.medreels-overlay-arrow:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 1.2rem;
  aspect-ratio: 7/12;
  background: #fff;
  -webkit-mask: url('../img/ico/arrow-rounded.svg') no-repeat;
  mask: url('../img/ico/arrow-rounded.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.medreels-overlay-arrow--soon {
  background: #687B8E;
  pointer-events: none;
}
.medreels-overlay-arrow--soon:hover {
  background: #687B8E;
}
.medreels-overlay-arrow--next:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.medreels-overlay-arrow-container {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translate(0, -50%);
}
.medreels-overlay-swiper-container {
  height: 100%;
}
.medreels-video-unmute {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10.9rem;
  height: 10.9rem;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  cursor: pointer;
  border-radius: 50%;
  z-index: 5;
}
.medreels-video-unmute:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -45%);
  width: 6rem;
  aspect-ratio: 60/59;
  background-image: url('../img/ico/mute-off.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.medreels-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10.9rem;
  height: 10.9rem;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  cursor: pointer;
  border-radius: 50%;
  z-index: 5;
}
.medreels-video-play:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -45%);
  width: 4rem;
  aspect-ratio: 17/20;
  background: #e8eaed;
  -webkit-mask: url('../img/ico/play.svg') no-repeat;
  mask: url('../img/ico/play.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.medreels-video-btn {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  padding: 1.5rem 2rem;
  background: #094067;
}
.medreels-video-btn:hover {
  background: #DB0060;
}
/***************************/
/**       WTEF 2025       **/
/***************************/
.pharmacisttest2025-header-section {
  overflow: hidden;
}
.pharmacisttest2025-header-textbox {
  position: relative;
  margin-right: -5rem;
  z-index: 1;
}
.pharmacisttest2025-header-imgbox {
  position: relative;
  margin-right: -5rem;
  height: 100%;
  min-height: 68rem;
}
.pharmacisttest2025-header-text-big {
  font-family: 'Poppins', serif;
  font-size: calc(5rem * var(--qahwcag_base-font-size));
  font-weight: 300;
  color: #DB0060;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 115%;
}
.pharmacisttest2025-header-text-medium {
  font-family: 'Poppins', serif;
  font-size: calc(3.5rem * var(--qahwcag_base-font-size));
  color: #050000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2.5rem;
  line-height: 142%;
}
.pharmacisttest2025-header-text-bold {
  font-family: 'Poppins', serif;
  font-size: calc(4rem * var(--qahwcag_base-font-size));
  color: #050000;
  text-align: center;
  line-height: 142%;
  width: 560px;
  max-width: 100%;
  font-weight: 700;
}
.pharmacisttest2025-header-timer-container {
  position: absolute;
  display: none;
  left: 50%;
  bottom: 3rem;
  width: 100%;
  transform: translate(-50%, 0);
}
.pharmacisttest2025-header-timer-box {
  width: 12rem;
  max-width: 100%;
  text-align: center;
  border-radius: 0.8rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.25);
}
.pharmacisttest2025-header-timer-box-value {
  background: #DB0060;
  font-family: 'Poppins', serif;
  font-weight: 700;
  font-size: calc(6.4rem * var(--qahwcag_base-font-size));
  color: #fff;
}
.pharmacisttest2025-header-timer-box-value::-moz-selection {
  background: rgba(9, 64, 103, 0.4);
}
.pharmacisttest2025-header-timer-box-value::selection {
  background: rgba(9, 64, 103, 0.4);
}
.pharmacisttest2025-header-timer-box-label {
  background: #fff;
  font-family: 'Poppins', serif;
  font-weight: 700;
  font-size: calc(3.2rem * var(--qahwcag_base-font-size));
  padding: 1rem 0.5rem;
}
.pharmacisttest2025-sponsors-section {
  position: relative;
  padding: 6rem 0;
  background: #F5F5F5;
  overflow: hidden;
  white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) {
  .pharmacisttest2025-sponsors-section:hover .pharmacist-test-partners-track {
    animation-play-state: paused;
  }
}
.pharmacisttest2025-sponsors-section-two {
  padding: 4rem 0 8rem 0;
}
.pharmacisttest2025-sponsors-section-two-hr {
  width: 100%;
  height: 1px;
  background: #C5C5C5;
}
.pharmacisttest2025-why-section {
  padding: 6rem 0;
}
.pharmacisttest2025-why-section-two {
  padding: 7rem 0;
}
.pharmacisttest2025-why-title {
  font-family: 'Poppins', serif;
  color: #DB0060;
  font-size: calc(6rem * var(--qahwcag_base-font-size));
  font-weight: 300;
  line-height: 112%;
}
.pharmacisttest2025-reward-section {
  position: relative;
  z-index: 1;
}
.pharmacisttest2025-reward-section:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  height: calc(100% - 12rem);
  background: #F5F5F5;
}
.pharmacisttest2025-reward-title {
  color: #DB0060;
  font-family: 'Poppins', serif;
  font-size: calc(4.5rem * var(--qahwcag_base-font-size));
  font-weight: 300;
}
.pharmacisttest2025-reward-title-big {
  display: block;
  font-size: calc(8rem * var(--qahwcag_base-font-size));
}
.pharmacisttest2025-reward-description {
  opacity: 0;
  transition: 0.3s;
}
.pharmacisttest2025-register-section {
  padding: 7rem 0;
}
.pharmacisttest2025-register-title {
  font-size: calc(6.4rem * var(--qahwcag_base-font-size));
  font-weight: 300;
  text-align: center;
  color: #DB0060;
}
.pharmacisttest2025-register-box {
  background: #F5F5F5;
  padding: 3rem 5rem;
  border-radius: 1.5rem;
  height: 100%;
  width: 60rem;
  max-width: 100%;
}
.pharmacisttest2025-register-separator {
  position: relative;
  padding: 0 2rem;
  display: inline-block;
  font-size: calc(1.8rem * var(--qahwcag_base-font-size));
  font-family: 'Poppins', serif;
  background: #F5F5F5;
  z-index: 2;
}
.pharmacisttest2025-register-separator-container {
  position: relative;
  text-align: center;
}
.pharmacisttest2025-register-separator-container:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  height: 1px;
  background: #C5C5C5;
}
.pharmacisttest2025-register-form {
  display: none;
}
.pharmacisttest2025-register-createaccount {
  display: none;
}
.pharmacisttest2025-previousyear-section {
  position: relative;
  z-index: 1;
  padding: 3rem 0 0 0;
  margin-bottom: 7rem;
}
.pharmacisttest2025-previousyear-section:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -7rem;
  width: 100%;
  height: 7rem;
  background: #F5F5F5;
}
.pharmacisttest2025-previousyear-title {
  font-size: calc(6rem * var(--qahwcag_base-font-size));
  font-family: 'Poppins', serif;
  color: #06153D;
  font-weight: 300;
  line-height: 112%;
  margin-right: -7rem;
}
.pharmacisttest2025-previousyear-container {
  padding-left: 4rem;
}
.pharmacisttest2025-materials-section {
  padding: 8rem 0 4rem 0;
  color: #fff;
  background: #400f4d;
  background: linear-gradient(90deg, #400f4d 0%, #03153c 100%);
}
.pharmacisttest2025-materials-title {
  color: #fff;
  font-size: calc(6rem * var(--qahwcag_base-font-size));
  font-family: 'Poppins', serif;
  font-weight: 300;
  line-height: 142%;
  text-align: center;
  margin-bottom: 6rem;
}
.pharmacisttest2025-materials-box {
  cursor: pointer;
  width: 50rem;
  max-width: 100%;
}
.pharmacisttest2025-materials-box-thumbnail {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: 0.3s;
}
.pharmacisttest2025-materials-box-thumbnail-container {
  position: relative;
  width: 100%;
  aspect-ratio: 440/247;
  overflow: hidden;
}
.pharmacisttest2025-materials-box-thumbnail-container:before {
  display: none;
  position: absolute;
  content: '';
  left: 1.2rem;
  bottom: 1.2rem;
  width: 3.2rem;
  height: 3.2rem;
  background: #fff;
  -webkit-mask: url('../img/ico/play-circle.svg') no-repeat;
  mask: url('../img/ico/play-circle.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  z-index: 5;
}
.pharmacisttest2025-materials-box:hover {
  text-decoration: underline;
}
.pharmacisttest2025-materials-box:hover .pharmacisttest2025-materials-box-thumbnail {
  transform: scale(1.1);
}
.pharmacisttest2025-materials-box--soon {
  cursor: inherit;
}
.pharmacisttest2025-materials-box--soon:hover {
  text-decoration: none;
}
.pharmacisttest2025-materials-box--soon:hover .pharmacisttest2025-materials-box-thumbnail {
  transform: scale(1);
}
.pharmacisttest2025-materials-box--soon .pharmacisttest2025-materials-box-thumbnail-container:before {
  display: none;
}
.pharmacisttest2025-materials-box--soon .pharmacisttest2025-materials-box-thumbnail-container:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.pharmacisttest2025-materials-box-comingsoon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0 1.5rem;
  color: #fff;
  font-size: calc(2.4rem * var(--qahwcag_base-font-size));
  font-family: 'Poppins', serif;
  z-index: 2;
  font-weight: 700;
}
.pharmacisttest2025-expert-section {
  position: relative;
  padding: 5rem 0 7rem 0;
  margin-top: 3rem;
  background: #03153C;
  color: #fff;
  overflow: hidden;
}
.pharmacisttest2025-expert-section:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 52%;
  height: 100%;
  background: #400f4d;
  background: linear-gradient(270deg, #400f4d 0%, #03153c 100%);
}
.pharmacisttest2025-expert-title-big {
  font-size: calc(10rem * var(--qahwcag_base-font-size));
  font-family: 'Poppins', serif;
  font-weight: 300;
}
.pharmacisttest2025-expert-title-medium {
  font-size: calc(4.5rem * var(--qahwcag_base-font-size));
  color: #DB0060;
  font-family: 'Poppins', serif;
  font-weight: 300;
}
.pharmacisttest2025-expert-title-small {
  font-size: calc(4rem * var(--qahwcag_base-font-size));
  color: #DB0060;
  font-family: 'Poppins', serif;
}
.pharmacisttest2025-expert-box {
  position: relative;
  width: 620px;
  max-width: 100%;
}
.pharmacisttest2025-sponsorbanner {
  background: #fff;
  padding: 2rem 2.5rem 1.5rem 2.5rem;
}
.pharmacisttest2025-logobox {
  padding: 0 1.5rem;
}
.pharmacisttest2025-iframe-container iframe {
  aspect-ratio: 16/8;
}
.pharmacisttest2025-faq-section {
  padding: 5rem 0 4rem 0;
  background: #F5F5F5;
}
.pharmacisttest2025-faq-container {
  background: #fff;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
.pharmacisttest2025-faq-container.active .pharmacisttest2025-faq-question:before {
  transform: translate(0, -50%) scale(1, -1);
}
.pharmacisttest2025-faq-question {
  position: relative;
  cursor: pointer;
  padding: 1rem 6rem 1rem 0;
  font-weight: 600;
  line-height: 180%;
  font-size: calc(1.8rem * var(--qahwcag_base-font-size));
  font-family: 'Poppins', serif;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pharmacisttest2025-faq-question:before {
  position: absolute;
  content: '';
  right: 2rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.4rem;
  aspect-ratio: 11/7;
  background: #DB0060;
  -webkit-mask: url('../img/ico/arrow.svg') no-repeat;
  mask: url('../img/ico/arrow.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: 0.3s;
}
.pharmacisttest2025-faq-answer {
  display: none;
  line-height: 180%;
  font-size: calc(1.8rem * var(--qahwcag_base-font-size));
  font-family: 'Poppins', serif;
}
.pharmacisttest2025-player-section {
  padding: 7rem 0 14rem 0;
  margin-top: 7rem;
}
.pharmacisttest2025-player-title {
  font-size: calc(7rem * var(--qahwcag_base-font-size));
  line-height: 112%;
  text-align: center;
  color: #DB0060;
  font-weight: 300;
  font-family: 'Poppins', serif;
}
.pharmacisttest2025-player-title--medium {
  font-weight: 500;
}
.pharmacisttest2025-player-title--big {
  font-size: calc(8rem * var(--qahwcag_base-font-size));
}
.pharmacisttest2025-player-placeholder {
  background: #090000;
  padding: 7rem 3rem;
  color: #fff;
  font-size: calc(4.8rem * var(--qahwcag_base-font-size));
  font-weight: 300;
  line-height: 112%;
  font-family: 'Poppins', serif;
  text-align: center;
  aspect-ratio: 281/158;
}
.pharmacisttest2025-educationbox {
  background: #06153D;
  color: #fff;
  padding: 4rem;
}
.pharmacisttest2025-educationbox-content {
  position: relative;
  height: 100%;
  padding: 0 0 0 5rem;
}
.pharmacisttest2025-educationbox-content:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}
.loginpage-box {
  width: 44.5rem;
  max-width: 100%;
  padding: 0 1.5rem 0 0;
  border-right: solid 1px rgba(112, 112, 112, 0.4);
}
.loginpage-box-formbox {
  width: 35rem;
  max-width: 100%;
}
.loginpage-registerbox {
  height: 100%;
}
.fullscreen-slider {
  position: relative;
}
.fullscreen-slider-container {
  position: relative;
}
.fullscreen-slider-arrow {
  position: absolute;
  width: 6rem;
  height: 6rem;
  top: 50%;
  transform: translate(0, -50%);
  background: #DB0060;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transition: 0.3s;
  z-index: 10;
}
.fullscreen-slider-arrow:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.4rem;
  aspect-ratio: 11/17;
  background: #fff;
  -webkit-mask: url('../img/ico/presentation/arrow.svg') no-repeat;
  mask: url('../img/ico/presentation/arrow.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: 0.3s;
}
.fullscreen-slider-arrow:hover {
  background: #094067;
  transition: 0.3s;
}
.fullscreen-slider-arrow--prev {
  left: 1.5rem;
}
.fullscreen-slider-arrow--prev:after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.fullscreen-slider-arrow--next {
  right: 1.5rem;
}
.fullscreen-slider-runquiz {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 5;
}
.fullscreen-slider .slick-list {
  overflow: visible;
}
.fullscreen-item {
  background: #fff;
  position: relative;
  border-radius: 3rem;
  z-index: 1;
  overflow: hidden;
  scale: 0.9;
  transition: 0.3s;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
  padding: 1rem;
}
.fullscreen-item-blank {
  display: block;
  height: 80vh;
}
.fullscreen-item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: all 1s;
}
.fullscreen-item:hover:after {
  background: rgba(0, 0, 0, 0.4);
}
.fullscreen-item.slick-current {
  scale: 1;
}
.fullscreen-item.slick-current:after {
  background: rgba(0, 0, 0, 0);
}
/***************************/
/**        MEMORY         **/
/***************************/
.memory-box {
  background: #fff;
  color: #000;
  border-radius: 1.5rem;
  padding: 2.5rem 1.5rem;
  height: 100%;
}
.memory-box-container {
  width: 220px;
  max-width: 100%;
}
.memory-game-container {
  position: relative;
  background: #fff;
  padding: 16px;
  border-radius: 0.5rem;
  border: solid 1px #172842;
  overflow: hidden;
}
.memory-game-item {
  position: relative;
  border-radius: 0.4rem;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
  aspect-ratio: 1/1;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.39);
  transition: 0.3s;
}
.memory-game-item figure {
  width: 100%;
}
.memory-game-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: inherit !important;
  opacity: 1 !important;
}
.memory-game-item:before,
.memory-game-item:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.memory-game-item:after {
  opacity: 0;
  background: rgba(9, 64, 103, 0.6);
  transition: 0.3s;
}
.memory-game-item--active:before {
  opacity: 0;
  transition: 0.3s;
}
.memory-game-item--matched {
  cursor: unset;
  opacity: 0.8;
  transition: 0.3s;
}
.memory-game-item--matched:before {
  opacity: 0;
  transition: 0.3s;
}
.memory-game-item--matched:after {
  opacity: 0.6;
  transition: 0.3s;
}
.memory-game-item--quiz32:before {
  background-image: url('../img/education/internal/32/memory/holder.webp');
  background-size: cover;
  background-position: center;
}
.memory-game-content-box {
  padding: 3rem 5rem;
  background: #094067;
  inline-size: min(98.4%, 54rem);
  border-radius: 0.5rem;
  color: #fff;
  text-align: center;
}
.memory-game-content-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  z-index: 4;
}
.error {
  background: #d9000d;
  color: #fff;
  margin-top: -2rem;
  margin-bottom: 2rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: calc(1.5rem * var(--qahwcag_base-font-size));
  font-family: 'Montserrat', sans-serif;
  display: none;
}
.success {
  background: #27ae60;
  color: #fff;
  margin-bottom: 2rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: calc(1.5rem * var(--qahwcag_base-font-size));
  display: none;
}
input,
textarea,
select {
  background: none;
  width: 100%;
  padding: 1.6rem 3rem;
  border: solid 1px rgba(139, 139, 139, 0.4);
  font-size: 18px;
  border-radius: 1rem;
  color: #000;
  outline: 0;
  resize: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: rgba(49, 33, 51, 0.4);
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: rgba(49, 33, 51, 0.4);
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgba(49, 33, 51, 0.4);
}
input::-webkit-scrollbar,
textarea::-webkit-scrollbar,
select::-webkit-scrollbar {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
input[disabled],
textarea[disabled],
select[disabled] {
  opacity: 0.5;
}
.input-secondary {
  border: solid 1px #DB0060;
  color: #DB0060;
}
.input-secondary::-webkit-input-placeholder {
  color: rgba(219, 0, 96, 0.4);
}
.input-secondary::-ms-input-placeholder {
  color: rgba(219, 0, 96, 0.4);
}
.input-secondary::placeholder {
  color: rgba(219, 0, 96, 0.4);
}
.form-row {
  margin-bottom: 2.5rem;
}
.form-row.mab-2 {
  margin-bottom: 2rem;
}
.form-row.mab-4 {
  margin-bottom: 4rem;
}
.form-row--fontfamily-poppins .form-label {
  font-family: 'Poppins', serif;
}
.form-row--fontfamily-poppins .form-error {
  font-family: 'Poppins', serif;
}
.form-row--fontfamily-poppins input,
.form-row--fontfamily-poppins textarea,
.form-row--fontfamily-poppins select {
  font-family: 'Poppins', serif;
}
.form-row--fontfamily-poppins label,
.form-row--fontfamily-poppins span {
  font-family: 'Poppins', serif;
}
.form-error {
  background: #d9000d;
  color: #fff;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: calc(1.5rem * var(--qahwcag_base-font-size));
  font-family: 'Montserrat', sans-serif;
}
.form-error.hide {
  display: none;
}
.form-label {
  display: block;
  color: #172842;
  font-size: calc(1.8rem * var(--qahwcag_base-font-size));
  line-height: 2.2rem;
  margin-bottom: 0.8rem;
  margin-left: 0.8rem;
}
.form-label--disabled {
  opacity: 0.5;
}
.custom-select-label {
  background: none;
  width: 100%;
  padding: 1.6rem 6rem 1.6rem 3rem;
  font-size: calc(1.8rem * var(--qahwcag_base-font-size));
  font-weight: 400;
  border: solid 1px rgba(139, 139, 139, 0.4);
  border-radius: 1rem;
  color: rgba(49, 33, 51, 0.4);
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Montserrat', sans-serif;
}
.custom-select-label.used {
  color: #000;
}
.custom-select-label:after {
  position: absolute;
  content: '';
  right: 1.8rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.4rem;
  aspect-ratio: 11/7;
  background: #DB0060;
  -webkit-mask: url('../img/ico/arrow.svg') no-repeat;
  mask: url('../img/ico/arrow.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: 0.3s;
}
.custom-select-label.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.custom-select-label.active:after {
  transform: translate(0, -50%) rotate(180deg);
  transition: 0.3s;
}
.custom-select-option {
  padding: 1rem 2.7rem;
  font-size: calc(1.4rem * var(--qahwcag_base-font-size));
  cursor: pointer;
  transition: 0.3s;
}
.custom-select-option:not(:last-child) {
  position: relative;
}
.custom-select-option:not(:last-child):after {
  position: absolute;
  content: '';
  left: 2rem;
  bottom: 0;
  width: 11rem;
  height: 0.1rem;
  max-width: calc(100% - 4rem);
  background: rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.custom-select-option:hover {
  background: #DB0060;
  color: #fff;
  transition: 0.3s;
}
.custom-select-option:hover:after {
  background: #DB0060;
  transition: 0.3s;
}
.custom-select-option-container {
  position: absolute;
  top: -1px;
  max-height: 22rem;
  overflow-y: auto;
  border-right: solid 1px rgba(139, 139, 139, 0.4);
  border-left: solid 1px rgba(139, 139, 139, 0.4);
  border-bottom: solid 1px rgba(139, 139, 139, 0.4);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  width: 100%;
  z-index: 9;
  background: #F2F3F4;
  display: none;
}
.custom-select-option-container--white {
  background: #fff;
}
.custom-select-relative {
  position: relative;
}
.custom-select--bg-white .custom-select-label {
  background: #fff;
}
.custom-select--bg-white .custom-select-option {
  background: #fff;
}
.custom-select--bg-white .custom-select-option:hover {
  background: #DB0060;
}
.checkbox {
  position: relative;
  min-width: 2rem;
  min-height: 2rem;
  margin-bottom: 2rem;
}
.checkbox.mab-0 {
  margin-bottom: 0;
}
.checkbox.radius .checkbox-content {
  border-radius: 50%;
}
.checkbox.radius .checkbox-content:after {
  border-radius: 50%;
}
.checkbox.marker input:checked + .checkbox-content {
  background: #094067;
  border: 2px solid #094067;
}
.checkbox.marker input:checked + .checkbox-content:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 0.8rem;
  background-image: url('/gfx/ico/marker.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
}
.checkbox.access .checkbox-content {
  border: 1px solid #707070;
  border-radius: 50%;
}
.checkbox.access .checkbox-content:before {
  border-radius: 50%;
}
.checkbox.access .checkbox-content:after {
  border-radius: 50%;
}
.checkbox.access .checkbox-label {
  color: #312133;
  font-size: calc(1.6rem * var(--qahwcag_base-font-size));
  line-height: 1.9rem;
}
.checkbox.quiz .checkbox-content {
  border: 1px solid #707070;
  border-radius: 50%;
}
.checkbox.quiz .checkbox-content:before {
  border-radius: 50%;
}
.checkbox.quiz .checkbox-content:after {
  border-radius: 50%;
}
.checkbox.quiz .checkbox-label {
  color: #312133;
  font-size: calc(1.6rem * var(--qahwcag_base-font-size));
  line-height: 1.9rem;
}
.checkbox.quiz input:checked + .checkbox-content:after {
  background: #DB0060;
}
.checkbox.quiz input:checked + .checkbox-content:before {
  background-color: rgba(219, 0, 96, 0.25);
}
.checkbox.multiple .checkbox-content {
  border: 1px solid #707070;
  border-radius: 0.3rem;
}
.checkbox.multiple .checkbox-content:before {
  border-radius: 50%;
}
.checkbox.multiple .checkbox-content:after {
  width: 1.1rem !important;
  height: unset !important;
  aspect-ratio: 11/8;
  background: #DB0060;
  -webkit-mask: url('/gfx/ico/answer-multiple.svg') no-repeat;
  mask: url('/gfx/ico/answer-multiple.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  opacity: 0;
  transition: 0.3s;
}
.checkbox.multiple .checkbox-label {
  color: #312133;
  font-size: calc(1.6rem * var(--qahwcag_base-font-size));
  line-height: 1.9rem;
}
.checkbox.multiple input:checked + .checkbox-content:after {
  opacity: 1;
  transition: 0.3s;
}
.checkbox.multiple input:checked + .checkbox-content:before {
  background-color: rgba(219, 0, 96, 0.25);
}
.checkbox--secondary .checkbox-content {
  border: 2px solid #DB0060;
}
.checkbox--secondary .checkbox-label {
  color: #DB0060;
}
.checkbox input,
.checkbox .checkbox-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
}
.checkbox input {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.checkbox input[disabled] {
  cursor: inherit !important;
}
.checkbox input[disabled] ~ div {
  opacity: 0.5;
  cursor: inherit !important;
}
.checkbox input[disabled] ~ label {
  opacity: 0.5;
  cursor: inherit;
}
.checkbox-content {
  border: 2px solid #8B8B8B;
  border-radius: 4px;
  background: bottom no-repeat;
  transition: 0.5s;
}
.checkbox-content:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border: 0px solid #DB0060;
  transition: 0.3s;
}
.checkbox input:checked + .checkbox-content:after {
  width: 12px;
  height: 12px;
  background: #DB0060;
  transition: 0.3s;
}
.checkbox input:checked + .checkbox-content:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: animatecheck 0.8s ease-out;
  animation: animatecheck 0.8s ease-out;
  background-color: rgba(219, 0, 96, 0.25);
}
.checkbox-label {
  padding-left: 4rem;
  font-family: 'Montserrat', sans-serif;
  display: block;
  cursor: pointer;
  color: #000;
  font-weight: 400;
  font-size: calc(1.6rem * var(--qahwcag_base-font-size));
  line-height: 1.9rem;
}
.checkbox-middle input,
.checkbox-middle .checkbox-content {
  top: 50%;
  transform: translate(0, -50%);
}
.checkbox-radio .checkbox-content {
  border-radius: 50%;
}
.checkbox-radio .checkbox-content:after {
  border-radius: 50%;
}
.checkbox-radio input {
  margin-bottom: 0;
}
.checkbox.correct-active .checkbox-content {
  border: 1px solid #6BB90B;
  opacity: 1;
}
.checkbox.correct-active .checkbox-content:after {
  width: 12px;
  height: 12px;
  transition: 0.3s;
  background: #6BB90B !important;
}
.checkbox.correct-active .checkbox-label {
  color: #6BB90B;
  opacity: 1;
}
.checkbox.uncorrect-active .checkbox-content {
  border: 1px solid #C20518;
  opacity: 1;
}
.checkbox.uncorrect-active .checkbox-content:after {
  width: 12px;
  height: 12px;
  transition: 0.3s;
  background: #C20518 !important;
}
.checkbox.uncorrect-active .checkbox-label {
  color: #C20518;
  opacity: 1;
}
/***************************/
/**         QUIZ          **/
/***************************/
@keyframes animatecheck {
  0% {
    width: 200%;
    height: 200%;
    opacity: 1;
  }
  to {
    width: 400%;
    height: 400%;
    opacity: 0;
  }
}
.input-list {
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  z-index: 1;
  background: #333;
  font-family: 'Montserrat', sans-serif;
  color: #fafaff;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  margin-top: 0;
  transition: 0.5s all;
}
.input-list-container {
  position: relative;
}
.input-list.show {
  opacity: 1;
  max-height: 20rem;
  overflow-y: auto;
}
.input-list.loading:after {
  content: '...';
  padding: 1rem;
  display: block;
}
.input-list-item {
  padding: 1rem;
  cursor: pointer;
}
.input-list-item.active,
.input-list-item:hover {
  background: #444;
}
.flash-message {
  position: fixed;
  top: 5rem;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  border-radius: 0.5rem;
  padding: 2rem 2rem 2rem 6.5rem;
  z-index: 99;
  animation: appendAnimation 0.3s ease-in-out;
  -webkit-animation: appendAnimation 0.3s ease-in-out;
}
.flash-message:before {
  position: absolute;
  content: '';
  left: 5.5rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.1rem;
  height: 50%;
  background: #fff;
}
.flash-message:after {
  position: absolute;
  content: '';
  left: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 3.5rem;
  height: 3.5rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.flash-message.flash-error {
  background: #d9000d;
}
.flash-message.flash-error:after {
  background-image: url('../img/ico/error.svg');
}
.flash-message.flash-warning {
  background: #f39c12;
}
.flash-message.flash-warning:after {
  background-image: url('../img/ico/warning.svg');
}
.flash-message.flash-success {
  background: #f39c12;
}
.flash-message.flash-success:after {
  background-image: url('../img/ico/warning.svg');
}
.flash-message.flash-success {
  background: #27ae60;
}
.flash-message.flash-success:after {
  background-image: url('../img/ico/success.svg');
}
.static-error {
  position: relative;
  padding: 1rem;
  text-align: center;
  font-size: calc(1.4rem * var(--qahwcag_base-font-size));
  margin-bottom: 3rem;
  border-radius: 0.5rem;
  animation: appendAnimation 0.3s ease-in-out;
  -webkit-animation: appendAnimation 0.3s ease-in-out;
}
.static--error {
  border: solid 1px #d9000d;
  background: rgba(217, 0, 13, 0.2);
}
.static--warning {
  border: solid 1px #f39c12;
  background: rgba(243, 156, 18, 0.2);
}
.static--success {
  border: solid 1px #27ae60;
  background: rgba(39, 174, 96, 0.2);
}
.shipping_work {
  display: none;
}
.branchname {
  display: none;
}
.hidden-agreements-arrow {
  position: relative;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
.hidden-agreements-arrow:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 1rem;
  aspect-ratio: 7/12;
  background: #DB0060;
  -webkit-mask: url('../img/ico/arrow-rounded.svg') no-repeat;
  mask: url('../img/ico/arrow-rounded.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: 0.3s;
}
.hidden-agreements-arrow.active:before {
  transform: translate(-50%, -50%) rotate(270deg);
}
.hidden-agreements-container {
  display: none;
  margin-left: 2rem;
}
.checkbox-button input {
  display: none;
}
.checkbox-button input:checked + label:before {
  opacity: 0;
}
.checkbox-button input:checked + label:after {
  opacity: 1;
}
.checkbox-button label {
  position: relative;
  display: inline-block;
  padding: 2.4rem 4rem 2.4rem 7.5rem;
  background: #DB0060;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  transition: 0.3s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-button label:hover {
  background: #094067;
  transition: 0.3s;
}
.checkbox-button label:before,
.checkbox-button label:after {
  position: absolute;
  content: '';
  left: 4rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 2rem;
  height: 2rem;
  transition: 0.3s;
}
.checkbox-button label:before {
  -webkit-mask: url('../img/ico/circle-plus.svg') no-repeat;
  mask: url('../img/ico/circle-plus.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #fff;
}
.checkbox-button label:after {
  -webkit-mask: url('../img/ico/circle-minus.svg') no-repeat;
  mask: url('../img/ico/circle-minus.svg') no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #fff;
  transition: 0.3s;
  opacity: 0;
}
.save-address-container {
  display: none;
}
/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
   --swiper-preloader-color: var(--swiper-theme-color);
   --swiper-wrapper-transition-timing-function: initial;
   */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
@media only screen and (max-width: 1199px) {
  html {
    font-size: 9px;
  }
}
@media only screen and (max-height: 768px) {
  html {
    font-size: 9px;
  }
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 8px;
  }
}
@media only screen and (max-width: 1700px) {
  .quiz-event-background::after {
    content: none;
  }
  .quiz-event-background .fb-ico-before::before {
    position: relative;
    top: none;
    left: none;
    transform: none;
  }
  .quiz-event-background .fb-ico-after::after {
    content: url("../img/education/internal/1/arrow.png");
    position: absolute;
    right: 448px;
    bottom: 50%;
    transform: scaleY(-1);
  }
  .pharmacist-test-experts-title--longtext {
    font-size: calc(12.5rem * var(--qahwcag_base-font-size));
  }
  .conpetition-header-box {
    padding: 8.5rem 0 1.5rem 6rem;
  }
}
@media only screen and (max-width: 1680px) {
  .navbar:before {
    width: calc(100% - 15px);
  }
  .navbar-tools-container {
    padding-right: 15px;
  }
  .navbar-search-popup {
    right: 30px;
    max-width: calc(100vw - 55px);
  }
  .navbar-login-popup {
    right: 30px;
    width: 450px;
    max-width: calc(100vw - 55px);
  }
  .navbar-usersettings-popup {
    right: 30px;
    width: 280px;
    max-width: calc(100vw - 55px);
  }
}
@media only screen and (max-width: 1630px) {
  .footer:before {
    width: calc(100% - 15px);
  }
  .section-bg-white:before {
    width: calc(100% - 15px);
  }
  .section-bg-white-pad {
    padding-right: 15px;
  }
  .section-bg-dark:before {
    width: calc(100% - 15px);
  }
  .table-of-content-box:before {
    left: -15px;
  }
  .home-quiz-thumbnail {
    margin-left: -15px;
    width: calc(100% + 15px);
  }
  .quiz-fb-section:before {
    width: calc(100% - 15px);
  }
}
@media only screen and (max-width: 1599px) {
  .searchpage-title-pad {
    padding: 3rem 0 10rem 0;
  }
  .conpetition-rewards-section:after {
    right: 5px;
    bottom: 30%;
  }
  .quiz-internal-header-bg-box--quiz8:before {
    width: 45vw;
  }
  .pharmacisttest2025-player-title {
    font-size: calc(6rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-player-title--big {
    font-size: calc(7rem * var(--qahwcag_base-font-size));
  }
}
@media only screen and (max-width: 1499px) {
  .pharmacist-test-experts-title--longtext {
    font-size: calc(10.5rem * var(--qahwcag_base-font-size));
  }
  .conpetition-header-box {
    padding: 6.5rem 0 1.5rem 3rem;
  }
}
@media only screen and (max-width: 1399px) {
  .home-topic-promoted {
    min-height: 50rem;
  }
  .home-topic-promoted-box {
    width: 75%;
  }
  .topic-page-box.promoted-field {
    background: #172842;
  }
  .navbar-menu li {
    font-size: calc(1.6rem * var(--qahwcag_base-font-size));
  }
  .navbar-menu li a {
    padding: 1rem 1.5rem;
  }
  .navbar-search {
    font-size: calc(1.6rem * var(--qahwcag_base-font-size));
  }
  .pharmacist-test-experts-name {
    font-size: calc(2.8rem * var(--qahwcag_base-font-size));
    line-height: 3.6rem;
  }
  .quiz-internal-header-bg-box {
    padding: 2.5rem 0;
  }
  .quiz-internal-header-bg-box--quiz5:before {
    display: none;
  }
  .quiz-internal-header-bg-box--quiz15 {
    padding: 2.5rem 1rem 2.5rem 1rem;
  }
  .quiz-internal-header-bg-box--quiz15:before {
    height: calc(100% - 3rem);
  }
  .quiz-internal-header-bg--page {
    max-width: 100%;
    width: 100%;
    padding: 2rem 1.5rem 0 0;
  }
  .quiz-internal-header-bg--page__quiz5:before {
    display: block;
  }
  .quiz-internal-header-bg--quiz15 {
    margin-bottom: -4rem;
  }
  .quiz-fb-section-text {
    font-size: calc(2.5rem * var(--qahwcag_base-font-size));
  }
  .quiz-fb-section-text--big {
    font-size: calc(4.2rem * var(--qahwcag_base-font-size));
  }
  .quiz-fb-section-btn-margin {
    margin-right: 2rem;
  }
  .questionnaire-container {
    padding: 3rem;
  }
  .conpetition-header-text-container {
    padding-left: 14rem;
  }
  .conpetition-header-box:before {
    left: 4rem;
    bottom: -1rem;
  }
  .footer-newsletter-text {
    font-size: calc(2.2rem * var(--qahwcag_base-font-size));
    line-height: 3.2rem;
  }
  .pharmacisttest2025-header-text-big {
    font-size: calc(4rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-header-text-medium {
    font-size: calc(3rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-header-text-bold {
    font-size: calc(3.5rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-header-textbox {
    margin-right: unset;
    max-width: 100%;
  }
  .pharmacisttest2025-header-imgbox {
    margin-left: -5rem;
  }
  .pharmacisttest2025-reward-title {
    font-size: calc(4rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-reward-title-big {
    font-size: calc(7rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-expert-box {
    padding: 0 8rem 0 0;
  }
  .pharmacisttest2025-expert-title-big {
    font-size: calc(9rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-expert-title-medium {
    font-size: calc(4rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-expert-title-small {
    font-size: calc(3.5rem * var(--qahwcag_base-font-size));
  }
}
@media only screen and (max-width: 1299px) {
  .pharmacist-test-experts-title--longtext {
    font-size: calc(9.5rem * var(--qahwcag_base-font-size));
  }
  .pharmacist-test-new-header-gradient {
    width: 52vw;
  }
  .quiz-popup-text-big {
    font-size: calc(5rem * var(--qahwcag_base-font-size));
  }
  .quiz-popup-text-goodanswer {
    position: relative;
    color: #fff;
    font-size: calc(3.7rem * var(--qahwcag_base-font-size));
    font-weight: 700;
    padding: 0 0 0 6.5rem;
  }
  .quiz-popup-text-goodanswer:before {
    width: 5rem;
    height: 5rem;
  }
  .quiz-popup-text-goodanswer-info {
    font-size: calc(2.9rem * var(--qahwcag_base-font-size));
  }
  .conpetition-header-box:after {
    right: -5rem;
  }
  .pharmacisttest2025-previousyear-title {
    font-size: calc(5rem * var(--qahwcag_base-font-size));
  }
}
@media only screen and (min-width: 1200px) {
  .hide-after-from-xl:after {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .quiz-event-background::after {
    content: none;
  }
  .quiz-event-background .fb-ico-before::before {
    position: absolute;
    top: 15px;
    left: 86%;
    transform: none;
    content: url("../img/education/internal/1/fb.png");
  }
  .quiz-event-background .fb-ico-after::after {
    right: 65%;
    bottom: 70%;
    transform: scaleY(-1);
  }
  .quiz-event-background .btn {
    margin-bottom: 2rem;
  }
  .quiz-header-titlebig {
    font-size: calc(3.6rem * var(--qahwcag_base-font-size));
    line-height: 4.5rem;
  }
  .quiz-header-title {
    font-size: calc(3rem * var(--qahwcag_base-font-size));
    line-height: 3.5rem;
  }
  .navbar-menu {
    height: unset;
    padding: 15rem 0;
  }
  .navbar-menu-box {
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(171, 3, 77, 0.9);
    z-index: 5;
    transition: 0.5s;
    overflow-y: auto;
  }
  .navbar-menu-box-layer {
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 22, 21, 0.7);
    transition: 0.7s;
    z-index: 2;
  }
  .navbar-menu-box-layer.active {
    transform: translate(-100%, 0);
    transition: 0.4s;
  }
  .navbar-menu-box.active {
    transform: translate(-100%, 0);
    transition: 0.5s;
  }
  .navbar-menu li {
    display: block;
    text-align: center;
    height: unset;
    margin-bottom: 3rem;
    font-size: calc(2rem * var(--qahwcag_base-font-size));
  }
  .navbar-menu li a {
    display: inline-block;
    color: #fff;
    padding: 0 0 0.5rem 0;
  }
  .navbar-menu li a:hover:after {
    width: 100%;
  }
  .navbar-menu li a:after {
    top: unset;
    bottom: 0;
    width: 0;
    height: 2px !important;
    background: #fff;
  }
  .navbar-menu li a.dropdown {
    padding: 0 2rem 0.5rem 2rem;
  }
  .navbar-menu li a.dropdown:before {
    left: 0;
    background: #fff;
  }
  .navbar-menu li a.dropdown:after {
    left: 2rem;
  }
  .navbar-menu li a.dropdown:hover:after {
    width: calc(100% - 4rem);
  }
  .navbar-dropdown-menu {
    position: relative;
    background: none;
    padding: 2rem 0 0 0;
    width: 100%;
  }
  .navbar-dropdown-menu:before {
    display: none;
  }
  .navbar-dropdown-menu li {
    font-size: calc(1.8rem * var(--qahwcag_base-font-size));
    margin-bottom: 1.5rem;
  }
  .navbar-dropdown-menu li a:hover {
    color: #fff;
    text-decoration: none;
  }
  .navbar-dropdown-menu li a:hover:before {
    display: none;
  }
  .navbar-dropdown-menu li a:after {
    display: block;
  }
  .navbar-hamburger {
    display: block;
  }
  .navbar-tools-container {
    padding-right: 2rem;
  }
  .navbar-logo img {
    max-width: 200px;
  }
  .navbar.sticky .navbar-logo img {
    max-width: 170px;
  }
  .navbar-search {
    color: #fff;
    padding: 0 4.9rem;
  }
  .topic-page-box.promoted-field {
    background: #172842;
  }
  .mab-to-xl-2 {
    margin-bottom: 2rem;
  }
  .mab-to-xl-3 {
    margin-bottom: 3rem;
  }
  .podcast-player {
    margin-top: 8rem;
  }
  .pharmacist-test-header-box {
    padding: 5rem 0 0 0;
  }
  .pharmacist-test-eventinfo-date {
    font-size: calc(5rem * var(--qahwcag_base-font-size));
  }
  .pharmacist-test-eventinfo-date-medium {
    font-size: calc(3.1rem * var(--qahwcag_base-font-size));
  }
  .pharmacist-test-eventinfo-timer {
    font-size: calc(9rem * var(--qahwcag_base-font-size));
  }
  .pharmacist-test-why-title {
    font-size: calc(5rem * var(--qahwcag_base-font-size));
    line-height: 5.7rem;
  }
  .pharmacist-test-why-title--small {
    font-size: calc(3.6rem * var(--qahwcag_base-font-size));
    line-height: 4.5rem;
  }
  .pharmacist-test-video-section {
    padding: 6rem 0;
  }
  .pharmacist-test-experts-section-ico {
    left: 1.5rem;
  }
  .pharmacist-test-experts-container {
    padding: 0 0 5rem 0;
  }
  .pharmacist-test-experts-title {
    font-size: calc(11.9rem * var(--qahwcag_base-font-size));
  }
  .pharmacist-test-experts-title--longtext {
    font-size: calc(8rem * var(--qahwcag_base-font-size));
  }
  .pharmacist-test-faq-section {
    padding: 10rem 0 20rem 0;
  }
  .quiz-internal-header-bg {
    /*
                    &--page {
                        margin-bottom: 0;
                    }
                    */
  }
  .questionnaire-sponsored-reward-description {
    font-size: calc(3.5rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-sponsors-section .pharmacist-test-partners-track {
    animation-name: marqueePartners;
    animation-play-state: running;
  }
  .pharmacisttest2025-reward-title {
    font-size: calc(3.5rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-reward-title-big {
    font-size: calc(6rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-player-title {
    font-size: calc(5rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-player-title--big {
    font-size: calc(6rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-materials-title {
    font-size: calc(5rem * var(--qahwcag_base-font-size));
  }
}
@media only screen and (max-width: 1099px) {
  .home-topic-promoted-box {
    width: 90%;
  }
  .topic-page-box.promoted-field {
    background: #172842;
  }
  .quiz-internal-header-bg-box {
    padding: 1.5rem 0;
  }
  .quiz-internal-header-bg-box--quiz15 {
    padding: 1.5rem 1rem;
  }
  .quiz-internal-header-bg-box--quiz15:before {
    height: calc(100% - 2rem);
  }
  .quiz-internal-header-bg--quiz15 {
    margin-bottom: -2rem;
  }
  .quiz-fb-section-text {
    font-size: calc(2.2rem * var(--qahwcag_base-font-size));
  }
  .quiz-fb-section-text--big {
    font-size: calc(3.6rem * var(--qahwcag_base-font-size));
  }
  .conpetition-header-text-container {
    padding-left: 5rem;
  }
  .conpetition-header-box:after {
    right: -15rem;
  }
  .conpetition-rewards-amount--plus {
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  body {
    padding-top: 130px;
  }
  .topic-field-thumbnail {
    aspect-ratio: 16/9;
  }
  .topic-field-header-container {
    margin-top: 3rem;
    width: 80rem;
    max-width: 100%;
  }
  .mat-to-lg-2 {
    margin-top: 2rem;
  }
  .mat-to-lg-3 {
    margin-top: 3rem;
  }
  .mab-to-lg-3 {
    margin-bottom: 3rem;
  }
  .mab-to-lg-4 {
    margin-bottom: 4rem;
  }
  .mab-to-lg-5 {
    margin-bottom: 5rem;
  }
  .pharmacist-test-eventinfo-section {
    padding: 8rem 0 0 0;
    /*
                &:after {
                    display: none;
                }
                */
  }
  .pharmacist-test-eventinfo-box {
    position: relative;
    margin-bottom: 5rem;
    padding: 0 0 5rem 0;
  }
  .pharmacist-test-eventinfo-box:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 18rem;
    height: 1px;
    background: #fff;
  }
  .pharmacist-test-why-title {
    font-size: calc(4rem * var(--qahwcag_base-font-size));
    line-height: 4.7rem;
  }
  .pharmacist-test-why-title--small {
    font-size: calc(3.1rem * var(--qahwcag_base-font-size));
    line-height: 4rem;
  }
  .pharmacist-test-experts-section-ico {
    top: -30%;
  }
  .pharmacist-test-experts-title {
    padding: 0 10rem 0 0;
  }
  .pharmacist-test-experts-box:before {
    width: 70vw;
    transform: translate(-70%, 0);
  }
  .pharmacist-test-experts-box--one {
    margin-top: 3rem;
    width: 600px;
  }
  .pharmacist-test-experts-box--two:before {
    transform: translate(-50%, 0);
  }
  .pharmacist-test-experts-box--three:before {
    transform: translate(-45%, 0);
  }
  .pharmacist-test-winner-section {
    padding: 2rem 0 10rem 0;
  }
  .pharmacist-test-winner-section:before {
    left: unset;
    bottom: -5rem;
    right: 5%;
    transform: unset;
    font-size: calc(14rem * var(--qahwcag_base-font-size));
  }
  .pharmacist-test-questionnaire-title {
    font-size: calc(2.6rem * var(--qahwcag_base-font-size));
    line-height: 3.5rem;
  }
  .pharmacist-test-questionnaire-description {
    font-size: calc(2rem * var(--qahwcag_base-font-size));
    line-height: 3.1rem;
  }
  .pharmacist-test-new-header-image {
    width: 70rem;
    max-width: 100%;
    height: unset;
    margin: 5rem 15px 0 15px;
  }
  .pharmacist-test-new-header-gradient {
    width: calc(100vw - 15px);
  }
  .access-box {
    padding: 8rem 4rem 4rem 4rem;
  }
  .quiz-section-eventdate {
    padding: 5rem 0;
  }
  .quiz-section-eventdate:after {
    display: none;
  }
  .quiz-agenda-hour {
    font-size: calc(3.5rem * var(--qahwcag_base-font-size));
  }
  .quiz-agenda-hour--small {
    font-size: calc(2.4rem * var(--qahwcag_base-font-size));
    min-width: 122px;
  }
  .quiz-internal-header-bg-box {
    padding: 3.5rem 0;
  }
  .quiz-internal-header-bg-box--quiz5:before {
    display: block;
  }
  .quiz-internal-header-bg-box--quiz8:before {
    width: 100vw;
  }
  .quiz-internal-header-bg-box--quiz15 {
    padding: 2.5rem 2rem 0 2rem;
  }
  .quiz-internal-header-bg-box--quiz15:before {
    height: calc(100% - 5rem);
  }
  .quiz-internal-header-bg--page__quiz5:before {
    display: none;
  }
  .quiz-internal-header-bg--quiz15 {
    margin-bottom: -5rem;
  }
  .quiz-fb-section-text {
    font-size: calc(2rem * var(--qahwcag_base-font-size));
  }
  .quiz-fb-section-text--big {
    font-size: calc(3.2rem * var(--qahwcag_base-font-size));
  }
  .quiz-fb-section-btn-margin {
    margin-right: 0;
  }
  .quiz-fb-section-content {
    margin-bottom: -3rem;
  }
  .quiz-fb-section-content:after {
    display: none;
  }
  .quiz-popup-text-big {
    font-size: calc(4rem * var(--qahwcag_base-font-size));
    margin-bottom: 4rem;
  }
  .quiz-popup-text-goodanswer {
    font-size: calc(3rem * var(--qahwcag_base-font-size));
    padding: 0 0 0 5.5rem;
  }
  .quiz-popup-text-goodanswer:before {
    width: 4rem;
    height: 4rem;
  }
  .quiz-popup-text-goodanswer-info {
    font-size: calc(2.3rem * var(--qahwcag_base-font-size));
  }
  .conpetition-header-textbox-one {
    margin-right: -10rem;
  }
  .conpetition-header-box:after {
    display: none;
  }
  .conpetition-header-logo {
    margin-left: 3rem;
    margin-right: 5rem;
  }
  .conpetition-header-text {
    font-size: calc(3.1rem * var(--qahwcag_base-font-size));
    line-height: 4rem;
  }
  .conpetition-header-text:after {
    width: 2.8rem;
  }
  .conpetition-header-text-container {
    padding-left: 0;
  }
  .conpetition-rewards-amount--plus {
    margin-top: 3rem;
    padding-left: 0;
    text-align: center;
  }
  .conpetition-rewards-text--info {
    padding: 0 4rem;
  }
  .footer-newsletter-box {
    padding: 2.5rem;
  }
  .myaccount-menu li a,
  .myaccount-menu li span {
    font-size: calc(2rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-header-section {
    padding: 4rem 0 0 0;
  }
  .pharmacisttest2025-header-textbox {
    width: 65rem;
    max-width: 100%;
    margin-bottom: 3rem;
  }
  .pharmacisttest2025-header-imgbox {
    margin-left: 0;
    margin-right: 0;
    width: 65rem;
    max-width: 100%;
  }
  .pharmacisttest2025-reward-section {
    padding: 0 0 5rem 0;
  }
  .pharmacisttest2025-reward-section:before {
    top: unset;
    bottom: 0;
    transform: unset;
    height: calc(100% - 6rem);
  }
  .pharmacisttest2025-register-title {
    font-size: calc(5.4rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-expert-section {
    padding: 0 0 7rem 0;
  }
  .pharmacisttest2025-expert-section:before {
    display: none;
  }
  .pharmacisttest2025-expert-box {
    padding: 5rem 0;
    z-index: 1;
  }
  .pharmacisttest2025-expert-box:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100%;
    background: #400f4d;
    background: linear-gradient(270deg, #400f4d 0%, #03153c 100%);
    z-index: -1;
  }
  .pharmacisttest2025-expert-boxtwo {
    width: 620px;
    max-width: 100%;
    padding: 5rem 0 0 0;
  }
  .pharmacisttest2025-why-section-two {
    padding: 0 0 7rem 0;
  }
  .pharmacisttest2025-player-section {
    padding: 5rem 0 10rem 0;
    margin-top: 5rem;
  }
  .pharmacisttest2025-previousyear-section {
    padding: 6rem 0 0 0;
  }
  .pharmacisttest2025-previousyear-title {
    margin-right: 0;
    width: 600px;
    max-width: 100%;
  }
  .pharmacisttest2025-educationbox-content {
    padding: 5rem 0 0 0;
  }
  .pharmacisttest2025-educationbox-content:before {
    top: 2.5rem;
    left: 50%;
    width: 20rem;
    max-width: 100%;
    height: 1px;
    transform: translate(-50%, 0);
  }
  .loginpage-box {
    width: 50rem;
    border-right: unset;
    border-bottom: solid 1px rgba(112, 112, 112, 0.4);
    padding: 0 0 3rem 0;
  }
  .loginpage-box-formbox {
    width: 100%;
  }
  .loginpage-registerbox {
    width: 50rem;
    max-width: 100%;
  }
  .text-center-to-lg {
    text-align: center;
  }
}
@media only screen and (max-width: 920px) {
  .md-font-size {
    font-size: calc(2.3rem * var(--qahwcag_base-font-size));
  }
  .md-font-size-big {
    font-size: calc(4rem * var(--qahwcag_base-font-size));
  }
  .quiz-event-background::after {
    content: none;
  }
  .quiz-event-background .fb-ico-before::before {
    position: absolute;
    top: 7px;
    left: 80%;
    transform: none;
    content: url("../img/education/internal/1/fb.png");
  }
  .quiz-event-background .fb-ico-after::after {
    right: 72%;
    bottom: 78%;
    transform: scaleY(-1);
  }
  .quiz-event-background .btn {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 797px) {
  .pharmacisttest2025-iframe-container iframe {
    aspect-ratio: unset;
    height: 90rem;
  }
}
@media only screen and (min-width: 768px) {
  .home-topic-promoted-slider .slick-list {
    height: 100%;
  }
  .home-topic-promoted-slider .slick-track {
    height: 100%;
  }
  .text-right-from-md {
    text-align: right !important;
  }
}
@media only screen and (max-width: 767px) {
  .topic-page-box-title {
    font-size: calc(2rem * var(--qahwcag_base-font-size));
    line-height: 2.7rem;
  }
  .topic-spacer {
    max-height: 1rem;
  }
  .title-medium {
    font-size: calc(3rem * var(--qahwcag_base-font-size));
    line-height: 4.2rem;
  }
  .title-small {
    font-size: calc(2.4rem * var(--qahwcag_base-font-size));
    line-height: 3.6rem;
  }
  .title-xsmall {
    font-size: calc(2rem * var(--qahwcag_base-font-size));
    line-height: 3rem;
  }
  .table-of-content-box {
    margin-bottom: 5rem;
  }
  .mab-6-4 {
    margin-bottom: 4rem;
  }
  .mab-7-4 {
    margin-bottom: 4rem;
  }
  .mab-8-4 {
    margin-bottom: 4rem;
  }
  .mab-5-md-1 {
    margin-bottom: 1rem;
  }
  .mab-9-5 {
    margin-bottom: 5rem;
  }
  .mab-12-7 {
    margin-bottom: 7rem;
  }
  .table-of-content-list li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .home-random-topic-box {
    margin-bottom: 5rem;
  }
  .home-random-topic-posts-container {
    margin-top: 0;
  }
  .home-quiz-section {
    margin: 0 0 5rem 0;
  }
  .home-quiz-thumbnail {
    min-height: unset;
    aspect-ratio: 944/595;
  }
  .home-quiz-container {
    padding: 5rem 2rem;
  }
  .home-topic-promoted-slider-arrow-container {
    position: relative;
    right: unset;
    bottom: unset;
    display: flex;
    justify-content: end;
    padding: 2rem 0 0 0;
  }
  .home-topic-promoted-slider-arrow:hover {
    background: #DB0060;
  }
  .home-topic-promoted-slider-arrow:hover:before {
    background: #fff;
  }
  .mab-to-md-2 {
    margin-bottom: 2rem;
  }
  .mab-to-md-3 {
    margin-bottom: 3rem;
  }
  .searchpage-title-pad {
    padding: 0 0 7rem 0;
  }
  .podcast-player {
    margin-top: 5rem;
  }
  .mat-6-4 {
    margin-top: 4rem;
  }
  .mat-7-4 {
    margin-top: 4rem;
  }
  .pharmacist-test-eventinfo-section-container {
    padding: 0;
  }
  .pharmacist-test-experts-box:before {
    width: 45vw;
    left: 0;
    transform: translate(-10%, 0);
  }
  .pharmacist-test-experts-box--one {
    margin-top: 3rem;
    width: 600px;
  }
  .pharmacist-test-experts-box--two:before {
    transform: translate(-10%, 0);
  }
  .pharmacist-test-experts-box--three:before {
    transform: translate(-10%, 0);
  }
  .pharmacist-test-experts-section-ico {
    top: -15%;
  }
  .pharmacist-test-faq-section {
    padding: 7rem 0 13rem 0;
  }
  .pharmacist-test-questionnaire-thumbnail {
    min-height: 100%;
    margin-bottom: 4rem;
    width: 520px;
  }
  .quiz-agenda-hour {
    padding: 1rem 0;
  }
  .quiz-agenda-hour:after {
    right: unset;
    top: unset;
    bottom: 0;
    left: 0;
    width: 7rem;
    height: 1px;
  }
  .quiz-agenda-hour--small {
    padding: 1rem 2rem;
  }
  .quiz-agenda-hour--small:after {
    right: 0;
    top: 50%;
    bottom: unset;
    left: unset;
    width: 1px;
    height: 100%;
  }
  .quiz-page-box-logo-big img {
    max-width: 120px;
  }
  .quiz-fb-section-content {
    margin-bottom: -1rem;
  }
  .quiz-fb-section-content-icon img {
    max-width: 80px;
  }
  .quiz-internal-datebox {
    font-size: calc(1.8rem * var(--qahwcag_base-font-size));
    line-height: 2.5rem;
    padding: 1.5rem 5.5rem;
    margin-top: 10rem;
    margin-bottom: 4rem;
  }
  .quiz-internal-header-bg-box--quiz5 {
    padding: 1rem 0;
  }
  .quiz-internal-header-bg-box--quiz5:before {
    right: -10rem;
  }
  .quiz-popup-box {
    background-size: cover;
  }
  .quiz-popup-text-big {
    font-size: calc(3rem * var(--qahwcag_base-font-size));
    margin-bottom: 3rem;
  }
  .quiz-popup-text-goodanswer {
    font-size: calc(2.6rem * var(--qahwcag_base-font-size));
    padding: 0 0 0 5rem;
  }
  .quiz-popup-text-goodanswer:before {
    width: 3.5rem;
    height: 3.5rem;
  }
  .quiz-popup-text-goodanswer-info {
    font-size: calc(2rem * var(--qahwcag_base-font-size));
  }
  .fontsize-20-18 {
    font-size: calc(1.8rem * var(--qahwcag_base-font-size));
  }
  .fontsize-26-22 {
    font-size: calc(2.2rem * var(--qahwcag_base-font-size));
  }
  .conpetition-header:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: #fff;
  }
  .conpetition-header-logo {
    margin-left: 0;
    margin-right: 0;
  }
  .conpetition-header-logo img {
    margin-left: auto;
    margin-right: auto;
  }
  .conpetition-header-textbox-one {
    margin-right: 0;
  }
  .conpetition-header-textbox-two {
    margin-left: 0;
  }
  .conpetition-header-textbox-three {
    margin-left: 0;
  }
  .conpetition-header-textbox-four {
    margin-left: 0;
    margin-bottom: -17rem;
  }
  .conpetition-header-box {
    padding: 6.5rem 1.5rem 1.5rem 1.5rem;
  }
  .conpetition-header-box:before {
    display: none;
  }
  .conpetition-header-thumbnail {
    background-image: url('../img/conpetition/header-thumbnail-rwd.webp');
    width: 100%;
    aspect-ratio: 767/880;
    margin-left: 0;
  }
  .conpetition-header-text {
    margin-top: 2rem;
  }
  .conpetition-rewards-text {
    font-size: calc(3.8rem * var(--qahwcag_base-font-size));
    line-height: 4.8rem;
  }
  .footer-newsletter-text {
    font-size: calc(2rem * var(--qahwcag_base-font-size));
    line-height: 2.8rem;
  }
  .newsletter-title p {
    font-size: calc(3.5rem * var(--qahwcag_base-font-size));
    line-height: 5rem;
    max-width: 530px;
  }
  .title-big {
    font-size: calc(5rem * var(--qahwcag_base-font-size));
    line-height: 5.8rem;
  }
  .medreels-overlay {
    padding: 2rem 0;
  }
  .medreels-overlay-container {
    height: calc(100vh - 5rem);
  }
  .medreels-overlay-arrow {
    margin: 0;
  }
  .medreels-overlay-arrow-container {
    position: relative;
    right: unset;
    top: unset;
    transform: unset;
  }
  .overlay-exit--medreels {
    top: 0;
    right: 0;
    z-index: 3;
  }
  .favorites-icon {
    top: 6rem;
  }
  .vimeo-comments {
    min-height: 50rem;
  }
  .pharmacisttest2025-materials-title {
    font-size: calc(4rem * var(--qahwcag_base-font-size));
  }
}
@media only screen and (max-width: 625px) {
  .pharmacisttest2025-iframe-container iframe {
    height: 80rem;
  }
}
@media only screen and (max-width: 599px) {
  .quiz-event-background::after {
    content: none;
  }
  .quiz-event-background .fb-ico-before::before {
    display: none;
  }
  .quiz-event-background .fb-ico-after::after {
    display: none;
  }
  .quiz-event-background .btn {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 576px) {
  .pal-from-sm-2 {
    padding-left: 2rem;
  }
  .title-decoration--left-from-sm {
    text-align: left;
  }
  .title-decoration--left-from-sm:after {
    left: 0;
    transform: unset;
  }
  .mab-from-sm-2 {
    margin-bottom: 2rem;
  }
  .mab-from-sm-3 {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 575px) {
  .mat-4-sm-2 {
    margin-top: 2rem;
  }
  .mab-4-sm-2 {
    margin-bottom: 2rem;
  }
  .mab-5-sm-3 {
    margin-bottom: 3rem;
  }
  .mab-to-sm-2 {
    margin-bottom: 2rem;
  }
  .mab-to-sm-3 {
    margin-bottom: 3rem;
  }
  .substantive-categories {
    padding: 0.8rem 1.3rem;
  }
  .topic-page-box {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .fontsize-24-20 {
    font-size: calc(2rem * var(--qahwcag_base-font-size));
  }
  .fontsize-18-16 {
    font-size: calc(1.6rem * var(--qahwcag_base-font-size));
  }
  .fontsize-30-24 {
    font-size: calc(2.4rem * var(--qahwcag_base-font-size));
  }
  .fontsize-36-30 {
    font-size: calc(3rem * var(--qahwcag_base-font-size));
  }
  .line-height-37-31 {
    line-height: 3.1rem;
  }
  .home-substantive-section {
    padding: 5rem 0;
  }
  .home-pharmacist-banner {
    height: 35rem;
  }
  .footer-menu li {
    text-align: center;
  }
  .footer-menu-socials {
    text-align: center;
  }
  .text-center-to-sm {
    text-align: center;
  }
  .pharmacist-test-eventinfo-date {
    font-size: calc(3.5rem * var(--qahwcag_base-font-size));
  }
  .pharmacist-test-eventinfo-date-medium {
    font-size: calc(2.5rem * var(--qahwcag_base-font-size));
  }
  .pharmacist-test-eventinfo-timer {
    font-size: calc(4rem * var(--qahwcag_base-font-size));
  }
  .pharmacist-test-why-box {
    width: unset;
  }
  .pharmacist-test-why-title {
    font-size: calc(3.5rem * var(--qahwcag_base-font-size));
    line-height: 4.2rem;
  }
  .pharmacist-test-experts-box:before {
    width: 85vw;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 250px;
  }
  .pharmacist-test-experts-box--two:before {
    transform: translate(-50%, 0);
  }
  .pharmacist-test-experts-box--three:before {
    transform: translate(-50%, 0);
  }
  .pharmacist-test-experts-title {
    padding: 0;
    font-size: calc(7rem * var(--qahwcag_base-font-size));
    margin-top: 2rem;
  }
  .pharmacist-test-experts-title--longtext {
    font-size: calc(5rem * var(--qahwcag_base-font-size));
  }
  .pharmacist-test-experts-text {
    opacity: 1;
  }
  .pharmacist-test-winner-section {
    padding: 2rem 0 8rem 0;
  }
  .pharmacist-test-winner-section:before {
    bottom: -4rem;
    font-size: calc(11rem * var(--qahwcag_base-font-size));
  }
  .pharmacist-test-faq-question h3 {
    font-size: calc(1.8rem * var(--qahwcag_base-font-size));
  }
  .pharmacist-test-mainsponsor {
    margin-top: 0;
    text-align: center;
  }
  .pharmacist-test-new-gradient-section {
    margin-top: 5rem;
  }
  .pharmacist-test-new-contact {
    font-size: calc(2rem * var(--qahwcag_base-font-size));
  }
  .pharmacist-test-new-header-section {
    padding: 4rem 0 6rem 0;
  }
  .access-box {
    padding: 5rem 2rem;
  }
  .quiz-internal-header-bg {
    padding: 2rem 1.5rem 0 0;
    margin-bottom: 1rem;
  }
  .quiz-internal-header-bg:before {
    display: block;
  }
  .quiz-internal-header-bg--quiz15 {
    margin-bottom: -8rem;
  }
  .quiz-internal-header-bg-box {
    padding: 1.5rem 0 3rem 0;
  }
  .quiz-internal-header-bg-box-text {
    font-size: calc(3rem * var(--qahwcag_base-font-size));
  }
  .quiz-internal-header-bg-box:before {
    display: none;
  }
  .quiz-internal-header-bg-box--quiz8:before {
    display: none;
  }
  .quiz-internal-header-bg-box--quiz8.pink:before {
    display: block;
  }
  .quiz-internal-header-bg figure {
    margin-left: 0;
    margin-bottom: 2rem;
  }
  .quiz-internal-header-bg--page {
    margin-bottom: -6.5rem !important;
  }
  .quiz-internal-video-section {
    padding: 5rem 0 0 0;
  }
  .quiz-internal-postbox {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .quiz-fb-section {
    padding: 3.5rem 1.5rem 3.5rem 0;
  }
  .quiz-fb-section-text {
    text-align: center;
    font-size: calc(1.8rem * var(--qahwcag_base-font-size));
  }
  .quiz-fb-section-text--big {
    font-size: calc(2.5rem * var(--qahwcag_base-font-size));
  }
  .quiz-fb-section-content {
    margin-bottom: 3rem;
  }
  .quiz-fb-section-content-icon {
    margin-bottom: 3rem;
  }
  .quiz-agenda-hour--small {
    padding: 1rem 2rem 1rem 0;
    min-width: 105px;
  }
  .quiz-header-titlebig {
    font-size: calc(3rem * var(--qahwcag_base-font-size));
    line-height: 4rem;
  }
  .quiz-header-title {
    font-size: calc(2.5rem * var(--qahwcag_base-font-size));
    line-height: 3rem;
  }
  .quiz-popup-text-big {
    font-size: calc(2.5rem * var(--qahwcag_base-font-size));
  }
  .quiz-popup-text-goodanswer {
    font-size: calc(2rem * var(--qahwcag_base-font-size));
    padding: 0 0 0 4rem;
  }
  .quiz-popup-text-goodanswer:before {
    width: 3rem;
    height: 3rem;
  }
  .quiz-popup-text-goodanswer-info {
    font-size: calc(1.8rem * var(--qahwcag_base-font-size));
  }
  .mat-10-5 {
    margin-top: 5rem;
  }
  .questionnaire-container {
    padding: 2rem;
  }
  .questionnaire-question {
    font-size: calc(2rem * var(--qahwcag_base-font-size));
    line-height: 2.8rem;
  }
  .conpetition-header-textbox-one {
    margin-bottom: 0;
  }
  .conpetition-header-textbox-two {
    margin-bottom: 0.8rem;
  }
  .conpetition-header-textbox-three {
    margin-bottom: 0.5rem;
  }
  .conpetition-header-textbox-four {
    margin-bottom: -8rem;
  }
  .conpetition-header-text {
    font-size: calc(2.8rem * var(--qahwcag_base-font-size));
    line-height: 3.4rem;
  }
  .conpetition-header-text-arrow {
    padding-right: 0;
  }
  .conpetition-header-text-arrow img {
    width: 33px;
  }
  .conpetition-title {
    font-size: calc(2.8rem * var(--qahwcag_base-font-size));
  }
  .conpetition-rewards-section {
    padding: 5rem 0;
  }
  .conpetition-rewards-box {
    padding: 3.5rem 1.5rem 5rem 1.5rem;
  }
  .conpetition-rewards-amount {
    font-size: calc(10rem * var(--qahwcag_base-font-size));
    line-height: 7rem;
  }
  .conpetition-rewards-text {
    font-size: calc(3rem * var(--qahwcag_base-font-size));
    line-height: 3.7rem;
  }
  .conpetition-rewards-text--info {
    padding: 0 3rem 0 0;
    font-size: calc(2.8rem * var(--qahwcag_base-font-size));
  }
  .conpetition-rewards-text--info:after {
    width: 2.2rem;
    bottom: -2rem;
  }
  .conpetition-steps-infobox {
    padding: 0;
    text-align: center;
  }
  .conpetition-steps-infobox figure img {
    margin-left: auto;
    margin-right: auto;
  }
  .conpetition-steps-title {
    font-size: calc(2.4rem * var(--qahwcag_base-font-size));
  }
  .conpetition-steps-title:after {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .newsletter-title p {
    font-size: calc(3rem * var(--qahwcag_base-font-size));
    line-height: 4.5rem;
  }
  .newsletter-box {
    padding: 2.5rem;
  }
  .title-big {
    font-size: calc(4.5rem * var(--qahwcag_base-font-size));
    line-height: 5.3rem;
  }
  .myaccount-content-container {
    padding: 0 1.5rem;
  }
  .overlay-box--pad-6 {
    padding: 6rem 3rem;
  }
  .pharmacisttest2025-header-text-big {
    font-size: calc(3rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-header-text-medium {
    font-size: calc(2rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-header-text-bold {
    font-size: calc(2.5rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-header-imgbox {
    min-height: calc(100% + 8rem);
  }
  .pharmacisttest2025-why-title {
    font-size: calc(4rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-reward-title {
    font-size: calc(2.5rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-reward-title_big {
    font-size: calc(4rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-register-title {
    font-size: calc(4.4rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-register-box {
    padding: 3rem;
  }
  .pharmacisttest2025-expert-title-big {
    font-size: calc(6rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-expert-title-medium {
    font-size: calc(3.5rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-expert-title-small {
    font-size: calc(3rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-player-section {
    padding: 4rem 0 8rem 0;
    margin-top: 4rem;
  }
  .pharmacisttest2025-player-title {
    font-size: calc(4rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-player-title--big {
    font-size: calc(5rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-player-placeholder {
    font-size: calc(3.2rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-previousyear-title {
    font-size: calc(4.5rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-previousyear-container {
    padding-left: 0;
  }
  .pharmacisttest2025-materials-box-comingsoon {
    font-size: calc(2rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-materials-title {
    font-size: calc(3.5rem * var(--qahwcag_base-font-size));
  }
  .btn--pharmacisttest-big {
    font-size: calc(2rem * var(--qahwcag_base-font-size));
  }
  .list-dotted--fontsize-24 li {
    font-size: calc(2rem * var(--qahwcag_base-font-size));
    padding-left: 2.5rem;
  }
  .list-dotted--fontsize-24 li:before {
    top: 8px;
    width: 9px;
    height: 9px;
  }
  .fullscreen-slider-arrow {
    width: 5rem;
    height: 5rem;
  }
  .mab-10-5 {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 480px) {
  .quiz-agenda-hour--small {
    min-width: 94px;
  }
}
@media only screen and (max-width: 450px) {
  .navbar-logo img {
    max-width: 175px;
  }
  .pharmacist-test-winner-section:before {
    bottom: -3rem;
    font-size: calc(9rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-header-imgbox {
    min-height: calc(100% + 6rem);
    margin-top: 3rem;
  }
  .pharmacisttest2025-header-timer-box {
    width: 10rem;
  }
  .pharmacisttest2025-header-timer-box-value {
    font-size: calc(5.4rem * var(--qahwcag_base-font-size));
  }
  .pharmacisttest2025-header-timer-box-label {
    font-size: calc(2.8rem * var(--qahwcag_base-font-size));
  }
}
@media only screen and (max-width: 370px) {
  .navbar-search-hide-rwd {
    display: none;
  }
}
@media only screen and (max-width: 350px) {
  .quiz-internal-header-bg-box-text {
    font-size: calc(2.4rem * var(--qahwcag_base-font-size));
  }
}
