@font-face {
  font-family: 'raleway';
  src: url("fonts/Raleway-Regular.woff2") format("woff2"), url("fonts/Raleway-Regular.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'raleway-bold';
  src: url("fonts/Raleway-Bold.woff2") format("woff2"), url("fonts/Raleway-Bold.woff2") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'raleway-black';
  src: url("fonts/Raleway-Black.woff2") format("woff2"), url("fonts/Raleway-Black.woff2.woff2") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'raleway-light';
  src: url("fonts/Raleway-Light.woff2") format("woff2"), url("fonts/Raleway-Light.woff2") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@keyframes scale-up-center {
  0% {
    transform: scale(0.7);
    @media (max-width: 991px) {
      transform: scale(0.1) !important; } }
  100% {
    transform: scale(1);
    @media (max-width: 991px) {
      transform: scale(0.3) !important; } } }
.animate {
  animation-duration: 1s;
  animation-iteration-count: 1;
  transition: .3s ease;
  animation-iteration-count: infinite;
  animation-name: zoom; }

.stop-animate {
  animation-iteration-count: 0; }
@keyframes zoom {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }
@keyframes slide-top {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-100px); } }
@keyframes slide-right {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100px); } }
@keyframes floating {
  0% {
    transform: translate(0, 0px) scale(1); }
  50% {
    transform: translate(0, 15px) scale(1.1); }
  100% {
    transform: translate(0, 0px) scale(1); } }
@keyframes pulsate-back {
  0% {
    transform: scale(1) translate(0, 0px); }
  50% {
    transform: scale(0.9) translate(0, 10px); }
  100% {
    transform: scale(1) translate(0, 0px); } }
@keyframes pulsate-back-centered {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.85); }
  100% {
    transform: scale(1); } }
@keyframes pulsate-back-centered-02 {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }
@keyframes scale-up-center-02 {
  0% {
    transform: scale(0.9);
    @media (max-width: 991px) {
      transform: scale(0.5) !important; } }
  100% {
    transform: scale(1);
    @media (max-width: 991px) {
      transform: scale(0.6) !important; } } }
@keyframes slide-top-loop {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-60px); } }
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.5, 1.5); }
  100% {
    transform: scale(1, 1); } }
.zoom-in-out-box {
  animation: zoom-in-zoom-out 1s ease infinite; }

@keyframes rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@keyframes scale-up-general {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.03); } }
@keyframes scale-up-general-8 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.08); } }
.accordion .item {
  border-bottom: 1px solid transparent; }
  .accordion .item button {
    border: 0;
    width: 100%;
    height: auto;
    padding: 0px;
    padding-right: 65px;
    background-color: #212223;
    color: #ffffff;
    outline: none;
    cursor: pointer;
    text-align: left;
    position: relative;
    transition: all 0.3s linear; }
    .accordion .item button:not(.collapsed) {
      background-color: #e8244e;
      color: #ffffff; }
    .accordion .item button.collapsed:after {
      content: '';
      background-image: url(../images/accordion-open.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      position: absolute;
      right: 20px;
      top: 0px;
      bottom: 0px;
      width: 25px;
      height: 25px;
      margin: auto; }
    .accordion .item button:after {
      content: '';
      background-image: url(../images/accordion-close.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      position: absolute;
      right: 25px;
      top: 0px;
      bottom: 0px;
      margin: auto;
      width: 25px;
      height: 25px; }
  .accordion .item:last-of-type {
    margin-bottom: 0; }
  .accordion .item:not([data-viewed='true']) button.hand:before {
    pointer-events: none;
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 93px;
    height: 99px;
    animation: scale-up-center 0.4s ease-in-out infinite alternate both;
    z-index: 10;
    right: -17px !important;
    top: 45% !important; }
.accordion .item-content {
  background-color: #ffffff;
  padding: 20px;
  transition: all 0.3s linear; }
  .accordion .item-content p {
    color: #212223; }
.accordion .collapse.show .item-content {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

.card-reveal.card-reveal-hand:before {
  pointer-events: none;
  position: absolute;
  background-size: contain;
  content: '';
  bottom: 10px;
  right: 15px;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  animation: scale-up-center 0.4s ease-in-out infinite alternate both;
  z-index: 10; }

.card {
  position: relative;
  width: 100%;
  background-color: transparent;
  height: 100%;
  overflow: hidden;
  border: none;
  border-radius: 0rem; }
  .card .card-body {
    background-color: transparent; }

.carousel {
  width: 100%;
  height: auto;
  margin: auto; }
  .carousel:not([data-completed='true']) .carousel-control-next:after {
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    width: 93px;
    height: 99px;
    background-size: contain;
    animation: scale-up-center 0.4s ease-in-out infinite alternate both;
    z-index: 10;
    pointer-events: none; }
  .carousel .carousel-inner {
    margin: 0px auto; }
  .carousel .carousel-control-next,
  .carousel .carousel-control-prev {
    background-color: transparent;
    opacity: 1;
    margin: auto;
    cursor: pointer;
    position: absolute;
    display: block; }
  .carousel .carousel-control-next .carousel-control-next-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none; }
    .carousel .carousel-control-next .carousel-control-next-icon:after {
      content: '';
      width: 21px;
      height: 36px;
      background-image: url("../images/button-next-carousel.png");
      background-size: 100%;
      background-position: center top;
      background-repeat: no-repeat; }
    .carousel .carousel-control-next .carousel-control-next-icon:hover:after {
      background-position: center bottom; }
  .carousel .carousel-control-prev .carousel-control-prev-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none; }
    .carousel .carousel-control-prev .carousel-control-prev-icon:after {
      content: '';
      width: 21px;
      height: 36px;
      background-image: url("../images/button-previous-carousel.png");
      background-size: 100%;
      background-position: center top;
      background-repeat: no-repeat; }
    .carousel .carousel-control-prev .carousel-control-prev-icon:hover:after {
      background-position: center bottom; }
  .carousel .carousel-indicators {
    display: flex; }
    .carousel .carousel-indicators li {
      position: relative;
      opacity: 1;
      text-indent: -99999px;
      cursor: pointer;
      border: none;
      transition: all 0.6s ease;
      padding: 0px;
      font-size: 0px; }
      .carousel .carousel-indicators li.hand:after {
        position: absolute;
        content: '';
        background-repeat: no-repeat;
        background-size: contain;
        width: 93px;
        height: 99px;
        right: -12px;
        top: -10px;
        animation: scale-up-center 0.4s ease-in-out infinite alternate both;
        z-index: 10;
        pointer-events: none; }

.click-reveal {
  overflow: hidden; }
  .click-reveal *[data-component='click'] {
    cursor: pointer;
    position: relative; }
    .click-reveal *[data-component='click'].hand:after {
      position: absolute;
      content: '';
      background-repeat: no-repeat;
      background-size: contain;
      width: 60px;
      height: 60px;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      margin: auto;
      animation: scale-up-center 0.4s ease-in-out infinite alternate both;
      z-index: 10;
      pointer-events: none; }
  .click-reveal[data-completed='true'] *[data-component='click'] {
    cursor: default; }
    .click-reveal[data-completed='true'] *[data-component='click'].hand:after {
      display: none; }

.card.card-reveal {
  overflow: hidden;
  cursor: pointer; }
  .card.card-reveal .card-front {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    border: 0rem;
    background-color: transparent;
    padding: 0rem;
    align-items: center;
    justify-content: center; }
  .card.card-reveal .card-back {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 0rem;
    background-color: transparent;
    padding: 0rem;
    align-items: center;
    justify-content: center; }

.generic-tab .nav-tabs {
  border-bottom: 0px; }
  .generic-tab .nav-tabs .nav-item {
    margin-bottom: 0px; }
    .generic-tab .nav-tabs .nav-item.hand:before {
      pointer-events: none;
      position: absolute;
      content: '';
      background-repeat: no-repeat;
      background-size: contain;
      width: 93px;
      height: 99px;
      animation: scale-up-center 0.4s ease-in-out infinite alternate both;
      z-index: 10; }
.generic-tab ul li {
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative; }
  .generic-tab ul li a {
    background-color: #ffffff;
    position: relative;
    color: #333;
    margin-top: 0rem;
    text-decoration: none;
    width: auto;
    height: 5rem;
    flex-direction: column;
    align-items: center;
    display: flex;
    justify-content: center; }
    .generic-tab ul li a.active {
      background-color: #f3f3f3;
      color: #333; }
    @media (max-width: 575.99px) {
      .generic-tab ul li a {
        width: 100%; } }
  @media (max-width: 575.99px) {
    .generic-tab ul li {
      display: block;
      width: 100%;
      margin-right: 0px;
      border-bottom: 3px solid transparent;
      background-color: transparent; } }
.generic-tab .tab-content {
  background-color: #ffffff; }
  .generic-tab .tab-content .tab-pane {
    position: relative;
    z-index: 1; }

html,
body {
  width: 100%;
  height: 100%;
  font-size: 62.5%; }
  @media (max-width: 990.98px) {
    html,
    body {
      font-size: 59% !important; } }
  @media (max-width: 767.98px) {
    html,
    body {
      font-size: 55% !important; } }
  @media (max-width: 575.99px) {
    html,
    body {
      font-size: 47% !important; } }

body {
  font-family: "raleway" !important;
  font-weight: normal;
  margin: 0px;
  color: #ffffff;
  background-size: cover;
  background-attachment: fixed; }

body::-webkit-scrollbar-track,
*::-webkit-scrollbar-track {
  background-color: #ffffff;
  width: 10px; }

body::-webkit-scrollbar,
*::-webkit-scrollbar {
  background-color: #ffffff;
  width: 10px; }

body::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
  background-color: #e8244e;
  border-radius: 0px; }

* {
  outline: none !important; }

object {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block; }

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

strong {
  font-weight: bold; }

::-webkit-input-placeholder {
  color: #bebebe; }

::-moz-placeholder {
  color: #bebebe; }

:-ms-input-placeholder {
  color: #bebebe; }

:-moz-placeholder {
  color: #bebebe; }

.card-flip-wrapper .card-item {
  position: relative;
  overflow: initial !important;
  transform-style: preserve-3d; }
  .card-flip-wrapper .card-item :not(.disabled) {
    cursor: pointer; }
  .card-flip-wrapper .card-item.animating, .card-flip-wrapper .card-item.completed {
    animation: none !important; }
    .card-flip-wrapper .card-item.animating .card-front, .card-flip-wrapper .card-item.completed .card-front {
      top: 0px !important; }
  .card-flip-wrapper .card-item .card-front,
  .card-flip-wrapper .card-item .card-back {
    display: flex;
    position: absolute;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    transform-style: preserve-3d; }
  .card-flip-wrapper .card-item .card-front {
    position: relative; }

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

#content {
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.07); }

.container,
.container-fluid {
  position: relative; }

@media (max-width: 1199.98px) {
  .container {
    max-width: none !important; } }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0; }
  h1:not(:first-of-type),
  h2:not(:first-of-type),
  h3:not(:first-of-type),
  h4:not(:first-of-type),
  h5:not(:first-of-type),
  h6:not(:first-of-type),
  p:not(:first-of-type) {
    margin-top: 2rem; }

h1 {
  font-size: 6rem;
  line-height: 8rem;
  text-align: left;
  font-weight: normal; }

h2 {
  font-size: 4.5rem;
  line-height: 5rem;
  text-align: left;
  font-weight: bold; }

h3 {
  font-size: 6rem;
  line-height: 6.5rem;
  text-align: left;
  font-weight: bold; }

h4 {
  font-size: 3rem;
  line-height: 3.5rem;
  text-align: left;
  font-weight: 100; }

h5 {
  font-size: 3.5rem;
  line-height: 6rem;
  text-align: left;
  font-weight: 100; }

h6 {
  font-size: 1.2rem;
  line-height: 2.4rem;
  text-align: left;
  font-weight: normal; }

ul {
  margin: 0px;
  padding: 0px;
  padding-left: 3rem; }

p,
li {
  font-size: 3.2rem;
  line-height: 4rem;
  text-align: left;
  font-weight: normal; }
  p.small,
  li.small {
    font-size: 2.4rem;
    line-height: 4rem; }

ul li {
  margin: 0px;
  padding: 1rem 0px;
  padding-left: 1.5rem;
  list-style: none;
  position: relative; }

a {
  font-size: 3.5rem;
  line-height: 4.5rem; }

ul.list li {
  position: relative; }
  ul.list li:before {
    position: absolute;
    content: '\25CF';
    top: 9px;
    left: -1.5rem;
    font-size: 2rem; }

strong {
  font-weight: bold; }

.generic-tab ul {
  justify-content: center; }
  .generic-tab ul li {
    font-size: 2.5rem;
    line-height: 3rem; }
    .generic-tab ul li a {
      background-color: #ffffff;
      color: #06488d;
      width: 17rem;
      height: 5rem; }
      .generic-tab ul li a.active {
        background-color: #9bc3d3;
        color: #ffffff; }
      @media (max-width: 575.99px) {
        .generic-tab ul li a {
          width: 100%;
          border-radius: 0rem; } }
    @media (max-width: 575.99px) {
      .generic-tab ul li:first-of-type a {
        border-radius: 2rem 2rem 0rem 0rem; } }
.generic-tab .tab-content {
  background-color: #9bc3d3; }
  .generic-tab .tab-content p,
  .generic-tab .tab-content li {
    color: #ffffff; }
  @media (max-width: 575.99px) {
    .generic-tab .tab-content {
      border-radius: 0rem 0rem 2rem 2rem; } }

.card.card-reveal {
  border-radius: 2rem;
  height: 100%;
  display: flex;
  max-width: 350px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5); }
  .card.card-reveal .card-front {
    background-color: #77bde1;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 5.5rem 2rem;
    width: 100%;
    height: 100%;
    flex-direction: column; }
    .card.card-reveal .card-front img {
      margin-bottom: 80px; }
  .card.card-reveal .card-back {
    background-color: #3d84a8; }

.owl-nav button {
  animation: scale-up-general-8 0.6s ease-in-out infinite alternate both; }

.hand.pulse {
  animation: scale-up-general 0.6s ease-in-out infinite alternate both; }

.accordion .item {
  margin-bottom: 1.5rem; }
  .accordion .item button {
    font-size: 3.5rem;
    line-height: 4.5rem;
    font-weight: 500;
    border-radius: 100px;
    padding: 1rem 4rem;
    padding-right: 10rem;
    color: #ffffff; }
    .accordion .item button.collapsed {
      background-color: #92908e; }
      .accordion .item button.collapsed:after {
        background-image: url(../images/accordion-button-white.svg);
        width: 57px;
        height: 30px;
        background-size: cover; }
      .accordion .item button.collapsed:hover {
        transition: all 0.2s ease-out;
        background-color: #ec0000; }
    .accordion .item button:not(.collapsed) {
      background-color: #ec0000; }
      .accordion .item button:not(.collapsed):after {
        background-image: url(../images/accordion-button-white.svg);
        width: 57px;
        height: 30px;
        background-size: cover;
        transform: scaleY(-1); }
    @media (max-width: 990.98px) {
      .accordion .item button {
        padding-right: 7rem; }
        .accordion .item button:after {
          width: 37px !important;
          height: 20px !important; } }
  .accordion .item .item-content {
    background-color: transparent !important;
    padding: 4.5rem;
    padding-bottom: 6rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start; }
    .accordion .item .item-content .col-image {
      width: 100%;
      max-width: 428px;
      padding-right: 45px; }
      .accordion .item .item-content .col-image img {
        margin-top: 0; }
    .accordion .item .item-content .col-text {
      width: 100%;
      height: auto; }
      .accordion .item .item-content .col-text p,
      .accordion .item .item-content .col-text li {
        text-align: left;
        color: #92908e; }
      .accordion .item .item-content .col-text li {
        position: relative; }
        .accordion .item .item-content .col-text li:before {
          content: '';
          position: absolute;
          top: 24px;
          left: -2rem;
          background-image: url(../images/bullet-red.svg);
          width: 23px;
          height: 13px;
          background-size: cover; }
    @media (max-width: 990.98px) {
      .accordion .item .item-content {
        flex-wrap: wrap;
        padding: 4.5rem 0; }
        .accordion .item .item-content .col-image {
          padding: 0;
          margin: auto;
          margin-bottom: 4.5rem; } }

span.tooltip-link {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer; }
span.highlight {
  display: inline;
  background-color: #212223;
  padding: 0px 10px;
  border-radius: 100px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; }

.icon-click {
  display: flex;
  width: auto;
  height: auto;
  flex-wrap: nowrap;
  align-items: center; }
  .icon-click img {
    width: 40px;
    height: 65px;
    margin-left: 0;
    margin-right: 26px; }
  .icon-click p {
    text-align: left;
    font-size: 1.8rem;
    line-height: 2.8rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #92908e; }

.tooltip {
  font-family: 'brandom';
  opacity: 1 !important;
  filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.12)); }
  .tooltip .tooltip-inner {
    background-color: #ffe37f;
    opacity: 1;
    color: #92908e;
    font-size: 3rem;
    line-height: 4rem;
    border-radius: 4.7rem;
    padding: 4rem;
    max-width: 530px; }
    .tooltip .tooltip-inner p {
      font-size: 3.5rem;
      line-height: 4.5rem; }
    .tooltip .tooltip-inner.red-tooltip {
      background-color: #f79696;
      opacity: 1;
      color: #92908e;
      font-size: 2.5rem;
      line-height: 3.5rem;
      border-radius: 4.7rem;
      padding: 4rem;
      max-width: 990px; }
    .tooltip .tooltip-inner.blue-tooltip {
      background-color: #aadfe4;
      opacity: 1;
      color: #92908e;
      font-size: 2.5rem;
      line-height: 3.5rem;
      border-radius: 4.7rem;
      padding: 4rem;
      max-width: 990px; }

.bs-tooltip-top .arrow::before {
  border-top-color: #ffe37f; }

.bs-tooltip-right .arrow::before {
  border-right-color: #ffe37f; }

.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #ffe37f; }

.bs-tooltip-left .arrow::before {
  border-left-color: #ffe37f; }

.bs-tooltip-top .arrow.red-arrow::before {
  border-top-color: #f79696; }

.bs-tooltip-right .arrow.red-arrow::before {
  border-right-color: #f79696; }

.bs-tooltip-bottom .arrow.red-arrow::before {
  border-bottom-color: #f79696; }

.bs-tooltip-left .arrow.red-arrow::before {
  border-left-color: #f79696; }

.bs-tooltip-top .arrow.blue-arrow::before {
  border-top-color: #aadfe4; }

.bs-tooltip-right .arrow.blue-arrow::before {
  border-right-color: #aadfe4; }

.bs-tooltip-bottom .arrow.blue-arrow::before {
  border-bottom-color: #aadfe4; }

.bs-tooltip-left .arrow.blue-arrow::before {
  border-left-color: #aadfe4; }

[class^='cross'] {
  animation-name: scale-up-center;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-direction: alternate; }

.audioplayer {
  margin-top: 4rem;
  margin-left: 0;
  padding: 0 2rem;
  width: 100%;
  max-width: 908px;
  height: 80px;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.16)); }
  .audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-image: url(../images/audio-play.svg);
    background-size: 21px 32px;
    background-position: center;
    background-repeat: no-repeat;
    border: none; }
    .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
      display: none; }
    .audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
      background: none;
      background-image: url(../images/audio-play.svg);
      background-size: 21px 32px;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0.8; }
  .audioplayer .audioplayer-playpause {
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-image: url(../images/audio-pause.svg);
    background-size: 18px 23px;
    background-position: center;
    background-repeat: no-repeat;
    border: none; }
    .audioplayer .audioplayer-playpause a {
      display: none; }
    .audioplayer .audioplayer-playpause:hover {
      background: none;
      background-image: url(../images/audio-pause.svg);
      background-size: 18px 32px;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0.8; }
  .audioplayer .audioplayer-time-current {
    margin-left: 5px;
    font-weight: bold; }
  .audioplayer .audioplayer-bar::before {
    height: 5px;
    top: 3px; }
  .audioplayer .audioplayer-bar-loaded,
  .audioplayer .audioplayer-bar-played {
    height: 5px;
    top: 3px; }
  .audioplayer .audioplayer-bar-played:after {
    display: flex;
    position: absolute;
    content: '';
    box-sizing: border-box;
    top: -8px;
    right: -1px;
    margin-right: -5px;
    width: 20px;
    height: 20px;
    background-color: #ffc800;
    border-radius: 25px;
    border: none !important; }

.audioplayer-wrapper {
  display: flex;
  align-items: center; }
  .audioplayer-wrapper.red :not(.audioplayer-playing) .audioplayer-playpause {
    background-image: url(../images/default/audio-play-red.svg); }
    .audioplayer-wrapper.red :not(.audioplayer-playing) .audioplayer-playpause:hover {
      background-image: url(../images/default/audio-play-red.svg); }
  .audioplayer-wrapper.red .audioplayer-playpause {
    background-image: url(../images/default/audio-pause-red.svg); }
    .audioplayer-wrapper.red .audioplayer-playpause:hover {
      background-image: url(../images/default/audio-pause-red.svg); }
  .audioplayer-wrapper.red .audioplayer-bar-played {
    background-color: #ec0000; }
    .audioplayer-wrapper.red .audioplayer-bar-played:after {
      background-color: #ec0000; }
  .audioplayer-wrapper .audioplayer {
    margin-top: 0;
    margin-left: 0;
    max-width: 908px;
    height: 70px; }
  .audioplayer-wrapper button {
    width: 76px;
    height: 76px;
    background: transparent;
    border: none;
    background-image: url(../images/default/icon-podcast.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    margin-left: 45px;
    position: relative;
    top: 4px; }
    @media (max-width: 990.98px) {
      .audioplayer-wrapper button {
        margin-left: 30px;
        flex-shrink: 0; } }
    @media (max-width: 575.99px) {
      .audioplayer-wrapper button {
        margin-left: 10px; } }

.scroll-down-wrapper {
  width: 8rem;
  height: 14rem;
  background-color: #172a38cf;
  border-radius: 28px;
  position: fixed;
  bottom: 0rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  transition: all 0.6s ease-out;
  pointer-events: none;
  opacity: 0;
  visibility: hidden; }
  .scroll-down-wrapper.active {
    opacity: 1;
    visibility: visible;
    bottom: 3rem; }

.owl-carousel.carousel-01 {
  max-width: 1110px;
  margin: auto;
  display: flex; }
  .owl-carousel.carousel-01 .owl-stage {
    display: flex; }
  .owl-carousel.carousel-01 .owl-dots {
    position: absolute;
    width: 100%;
    max-width: 545px;
    right: 0;
    bottom: 20px;
    margin: auto;
    pointer-events: none; }
    .owl-carousel.carousel-01 .owl-dots button {
      border: none;
      width: 25px;
      height: 25px;
      margin: 0 3px;
      border-radius: 200px;
      pointer-events: all;
      opacity: 0.7; }
      .owl-carousel.carousel-01 .owl-dots button span {
        width: 15px;
        height: 15px;
        background-color: #ffffff; }
      .owl-carousel.carousel-01 .owl-dots button.active, .owl-carousel.carousel-01 .owl-dots button:hover {
        opacity: 1; }
        .owl-carousel.carousel-01 .owl-dots button.active span, .owl-carousel.carousel-01 .owl-dots button:hover span {
          background-color: #ffffff; }
    @media (max-width: 1199.98px) {
      .owl-carousel.carousel-01 .owl-dots {
        max-width: none; } }
  .owl-carousel.carousel-01 .owl-nav {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%; }
    .owl-carousel.carousel-01 .owl-nav button {
      opacity: 1;
      margin: 0;
      padding: 0;
      width: 68px;
      height: 68px;
      top: 41%; }
      .owl-carousel.carousel-01 .owl-nav button:hover {
        background: transparent !important; }
      .owl-carousel.carousel-01 .owl-nav button.owl-prev {
        position: absolute;
        left: -34px;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important; }
      .owl-carousel.carousel-01 .owl-nav button.owl-next {
        position: absolute;
        right: -34px;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important; }
      .owl-carousel.carousel-01 .owl-nav button.disabled {
        display: none;
        pointer-events: none; }
      .owl-carousel.carousel-01 .owl-nav button span {
        display: none; }
      @media (max-width: 1199.98px) {
        .owl-carousel.carousel-01 .owl-nav button {
          width: 45px;
          height: 45px; }
          .owl-carousel.carousel-01 .owl-nav button.owl-prev {
            left: 10px; }
          .owl-carousel.carousel-01 .owl-nav button.owl-next {
            right: 10px; } }
      @media (max-width: 575.99px) {
        .owl-carousel.carousel-01 .owl-nav button {
          top: 35%; } }
      @media (max-width: 425.98px) {
        .owl-carousel.carousel-01 .owl-nav button {
          top: 28%; } }
  .owl-carousel.carousel-01 .item {
    padding: 6.5rem;
    padding-left: 9rem;
    padding-right: 0;
    background-color: #212223;
    display: flex;
    flex: 1 0 auto;
    height: 100%; }
    .owl-carousel.carousel-01 .item .inner-container-01 {
      padding: 0;
      display: flex;
      flex-direction: column;
      align-items: stretch; }
      .owl-carousel.carousel-01 .item .inner-container-01 .inner-row-01 {
        display: flex;
        align-items: center; }
        .owl-carousel.carousel-01 .item .inner-container-01 .inner-row-01 .inner-col-01 {
          padding-right: 3rem; }
          .owl-carousel.carousel-01 .item .inner-container-01 .inner-row-01 .inner-col-01 p {
            color: #92908e;
            text-align: left; }
          .owl-carousel.carousel-01 .item .inner-container-01 .inner-row-01 .inner-col-01 h2 {
            color: #92908e;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 3.5rem;
            line-height: 4.5rem; }
          .owl-carousel.carousel-01 .item .inner-container-01 .inner-row-01 .inner-col-01 ul {
            padding-left: 0;
            margin-top: 1rem; }
            .owl-carousel.carousel-01 .item .inner-container-01 .inner-row-01 .inner-col-01 ul li {
              position: relative;
              padding: 0;
              color: #92908e; }
              .owl-carousel.carousel-01 .item .inner-container-01 .inner-row-01 .inner-col-01 ul li:before {
                content: '';
                position: absolute;
                top: 17px;
                left: -3.5rem;
                background-image: url(../images/default/bullet-black.svg);
                width: 23px;
                height: 13px;
                background-size: cover; }
              @media (max-width: 990.98px) {
                .owl-carousel.carousel-01 .item .inner-container-01 .inner-row-01 .inner-col-01 ul li::before {
                  top: 13px; } }
              @media (max-width: 575.99px) {
                .owl-carousel.carousel-01 .item .inner-container-01 .inner-row-01 .inner-col-01 ul li::before {
                  top: 8px; } }
          @media (max-width: 1199.98px) {
            .owl-carousel.carousel-01 .item .inner-container-01 .inner-row-01 .inner-col-01 {
              padding: 6.5rem;
              order: 1; } }
          @media (max-width: 575.99px) {
            .owl-carousel.carousel-01 .item .inner-container-01 .inner-row-01 .inner-col-01 {
              padding-bottom: 8rem; } }
        .owl-carousel.carousel-01 .item .inner-container-01 .inner-row-01 .inner-col-02 img {
          width: auto;
          max-width: none;
          float: right;
          border-top-left-radius: 200px;
          border: 3.5px solid #ffffff; }
        @media (max-width: 1199.98px) {
          .owl-carousel.carousel-01 .item .inner-container-01 .inner-row-01 .inner-col-02 {
            order: 0;
            margin-top: 6.5rem; }
            .owl-carousel.carousel-01 .item .inner-container-01 .inner-row-01 .inner-col-02 img {
              float: none;
              border-radius: 3.6rem;
              margin: auto; } }
        @media (max-width: 767.98px) {
          .owl-carousel.carousel-01 .item .inner-container-01 .inner-row-01 .inner-col-02 {
            padding: 0 75px; }
            .owl-carousel.carousel-01 .item .inner-container-01 .inner-row-01 .inner-col-02 img {
              width: 100%; } }
        @media (max-width: 575.99px) {
          .owl-carousel.carousel-01 .item .inner-container-01 .inner-row-01 .inner-col-02 {
            padding: 0 35px; } }
    @media (max-width: 1199.98px) {
      .owl-carousel.carousel-01 .item {
        padding: 0; } }
  .owl-carousel.carousel-01.with-title .item {
    padding: 0;
    background-color: #212223;
    display: flex;
    flex-direction: column;
    background: transparent !important; }
    .owl-carousel.carousel-01.with-title .item .inner-container-title {
      padding: 0; }
      .owl-carousel.carousel-01.with-title .item .inner-container-title .inner-row-01 {
        margin-top: 1rem;
        margin-bottom: 3.3rem; }
        .owl-carousel.carousel-01.with-title .item .inner-container-title .inner-row-01 .inner-col-01 h2 {
          margin-left: 2px;
          color: #ffffff;
          text-align: left;
          font-weight: normal;
          font-size: 4.5rem;
          line-height: 7rem;
          text-transform: uppercase; }
          .owl-carousel.carousel-01.with-title .item .inner-container-title .inner-row-01 .inner-col-01 h2 span.highlight {
            background-color: #92908e; }
          @media (max-width: 767.98px) {
            .owl-carousel.carousel-01.with-title .item .inner-container-title .inner-row-01 .inner-col-01 h2 {
              font-size: 3.5rem;
              line-height: 5.5rem; } }
    .owl-carousel.carousel-01.with-title .item .wrapper {
      padding: 6.5rem;
      padding-left: 9rem;
      padding-right: 0;
      background-color: #212223;
      display: flex;
      flex: 1 0 auto;
      height: 100%; }
      .owl-carousel.carousel-01.with-title .item .wrapper .inner-container-01 {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch; }
        .owl-carousel.carousel-01.with-title .item .wrapper .inner-container-01 .inner-row-01 {
          display: flex;
          align-items: center; }
          .owl-carousel.carousel-01.with-title .item .wrapper .inner-container-01 .inner-row-01 .inner-col-01 {
            padding-right: 3rem; }
            .owl-carousel.carousel-01.with-title .item .wrapper .inner-container-01 .inner-row-01 .inner-col-01 p {
              color: #92908e;
              text-align: left; }
            .owl-carousel.carousel-01.with-title .item .wrapper .inner-container-01 .inner-row-01 .inner-col-01 h2 {
              color: #92908e;
              font-weight: bold;
              text-transform: uppercase;
              font-size: 3.5rem;
              line-height: 4.5rem; }
            .owl-carousel.carousel-01.with-title .item .wrapper .inner-container-01 .inner-row-01 .inner-col-01 ul {
              padding-left: 0;
              margin-top: 1rem; }
              .owl-carousel.carousel-01.with-title .item .wrapper .inner-container-01 .inner-row-01 .inner-col-01 ul li {
                position: relative;
                padding: 0;
                color: #92908e; }
                .owl-carousel.carousel-01.with-title .item .wrapper .inner-container-01 .inner-row-01 .inner-col-01 ul li:before {
                  content: '';
                  position: absolute;
                  top: 17px;
                  left: -3.5rem;
                  background-image: url(../images/default/bullet-black.svg);
                  width: 23px;
                  height: 13px;
                  background-size: cover; }
                @media (max-width: 990.98px) {
                  .owl-carousel.carousel-01.with-title .item .wrapper .inner-container-01 .inner-row-01 .inner-col-01 ul li::before {
                    top: 13px; } }
                @media (max-width: 575.99px) {
                  .owl-carousel.carousel-01.with-title .item .wrapper .inner-container-01 .inner-row-01 .inner-col-01 ul li::before {
                    top: 8px; } }
            @media (max-width: 1199.98px) {
              .owl-carousel.carousel-01.with-title .item .wrapper .inner-container-01 .inner-row-01 .inner-col-01 {
                padding: 6.5rem;
                order: 1; } }
            @media (max-width: 575.99px) {
              .owl-carousel.carousel-01.with-title .item .wrapper .inner-container-01 .inner-row-01 .inner-col-01 {
                padding-bottom: 8rem; } }
          .owl-carousel.carousel-01.with-title .item .wrapper .inner-container-01 .inner-row-01 .inner-col-02 img {
            width: auto;
            max-width: none;
            float: right;
            border-top-left-radius: 200px;
            border: 3.5px solid #ffffff; }
          @media (max-width: 1199.98px) {
            .owl-carousel.carousel-01.with-title .item .wrapper .inner-container-01 .inner-row-01 .inner-col-02 {
              order: 0;
              margin-top: 6.5rem; }
              .owl-carousel.carousel-01.with-title .item .wrapper .inner-container-01 .inner-row-01 .inner-col-02 img {
                float: none;
                border-radius: 3.6rem;
                margin: auto; } }
          @media (max-width: 767.98px) {
            .owl-carousel.carousel-01.with-title .item .wrapper .inner-container-01 .inner-row-01 .inner-col-02 {
              padding: 0 75px; }
              .owl-carousel.carousel-01.with-title .item .wrapper .inner-container-01 .inner-row-01 .inner-col-02 img {
                width: 100%; } }
          @media (max-width: 575.99px) {
            .owl-carousel.carousel-01.with-title .item .wrapper .inner-container-01 .inner-row-01 .inner-col-02 {
              padding: 0 35px; } }
      @media (max-width: 1199.98px) {
        .owl-carousel.carousel-01.with-title .item .wrapper {
          padding: 0; } }
  .owl-carousel.carousel-01.with-title .owl-nav button {
    top: 50%; }
    @media (max-width: 460px) {
      .owl-carousel.carousel-01.with-title .owl-nav button {
        top: 35%; } }

[class^='cross'] {
  animation-name: scale-up-center;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-direction: alternate; }

[class^='asterisk'],
[class^='star'] {
  animation-name: scale-up-center;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-direction: alternate; }

.mfp-bg {
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  background: rgba(0, 0, 0, 0);
  opacity: 1; }

.mfp-bg {
  overflow: hidden !important;
  width: 100% !important;
  height: 100% !important;
  position: fixed !important; }

.mfp-wrap {
  overflow: hidden auto !important;
  width: 100% !important;
  height: 100% !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important; }

.mfp-container {
  padding: 0 !important; }

.mfp-wrap,
.mfp-bg {
  height: 100% !important;
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important; }

.mfp-bg {
  background-color: unset !important;
  overflow: hidden !important; }

.mfp-hide-custom {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden; }

.question-wrapper .narrative-content {
  margin-bottom: 3rem; }
  .question-wrapper .narrative-content p {
    text-align: left;
    color: #212223; }
.question-wrapper .question-content {
  margin-bottom: 3rem; }
  .question-wrapper .question-content p {
    text-align: left;
    color: #005ba8;
    font-weight: bold; }
.question-wrapper img.instruction {
  margin-left: 0;
  margin-bottom: 10rem; }
.question-wrapper .alternatives .alternative-item {
  position: relative;
  width: 100%;
  margin-left: 0; }
  .question-wrapper .alternatives .alternative-item .alternative-wrapper {
    cursor: pointer;
    display: inline-block;
    border-radius: 200px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    padding: 2rem 3rem 2rem 9.5rem;
    transition: all 0.2s ease-out; }
    .question-wrapper .alternatives .alternative-item .alternative-wrapper p {
      color: #212223; }
    .question-wrapper .alternatives .alternative-item .alternative-wrapper:before {
      content: '';
      position: absolute;
      width: 30px;
      height: 30px;
      border-radius: 100%;
      background-color: #212223;
      top: 0;
      bottom: 0;
      left: 36px;
      margin: auto;
      pointer-events: none; }
      @media (max-width: 767.98px) {
        .question-wrapper .alternatives .alternative-item .alternative-wrapper:before {
          left: 30px; } }
      @media (max-width: 575.99px) {
        .question-wrapper .alternatives .alternative-item .alternative-wrapper:before {
          left: 24px; } }
    .question-wrapper .alternatives .alternative-item .alternative-wrapper:after {
      content: '';
      position: absolute;
      width: 18px;
      height: 18px;
      border-radius: 100%;
      background-color: #ffffff;
      top: 0;
      bottom: 0;
      left: 42px;
      margin: auto;
      z-index: 3; }
      @media (max-width: 767.98px) {
        .question-wrapper .alternatives .alternative-item .alternative-wrapper:after {
          left: 36px; } }
      @media (max-width: 575.99px) {
        .question-wrapper .alternatives .alternative-item .alternative-wrapper:after {
          left: 30px; } }
    @media (max-width: 767.98px) {
      .question-wrapper .alternatives .alternative-item .alternative-wrapper {
        border-radius: 3rem; } }
  .question-wrapper .alternatives .alternative-item:last-of-type .alternative-wrapper {
    margin-bottom: 0; }
  .question-wrapper .alternatives .alternative-item:hover {
    transition: all 0.2s ease-out; }
    .question-wrapper .alternatives .alternative-item:hover .alternative-wrapper {
      background-color: #e8244e; }
  .question-wrapper .alternatives .alternative-item.disabled {
    opacity: 0.85;
    pointer-events: none; }
  .question-wrapper .alternatives .alternative-item.selected .alternative-wrapper {
    background-color: #e8244e; }
    .question-wrapper .alternatives .alternative-item.selected .alternative-wrapper:after {
      content: '';
      position: absolute;
      width: 18px;
      height: 18px;
      border-radius: 100%;
      background-color: #9bc3d3;
      top: 0;
      bottom: 0;
      left: 42px;
      margin: auto;
      z-index: 3; }
      @media (max-width: 767.98px) {
        .question-wrapper .alternatives .alternative-item.selected .alternative-wrapper:after {
          left: 36px; } }
      @media (max-width: 575.99px) {
        .question-wrapper .alternatives .alternative-item.selected .alternative-wrapper:after {
          left: 30px; } }
.question-wrapper .button-wrapper {
  margin-top: 6rem;
  margin-left: 0; }
  .question-wrapper .button-wrapper button {
    display: flex;
    margin: auto;
    transition: all 0.2s ease-out;
    border: none;
    width: 167px;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin-left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent; }
    .question-wrapper .button-wrapper button.disabled {
      pointer-events: none;
      opacity: 0.7; }
.question-wrapper .feedback {
  display: none;
  margin-bottom: 6.5rem; }
  .question-wrapper .feedback h4 {
    color: #212223;
    font-size: 2.4rem;
    line-height: 2.9rem; }
    @media (max-width: 767.98px) {
      .question-wrapper .feedback h4 {
        text-align: center; } }
  @media (max-width: 767.98px) {
    .question-wrapper .feedback p {
      text-align: center; } }
  .question-wrapper .feedback.visible {
    display: grid; }
    @media (max-width: 1199.98px) {
      .question-wrapper .feedback.visible {
        flex-direction: column; } }

.custom-feedback .mfp-content {
  background-color: transparent;
  border-radius: 0px;
  margin: auto;
  width: 100% !important;
  max-width: 1920px;
  height: auto;
  min-height: 100%;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 !important; }
  .custom-feedback .mfp-content .correct {
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: absolute;
    background-color: rgba(232, 36, 78, 0.9); }
    .custom-feedback .mfp-content .correct .container {
      width: 100%;
      height: auto;
      min-height: 100vh;
      position: relative;
      z-index: 5;
      padding: 0 !important; }
      .custom-feedback .mfp-content .correct .container .row-01 {
        width: 100%;
        height: inherit;
        min-height: 100vh;
        display: flex;
        align-items: center;
        padding-top: 10rem;
        padding-bottom: 10rem;
        margin: 0 !important; }
        .custom-feedback .mfp-content .correct .container .row-01 .col-01 .box-01 {
          width: 100%;
          max-width: 1015px;
          height: auto;
          padding: 5rem;
          border-radius: 15px;
          background: #9bc3d3;
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
          position: relative;
          margin: auto; }
          .custom-feedback .mfp-content .correct .container .row-01 .col-01 .box-01 img {
            margin: auto; }
          .custom-feedback .mfp-content .correct .container .row-01 .col-01 .box-01 h3 {
            text-align: center;
            color: #92908e;
            font-weight: bold; }
          .custom-feedback .mfp-content .correct .container .row-01 .col-01 .box-01 h4 {
            text-align: center;
            color: #212223;
            font-weight: normal; }
          .custom-feedback .mfp-content .correct .container .row-01 .col-01 .box-01 .mfp-close {
            color: transparent;
            position: absolute !important;
            pointer-events: all !important;
            width: 22px !important;
            height: 22px !important;
            display: flex !important;
            padding: 0 !important;
            margin: 0 !important;
            background-color: transparent !important;
            background-image: url(../images/default/correct-mfp-close.svg);
            background-size: cover;
            background-position: top left;
            opacity: 1;
            top: 2rem;
            right: 2rem; }
            @media (max-width: 767.98px) {
              .custom-feedback .mfp-content .correct .container .row-01 .col-01 .box-01 .mfp-close {
                top: 2.5rem;
                right: 2.5rem; } }
            .custom-feedback .mfp-content .correct .container .row-01 .col-01 .box-01 .mfp-close:hover {
              background-image: url(../images/default/correct-mfp-close-over.svg); }
      @media (max-width: 1199.98px) {
        .custom-feedback .mfp-content .correct .container {
          padding: 0; } }
  .custom-feedback .mfp-content .incorrect {
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: absolute;
    background-color: rgba(232, 36, 78, 0.9); }
    .custom-feedback .mfp-content .incorrect .container {
      width: 100%;
      height: auto;
      min-height: 100vh;
      position: relative;
      z-index: 5; }
      .custom-feedback .mfp-content .incorrect .container .row-01 {
        width: 100%;
        height: inherit;
        min-height: 100vh;
        display: flex;
        align-items: center;
        padding-top: 10rem;
        padding-bottom: 10rem; }
        .custom-feedback .mfp-content .incorrect .container .row-01 .col-01 .box-01 {
          width: 100%;
          max-width: 1015px;
          height: auto;
          padding: 5rem;
          border-radius: 15px;
          background: #212223;
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
          position: relative;
          margin: auto; }
          .custom-feedback .mfp-content .incorrect .container .row-01 .col-01 .box-01 img {
            margin: auto; }
          .custom-feedback .mfp-content .incorrect .container .row-01 .col-01 .box-01 h3 {
            text-align: center;
            color: #92908e;
            font-weight: bold; }
          .custom-feedback .mfp-content .incorrect .container .row-01 .col-01 .box-01 h4 {
            text-align: center;
            color: #ffffff;
            font-weight: normal; }
          .custom-feedback .mfp-content .incorrect .container .row-01 .col-01 .box-01 .mfp-close {
            color: transparent;
            position: absolute !important;
            pointer-events: all !important;
            width: 22px !important;
            height: 22px !important;
            display: flex !important;
            padding: 0 !important;
            margin: 0 !important;
            background-color: transparent !important;
            background-image: url(../images/default/incorrect-mfp-close.svg);
            background-size: cover;
            background-position: top left;
            opacity: 1;
            top: 2rem;
            right: 2rem; }
            @media (max-width: 767.98px) {
              .custom-feedback .mfp-content .incorrect .container .row-01 .col-01 .box-01 .mfp-close {
                top: 2.5rem;
                right: 2.5rem; } }
            .custom-feedback .mfp-content .incorrect .container .row-01 .col-01 .box-01 .mfp-close:hover {
              background-image: url(../images/default/incorrect-mfp-close-over.svg); }
      @media (max-width: 1199.98px) {
        .custom-feedback .mfp-content .incorrect .container {
          padding: 0; } }
  .custom-feedback .mfp-content .mfp-close {
    display: none; }
    .custom-feedback .mfp-content .mfp-close::after {
      display: none; }

.featured-box {
  width: 100%;
  max-width: 1015px;
  height: auto;
  margin: auto; }
  .featured-box .header {
    width: 100%;
    height: 79px;
    background: #020e39;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.16));
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    padding-left: 4.5rem;
    padding-right: 2.5rem;
    flex-shrink: 0;
    border-radius: 200px; }
    .featured-box .header h3 {
      font-weight: bold;
      color: #212223;
      margin: auto;
      margin-left: 0; }
    .featured-box .header img {
      margin-right: 0; }
  .featured-box .content {
    width: 100%;
    padding: 5rem; }
    .featured-box .content p {
      color: #212223;
      margin-bottom: 3rem; }
      .featured-box .content p:last-of-type {
        margin-bottom: 0; }

.dissertative-wrapper .textarea-wrapper {
  width: 100%;
  height: auto;
  border-radius: 15px;
  background: linear-gradient(#f2f2f2 0%, #deedf2 100%);
  border: 2px solid #900;
  padding: 1.5rem;
  height: 364px;
  overflow: hidden;
  margin-bottom: 6rem; }
  .dissertative-wrapper .textarea-wrapper textarea {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    color: #212223;
    font-size: 2.8rem;
    line-height: 4.5rem;
    resize: none; }
    .dissertative-wrapper .textarea-wrapper textarea::-webkit-scrollbar-track {
      background-color: transparent;
      width: 6px;
      border-radius: 20px; }
    .dissertative-wrapper .textarea-wrapper textarea::-webkit-scrollbar {
      background-color: transparent;
      width: 6px; }
    .dissertative-wrapper .textarea-wrapper textarea::-webkit-scrollbar-thumb {
      background-color: #990000;
      border-radius: 20px; }
  .dissertative-wrapper .textarea-wrapper.disabled {
    pointer-events: none; }
    .dissertative-wrapper .textarea-wrapper.disabled textarea {
      pointer-events: none; }
.dissertative-wrapper .button-wrapper {
  margin-left: 0; }
  .dissertative-wrapper .button-wrapper button {
    display: flex;
    margin: auto;
    transition: all 0.2s ease-out;
    border: none;
    width: 167px;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin-left: 0;
    background-image: url(../images/default/send-button.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent; }
    .dissertative-wrapper .button-wrapper button:hover {
      background-image: url(../images/default/send-button-over.png); }
    .dissertative-wrapper .button-wrapper button.disabled {
      pointer-events: none;
      opacity: 0.7; }

.smartphone-simulator {
  position: relative;
  width: 351.65px;
  height: 753px;
  margin: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; }
  .smartphone-simulator:before {
    content: '';
    position: absolute;
    top: 26px;
    left: 0;
    right: 0;
    margin: auto;
    width: 13.31px;
    height: 13.31px;
    background-image: url(../images/default/camera-smartphone.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
    pointer-events: none;
    transition: all 0.3s linear;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none; }
  .smartphone-simulator.hide-dot::before {
    opacity: 0; }
  .smartphone-simulator img.mockup {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0; }
  .smartphone-simulator .content-wrapper {
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    margin: auto;
    width: 314px;
    height: 677px;
    background-color: #000;
    overflow: hidden;
    border-radius: 41px;
    z-index: 2; }
    .smartphone-simulator .content-wrapper .steps {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      width: -moz-max-content;
      width: max-content; }
      .smartphone-simulator .content-wrapper .steps .step {
        width: 316px;
        height: 677px;
        position: relative; }
        .smartphone-simulator .content-wrapper .steps .step.active {
          pointer-events: all; }
        .smartphone-simulator .content-wrapper .steps .step[data-type='image'] img {
          width: 100%;
          height: 100%; }
          .smartphone-simulator .content-wrapper .steps .step[data-type='image'] img[data-on-click] {
            cursor: pointer; }
        .smartphone-simulator .content-wrapper .steps .step[data-type='video'] video {
          width: 316px;
          height: 677px; }
        .smartphone-simulator .content-wrapper .steps .step[data-type='chat'] .header {
          height: 65px;
          background-color: #064e45;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          padding: 0 3.5rem;
          position: relative; }
          .smartphone-simulator .content-wrapper .steps .step[data-type='chat'] .header::before {
            content: url(../images/default/simulator-chat-icon-back.svg);
            width: 15px;
            height: 13px;
            position: absolute;
            left: 1rem; }
          .smartphone-simulator .content-wrapper .steps .step[data-type='chat'] .header::after {
            content: url(../images/default/simulator-chat-icons-extra.svg);
            width: 77px;
            height: 17px;
            position: absolute;
            right: 2rem; }
          .smartphone-simulator .content-wrapper .steps .step[data-type='chat'] .header img {
            margin: 0; }
          .smartphone-simulator .content-wrapper .steps .step[data-type='chat'] .header p {
            padding: 0 1rem;
            font-size: 2rem;
            line-height: 2.7rem;
            position: relative; }
            .smartphone-simulator .content-wrapper .steps .step[data-type='chat'] .header p span {
              display: block;
              font-size: 1rem;
              letter-spacing: 0.1cap;
              line-height: 1rem;
              font-weight: 300; }
        .smartphone-simulator .content-wrapper .steps .step[data-type='chat'] .body {
          height: 519px;
          background-color: #e6e3df;
          padding: 1rem 2rem;
          position: relative;
          display: flex;
          flex-direction: column; }
          .smartphone-simulator .content-wrapper .steps .step[data-type='chat'] .body .message {
            position: relative;
            max-width: 240px;
            opacity: 1;
            top: 0;
            border-radius: 0rem 1rem 1rem 1rem;
            padding: 1.5rem 3rem 2rem 1.5rem;
            margin-bottom: 1rem;
            background-color: #fffeff;
            transition: all 0.3s ease; }
            .smartphone-simulator .content-wrapper .steps .step[data-type='chat'] .body .message.unread {
              opacity: 0;
              top: 10px; }
            .smartphone-simulator .content-wrapper .steps .step[data-type='chat'] .body .message p {
              font-size: 1.3rem;
              line-height: 1.3rem;
              color: #000; }
            .smartphone-simulator .content-wrapper .steps .step[data-type='chat'] .body .message span {
              content: attr(time);
              position: absolute;
              right: 1rem;
              bottom: 5px;
              font-size: 8px;
              color: #9a9a9a; }
            .smartphone-simulator .content-wrapper .steps .step[data-type='chat'] .body .message::before {
              content: url(../images/default/simulator-chat-detail-white.svg);
              width: 6px;
              height: 10px;
              position: absolute;
              left: -6px;
              top: -1px; }
            .smartphone-simulator .content-wrapper .steps .step[data-type='chat'] .body .message.me {
              max-width: 220px;
              background-color: #e1ffc7;
              align-self: end;
              border-radius: 1rem 0rem 1rem 1rem; }
              .smartphone-simulator .content-wrapper .steps .step[data-type='chat'] .body .message.me span {
                right: 2.5rem; }
                .smartphone-simulator .content-wrapper .steps .step[data-type='chat'] .body .message.me span::before {
                  content: url(../images/default/simulator-chat-icon-double-check.svg);
                  position: absolute;
                  width: 13px;
                  height: 8px;
                  right: -17px; }
              .smartphone-simulator .content-wrapper .steps .step[data-type='chat'] .body .message.me::before {
                content: url(../images/default/simulator-chat-detail-green.svg);
                left: auto;
                right: -5px; }
        .smartphone-simulator .content-wrapper .steps .step[data-type='chat'] .footer {
          height: 54px;
          display: flex;
          flex-direction: column;
          background-color: #e6e3df;
          align-items: center;
          justify-content: center;
          position: relative; }
          .smartphone-simulator .content-wrapper .steps .step[data-type='chat'] .footer img {
            width: auto;
            height: 40px;
            max-width: none;
            margin: 0px;
            padding: 0px;
            position: absolute;
            bottom: -40px; }
          .smartphone-simulator .content-wrapper .steps .step[data-type='chat'] .footer .input {
            display: flex;
            justify-content: center;
            pointer-events: none; }
            .smartphone-simulator .content-wrapper .steps .step[data-type='chat'] .footer .input .box {
              width: 238px;
              height: 40px;
              position: relative;
              background-color: transparent; }
              .smartphone-simulator .content-wrapper .steps .step[data-type='chat'] .footer .input .box::before {
                content: url(../images/default/simulator-chat-icon-happy.svg);
                width: 16px;
                height: 16px;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 14px; }
              .smartphone-simulator .content-wrapper .steps .step[data-type='chat'] .footer .input .box::after {
                content: url(../images/default/simulator-chat-icons-attach-camera.svg);
                width: 52px;
                height: 17px;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                right: 15px; }
              .smartphone-simulator .content-wrapper .steps .step[data-type='chat'] .footer .input .box input[type='text'] {
                width: 100%;
                height: 100%;
                border: none;
                border-radius: 30px;
                background-color: #fff;
                font-size: 1.8rem;
                padding-left: 4rem;
                padding-right: 2rem; }
            .smartphone-simulator .content-wrapper .steps .step[data-type='chat'] .footer .input button {
              margin-left: 5px;
              width: 40px;
              height: 40px;
              border: none;
              border-radius: 50px;
              background-color: #01ae96;
              position: relative; }
              .smartphone-simulator .content-wrapper .steps .step[data-type='chat'] .footer .input button:not(.disabled):hover {
                background-color: #008a77; }
              .smartphone-simulator .content-wrapper .steps .step[data-type='chat'] .footer .input button.disabled {
                cursor: not-allowed; }
              .smartphone-simulator .content-wrapper .steps .step[data-type='chat'] .footer .input button::before {
                content: url(../images/default/simulator-chat-icon-mic.svg);
                width: 10px;
                height: 16px;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%); }
        .smartphone-simulator .content-wrapper .steps .step[data-type='quizz'] {
          background-color: #d8d8d8; }
          .smartphone-simulator .content-wrapper .steps .step[data-type='quizz'] .question {
            padding: 1.3rem; }
            .smartphone-simulator .content-wrapper .steps .step[data-type='quizz'] .question .text p {
              text-align: center;
              font-size: 2.5rem;
              line-height: 3rem;
              font-weight: bold;
              color: #000; }
          .smartphone-simulator .content-wrapper .steps .step[data-type='quizz'] .alternatives {
            padding-top: 2rem; }
            .smartphone-simulator .content-wrapper .steps .step[data-type='quizz'] .alternatives .alternative {
              background-color: #fff;
              border-radius: 1.5rem;
              margin-bottom: 1rem;
              padding: 1.5rem;
              border: 2px solid transparent;
              box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.16);
              transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
              cursor: pointer; }
              .smartphone-simulator .content-wrapper .steps .step[data-type='quizz'] .alternatives .alternative:not(.disabled):hover {
                border: 2px solid #000;
                box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.8); }
              .smartphone-simulator .content-wrapper .steps .step[data-type='quizz'] .alternatives .alternative.selected {
                background-color: #9bc3d3;
                cursor: default; }
              .smartphone-simulator .content-wrapper .steps .step[data-type='quizz'] .alternatives .alternative.disabled {
                pointer-events: none; }
                .smartphone-simulator .content-wrapper .steps .step[data-type='quizz'] .alternatives .alternative.disabled p {
                  opacity: 0.7; }
              .smartphone-simulator .content-wrapper .steps .step[data-type='quizz'] .alternatives .alternative p {
                font-size: 2rem;
                line-height: 2.5rem;
                color: #000;
                -webkit-user-select: none;
                   -moz-user-select: none;
                        user-select: none; }
          .smartphone-simulator .content-wrapper .steps .step[data-type='quizz'] .confirm {
            margin-top: 3rem;
            text-align: center; }
            .smartphone-simulator .content-wrapper .steps .step[data-type='quizz'] .confirm button {
              border: none;
              background: linear-gradient(190deg, maroon 0%, #cc0000 100%);
              transition: all 0.7s linear; }
              .smartphone-simulator .content-wrapper .steps .step[data-type='quizz'] .confirm button:not(.disabled):hover {
                filter: saturate(1.5); }
                .smartphone-simulator .content-wrapper .steps .step[data-type='quizz'] .confirm button:not(.disabled):hover p {
                  padding: 2px 15px; }
              .smartphone-simulator .content-wrapper .steps .step[data-type='quizz'] .confirm button.disabled {
                cursor: default;
                filter: saturate(0) opacity(0.5); }
              .smartphone-simulator .content-wrapper .steps .step[data-type='quizz'] .confirm button p {
                font-size: 2.5rem;
                line-height: 3.6rem;
                color: #fff;
                text-transform: uppercase;
                font-weight: bold;
                padding: 2px 10px;
                transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
          .smartphone-simulator .content-wrapper .steps .step[data-type='quizz'] .feedback {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            display: flex;
            align-items: center;
            justify-content: center; }
            .smartphone-simulator .content-wrapper .steps .step[data-type='quizz'] .feedback::before {
              content: '';
              background-color: #deedf2;
              width: 100%;
              height: 100%;
              opacity: 0.8;
              -webkit-backdrop-filter: blur(40px);
                      backdrop-filter: blur(40px);
              position: absolute;
              left: 0;
              top: 0;
              z-index: 1; }
            .smartphone-simulator .content-wrapper .steps .step[data-type='quizz'] .feedback .correct,
            .smartphone-simulator .content-wrapper .steps .step[data-type='quizz'] .feedback .incorrect {
              position: relative;
              z-index: 2; }
              .smartphone-simulator .content-wrapper .steps .step[data-type='quizz'] .feedback .correct p,
              .smartphone-simulator .content-wrapper .steps .step[data-type='quizz'] .feedback .incorrect p {
                font-size: 3rem;
                line-height: 3.8rem;
                color: #000; }
            .smartphone-simulator .content-wrapper .steps .step[data-type='quizz'] .feedback .correct {
              display: none; }
            .smartphone-simulator .content-wrapper .steps .step[data-type='quizz'] .feedback .incorrect {
              background-color: #000000;
              border-radius: 1.5rem;
              margin: 1rem; }
              .smartphone-simulator .content-wrapper .steps .step[data-type='quizz'] .feedback .incorrect p {
                color: #fff;
                text-align: center; }

.card-vertical-wrapper {
  width: 100%;
  height: auto; }
  .card-vertical-wrapper .card {
    animation: none !important;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    overflow: visible; }
    .card-vertical-wrapper .card .card-button {
      cursor: pointer;
      position: relative;
      z-index: 3;
      display: flex;
      flex-shrink: 0;
      align-items: center;
      justify-content: center; }
      .card-vertical-wrapper .card .card-button h2 {
        font-size: 10rem;
        line-height: 10rem;
        text-align: center;
        color: #92908e;
        font-weight: bold;
        margin: auto; }
      .card-vertical-wrapper .card .card-button button {
        border: none;
        background-color: transparent;
        background-size: contain;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        transition: all 0.3s ease-out; }
    .card-vertical-wrapper .card .card-content {
      border-radius: 4rem;
      display: flex;
      align-items: center;
      height: auto; }
      .card-vertical-wrapper .card .card-content p {
        text-align: left;
        color: #92908e;
        font-size: 3.5rem;
        line-height: 4.5rem; }
    .card-vertical-wrapper .card:last-child {
      margin-bottom: 0; }
