@charset "UTF-8";
@font-face {
  font-family: "Ember";
  src: url("fonts/EmberModernDisplayStd-Bold.woff2") format("woff2"), url("fonts/EmberModernDisplayStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ember";
  src: url("fonts/EmberModernDisplayStd-Reg.woff2") format("woff2"), url("fonts/EmberModernDisplayStd-Reg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    @media (max-width: 991px) {
      -webkit-transform: scale(0.1) !important;
      transform: scale(0.1) !important;
    }
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    @media (max-width: 991px) {
      -webkit-transform: scale(0.3) !important;
      transform: scale(0.3) !important;
    }
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    @media (max-width: 991px) {
      -webkit-transform: scale(0.1) !important;
      transform: scale(0.1) !important;
    }
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    @media (max-width: 991px) {
      -webkit-transform: scale(0.3) !important;
      transform: scale(0.3) !important;
    }
  }
}
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: zoom;
  animation-name: zoom;
}

.stop-animate {
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
}

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

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes scale-up-general {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}
@keyframes scale-up-general {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}
@-webkit-keyframes scale-up-general-8 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
}
@keyframes scale-up-general-8 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.08);
    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: #222F3F;
  color: #FFF;
  outline: none;
  cursor: pointer;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.accordion .item button:not(.collapsed) {
  background-color: #FF6200;
  color: #FFF;
}
.accordion .item button.collapsed:after {
  content: "";
  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-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;
  -webkit-animation: scale-up-center 0.4s ease-in-out infinite alternate both;
  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: #FFF;
  padding: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.accordion .item-content p {
  color: #222F3F;
}
.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;
  -webkit-animation: scale-up-center 0.4s ease-in-out infinite alternate both;
  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;
  -webkit-animation: scale-up-center 0.4s ease-in-out infinite alternate both;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel .carousel-indicators li {
  position: relative;
  opacity: 1;
  text-indent: -99999px;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.6s ease;
  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;
  -webkit-animation: scale-up-center 0.4s ease-in-out infinite alternate both;
  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;
  -webkit-animation: scale-up-center 0.4s ease-in-out infinite alternate both;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: 0rem;
  background-color: transparent;
  padding: 0rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card.card-reveal .card-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 0rem;
  background-color: transparent;
  padding: 0rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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;
  -webkit-animation: scale-up-center 0.4s ease-in-out infinite alternate both;
  animation: scale-up-center 0.4s ease-in-out infinite alternate both;
  z-index: 10;
}
.generic-tab ul li {
  margin-right: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: "Ember" !important;
  font-weight: normal;
  margin: 0px;
  color: #FFF;
  background-size: cover;
  background-attachment: fixed;
}

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

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

body::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
  background-color: #222F3F;
  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;
}

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

#content {
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin: 0 auto;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  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),
ul:not(:first-of-type) {
  margin-top: 2rem;
}

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

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

h3 {
  font-size: 4rem;
  line-height: 5.6rem;
  text-align: left;
  font-weight: normal;
}

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

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;
}

p,
li,
a {
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: left;
  font-weight: normal;
}
p.small,
li.small,
a.small {
  font-size: 2.4rem;
  line-height: 2.9rem;
}

h1 + ul.list,
h2 + ul.list,
h3 + ul.list,
h4 + ul.list,
h5 + ul.list,
h6 + ul.list,
p + ul.list {
  margin: inherit !important;
  margin-top: 2rem !important;
}

ul.list {
  padding: 0 !important;
}
ul.list li {
  list-style: none !important;
  cursor: default !important;
  position: relative !important;
  margin: 0 !important;
  padding: 0.25rem 0 !important;
  padding-left: 2rem !important;
  text-align: left !important;
}
ul.list li:before {
  content: "●" !important;
  position: absolute !important;
  top: 0.25rem !important;
  left: 0 !important;
  margin: auto !important;
  font-size: 1.5rem;
}
ul.list li:first-of-type {
  padding-top: 0 !important;
}
ul.list li:first-of-type:before {
  top: 0 !important;
}
ul.list li:last-of-type {
  padding-bottom: 0;
}
ul.list ul {
  margin-top: 2rem;
}

ol li {
  cursor: default !important;
  position: relative !important;
  margin: 0 !important;
  padding: 0.25rem 0 !important;
  padding-left: 2rem !important;
  text-align: left !important;
}
ol li:first-of-type {
  padding-top: 0 !important;
}
ol li:last-of-type {
  padding-bottom: 0;
}

strong {
  font-weight: bold;
}

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

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

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

.icon-click {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: #0578FF;
}

.tooltip {
  font-family: "brandom";
  opacity: 1 !important;
  -webkit-filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.12));
}
.tooltip .tooltip-inner {
  background-color: #ffe37f;
  opacity: 1;
  color: #0578FF;
  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: #0578FF;
  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: #0578FF;
  font-size: 2.5rem;
  line-height: 3.5rem;
  border-radius: 4.7rem;
  padding: 4rem;
  max-width: 990px;
}

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

.audioplayer {
  margin-top: 4rem;
  margin-left: 0;
  padding: 0 2rem;
  width: 100%;
  max-width: 908px;
  height: 80px;
  -webkit-filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.16));
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-image: url(../images/default/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/default/audio-play.svg);
  background-size: 21px 32px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
}
.audioplayer .audioplayer-playpause {
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-image: url(../images/default/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/default/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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 575.99px) {
  .audioplayer-wrapper button {
    margin-left: 10px;
  }
}

.scroll-down-wrapper {
  width: 6rem;
  height: 12rem;
  background-color: #FFF;
  border-radius: 28px;
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.16);
  position: fixed;
  bottom: 0rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.scroll-down-wrapper.active {
  opacity: 1;
  visibility: visible;
  bottom: 3rem;
}

.mfp-bg {
  overflow: hidden !important;
  width: 100% !important;
  height: 100% !important;
  position: fixed !important;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  background: rgba(0, 0, 0, 0);
  opacity: 1;
}

.mfp-wrap,
.mfp-bg {
  height: 100% !important;
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !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-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: #222F3F;
}
.question-wrapper .question-content {
  margin-bottom: 3rem;
}
.question-wrapper .question-content p {
  text-align: left;
  color: #EFEFEF;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
  padding: 2rem 3rem 2rem 9.5rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.question-wrapper .alternatives .alternative-item .alternative-wrapper p {
  color: #222F3F;
}
.question-wrapper .alternatives .alternative-item .alternative-wrapper:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #222F3F;
  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: #FFF;
  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 {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.question-wrapper .alternatives .alternative-item:hover .alternative-wrapper {
  background-color: #FF6200;
}
.question-wrapper .alternatives .alternative-item.disabled {
  opacity: 0.85;
  pointer-events: none;
}
.question-wrapper .alternatives .alternative-item.selected .alternative-wrapper {
  background-color: #FF6200;
}
.question-wrapper .alternatives .alternative-item.selected .alternative-wrapper:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #E74011;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: none;
  width: 167px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: #222F3F;
  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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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(255, 98, 0, 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
          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: #0578FF;
  font-weight: bold;
}
.custom-feedback .mfp-content .correct .container .row-01 .col-01 .box-01 h4 {
  text-align: center;
  color: #222F3F;
  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: -webkit-box !important;
  display: -ms-flexbox !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(255, 98, 0, 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: #222F3F;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
          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: #0578FF;
  font-weight: bold;
}
.custom-feedback .mfp-content .incorrect .container .row-01 .col-01 .box-01 h4 {
  text-align: center;
  color: #FFF;
  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: -webkit-box !important;
  display: -ms-flexbox !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: #EA5B0B;
  -webkit-filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.16));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  padding-left: 4.5rem;
  padding-right: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 200px;
}
.featured-box .header h3 {
  font-weight: bold;
  color: #222F3F;
  margin: auto;
  margin-left: 0;
}
.featured-box .header img {
  margin-right: 0;
}
.featured-box .content {
  width: 100%;
  padding: 5rem;
}
.featured-box .content p {
  color: #222F3F;
  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: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#deedf2));
  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: #222F3F;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: none;
  width: 167px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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;
      -ms-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;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-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;
      -ms-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: -webkit-max-content;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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;
  -webkit-transition: all 0.3s ease;
  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;
  -ms-flex-item-align: end;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #e6e3df;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-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%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-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%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -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;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  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;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.8);
          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;
      -ms-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, rgb(128, 0, 0) 0%, rgb(204, 0, 0) 100%);
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
.smartphone-simulator .content-wrapper .steps .step[data-type=quizz] .confirm button:not(.disabled):hover {
  -webkit-filter: saturate(1.5);
          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;
  -webkit-filter: saturate(0) opacity(0.5);
          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;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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;
}

/*KNG AMZ*/
#backroundify_blur_filter_wrap {
  display: none;
}

img[class^=shape] {
  pointer-events: none;
}

:root {
  --color-white: #FFF;
  --color-black: #222F3F;
  --color-orange: #FF6101;
  --color-blue: #0578FF;
  --color-grey: #EFEFEF;
}
:root .theme-01 {
  /*Header*/
  --amz-bg-header: var(--color-blue);
  --amz-bg-image-header: var(--color-grey);
  --amz-bg-box-header: var(--color-grey);
  --amz-color-text-header: var(--color-blue);
  /*Slider*/
  --amz-bg-box-slider: var(--color-orange);
  --amz-color-title-header-slider: var(--color-white);
  --amz-color-title-slider: var(--color-black);
  --amz-color-text-slider: var(--color-white);
  --amz-prev-button-slider: url("../images/prev-button-white-orange.svg");
  --amz-next-button-slider: url("../images/next-button-white-orange.svg");
  --amz-prev-button-hover-slider: url("../images/prev-button-white-black.svg");
  --amz-next-button-hover-slider: url("../images/next-button-white-black.svg");
  /*Slider Only Text*/
  --amz-bg-box-slider-text: var(--color-black);
  --amz-color-title-slider-text: var(--color-white);
  --amz-color-text-slider-text: var(--color-white);
  --amz-prev-button-slider-text: url("../images/prev-button-white-orange.svg");
  --amz-next-button-slider-text: url("../images/next-button-white-orange.svg");
  --amz-prev-button-hover-slider-text: url("../images/prev-button-white-black.svg");
  --amz-next-button-hover-slider-text: url("../images/next-button-white-black.svg");
  /*Card Reveal Image*/
  --amz-card-image-front-degrade: url("../images/black-degrade.svg");
  --amz-card-image-front-text-color: var(--color-white);
  --amz-card-image-back-bg-color: var(--color-orange);
  --amz-card-image-back-text-color: var(--color-white);
  /*Card Reveal Icon*/
  --amz-card-icon-front-bg-color: var(--color-blue);
  --amz-card-icon-front-text-color: var(--color-white);
  --amz-card-icon-back-bg-color: var(--color-orange);
  --amz-card-icon-back-text-color: var(--color-white);
  /*Flashcard*/
  --amz-flashcard-bg-color: var(--color-blue);
  --amz-flashcard-title-color: var(--color-white);
  --amz-flashcard-text-color: var(--color-white);
  /*Accordion*/
  --amz-accordion-bg-color: var(--color-orange);
  --amz-accordion-bg-color-hover: var(--color-black);
  --amz-accordion-item-text-color: var(--color-white);
  --amz-accordion-bg-content-color: var(--color-grey);
  --amz-accordion-content-text-color: var(--color-black);
  /*Image and text*/
  --amz-image-text-color: var(--color-black);
  /*Boxes*/
  --amz-boxes-bg-color: var(--color-black);
  --amz-boxes-text-color: var(--color-white);
  --amz-boxes-text-strong-color: var(--color-orange);
  /*Box*/
  --amz-box-bg-color: var(--color-blue);
  --amz-box-text-color: var(--color-white);
  --amz-box-text-strong-color: var(--color-black);
  /*Text in colls*/
  --amz-text-col-color: var(--color-black);
  --amz-text-col-strong-color: var(--color-orange);
  /*Section Image and Text Full*/
  --amz-bg-box-image-text-full: var(--color-blue);
  --amz-color-text-image-text-full: var(--color-white);
  /*Video*/
  --plyr-color-main: var(--color-orange);
  --amz-video-play-button: url("../images/play-button-white-orange.svg");
  --amz-video-play-button-hover: url("../images/play-button-white.svg");
  /*Tab*/
  --amz-tab-button-bg-color: var(--color-orange);
  --amz-tab-button-bg-color-hover: var(--color-black);
  --amz-tab-button-active-bg-color: var(--color-grey);
  --amz-tab-button-active-text-color: var(--color-orange);
  --amz-tab-content-bg-color: var(--color-grey);
  --amz-tab-content-text-color: var(--color-black);
  --amz-tab-content-list-color: var(--color-orange);
  /*Ícones e texto*/
  --amz-icon-text-color: var(--color-black);
}
:root .theme-02 {
  /*Header*/
  --amz-bg-header: var(--color-orange);
  --amz-bg-image-header: var(--color-grey);
  --amz-bg-box-header: var(--color-grey);
  --amz-color-text-header: var(--color-orange);
  /*Slider*/
  --amz-bg-box-slider: var(--color-black);
  --amz-color-title-header-slider: var(--color-white);
  --amz-color-title-slider: var(--color-orange);
  --amz-color-text-slider: var(--color-white);
  --amz-prev-button-slider: url("../images/prev-button-white-orange.svg");
  --amz-next-button-slider: url("../images/next-button-white-orange.svg");
  --amz-prev-button-hover-slider: url("../images/prev-button-white-black.svg");
  --amz-next-button-hover-slider: url("../images/next-button-white-black.svg");
  /*Slider Only Text*/
  --amz-bg-box-slider-text: var(--color-blue);
  --amz-color-title-slider-text: var(--color-white);
  --amz-color-text-slider-text: var(--color-white);
  --amz-prev-button-slider-text: url("../images/prev-button-white-orange.svg");
  --amz-next-button-slider-text: url("../images/next-button-white-orange.svg");
  --amz-prev-button-hover-slider-text: url("../images/prev-button-white-black.svg");
  --amz-next-button-hover-slider-text: url("../images/next-button-white-black.svg");
  /*Card Reveal Image*/
  --amz-card-image-front-degrade: url("../images/orange-degrade.svg");
  --amz-card-image-front-text-color: var(--color-white);
  --amz-card-image-back-bg-color: var(--color-blue);
  --amz-card-image-back-text-color: var(--color-white);
  /*Card Reveal Icon*/
  --amz-card-icon-front-bg-color: var(--color-grey);
  --amz-card-icon-front-text-color: var(--color-black);
  --amz-card-icon-back-bg-color: var(--color-blue);
  --amz-card-icon-back-text-color: var(--color-white);
  /*Flashcard*/
  --amz-flashcard-bg-color: var(--color-grey);
  --amz-flashcard-title-color: var(--color-orange);
  --amz-flashcard-text-color: var(--color-black);
  /*Accordion*/
  --amz-accordion-bg-color: var(--color-black);
  --amz-accordion-bg-color-hover: var(--color-orange);
  --amz-accordion-item-text-color: var(--color-white);
  --amz-accordion-bg-content-color: var(--color-blue);
  --amz-accordion-content-text-color: var(--color-white);
  /*Image and text*/
  --amz-image-text-color: var(--color-black);
  /*Boxes*/
  --amz-boxes-bg-color: var(--color-grey);
  --amz-boxes-text-color: var(--color-black);
  --amz-boxes-text-strong-color: var(--color-orange);
  /*Box*/
  --amz-box-bg-color: var(--color-orange);
  --amz-box-text-color: var(--color-white);
  --amz-box-text-strong-color: var(--color-black);
  /*Text in colls*/
  --amz-text-col-color: var(--color-black);
  --amz-text-col-strong-color: var(--color-orange);
  /*Section Image and Text Full*/
  --amz-bg-box-image-text-full: var(--color-orange);
  --amz-color-text-image-text-full: var(--color-white);
  /*Video*/
  --plyr-color-main: var(--color-blue);
  --amz-video-play-button: url("../images/play-button-white-orange.svg");
  --amz-video-play-button-hover: url("../images/play-button-white.svg");
  /*Tab*/
  --amz-tab-button-bg-color: var(--color-black);
  --amz-tab-button-bg-color-hover: var(--color-orange);
  --amz-tab-button-active-bg-color: var(--color-blue);
  --amz-tab-button-active-text-color: var(--color-white);
  --amz-tab-content-bg-color: var(--color-blue);
  --amz-tab-content-text-color: var(--color-white);
  --amz-tab-content-list-color: var(--color-white);
  /*Ícones e texto*/
  --amz-icon-text-color: var(--color-black);
  /*Shape variation*/
}
:root .theme-02 .section-header .container-fluid-01 img.shape-01 {
  content: url("../images/shape-blue.svg");
}
:root .theme-02 .section-slider .container-fluid-01 .default-carousel-wrapper img.shape-01, :root .theme-02 .section-slider .container-fluid-01 .default-carousel-wrapper img.shape-02 {
  content: url("../images/shape-blue.svg");
}
:root .theme-02 .section-slider-text .container-fluid-01 .default-carousel-text-wrapper img.shape-01, :root .theme-02 .section-slider-text .container-fluid-01 .default-carousel-text-wrapper img.shape-02 {
  content: url("../images/shape-orange.svg");
}
:root .theme-02 .section-flashcard .container-fluid-01 img.shape-01 {
  content: url("../images/shape-blue.svg");
}
:root .theme-02 .section-text-image .container-fluid-01 .container-text-image .row-text-image .col-image figure img.shape-01 {
  content: url("../images/shape-orange.svg");
}
:root .theme-02 .section-box .container-fluid-box .container-box .row-box .col-box .box img.shape-01 {
  content: url("../images/shape-blue.svg");
}
:root .theme-02 .section-image-text-full .container-image-text-full img.shape-01 {
  content: url("../images/shape-blue.svg");
}
:root .theme-02 .section-video .container-fluid-video img.shape-01, :root .theme-02 .section-video .container-fluid-video img.shape-02 {
  content: url("../images/shape-black.svg");
}
:root .theme-02 footer .container-footer img.shape-01, :root .theme-02 footer .container-footer img.shape-02 {
  content: url("../images/shape-orange.svg");
}
:root .theme-03 {
  /*Header*/
  --amz-bg-header: var(--color-black);
  --amz-bg-image-header: var(--color-grey);
  --amz-bg-box-header: var(--color-grey);
  --amz-color-text-header: var(--color-black);
  /*Slider*/
  --amz-bg-box-slider: var(--color-blue);
  --amz-color-title-header-slider: var(--color-white);
  --amz-color-title-slider: var(--color-black);
  --amz-color-text-slider: var(--color-white);
  --amz-prev-button-slider: url("../images/prev-button-orange-white.svg");
  --amz-next-button-slider: url("../images/next-button-orange-white.svg");
  --amz-prev-button-hover-slider: url("../images/prev-button-orange-black.svg");
  --amz-next-button-hover-slider: url("../images/next-button-orange-white.svg");
  /*Slider Only Text*/
  --amz-bg-box-slider-text: var(--color-orange);
  --amz-color-title-slider-text: var(--color-white);
  --amz-color-text-slider-text: var(--color-white);
  --amz-prev-button-slider-text: url("../images/prev-button-white-orange.svg");
  --amz-next-button-slider-text: url("../images/next-button-white-orange.svg");
  --amz-prev-button-hover-slider-text: url("../images/prev-button-white-black.svg");
  --amz-next-button-hover-slider-text: url("../images/next-button-white-black.svg");
  /*Card Reveal Image*/
  --amz-card-image-front-degrade: url("../images/blue-degrade.svg");
  --amz-card-image-front-text-color: var(--color-white);
  --amz-card-image-back-bg-color: var(--color-black);
  --amz-card-image-back-text-color: var(--color-white);
  /*Card Reveal Icon*/
  --amz-card-icon-front-bg-color: var(--color-black);
  --amz-card-icon-front-text-color: var(--color-white);
  --amz-card-icon-back-bg-color: var(--color-orange);
  --amz-card-icon-back-text-color: var(--color-white);
  /*Flashcard*/
  --amz-flashcard-bg-color: var(--color-black);
  --amz-flashcard-title-color: var(--color-orange);
  --amz-flashcard-text-color: var(--color-white);
  /*Accordion*/
  --amz-accordion-bg-color: var(--color-blue);
  --amz-accordion-bg-color-hover: var(--color-orange);
  --amz-accordion-item-text-color: var(--color-white);
  --amz-accordion-bg-content-color: var(--color-black);
  --amz-accordion-content-text-color: var(--color-white);
  /*Image and text*/
  --amz-image-text-color: var(--color-black);
  /*Boxes*/
  --amz-boxes-bg-color: var(--color-grey);
  --amz-boxes-text-color: var(--color-black);
  --amz-boxes-text-strong-color: var(--color-orange);
  /*Box*/
  --amz-box-bg-color: var(--color-black);
  --amz-box-text-color: var(--color-white);
  --amz-box-text-strong-color: var(--color-orange);
  /*Text in colls*/
  --amz-text-col-color: var(--color-black);
  --amz-text-col-strong-color: var(--color-blue);
  /*Section Image and Text Full*/
  --amz-bg-box-image-text-full: var(--color-orange);
  --amz-color-text-image-text-full: var(--color-white);
  /*Video*/
  --plyr-color-main: var(--color-blue);
  --amz-video-play-button: url("../images/play-button-white.svg");
  --amz-video-play-button-hover: url("../images/play-button-white-orange.svg");
  /*Tab*/
  --amz-tab-button-bg-color: var(--color-blue);
  --amz-tab-button-bg-color-hover: var(--color-orange);
  --amz-tab-button-active-bg-color: var(--color-black);
  --amz-tab-button-active-text-color: var(--color-white);
  --amz-tab-content-bg-color: var(--color-black);
  --amz-tab-content-text-color: var(--color-white);
  --amz-tab-content-list-color: var(--color-white);
  /*Ícones e texto*/
  --amz-icon-text-color: var(--color-black);
  /*Shape variation*/
}
:root .theme-03 .section-header .container-fluid-01 img.shape-01 {
  content: url("../images/shape-blue.svg");
}
:root .theme-03 .section-slider .container-fluid-01 .default-carousel-wrapper img.shape-01, :root .theme-03 .section-slider .container-fluid-01 .default-carousel-wrapper img.shape-02 {
  content: url("../images/shape-orange.svg");
}
:root .theme-03 .section-slider-text .container-fluid-01 .default-carousel-text-wrapper img.shape-01, :root .theme-03 .section-slider-text .container-fluid-01 .default-carousel-text-wrapper img.shape-02 {
  content: url("../images/shape-black.svg");
}
:root .theme-03 .section-flashcard .container-fluid-01 img.shape-01 {
  content: url("../images/shape-blue.svg");
}
:root .theme-03 .section-text-image .container-fluid-01 .container-text-image .row-text-image .col-image figure img.shape-01 {
  content: url("../images/shape-orange.svg");
}
:root .theme-03 .section-box .container-fluid-box .container-box .row-box .col-box .box img.shape-01 {
  content: url("../images/shape-orange.svg");
}
:root .theme-03 .section-image-text-full .container-image-text-full img.shape-01 {
  content: url("../images/shape-black.svg");
}
:root .theme-03 .section-video .container-fluid-video img.shape-01 {
  content: url("../images/shape-orange.svg");
}
:root .theme-03 .section-video .container-fluid-video img.shape-02 {
  content: url("../images/shape-blue.svg");
}
:root .theme-03 footer .container-footer img.shape-01 {
  content: url("../images/shape-orange.svg");
}
:root .theme-03 footer .container-footer img.shape-02 {
  content: url("../images/shape-blue.svg");
}

h6 {
  font-size: 5rem;
  line-height: 5rem;
  margin: 6rem 0;
  color: #222F3F;
}

.container-full {
  width: 100%;
  margin: auto;
  position: relative;
}

header {
  width: 100%;
  height: 135px;
  background-color: var(--amz-bg-header);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header img {
  margin: 0 auto;
}
@media (max-width: 575.99px) {
  header img {
    max-width: 90%;
  }
}

.section-header .container-full {
  background-color: var(--amz-bg-image-header);
}
.section-header .container-full img.header-image {
  margin: 0 auto;
  height: 530px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}
@media (max-width: 575.99px) {
  .section-header .container-full img.header-image {
    height: 390px;
  }
}
.section-header .container-full img.shape-01 {
  position: absolute;
  top: 330px;
  left: -990px;
  right: -755px;
  margin: auto;
  max-width: 229px;
  z-index: 3;
}
@media (max-width: 575.99px) {
  .section-header .container-full img.shape-01 {
    content: url(../images/shape-orange.svg);
    position: absolute;
    top: -30px;
    left: -1086px;
    right: -755px;
    z-index: 3;
  }
}
.section-header .container-fluid-01 {
  background-color: var(--amz-bg-box-header);
  padding: 17px 0 30px 0;
  z-index: 2;
}
.section-header .container-fluid-01 img.shape-01 {
  position: absolute;
  top: 0;
  left: -251px;
  right: -1356px;
  bottom: 0;
  margin: auto;
  max-width: 312px;
}
.section-header .container-fluid-01 .container-01 .row-01 .col-01 h1 {
  font-size: 4.8rem;
  line-height: 4.8rem;
  color: var(--amz-color-text-header);
  font-weight: bold;
  text-align: center;
}
.section-header .container-fluid-01 .container-01 .row-01 .col-01 h2 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: var(--amz-color-text-header);
  font-weight: normal;
  text-align: center;
  margin-top: 10px;
}

.section-slider {
  padding-top: 40px;
}
.section-slider .container-fluid-01 {
  padding: 0;
}
.section-slider .container-fluid-01 .default-carousel-wrapper {
  position: relative;
}
.section-slider .container-fluid-01 .default-carousel-wrapper img.shape-01 {
  position: absolute;
  top: -35px;
  right: -1325px;
  left: -438px;
  margin: auto;
  max-width: 158px;
  z-index: 3;
}
.section-slider .container-fluid-01 .default-carousel-wrapper img.shape-02 {
  position: absolute;
  bottom: 5px;
  right: -233px;
  left: -1461px;
  margin: auto;
  max-width: 225px;
  z-index: 3;
}
.section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 110px;
}
.section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel .owl-stage-outer {
  overflow: visible;
}
.section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel .owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel .owl-stage-outer .owl-stage .item {
  background-color: var(--amz-bg-box-slider);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1140px;
  min-height: 100%;
  margin: auto;
  position: relative;
  border-radius: 45px;
}
@media (max-width: 1199.98px) {
  .section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel .owl-stage-outer .owl-stage .item {
    max-width: calc(100% - 30px);
  }
}
.section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel .owl-stage-outer .owl-stage .item .box-01 {
  width: 100%;
}
.section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel .owl-stage-outer .owl-stage .item .box-01.two-columns {
  padding: 2.5rem 11rem;
  padding-bottom: 4.5rem;
  position: relative;
}
.section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel .owl-stage-outer .owl-stage .item .box-01.two-columns h2 {
  text-align: center;
  font-size: 6rem;
  line-height: 6.5rem;
  color: var(--amz-color-title-header-slider);
}
.section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel .owl-stage-outer .owl-stage .item .box-01.two-columns .inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  margin-top: 2rem;
  padding: 0;
}
.section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel .owl-stage-outer .owl-stage .item .box-01.two-columns .inner-row .inner-col-01 img {
  margin: auto;
  margin-right: 0;
  width: auto;
  border-radius: 35px;
}
@media (max-width: 990.98px) {
  .section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel .owl-stage-outer .owl-stage .item .box-01.two-columns .inner-row .inner-col-01 img {
    width: auto;
    margin: auto;
    margin-bottom: 5rem;
  }
}
.section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel .owl-stage-outer .owl-stage .item .box-01.two-columns .inner-row .inner-col-02 h3 {
  font-size: 5.2rem;
  line-height: 5.7rem;
  font-weight: bold;
  color: var(--amz-color-title-slider);
  margin-bottom: 1rem;
  text-align: left;
}
.section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel .owl-stage-outer .owl-stage .item .box-01.two-columns .inner-row .inner-col-02 p {
  text-align: left;
  color: var(--amz-color-text-slider);
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
.section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel .owl-stage-outer .owl-stage .item .box-01.two-columns .inner-row .inner-col-02 p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 990.98px) {
  .section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel .owl-stage-outer .owl-stage .item .box-01.two-columns .inner-row .inner-col-02 h3,
  .section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel .owl-stage-outer .owl-stage .item .box-01.two-columns .inner-row .inner-col-02 p {
    text-align: center;
  }
}
@media (max-width: 990.98px) {
  .section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel .owl-stage-outer .owl-stage .item .box-01.two-columns {
    padding: 2.5rem 7rem;
  }
}
.section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel .owl-dots {
  display: none;
}
.section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel .owl-nav {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -70px;
  width: 100%;
  max-width: 1140px;
  pointer-events: none;
}
.section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel .owl-nav button {
  opacity: 1;
  margin: 0;
  padding: 0;
  width: 44px;
  height: 45px;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: all;
}
.section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 20px;
  background-image: var(--amz-prev-button-slider);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel .owl-nav button.owl-prev:hover {
  background-image: var(--amz-prev-button-hover-slider);
}
.section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 20px;
  background-image: var(--amz-next-button-slider);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel .owl-nav button.owl-next:hover {
  background-image: var(--amz-next-button-hover-slider);
}
.section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel .owl-nav button.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel .owl-nav button span {
  display: none;
}
@media (max-width: 1199.98px) {
  .section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel .owl-nav button {
    width: 40px;
    height: 40px;
  }
  .section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel .owl-nav button.owl-prev {
    left: 0px;
  }
  .section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel .owl-nav button.owl-next {
    right: 0px;
  }
}
@media (max-width: 1199.98px) {
  .section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel .owl-nav {
    max-width: 93%;
  }
}
@media (max-width: 767.98px) {
  .section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel .owl-nav {
    max-width: 91%;
  }
}
@media (max-width: 990.98px) {
  .section-slider .container-fluid-01 .default-carousel-wrapper .default-carousel {
    padding-bottom: 6rem;
  }
}

.section-slider-text {
  margin-bottom: 9rem;
}
.section-slider-text .container-fluid-01 {
  padding: 0;
}
.section-slider-text .container-fluid-01 .default-carousel-text-wrapper {
  position: relative;
  background-color: var(--amz-bg-box-slider-text);
}
.section-slider-text .container-fluid-01 .default-carousel-text-wrapper img.shape-01 {
  position: absolute;
  bottom: -45px;
  right: -1383px;
  left: -343px;
  margin: auto;
  max-width: 194px;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .section-slider-text .container-fluid-01 .default-carousel-text-wrapper img.shape-01 {
    display: none;
  }
}
.section-slider-text .container-fluid-01 .default-carousel-text-wrapper img.shape-02 {
  position: absolute;
  bottom: -68px;
  right: -1230px;
  left: -443px;
  margin: auto;
  max-width: 247px;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .section-slider-text .container-fluid-01 .default-carousel-text-wrapper img.shape-02 {
    display: none;
  }
}
.section-slider-text .container-fluid-01 .default-carousel-text-wrapper .default-carousel-text {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
}
.section-slider-text .container-fluid-01 .default-carousel-text-wrapper .default-carousel-text .owl-stage-outer {
  overflow: visible;
}
.section-slider-text .container-fluid-01 .default-carousel-text-wrapper .default-carousel-text .owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-slider-text .container-fluid-01 .default-carousel-text-wrapper .default-carousel-text .owl-stage-outer .owl-stage .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1140px;
  min-height: 100%;
  margin: auto;
  position: relative;
  border-radius: 0;
}
.section-slider-text .container-fluid-01 .default-carousel-text-wrapper .default-carousel-text .owl-stage-outer .owl-stage .item .box-01 {
  width: 100%;
  padding: 7.5rem 11rem;
  padding-bottom: 10rem;
  position: relative;
}
.section-slider-text .container-fluid-01 .default-carousel-text-wrapper .default-carousel-text .owl-stage-outer .owl-stage .item .box-01 .inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 0;
}
.section-slider-text .container-fluid-01 .default-carousel-text-wrapper .default-carousel-text .owl-stage-outer .owl-stage .item .box-01 .inner-row .inner-col-01 h3 {
  font-size: 5.2rem;
  line-height: 5.7rem;
  font-weight: bold;
  color: var(--amz-color-title-slider-text-slider);
  margin-bottom: 1rem;
  text-align: left;
}
.section-slider-text .container-fluid-01 .default-carousel-text-wrapper .default-carousel-text .owl-stage-outer .owl-stage .item .box-01 .inner-row .inner-col-01 p {
  text-align: left;
  color: var(--amz-color-text-slider-text);
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
.section-slider-text .container-fluid-01 .default-carousel-text-wrapper .default-carousel-text .owl-stage-outer .owl-stage .item .box-01 .inner-row .inner-col-01 p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .section-slider-text .container-fluid-01 .default-carousel-text-wrapper .default-carousel-text .owl-stage-outer .owl-stage .item .box-01 {
    padding: 7rem;
  }
}
.section-slider-text .container-fluid-01 .default-carousel-text-wrapper .default-carousel-text .owl-dots {
  display: none;
}
.section-slider-text .container-fluid-01 .default-carousel-text-wrapper .default-carousel-text .owl-nav {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0px;
  width: 100%;
  max-width: 1140px;
  pointer-events: none;
}
.section-slider-text .container-fluid-01 .default-carousel-text-wrapper .default-carousel-text .owl-nav button {
  opacity: 1;
  margin: 0;
  padding: 0;
  width: 44px;
  height: 45px;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: all;
}
.section-slider-text .container-fluid-01 .default-carousel-text-wrapper .default-carousel-text .owl-nav button.owl-prev {
  position: absolute;
  left: 20px;
  background-image: var(--amz-prev-button-slider-text);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section-slider-text .container-fluid-01 .default-carousel-text-wrapper .default-carousel-text .owl-nav button.owl-prev:hover {
  background-image: var(--amz-prev-button-hover-slider-text);
}
.section-slider-text .container-fluid-01 .default-carousel-text-wrapper .default-carousel-text .owl-nav button.owl-next {
  position: absolute;
  right: 20px;
  background-image: var(--amz-next-button-slider-text);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section-slider-text .container-fluid-01 .default-carousel-text-wrapper .default-carousel-text .owl-nav button.owl-next:hover {
  background-image: var(--amz-next-button-hover-slider-text);
}
.section-slider-text .container-fluid-01 .default-carousel-text-wrapper .default-carousel-text .owl-nav button.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.section-slider-text .container-fluid-01 .default-carousel-text-wrapper .default-carousel-text .owl-nav button span {
  display: none;
}
@media (max-width: 1199.98px) {
  .section-slider-text .container-fluid-01 .default-carousel-text-wrapper .default-carousel-text .owl-nav button {
    width: 40px;
    height: 40px;
  }
  .section-slider-text .container-fluid-01 .default-carousel-text-wrapper .default-carousel-text .owl-nav button.owl-prev {
    left: 0px;
  }
  .section-slider-text .container-fluid-01 .default-carousel-text-wrapper .default-carousel-text .owl-nav button.owl-next {
    right: 0px;
  }
}
@media (max-width: 1199.98px) {
  .section-slider-text .container-fluid-01 .default-carousel-text-wrapper .default-carousel-text .owl-nav {
    max-width: 95%;
  }
}
@media (max-width: 767.98px) {
  .section-slider-text .container-fluid-01 .default-carousel-text-wrapper .default-carousel-text {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .section-slider-text {
    margin-bottom: 6rem;
  }
}

.section-card-reveal-image {
  margin-bottom: 9rem;
}
.section-card-reveal-image .container-fluid-01 {
  padding: 0;
}
.section-card-reveal-image .container-fluid-01 .container-01 .card-reveal-group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-card-reveal-image .container-fluid-01 .container-01 .card-reveal-group .col-card {
  margin: 0 15px;
  width: 100%;
  max-width: 255px;
  height: auto;
  min-height: 330px;
}
.section-card-reveal-image .container-fluid-01 .container-01 .card-reveal-group .col-card .card {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4.2rem;
  width: inherit;
  max-width: inherit;
  height: inherit;
  min-height: inherit;
}
.section-card-reveal-image .container-fluid-01 .container-01 .card-reveal-group .col-card .card .card-front {
  width: inherit;
  max-width: inherit;
  height: inherit;
  min-height: inherit;
  background-color: transparent;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-card-reveal-image .container-fluid-01 .container-01 .card-reveal-group .col-card .card .card-front img.image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -o-object-position: top center;
     object-position: top center;
}
.section-card-reveal-image .container-fluid-01 .container-01 .card-reveal-group .col-card .card .card-front .content {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-card-reveal-image .container-fluid-01 .container-01 .card-reveal-group .col-card .card .card-front .content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-image: var(--amz-card-image-front-degrade);
  background-size: cover;
  background-position: bottom center;
  z-index: 1;
}
.section-card-reveal-image .container-fluid-01 .container-01 .card-reveal-group .col-card .card .card-front .content h4 {
  font-size: 3.6rem;
  line-height: 4.1rem;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  margin-bottom: 20px;
  color: var(--amz-card-image-front-text-color);
}
.section-card-reveal-image .container-fluid-01 .container-01 .card-reveal-group .col-card .card .card-back {
  width: inherit;
  max-width: inherit;
  height: inherit;
  min-height: inherit;
  background-color: var(--amz-card-image-back-bg-color);
  padding: 2rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.section-card-reveal-image .container-fluid-01 .container-01 .card-reveal-group .col-card .card .card-back li,
.section-card-reveal-image .container-fluid-01 .container-01 .card-reveal-group .col-card .card .card-back p {
  color: var(--amz-card-image-back-text-color);
  font-size: 2.2rem;
  font-style: normal;
  line-height: 2.7rem;
  text-align: center;
  margin: auto;
}
.section-card-reveal-image .container-fluid-01 .container-01 .card-reveal-group .col-card .card .card-back ul li:before {
  color: var(--amz-card-icon-back-text-color);
}
@media (max-width: 1199.98px) {
  .section-card-reveal-image .container-fluid-01 .container-01 .card-reveal-group .col-card {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
  }
}

.section-card-reveal-icon {
  margin-bottom: 9rem;
}
.section-card-reveal-icon .container-fluid-01 {
  padding: 0;
}
.section-card-reveal-icon .container-fluid-01 .container-01 .card-reveal-group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-card-reveal-icon .container-fluid-01 .container-01 .card-reveal-group .col-card {
  margin: 0 15px;
  width: 100%;
  max-width: 255px;
  height: auto;
  min-height: 330px;
}
.section-card-reveal-icon .container-fluid-01 .container-01 .card-reveal-group .col-card .card {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4.2rem;
  width: inherit;
  max-width: inherit;
  height: inherit;
  min-height: inherit;
}
.section-card-reveal-icon .container-fluid-01 .container-01 .card-reveal-group .col-card .card .card-front {
  width: inherit;
  max-width: inherit;
  height: inherit;
  min-height: inherit;
  background-color: var(--amz-card-icon-front-bg-color);
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-card-reveal-icon .container-fluid-01 .container-01 .card-reveal-group .col-card .card .card-front img {
  margin: 0;
}
.section-card-reveal-icon .container-fluid-01 .container-01 .card-reveal-group .col-card .card .card-front h4 {
  font-size: 3.6rem;
  line-height: 4.1rem;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  margin-bottom: 15px;
  color: var(--amz-card-icon-front-text-color);
}
.section-card-reveal-icon .container-fluid-01 .container-01 .card-reveal-group .col-card .card .card-back {
  width: inherit;
  max-width: inherit;
  height: inherit;
  min-height: inherit;
  background-color: var(--amz-card-icon-back-bg-color);
  padding: 2rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.section-card-reveal-icon .container-fluid-01 .container-01 .card-reveal-group .col-card .card .card-back li,
.section-card-reveal-icon .container-fluid-01 .container-01 .card-reveal-group .col-card .card .card-back p {
  color: var(--amz-card-icon-back-text-color);
  font-size: 2.2rem;
  font-style: normal;
  line-height: 2.7rem;
  text-align: center;
  margin: auto;
}
.section-card-reveal-icon .container-fluid-01 .container-01 .card-reveal-group .col-card .card .card-back ul li:before {
  color: var(--amz-card-icon-back-text-color);
}
@media (max-width: 1199.98px) {
  .section-card-reveal-icon .container-fluid-01 .container-01 .card-reveal-group .col-card {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
  }
}

.section-flashcard {
  margin-bottom: 11rem;
}
.section-flashcard .container-fluid-01 {
  padding: 0;
  position: relative;
}
.section-flashcard .container-fluid-01 img.shape-01 {
  position: absolute;
  bottom: -105px;
  right: -595px;
  left: -1070px;
  margin: auto;
  max-width: 255px;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .section-flashcard .container-fluid-01 img.shape-01 {
    display: none;
  }
}
.section-flashcard .container-fluid-01 .container-01 .row-flashcard {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-flashcard .container-fluid-01 .container-01 .row-flashcard .col-flashcard {
  margin: 0 15px;
}
.section-flashcard .container-fluid-01 .container-01 .row-flashcard .col-flashcard .flashcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4.2rem;
  width: 100%;
  max-width: 255px;
  height: 100%;
  min-height: 330px;
  background-color: var(--amz-flashcard-bg-color);
  padding: 2rem;
  padding-bottom: 7rem;
  box-shadow: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-flashcard .container-fluid-01 .container-01 .row-flashcard .col-flashcard .flashcard img {
  margin: 0 auto;
  margin-top: 6rem;
}
.section-flashcard .container-fluid-01 .container-01 .row-flashcard .col-flashcard .flashcard h4 {
  font-size: 3.6rem;
  line-height: 4.1rem;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  margin-top: 2rem;
  margin-bottom: 15px;
  color: var(--amz-flashcard-title-color);
}
.section-flashcard .container-fluid-01 .container-01 .row-flashcard .col-flashcard .flashcard li,
.section-flashcard .container-fluid-01 .container-01 .row-flashcard .col-flashcard .flashcard p {
  color: var(--amz-flashcard-text-color);
  font-size: 2.2rem;
  font-style: normal;
  line-height: 2.7rem;
  text-align: center;
  margin: auto;
}
.section-flashcard .container-fluid-01 .container-01 .row-flashcard .col-flashcard .flashcard ul li:before {
  color: var(--amz-flashcard-text-color);
}
@media (max-width: 1199.98px) {
  .section-flashcard .container-fluid-01 .container-01 .row-flashcard .col-flashcard {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
  }
}

.section-accordion .container-fluid-01 {
  padding: 0;
}
.section-accordion .container-fluid-01 .container-accordion .row-accordion .col-accordion .accordion .item {
  margin-bottom: 1.5rem;
}
.section-accordion .container-fluid-01 .container-accordion .row-accordion .col-accordion .accordion .item button {
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: bold;
  border-radius: 100px;
  padding: 0 3.5rem;
  padding-right: 9.5rem;
  width: 100%;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: var(--amz-accordion-item-text-color);
}
.section-accordion .container-fluid-01 .container-accordion .row-accordion .col-accordion .accordion .item button.collapsed {
  background-color: var(--amz-accordion-bg-color);
}
.section-accordion .container-fluid-01 .container-accordion .row-accordion .col-accordion .accordion .item button.collapsed:after {
  background-image: url(../images/open-button-accordion.svg);
  width: 21px;
  height: 21px;
  background-size: cover;
}
.section-accordion .container-fluid-01 .container-accordion .row-accordion .col-accordion .accordion .item button.collapsed:hover {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: var(--amz-accordion-bg-color-hover);
}
.section-accordion .container-fluid-01 .container-accordion .row-accordion .col-accordion .accordion .item button:not(.collapsed) {
  background-color: var(--amz-accordion-bg-color-hover);
}
.section-accordion .container-fluid-01 .container-accordion .row-accordion .col-accordion .accordion .item button:not(.collapsed):after {
  background-image: url(../images/close-button-accordion.svg);
  width: 21px;
  height: 21px;
}
@media (max-width: 990.98px) {
  .section-accordion .container-fluid-01 .container-accordion .row-accordion .col-accordion .accordion .item button {
    padding-top: 2rem;
    padding-bottom: 2rem;
    height: auto;
    min-height: 85px;
  }
}
@media (max-width: 767.98px) {
  .section-accordion .container-fluid-01 .container-accordion .row-accordion .col-accordion .accordion .item button {
    font-weight: normal;
    border-radius: 40px;
    padding-right: 7.5rem;
  }
}
.section-accordion .container-fluid-01 .container-accordion .row-accordion .col-accordion .accordion .item .item-content {
  background-color: var(--amz-accordion-bg-content-color);
  padding: 2rem 6.5rem;
  padding-top: 6rem;
  margin-top: -4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  border-bottom-left-radius: 4rem;
  border-bottom-right-radius: 4rem;
}
.section-accordion .container-fluid-01 .container-accordion .row-accordion .col-accordion .accordion .item .item-content .col-image {
  width: 100%;
}
.section-accordion .container-fluid-01 .container-accordion .row-accordion .col-accordion .accordion .item .item-content .col-image img {
  margin-top: 0;
}
.section-accordion .container-fluid-01 .container-accordion .row-accordion .col-accordion .accordion .item .item-content .col-text {
  width: 100%;
  height: auto;
}
.section-accordion .container-fluid-01 .container-accordion .row-accordion .col-accordion .accordion .item .item-content .col-text p,
.section-accordion .container-fluid-01 .container-accordion .row-accordion .col-accordion .accordion .item .item-content .col-text li {
  text-align: left;
  color: var(--amz-accordion-content-text-color);
}
.section-accordion .container-fluid-01 .container-accordion .row-accordion .col-accordion .accordion .item .item-content .col-text li {
  position: relative;
}
@media (max-width: 990.98px) {
  .section-accordion .container-fluid-01 .container-accordion .row-accordion .col-accordion .accordion .item .item-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 8rem !important;
    margin-top: -6rem !important;
  }
  .section-accordion .container-fluid-01 .container-accordion .row-accordion .col-accordion .accordion .item .item-content .col-image {
    padding: 0;
    margin: auto;
    margin-bottom: 4.5rem;
  }
}
@media (max-width: 767.98px) {
  .section-accordion .container-fluid-01 .container-accordion .row-accordion .col-accordion .accordion .item .item-content {
    padding: 2rem 3rem;
    padding-top: 6rem;
  }
}

.section-text-image .container-fluid-01 {
  padding: 0;
}
.section-text-image .container-fluid-01 .container-text-image .row-text-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-text-image .container-fluid-01 .container-text-image .row-text-image .col-image figure {
  width: auto;
  height: auto;
  position: relative;
  max-width: 350px;
  margin: auto;
  margin-bottom: 8rem;
}
.section-text-image .container-fluid-01 .container-text-image .row-text-image .col-image figure img.image {
  border-radius: 4rem;
}
.section-text-image .container-fluid-01 .container-text-image .row-text-image .col-image figure img.shape-01 {
  position: absolute;
  bottom: -7.5rem;
  right: -1rem;
  margin: auto;
  max-width: 178px;
}
.section-text-image .container-fluid-01 .container-text-image .row-text-image .col-text {
  margin-top: -8rem;
}
.section-text-image .container-fluid-01 .container-text-image .row-text-image .col-text p {
  font-size: 2.5rem;
  line-height: 3rem;
  color: var(--amz-image-text-color);
}
.section-text-image .container-fluid-01 .container-text-image .row-text-image.inverted .col-text p {
  text-align: right;
}
@media (max-width: 990.98px) {
  .section-text-image .container-fluid-01 .container-text-image .row-text-image .col-image {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 10rem;
  }
  .section-text-image .container-fluid-01 .container-text-image .row-text-image .col-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 6rem;
  }
  .section-text-image .container-fluid-01 .container-text-image .row-text-image .col-text p {
    text-align: center;
  }
  .section-text-image .container-fluid-01 .container-text-image .row-text-image.inverted .col-text p {
    text-align: center;
  }
}

.section-boxes .container-fluid-boxes {
  padding: 0;
}
.section-boxes .container-fluid-boxes .container-boxes .row-boxes .col-box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3.2rem;
  padding: 4.5rem 3rem;
  background-color: var(--amz-boxes-bg-color);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.section-boxes .container-fluid-boxes .container-boxes .row-boxes .col-box .box li,
.section-boxes .container-fluid-boxes .container-boxes .row-boxes .col-box .box p {
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center;
  color: var(--amz-boxes-text-color);
}
.section-boxes .container-fluid-boxes .container-boxes .row-boxes .col-box .box li strong,
.section-boxes .container-fluid-boxes .container-boxes .row-boxes .col-box .box p strong {
  color: var(--amz-boxes-text-strong-color);
}
.section-boxes .container-fluid-boxes .container-boxes .row-boxes .col-box .box ul li:before {
  color: var(--amz-boxes-text-color);
}
.section-boxes .container-fluid-boxes .container-boxes .row-boxes .col-box .box img {
  margin: auto;
  margin-bottom: 4.5rem;
}
@media (max-width: 990.98px) {
  .section-boxes .container-fluid-boxes .container-boxes .row-boxes .col-box {
    margin-bottom: 3rem;
  }
  .section-boxes .container-fluid-boxes .container-boxes .row-boxes .col-box:last-of-type {
    margin-bottom: 0;
  }
}

.section-box {
  margin-bottom: 12rem;
}
.section-box .container-fluid-box {
  padding: 0;
}
.section-box .container-fluid-box .container-box .row-box .col-box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3.2rem;
  padding: 4.5rem 6.5rem;
  background-color: var(--amz-box-bg-color);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.section-box .container-fluid-box .container-box .row-box .col-box .box li,
.section-box .container-fluid-box .container-box .row-box .col-box .box p {
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center;
  color: var(--amz-box-text-color);
}
.section-box .container-fluid-box .container-box .row-box .col-box .box li strong,
.section-box .container-fluid-box .container-box .row-box .col-box .box p strong {
  color: var(--amz-box-text-strong-color);
}
.section-box .container-fluid-box .container-box .row-box .col-box .box ul li strong {
  color: var(--amz-box-text-strong-color);
}
.section-box .container-fluid-box .container-box .row-box .col-box .box ul li:before {
  color: var(--amz-box-text-color);
}
.section-box .container-fluid-box .container-box .row-box .col-box .box img {
  margin: auto;
  margin-bottom: 4.5rem;
}
.section-box .container-fluid-box .container-box .row-box .col-box .box img.shape-01 {
  position: absolute;
  bottom: -115px;
  right: -23px;
  margin: auto;
  max-width: 239px;
}
@media (max-width: 767.98px) {
  .section-box .container-fluid-box .container-box .row-box .col-box .box img.shape-01 {
    bottom: -65px;
    right: -15px;
    margin: auto;
    max-width: 150px;
  }
}

.section-text-col .container-fluid-text-col {
  padding: 0;
}
.section-text-col .container-fluid-text-col .container-text-col .row-text-col .col-text-col li,
.section-text-col .container-fluid-text-col .container-text-col .row-text-col .col-text-col p {
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center;
  color: var(--amz-text-col-color);
}
.section-text-col .container-fluid-text-col .container-text-col .row-text-col .col-text-col li strong,
.section-text-col .container-fluid-text-col .container-text-col .row-text-col .col-text-col p strong {
  color: var(--amz-text-col-strong-color);
}
.section-text-col .container-fluid-text-col .container-text-col .row-text-col .col-text-col ul li:before {
  color: var(--amz-text-col-color);
}

.section-image-text-full {
  margin-top: 5rem;
}
.section-image-text-full .container-image-text-full {
  width: 100%;
  margin: auto;
  position: relative;
}
.section-image-text-full .container-image-text-full img.header-image-full {
  margin: 0 auto;
  height: 530px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}
.section-image-text-full .container-image-text-full img.shape-01 {
  position: absolute;
  top: -42px;
  left: -1355px;
  right: -295px;
  margin: auto;
  max-width: 270px;
  z-index: 3;
}
.section-image-text-full .container-fluid-image-text-full {
  padding: 0;
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: var(--amz-bg-box-image-text-full);
  position: relative;
  z-index: 3;
}
.section-image-text-full .container-fluid-image-text-full img.shape-01 {
  position: absolute;
  top: -175px;
  right: -1260px;
  left: -332px;
  margin: auto;
  max-width: 320px;
}
.section-image-text-full .container-fluid-image-text-full .container-image-text-full .row-image-text-full .col-image-text-full h2 {
  font-size: 4.8rem;
  line-height: 4.8rem;
  color: var(--amz-color-text-image-text-full);
  font-weight: bold;
  text-align: left;
}
.section-image-text-full .container-fluid-image-text-full .container-image-text-full .row-image-text-full .col-image-text-full p {
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: var(--amz-color-text-image-text-full);
  font-weight: normal;
  text-align: left;
}

.section-video {
  margin-top: 16rem;
  margin-bottom: 11rem;
}
.section-video .container-fluid-video {
  padding: 0;
}
.section-video .container-fluid-video img.shape-01 {
  position: absolute;
  top: -160px;
  left: -1070px;
  right: -595px;
  margin: auto;
  max-width: 255px;
  z-index: 3;
}
@media (max-width: 990.98px) {
  .section-video .container-fluid-video img.shape-01 {
    top: -80px;
    left: -1384px;
    right: -595px;
    margin: auto;
    max-width: 170px;
  }
}
@media (max-width: 767.98px) {
  .section-video .container-fluid-video img.shape-01 {
    display: none;
  }
}
.section-video .container-fluid-video img.shape-02 {
  position: absolute;
  bottom: -109px;
  left: -303px;
  right: -1295px;
  margin: auto;
  max-width: 215px;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .section-video .container-fluid-video img.shape-02 {
    display: none;
  }
}
.section-video .container-fluid-video .container-video .row-video .col-video .video-container {
  border-radius: 33px;
  overflow: hidden;
  height: 100%;
  max-height: 625px !important;
}
.section-video .container-fluid-video .container-video .row-video .col-video .video-container .plyr .plyr__control--overlaid {
  width: 130px;
  height: 130px;
  background-image: var(--amz-video-play-button);
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.section-video .container-fluid-video .container-video .row-video .col-video .video-container .plyr .plyr__control--overlaid svg {
  display: none;
}
.section-video .container-fluid-video .container-video .row-video .col-video .video-container .plyr video {
  height: 100%;
  max-height: 625px !important;
}
.section-video .container-fluid-video .container-video .row-video .col-video .video-container:hover .plyr .plyr__control--overlaid {
  background-color: transparent;
  background-image: var(--amz-video-play-button-hover);
}
@media (max-width: 767.98px) {
  .section-video {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

.section-tab {
  margin-bottom: 6rem;
}
.section-tab .container-fluid-tab {
  padding: 0;
}
.section-tab .container-fluid-tab .container-tab .row-tab .col-tab .generic-tab ul.nav-tabs {
  width: 100%;
  height: 140px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-tab .container-fluid-tab .container-tab .row-tab .col-tab .generic-tab ul.nav-tabs li.nav-item {
  width: 22.5%;
  height: inherit;
  padding: 0;
  margin: 0;
}
.section-tab .container-fluid-tab .container-tab .row-tab .col-tab .generic-tab ul.nav-tabs li.nav-item a {
  background-color: transparent;
  position: relative;
  width: 100%;
  height: inherit;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.section-tab .container-fluid-tab .container-tab .row-tab .col-tab .generic-tab ul.nav-tabs li.nav-item a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.section-tab .container-fluid-tab .container-tab .row-tab .col-tab .generic-tab ul.nav-tabs li.nav-item a span {
  background-color: var(--amz-tab-button-bg-color);
  border-radius: 100px;
  width: 100%;
  height: auto;
  min-height: 65px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  font-size: 2.5rem;
  line-height: 2.8rem;
  padding: 0 15px;
  color: var(--color-white);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-tab .container-fluid-tab .container-tab .row-tab .col-tab .generic-tab ul.nav-tabs li.nav-item.active {
  pointer-events: none;
}
.section-tab .container-fluid-tab .container-tab .row-tab .col-tab .generic-tab ul.nav-tabs li.nav-item.active a span {
  background-color: var(--amz-tab-button-active-bg-color);
  color: var(--amz-tab-button-active-text-color);
}
.section-tab .container-fluid-tab .container-tab .row-tab .col-tab .generic-tab ul.nav-tabs li:hover a span {
  background-color: var(--amz-tab-button-bg-color-hover);
}
@media (max-width: 767.98px) {
  .section-tab .container-fluid-tab .container-tab .row-tab .col-tab .generic-tab ul.nav-tabs {
    height: auto;
  }
  .section-tab .container-fluid-tab .container-tab .row-tab .col-tab .generic-tab ul.nav-tabs li {
    border-bottom: 1px solid var(--color-white);
  }
  .section-tab .container-fluid-tab .container-tab .row-tab .col-tab .generic-tab ul.nav-tabs li.nav-item {
    width: 100%;
  }
  .section-tab .container-fluid-tab .container-tab .row-tab .col-tab .generic-tab ul.nav-tabs li.nav-item a img {
    display: none;
  }
  .section-tab .container-fluid-tab .container-tab .row-tab .col-tab .generic-tab ul.nav-tabs li.nav-item a span {
    border-radius: 0;
  }
  .section-tab .container-fluid-tab .container-tab .row-tab .col-tab .generic-tab ul.nav-tabs li:first-of-type {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    overflow: hidden;
  }
}
.section-tab .container-fluid-tab .container-tab .row-tab .col-tab .generic-tab .tab-content {
  background-color: var(--amz-tab-content-bg-color);
  padding: 3.5rem;
  padding-top: 7rem;
  margin-top: -3.2rem;
  border-radius: 4.2rem;
}
.section-tab .container-fluid-tab .container-tab .row-tab .col-tab .generic-tab .tab-content p {
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: var(--amz-tab-content-text-color);
  font-weight: normal;
  text-align: left;
}
.section-tab .container-fluid-tab .container-tab .row-tab .col-tab .generic-tab .tab-content ul.list li {
  color: var(--amz-tab-content-list-color);
  font-weight: bold;
}
.section-tab .container-fluid-tab .container-tab .row-tab .col-tab .generic-tab .tab-content ul.list li:before {
  color: var(--amz-tab-content-list-color);
}
@media (max-width: 767.98px) {
  .section-tab .container-fluid-tab .container-tab .row-tab .col-tab .generic-tab .tab-content {
    padding: 3.5rem;
    margin-top: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

.section-icon-text .container-fluid-icon-text {
  padding: 0;
}
.section-icon-text .container-fluid-icon-text .container-icon-text .row-icon-text .col-icon-text .icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 3rem;
}
.section-icon-text .container-fluid-icon-text .container-icon-text .row-icon-text .col-icon-text .icon-text img {
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 767.98px) {
  .section-icon-text .container-fluid-icon-text .container-icon-text .row-icon-text .col-icon-text .icon-text img {
    margin-right: 0.8rem;
  }
}
.section-icon-text .container-fluid-icon-text .container-icon-text .row-icon-text .col-icon-text .icon-text li,
.section-icon-text .container-fluid-icon-text .container-icon-text .row-icon-text .col-icon-text .icon-text p {
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: var(--amz-icon-text-color);
  font-weight: normal;
  text-align: left;
}
.section-icon-text .container-fluid-icon-text .container-icon-text .row-icon-text .col-icon-text .icon-text:last-child {
  margin-bottom: 0;
}

footer {
  height: 350px;
}
footer .container-footer {
  position: relative;
}
footer .container-footer img.shape-01 {
  position: absolute;
  top: 0px;
  left: -372px;
  right: -1325px;
  margin: auto;
  max-width: 222px;
  z-index: 3;
}
@media (max-width: 1199.98px) {
  footer .container-footer img.shape-01 {
    left: auto;
    right: 0;
  }
}
footer .container-footer img.shape-02 {
  position: absolute;
  top: 112px;
  left: -405px;
  right: -1070px;
  margin: auto;
  max-width: 444px;
  z-index: 3;
}
@media (max-width: 1199.98px) {
  footer .container-footer img.shape-02 {
    left: auto;
    right: 2rem;
  }
}

.icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 3rem;
}
.icon-text img {
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 767.98px) {
  .icon-text img {
    margin-right: 0.8rem;
  }
}
.icon-text li,
.icon-text p {
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: var(--amz-icon-text-color);
  font-weight: normal;
  text-align: left;
}
.icon-text:last-child {
  margin-bottom: 0;
}
