html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

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

svg {
  max-width: 100%;
}

button {
  border-style: none;
}

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(255, 255, 255, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  width: 1000px;
  outline: none !important;
  background: #653279;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #000;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 600px) {
  .lity-close {
    color: #fff;
  }
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #000;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #653279;
}

.lity-hide {
  display: none;
}

/**
* Swiper 4.3.3
* Most modern mobile touch slider and framework with hardware accelerated transitions
* http://www.idangero.us/swiper/
*
* Copyright 2014-2018 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: June 5, 2018
*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  align-self: stretch;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  font-size: 30px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  transform: rotate(180deg);
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.swiper-container {
  max-width: 100%;
}

@font-face {
  font-family: GT Walsheim;
  src: local("GT-Walsheim-Regular"), local("GT-Walsheim-Regular"), url(GT-Walsheim-Regular.woff2) format("woff2"), url(GT-Walsheim-Regular.woff) format("woff"), url(GTWalsheimRegular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: GT Walsheim;
  src: local("GT-Walsheim-Bold"), local("GT-Walsheim-Bold"), url(GT-Walsheim-Bold.woff2) format("woff2"), url(GT-Walsheim-Bold.woff) format("woff"), url(GT-Walsheim-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: GT Walsheim;
  src: local("GT-Walsheim-Regular"), local("GT-Walsheim-Regular"), url(GT-Walsheim-Regular.woff2) format("woff2"), url(GT-Walsheim-Regular.woff) format("woff"), url(GTWalsheimRegular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: GT Walsheim;
  src: local("GT-Walsheim-Bold"), local("GT-Walsheim-Bold"), url(GT-Walsheim-Bold.woff2) format("woff2"), url(GT-Walsheim-Bold.woff) format("woff"), url(GT-Walsheim-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
html, body {
  font-size: 20px;
  font-family: "GT Walsheim";
  scroll-behavior: smooth;
}
@media (max-width: 950px) {
  html.lock-body, body.lock-body {
    max-height: 100%;
    overflow-y: hidden;
  }
}

.page-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 2600px;
  overflow-x: hidden;
}

.page-mask {
  width: 0;
  height: 0;
  opacity: 0;
}
@media (max-width: 950px) {
  .page-mask.ele-triggered {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 90;
    background-color: #653279;
    opacity: 0.6;
    top: 0;
    left: 0;
    transition: opacity 0.25s ease-in;
  }
}

.pg-container {
  width: 78%;
  margin-left: auto;
  overflow-x: hidden;
}
@media (max-width: 950px) {
  .pg-container {
    width: 100%;
    margin-right: auto;
  }
}

.sctn-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .sctn-container {
    width: 90%;
  }
}

.sctn-space {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .sctn-space {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.sctn-space-nobot {
  padding-top: 5rem;
}
@media (max-width: 768px) {
  .sctn-space-nobot {
    padding-top: 4rem;
  }
}

.flx-row {
  display: flex;
}

.flx-col {
  display: flex;
  flex-direction: column;
}

.cols-2-md-1 {
  columns: 2;
  column-gap: 50px;
}
@media (max-width: 1400px) {
  .cols-2-md-1 {
    column-gap: 40px;
  }
}
@media (max-width: 1200px) {
  .cols-2-md-1 {
    columns: 1;
  }
}

.flx-row-md-col {
  display: flex;
}
@media (max-width: 768px) {
  .flx-row-md-col {
    flex-direction: column;
  }
}

.flx-row-md-col-reverse {
  display: flex;
}
@media (max-width: 768px) {
  .flx-row-md-col-reverse {
    flex-direction: column-reverse;
  }
}

.flx-wrap {
  display: flex;
  flex-wrap: wrap;
}

.ali-center {
  align-items: center;
}

.just-center {
  justify-content: center;
}

.just-bet {
  justify-content: space-between;
}

.mt-auto {
  margin-top: auto;
}

.w-95-md-100 {
  width: 95%;
}
@media (max-width: 768px) {
  .w-95-md-100 {
    width: 100%;
  }
}

.w-90-md-100 {
  width: 90%;
}
@media (max-width: 768px) {
  .w-90-md-100 {
    width: 100%;
  }
}

.w-80-md-100 {
  width: 80%;
}
@media (max-width: 768px) {
  .w-80-md-100 {
    width: 100%;
  }
}

.w-75-md-100 {
  width: 75%;
}
@media (max-width: 768px) {
  .w-75-md-100 {
    width: 100%;
  }
}

.w-70-md-100 {
  width: 70%;
}
@media (max-width: 768px) {
  .w-70-md-100 {
    width: 100%;
  }
}

.w-66-md-100 {
  width: 66%;
}
@media (max-width: 768px) {
  .w-66-md-100 {
    width: 100%;
  }
}

.w-60-md-100 {
  width: 60%;
}
@media (max-width: 768px) {
  .w-60-md-100 {
    width: 100%;
  }
}

.w-55-md-100 {
  width: 55%;
}
@media (max-width: 768px) {
  .w-55-md-100 {
    width: 100%;
  }
}

.w-50-md-100 {
  width: 50%;
}
@media (max-width: 768px) {
  .w-50-md-100 {
    width: 100%;
  }
}

.w-48-md-100 {
  width: 48%;
}
@media (max-width: 768px) {
  .w-48-md-100 {
    width: 100%;
  }
}

.w-45-md-100 {
  width: 45%;
}
@media (max-width: 768px) {
  .w-45-md-100 {
    width: 100%;
  }
}

.w-40-md-100 {
  width: 40%;
}
@media (max-width: 768px) {
  .w-40-md-100 {
    width: 100%;
  }
}

.w-35-md-100 {
  width: 35%;
}
@media (max-width: 768px) {
  .w-35-md-100 {
    width: 100%;
  }
}

.w-33-md-100 {
  width: 33%;
}
@media (max-width: 768px) {
  .w-33-md-100 {
    width: 100%;
  }
}

.w-30-md-100 {
  width: 30%;
}
@media (max-width: 768px) {
  .w-30-md-100 {
    width: 100%;
  }
}

.w-28-md-100 {
  width: 28%;
}
@media (max-width: 768px) {
  .w-28-md-100 {
    width: 100%;
  }
}

.w-26-md-100 {
  width: 25.6%;
}
@media (max-width: 768px) {
  .w-26-md-100 {
    width: 100%;
  }
}

.w-25-md-100 {
  width: 25%;
}
@media (max-width: 768px) {
  .w-25-md-100 {
    width: 100%;
  }
}

.w-22-md-100 {
  width: 22%;
}
@media (max-width: 768px) {
  .w-22-md-100 {
    width: 100%;
  }
}

.w-20-md-100 {
  width: 20%;
}
@media (max-width: 768px) {
  .w-20-md-100 {
    width: 100%;
  }
}

.w-100 {
  width: 100%;
}

.txt-container {
  width: 90%;
  margin: 1rem auto;
}

.ttl-lrg {
  font-size: 60px;
  font-weight: 700;
  color: #653279;
  line-height: 1;
  margin-bottom: 1.75rem;
}
@media (max-width: 1700px) {
  .ttl-lrg {
    font-size: 55px;
  }
}
@media (max-width: 1600px) {
  .ttl-lrg {
    font-size: 52px;
  }
}
@media (max-width: 1500px) {
  .ttl-lrg {
    font-size: 48px;
  }
}
@media (max-width: 1400px) {
  .ttl-lrg {
    font-size: 42px;
  }
}
@media (max-width: 1200px) {
  .ttl-lrg {
    font-size: 40px;
  }
}
@media (max-width: 950px) {
  .ttl-lrg {
    font-size: 35px;
  }
}
@media (max-width: 600px) {
  .ttl-lrg {
    font-size: 30px;
  }
}
@media (max-width: 360px) {
  .ttl-lrg {
    font-size: 26px;
  }
}

.ttl-mdm {
  font-size: 55px;
  font-weight: 700;
  color: #653279;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media (max-width: 1700px) {
  .ttl-mdm {
    font-size: 52px;
  }
}
@media (max-width: 1600px) {
  .ttl-mdm {
    font-size: 48px;
  }
}
@media (max-width: 1500px) {
  .ttl-mdm {
    font-size: 44px;
  }
}
@media (max-width: 1400px) {
  .ttl-mdm {
    font-size: 38px;
  }
}
@media (max-width: 1200px) {
  .ttl-mdm {
    font-size: 36px;
  }
}
@media (max-width: 950px) {
  .ttl-mdm {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .ttl-mdm {
    font-size: 27px;
  }
}
@media (max-width: 360px) {
  .ttl-mdm {
    font-size: 24px;
  }
}

.ttl-sml {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .ttl-sml {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .ttl-sml {
    font-size: 20px;
  }
}

.ttl-brd {
  border-radius: 25px;
  background: #653279;
  padding: 0.6rem 1rem;
  color: #ffffff;
  margin-right: auto;
}

.ttl-xs {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.txt-mdm {
  font-size: 30px;
  line-height: 1.25;
}
@media (max-width: 1200px) {
  .txt-mdm {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .txt-mdm {
    font-size: 22px;
  }
}

.txt-reg {
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .txt-reg {
    font-size: 15px;
  }
}

.txt-sml {
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .txt-sml {
    font-size: 13px;
  }
}

.cta-btn {
  background-color: #653279;
  height: 40px;
  padding: 0 0.8rem;
  display: flex;
  align-items: center;
  color: #ffffff;
  justify-content: center;
  border-radius: 25px;
  font-size: 12px;
  text-align: center;
  border: solid 1px transparent;
}
@media (max-width: 1500px) {
  .cta-btn {
    height: 42px;
  }
}
@media (max-width: 1400px) {
  .cta-btn {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .cta-btn {
    font-size: 10px;
  }
}
.cta-btn:hover {
  background-color: #ffffff;
  color: #653279;
  border-color: #653279;
  transition: all 0.25s ease-in;
}

.txt-sep {
  width: 100%;
  height: 1px;
  background: #62B5E5;
  margin-bottom: 1rem;
}

.txt-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.mb-xs {
  margin-bottom: 0.5rem;
}

.mb-sml {
  margin-bottom: 1rem;
}

.mb-mdm {
  margin-bottom: 2rem;
}

.mb-lrg {
  margin-bottom: 2.5rem;
}

.mb-xl {
  margin-bottom: 3rem;
}

.mb-xxl {
  margin-bottom: 5rem;
}

@media (max-width: 768px) {
  .md-mb-xs {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 768px) {
  .md-mb-sml {
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .md-mb-mdm {
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .md-mb-lrg {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 768px) {
  .md-mb-xl {
    margin-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .md-mb-xxl {
    margin-bottom: 5rem;
  }
}

.mr-xs {
  margin-right: 0.5rem;
}

.mr-sml {
  margin-right: 1rem;
}

.mr-mdm {
  margin-right: 2rem;
}

.mr-lrg {
  margin-right: 2.5rem;
}

.mr-xl {
  margin-right: 3rem;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mt-xs {
  margin-top: 10px;
}

.pb-sml {
  padding-bottom: 20px;
}

.mr-xs-md-none {
  margin-right: 0.5rem;
}
@media (max-width: 768px) {
  .mr-xs-md-none {
    margin-right: 0;
  }
}

.mr-sml-md-none {
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .mr-sml-md-none {
    margin-right: 0;
  }
}

.mr-mdm-md-none {
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .mr-mdm-md-none {
    margin-right: 0;
  }
}

.mr-lrg-md-none {
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .mr-lrg-md-none {
    margin-right: 0;
  }
}

.mr-xl-md-none {
  margin-right: 3rem;
}
@media (max-width: 768px) {
  .mr-xl-md-none {
    margin-right: 0;
  }
}

.vid-wrapper {
  position: relative;
}

.vid-play-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 3;
  max-width: 20%;
}

ul {
  list-style: disc;
}
ul li {
  font-size: 16px;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.user-cntnt {
  font-size: 16px;
  line-height: 1.6;
}
.user-cntnt strong {
  font-weight: 700;
}
.user-cntnt em {
  font-style: italic;
}
.user-cntnt h2 {
  font-size: 24px;
}
.user-cntnt h3 {
  font-size: 20px;
}
.user-cntnt h4 {
  font-size: 16px;
}
.user-cntnt h5 {
  font-size: 14px;
}
.user-cntnt p {
  margin-bottom: 0.75rem;
}

.count {
  opacity: 0;
}
.count.is-in-view {
  opacity: 1;
  transition: opacity 0.3s 0.1s ease-in;
}

.view-in, .ttl-lrg {
  opacity: 0;
  transform: translateY(30px);
}
.view-in.is-in-view, .ttl-lrg.is-in-view {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease-in, transform 0.3s ease-in;
}
.view-in.view-in-2.is-in-view, .ttl-lrg.view-in-2.is-in-view {
  transition: opacity 0.4s 0.1s ease-in, transform 0.4s 0.1s ease-in;
}
.view-in.view-in-3.is-in-view, .ttl-lrg.view-in-3.is-in-view {
  transition: opacity 0.4s 0.2s ease-in, transform 0.4s 0.2s ease-in;
}
.view-in.view-in-4.is-in-view, .ttl-lrg.view-in-4.is-in-view {
  transition: opacity 0.4s 0.3s ease-in, transform 0.4s 0.3s ease-in;
}

.color.clr-white {
  color: #ffffff !important;
}

.pos-rel {
  position: relative;
  overflow: hidden;
}

.swiper-container-hero {
  height: 100%;
}

.heart-banner {
  position: absolute;
  width: 100%;
  height: 260px;
  background-repeat: no-repeat;
  background-image: url("../images/heart-banner-2024.svg");
  right: 0;
  left: 0;
  top: auto;
  bottom: 11%;
  background-size: cover;
}

.heart-yves {
  position: absolute;
  right: 0;
  width: 230px;
  height: 550px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/heart-yves.svg");
  bottom: 15%;
  max-width: 20%;
}
@media (max-width: 768px) {
  .heart-yves {
    display: none;
  }
}

.see-admin-btn {
  font-size: 22px;
  padding: 30px 20px;
  width: 90%;
  color: #BB3F8D;
  margin-bottom: 50px;
  display: block;
  border: solid 3px #BB3F8D;
  text-align: center;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .see-admin-btn {
    font-size: 18px;
    padding: 20px 15px;
  }
}

.lightning-icn {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 40%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .lightning-icn {
    display: none;
  }
}

.ttl-wrapper {
  overflow-x: hidden;
}

.hearts-row {
  margin-right: -30px;
  margin-bottom: 25px;
}

#sctn-med {
  background-color: #F49064;
}

#sctn-med .ttl-lrg {
  color: #BB3F8D;
}

.ttl-container {
  width: 80%;
  margin-left: 10%;
}
@media (max-width: 1200px) {
  .ttl-container {
    width: 86%;
    margin-left: 7%;
  }
}
@media (max-width: 768px) {
  .ttl-container {
    width: 90%;
    margin-left: 5%;
  }
}

.mob-nav {
  height: 0;
  width: 0;
  overflow: hidden;
}
@media (max-width: 950px) {
  .mob-nav {
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 99;
  }
  .mob-nav .flx-row {
    justify-content: space-between;
    position: relative;
  }
  .mob-nav.ele-triggered .mob-nav-open {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 20px;
    background: #ffffff;
    height: 25px;
    width: 25px;
    transition: background 0.2s ease-in;
  }
  .mob-nav.ele-triggered .mob-nav-open::before {
    content: "";
    position: absolute;
    top: 0.5rem;
    height: 5px;
    width: 100%;
    background-color: #653279;
    transform: rotate(45deg);
    transition: all 0.2s ease-in;
  }
  .mob-nav.ele-triggered .mob-nav-open::after {
    content: "";
    position: absolute;
    top: 0.5rem;
    height: 5px;
    width: 100%;
    background-color: #653279;
    transform: rotate(-45deg);
    transition: all 0.2s ease-in;
  }
  .mob-nav .mob-nav-open {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 20px;
    background: #653279;
    height: 25px;
    width: 27px;
    transition: background 0.2s ease-in;
  }
  .mob-nav .mob-nav-open::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -1px;
    height: 5px;
    width: 108%;
    background-color: #ffffff;
    transition: all 0.2s ease-in;
  }
  .mob-nav .mob-nav-open::after {
    content: "";
    position: absolute;
    top: 15px;
    left: -1px;
    height: 5px;
    width: 108%;
    background-color: #ffffff;
    transition: all 0.2s ease-in;
  }
}
.mob-nav .children-logo {
  width: 45px;
}

@keyframes wheel-scroll {
  0% {
    stroke-dashoffset: 0;
  }
  25% {
    stroke-dashoffset: 48;
  }
  100% {
    stroke-dashoffset: 48;
  }
}
#mouse-wheel {
  stroke-dasharray: 12 12;
  animation: 4s ease infinite wheel-scroll;
}

.side-bar {
  width: 22%;
  margin-right: auto;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #F9F9F9;
  z-index: 3;
}
@media (max-width: 950px) {
  .side-bar {
    width: 0;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
}
@media (max-width: 950px) {
  .side-bar.ele-triggered {
    width: 50%;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    left: 0;
    transition: width 0.3s ease-in;
  }
}
@media (max-width: 768px) {
  .side-bar.ele-triggered {
    width: 60%;
  }
}
@media (max-width: 600px) {
  .side-bar.ele-triggered {
    width: 85%;
  }
}
.side-bar.ele-triggered .side-bar-container {
  opacity: 1;
  transition: opacity 0.3s 0.3s ease-in;
}
.side-bar .side-bar-container {
  width: 70%;
  margin: 3.5rem auto 1rem;
  min-height: 88%;
  z-index: 2;
}
@media (max-width: 1500px) {
  .side-bar .side-bar-container {
    width: 80%;
    margin: 3rem auto 1rem;
  }
}
@media (max-width: 1200px) {
  .side-bar .side-bar-container {
    width: 90%;
    margin: 2.5rem auto 1rem;
  }
}
@media (max-width: 950px) {
  .side-bar .side-bar-container {
    opacity: 0;
  }
}
.side-bar .side-bar-container .cta-btn {
  background: #EAF3F8;
  color: #62B5E5;
  margin-top: auto;
}
@media (max-width: 768px) {
  .side-bar .side-bar-container .cta-btn {
    margin-right: auto;
  }
}
.side-bar .side-bar-container .cta-btn.lang-switch {
  text-transform: uppercase;
  font-size: 14px;
  color: #572F85;
  margin-top: 0;
  font-weight: 700;
}
.side-bar .side-bar-container .mt-auto {
  margin-top: auto;
}
.side-bar .menu-icn-wrapper {
  display: flex;
}
@media (max-width: 1400px) {
  .side-bar .menu-icn-wrapper {
    flex-direction: column-reverse;
  }
}
.side-bar .menu-icn-wrapper img {
  width: 90%;
}
@media (max-width: 1400px) {
  .side-bar .menu-icn-wrapper img {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 950px) {
  .side-bar .menu-icn-wrapper img {
    width: 300px;
  }
}
@media (max-width: 600px) {
  .side-bar .menu-icn-wrapper img {
    width: 200px;
  }
}
.side-bar .menu-tab-wrapper {
  align-items: flex-start;
}
.side-bar .menu-tab-wrapper .menu-tab {
  opacity: 0;
  max-height: 0;
  overflow-y: hidden;
}
.side-bar .menu-tab-wrapper .menu-tab:hover {
  color: #62B5E5;
  transition: color 0.2s ease-in;
}
.side-bar .menu-tab-wrapper.ele-triggered .menu-tab-ttl::after {
  width: 250px;
  transition: width 0.25s ease-in;
}
.side-bar .menu-tab-wrapper.ele-triggered .menu-tab {
  opacity: 1;
  max-height: 200px;
  padding-bottom: 0.6rem;
  transition: opacity 0.3s ease-in, max-height 0.2s ease-in;
}
.side-bar .menu-tab-ttl {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 0.5rem;
  cursor: pointer;
  position: relative;
}
.side-bar .menu-tab-ttl:hover {
  color: #62B5E5;
  transition: color 0.2s ease-in;
}
.side-bar .menu-tab-ttl::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  top: 8px;
  right: -270px;
  background-color: #653279;
}
.side-bar .menu-tab {
  cursor: pointer;
  font-size: 14px;
  margin-left: 0.5rem;
  display: inline-block;
}

@keyframes bouncing {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes circles {
  from {
    transform: rotate(0deg) translateX(95%) translateY(-70px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(0) translateY(-70px) rotate(-360deg);
  }
}
@keyframes circlesMob {
  from {
    transform: rotate(0deg) translateX(95%) translateY(0) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(0) translateY(0) rotate(-360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hero-banner {
  height: 100vh;
  min-height: 600px;
  position: relative;
  align-items: flex-end;
  opacity: 0;
  animation: fadeIn 0.7s ease-in forwards;
  animation-delay: 0.4s;
}
@media (max-width: 950px) {
  .hero-banner {
    height: calc(100vh - 70px);
  }
}
@media (max-width: 768px) {
  .hero-banner {
    min-height: 500px;
    margin-top: 80px;
  }
}
@media (max-width: 600px) {
  .hero-banner {
    min-height: 300px;
    max-height: 550px;
  }
}
.hero-banner video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-banner .hero-sctn-container {
  width: 92%;
  margin: 0 5% 2rem auto;
  align-items: flex-end;
  position: relative;
  z-index: 5;
}
.hero-banner .hero-sctn-container .ttl-lrg {
  margin-bottom: 0;
}
.hero-banner .scroll-down-icn {
  min-width: 20px;
}
.hero-banner .scroll-img {
  animation: bouncing 2.5s infinite ease-in;
  transition: transform 0.5s ease-in;
}
.hero-banner .scroll-txt {
  text-align: right;
  color: #ffffff;
}
.hero-banner .ttl-lrg {
  color: #ffffff;
  font-size: 100px;
}
@media (max-width: 1400px) {
  .hero-banner .ttl-lrg {
    font-size: 60px;
  }
}
@media (max-width: 950px) {
  .hero-banner .ttl-lrg {
    font-size: 40px;
  }
}
.hero-banner .hero-sbttl {
  color: #ffffff;
  opacity: 0.7;
}

.side-col-spacer {
  width: 95px;
  min-width: 95px;
  margin-right: 1rem;
  margin-top: 2rem;
}
@media (max-width: 950px) {
  .side-col-spacer {
    width: 70px;
    min-width: 70px;
  }
}
@media (max-width: 768px) {
  .side-col-spacer {
    width: 65px;
    min-width: 65px;
    margin-bottom: 1rem;
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .side-col-spacer {
    width: 55px;
    min-width: 55px;
  }
}

.about-lrg-img {
  width: 100%;
  object-fit: cover;
}

#sctn-lafondation .human-info-container,
#sctn-lechildren .human-info-container {
  background-color: #62B5E5;
  border-radius: 15px;
  position: relative;
  padding-top: 90px;
  height: 100%;
}
@media (max-width: 768px) {
  #sctn-lafondation .human-info-container,
#sctn-lechildren .human-info-container {
    margin-left: 0;
  }
}
#sctn-lafondation .human-info-container .txt-container,
#sctn-lechildren .human-info-container .txt-container {
  width: 80%;
  color: #572F85;
}
#sctn-lafondation .human-info-container .txt-container .txt-reg,
#sctn-lechildren .human-info-container .txt-container .txt-reg {
  color: #572F85;
}
#sctn-lafondation .sctn-container-le,
#sctn-lechildren .sctn-container-le {
  width: 90%;
  margin-left: 10%;
}
@media (max-width: 950px) {
  #sctn-lafondation .sctn-container-le,
#sctn-lechildren .sctn-container-le {
    width: 95%;
    margin-left: 2.5%;
  }
}
#sctn-lafondation .human-signature,
#sctn-lechildren .human-signature {
  margin-bottom: 1rem;
}
#sctn-lafondation .human-pic,
#sctn-lechildren .human-pic {
  position: relative;
  margin-bottom: -90px;
  max-width: 60%;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
}
#sctn-lafondation em,
#sctn-lechildren em {
  color: #ffffff;
}
#sctn-lafondation .ttl-xs,
#sctn-lafondation .txt-reg,
#sctn-lechildren .ttl-xs,
#sctn-lechildren .txt-reg {
  color: #ffffff;
}
#sctn-lafondation .human-col .ttl-sml,
#sctn-lechildren .human-col .ttl-sml {
  color: #572F85;
}
@media (max-width: 768px) {
  #sctn-lafondation .human-col .human-pic,
#sctn-lechildren .human-col .human-pic {
    width: 224px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  #sctn-lafondation .human-col,
#sctn-lechildren .human-col {
    margin-bottom: 4rem;
  }
}
#sctn-lafondation .human-col:first-child,
#sctn-lechildren .human-col:first-child {
  margin-right: 4rem;
}
@media (max-width: 950px) {
  #sctn-lafondation .human-col:first-child,
#sctn-lechildren .human-col:first-child {
    margin-right: 2rem;
  }
}
@media (max-width: 768px) {
  #sctn-lafondation .human-col:first-child,
#sctn-lechildren .human-col:first-child {
    margin-right: 0;
  }
}

#sctn-lafondation,
#sctn-lechildren,
#sctn-words {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  margin-right: 7%;
}
@media (max-width: 1400px) {
  #sctn-lafondation,
#sctn-lechildren,
#sctn-words {
    margin-right: 5%;
  }
}
@media (max-width: 950px) {
  #sctn-lafondation,
#sctn-lechildren,
#sctn-words {
    margin-left: 7%;
    margin-right: 7%;
    border-radius: 25px;
  }
}
@media (max-width: 768px) {
  #sctn-lafondation,
#sctn-lechildren,
#sctn-words {
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media (max-width: 600px) {
  #sctn-lafondation,
#sctn-lechildren,
#sctn-words {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}

@keyframes heartBounce {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.02);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
#sctn-lafondation {
  background: #8974B0;
}
#sctn-lafondation .ttl-xs,
#sctn-lafondation .txt-reg {
  color: #ffffff;
}
#sctn-lafondation .ttl-brd {
  background: #F4AA54;
}
#sctn-lafondation .ttl-lrg {
  color: #F4AA54;
}
#sctn-lafondation .ttl-lrg span {
  color: #62B5E5;
}
#sctn-lafondation .vid-wrapper:hover .vid-play-btn {
  transform: scale(1.06);
  transition: transform 0.1s ease-in;
}
#sctn-lafondation .heart-icn {
  animation: heartBounce infinite 3s ease-in;
  object-fit: contain;
}
#sctn-lafondation .human-col .ttl-sml {
  color: #ffffff;
}
#sctn-lafondation .human-col .human-info-container {
  background: #F4AA54;
}
#sctn-lafondation .human-col .human-info-container .txt-reg {
  color: #ffffff;
}

#sctn-lechildren {
  background: #ffffff;
}
#sctn-lechildren .ttl-brd {
  background: #572F85;
}
#sctn-lechildren .ttl-lrg {
  color: #572F85;
}
#sctn-lechildren .txt-reg, #sctn-lafondation .txt-reg {
  color: #111111;
}
#sctn-lechildren .txt-reg p em {
  color: #111111 !important;
}
#sctn-lechildren .human-col:first-child {
  margin-left: 0;
  margin-right: 1rem;
}
@media (max-width: 950px) {
  #sctn-lechildren .human-col:first-child {
    margin-right: 1rem;
  }
}
@media (max-width: 768px) {
  #sctn-lechildren .human-col:first-child {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  #sctn-lechildren .human-col:first-child {
    margin-left: 0;
  }
}
#sctn-lechildren .human-col:nth-child(2) {
  margin-right: 1rem;
}
@media (max-width: 950px) {
  #sctn-lechildren .human-col:nth-child(2) {
    margin-right: 1rem;
  }
}
@media (max-width: 768px) {
  #sctn-lechildren .human-col:nth-child(2) {
    margin-right: 0;
  }
}
#sctn-lechildren .human-col .ttl-sml {
  font-size: 22px;
}
#sctn-lechildren .yves-img {
  margin-right: -70px;
  margin-top: auto;
  margin-bottom: auto;
}
#sctn-lechildren .yves-img img {
  width: 250px;
  height: 250px;
  object-fit: contain;
}
@media (max-width: 768px) {
  #sctn-lechildren .yves-img {
    margin-right: 0;
    margin-bottom: -5rem;
  }
}
#sctn-lechildren .yves-wrapper {
  color: #ffffff;
  background: #8974B0;
  padding: 1.5rem 5% 2rem 5rem;
  border-radius: 25px;
}
#sctn-lechildren .yves-wrapper .txt-reg {
  color: #ffffff;
  line-height: 1.2;
}
#sctn-lechildren .yves-wrapper .txt-reg strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  #sctn-lechildren .yves-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 6rem 10% 2rem;
  }
}
#sctn-lechildren .yves-wrapper .ttl-sml {
  color: #ffffff;
  font-weight: 700;
}

#sctn-words {
  background: #572F85;
}
#sctn-words .ttl-brd {
  background: #61B5E4;
}
#sctn-words .ttl-lrg {
  color: #fff;
}
#sctn-words .txt-reg {
  color: #ffffff;
}
#sctn-words .word-human {
  object-fit: contain;
}
@media (max-width: 768px) {
  #sctn-words .word-human {
    width: 224px;
    margin-left: auto;
    margin-right: auto;
  }
}
#sctn-words .yves-img {
  margin-right: -70px;
}
@media (max-width: 768px) {
  #sctn-words .yves-img {
    margin-right: 0;
    margin-bottom: -5rem;
  }
}
#sctn-words .yves-wrapper {
  color: #ffffff;
  background: #61B5E4;
  padding: 1.5rem 10% 2rem 6rem;
  border-radius: 25px;
}
@media (max-width: 768px) {
  #sctn-words .yves-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 6rem 10% 2rem;
  }
}
#sctn-words .yves-wrapper .ttl-sml {
  font-weight: 400;
}

#sctn-think {
  position: relative;
  height: 80vh;
  min-height: 600px;
  align-items: flex-end;
  color: #ffffff;
}
@media (max-width: 768px) {
  #sctn-think {
    min-height: 500px;
  }
}
@media (max-width: 600px) {
  #sctn-think {
    min-height: 300px;
    max-height: 450px;
  }
}
#sctn-think .ttl-lrg {
  color: #ffffff;
  font-size: 100px;
  opacity: 0.8;
}
@media (max-width: 1400px) {
  #sctn-think .ttl-lrg {
    font-size: 60px;
  }
}
@media (max-width: 950px) {
  #sctn-think .ttl-lrg {
    font-size: 40px;
  }
}
#sctn-think .txt-mdm,
#sctn-think .txt-reg {
  opacity: 0.8;
}

#sctn-goal .goal-icn {
  max-width: 146px;
}
#sctn-goal .ttl-lrg,  #sctn-goal .ttl-sml {
  color: #BB3F8D;
}
#sctn-goal .ttl-xs {
  color: #ffffff;
}
#sctn-goal .ttl-brd {
  background: #BB3F8D;
}
@media (max-width: 768px) {
  #sctn-goal .thermo-col {
    align-items: center;
  }
}
@media (max-width: 500px) {
  #sctn-goal .thermo-col {
    align-items: flex-start;
  }
}
#sctn-goal .thermo-wrapper {
  position: relative;
  width: 150px;
}
#sctn-goal .thermo-wrapper .thermo-line {
  width: 55px;
  margin-right: 0.25rem;
  height: 2px;
  opacity: 0.5;
  background-color: #653279;
}
#sctn-goal .thermo-wrapper .thermo-goal {
  position: absolute;
  bottom: 31px;
  width: 50px;
  height: 0px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #653279;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  transition: height 1s ease-in;
}
#sctn-goal .thermo-wrapper .thermo-goal .thermo-now {
  width: 200px;
  position: absolute;
  top: 10px;
  right: -180px;
  opacity: 0;
  color: #653279;
}
#sctn-goal .thermo-wrapper .thermo-goal.is-in-view .thermo-now {
  opacity: 1;
  transition: opacity 0.3s 1s ease-in;
}
#sctn-goal .thermo-wrapper .thermo-objectif {
  width: 200px;
  position: absolute;
  top: 30px;
  right: -130px;
  color: #62B5E5;
}

#sctn-projects .ttl-wrapper,
#sctn-commun .ttl-wrapper {
  position: relative;
}
#sctn-projects .pop-container,
#sctn-commun .pop-container {
  display: none;
}
#sctn-projects .flx-col:hover .open-icn,
#sctn-commun .flx-col:hover .open-icn {
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  width: 18px;
  height: 18px;
  opacity: 1;
  max-height: 20px;
  transition: opacity 0.3s ease-in;
}
#sctn-projects .flx-col:hover .plus-icn,
#sctn-commun .flx-col:hover .plus-icn {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
#sctn-projects .flx-col:hover .proj-img,
#sctn-commun .flx-col:hover .proj-img {
  transform: scale(1.025);
  transition: transform 0.1s ease-in;
}
#sctn-projects .flx-col .open-icn,
#sctn-commun .flx-col .open-icn {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
#sctn-projects .flx-col .plus-icn,
#sctn-commun .flx-col .plus-icn {
  position: absolute;
  right: 0;
  top: 10px;
  width: 20px;
  height: 20px;
}
#sctn-projects .flx-col .plus-icn-wrapper,
#sctn-commun .flx-col .plus-icn-wrapper {
  position: absolute;
  right: 0;
  bottom: 12px;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #BB3F8D;
  border-radius: 50%;
}
#sctn-projects .flx-col .proj-img-plus-icn,
#sctn-commun .flx-col .proj-img-plus-icn {
  transform: scale(1);
  transition: transform 0.1s ease-out;
}
#sctn-projects .flx-col .swiper-wrapper:hover .proj-img-plus-icn,
#sctn-commun .flx-col .swiper-wrapper:hover .proj-img-plus-icn {
  transform: scale(1.05);
  transition: transform 0.1s ease-out;
}
#sctn-projects .flx-col .proj-img,
#sctn-commun .flx-col .proj-img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  object-position: top;
  border-radius: 25px;
}
@media (max-width: 950px) {
  #sctn-projects .flx-col .proj-img,
#sctn-commun .flx-col .proj-img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  #sctn-projects .flx-col .proj-img,
#sctn-commun .flx-col .proj-img {
    height: 450px;
  }
}
@media (max-width: 600px) {
  #sctn-projects .flx-col .proj-img,
#sctn-commun .flx-col .proj-img {
    height: 350px;
  }
}

#sctn-commun .plus-icn,
#sctn-commun .open-icn {
  filter: brightness(0.4);
}

.lity-content {
  padding-bottom: 20px;
}
.lity-content img {
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
}
.lity-content::after {
  box-shadow: none;
}

.lity-content .pop-container {
  color: #ffffff;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.lity-content .pop-container .ttl-sml {
  color: #62B5E5;
}
.lity-content .pop-container img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  object-position: top;
  margin-top: 30px;
}

#sctn-projects {
  background: #F49064;
}
#sctn-projects .ttl-lrg {
  color: #BB3F8D;
}
#sctn-projects .ttl-wrapper .ttl-sml {
  color: #BB3F8D;
}
#sctn-projects .ttl-wrapper .ttl-xs {
  color: #ffffff;
}
#sctn-projects .txt-reg {
  color: #ffffff;
}

#sctn-subban {
  position: relative;
  overflow-x: hidden;
}
#sctn-subban .ttl-lrg {
  color: #BB3F8D;
}
#sctn-subban .txt-reg {
  color: #111111;
}
#sctn-subban .txt-wrapper {
  width: 80%;
  margin-left: auto;
}
@media (max-width: 1200px) {
  #sctn-subban .txt-wrapper {
    width: 86%;
  }
}
@media (max-width: 768px) {
  #sctn-subban .txt-wrapper {
    width: 90%;
    margin-right: auto;
  }
}
#sctn-subban .lity-content img {
  margin-top: 20px;
}
#sctn-subban .pk-hero {
  top: 0;
  z-index: 2;
  width: 48%;
  margin-left: auto;
}
@media (max-width: 768px) {
  #sctn-subban .pk-hero {
    margin-bottom: 2rem;
    width: 90%;
  }
}
#sctn-subban .pk-hero.view-in {
  opacity: 1;
  transform: translateY(0) translateX(100%);
}
#sctn-subban .pk-hero.view-in.is-in-view {
  transform: translateX(0);
  transition: transform 0.8s ease-in;
}

.subban-img {
  object-fit: cover;
  max-height: 360px;
  cursor: pointer;
  border-radius: 25px;
}
@media (max-width: 768px) {
  .subban-img {
    max-height: none;
  }
}

#sctn-ambassadeurs {
  color: #653279;
}
#sctn-ambassadeurs .ttl-sml {
  min-height: 55px;
}
#sctn-ambassadeurs .amba-heart-lft {
  margin-right: 20px;
}
@media (max-width: 768px) {
  #sctn-ambassadeurs .amba-heart-lft {
    display: none;
  }
}
#sctn-ambassadeurs .amba-heart-rgt {
  margin-left: 30px;
}
@media (max-width: 768px) {
  #sctn-ambassadeurs .amba-heart-rgt {
    display: none;
  }
}
#sctn-ambassadeurs .amba-heart-rgt,
#sctn-ambassadeurs .amba-heart-lft {
  height: 152px;
  object-fit: contain;
  max-width: 20%;
}
@media (max-width: 768px) {
  #sctn-ambassadeurs .ttl-container {
    margin-left: auto;
    margin-right: auto;
  }
}
#sctn-ambassadeurs .ttl-container .ttl-lrg {
  margin-bottom: 0;
}
#sctn-ambassadeurs .img-ambassadors {
  border-radius: 50%;
  object-fit: cover;
  min-height: 18vw;
}
#sctn-ambassadeurs .ambassadors-wrapper {
  position: relative;
}
#sctn-ambassadeurs .ambassadors-white-logo {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  display: none;
}

#sctn-commun {
  background: #62B5E5;
}
#sctn-commun .ttl-lrg {
  color: #BB3F8D;
}
#sctn-commun .ttl-sml {
  color: #BB3F8D;
}
#sctn-commun .ttl-xs {
  color: #653279;
}
#sctn-commun .txt-reg {
  color: #653279;
}
#sctn-commun .comm-heart {
  position: absolute;
  right: -10%;
  top: 5%;
  max-width: 40%;
}

#sctn-stats {
  background: #F9F9F9;
}
#sctn-stats .ttl-lrg {
  color: #BB3F8D;
}


#sctn-stats .ttl-mdm {
  color: #BB3F8D;
}
#sctn-stats .ttl-lrg.color {
  color: #fff !important;
}
#sctn-stats .finance-squares {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 20%;
}
#sctn-stats .sctn-stats-word {
  background: #BB3F8D;
  margin-right: 6%;
  color: #ffffff;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
@media (max-width: 1400px) {
  #sctn-stats .sctn-stats-word {
    margin-right: 5%;
  }
}
@media (max-width: 950px) {
  #sctn-stats .sctn-stats-word {
    margin-left: 7%;
    margin-right: 7%;
    border-radius: 25px;
  }
}
@media (max-width: 768px) {
  #sctn-stats .sctn-stats-word {
    margin-left: 5%;
    margin-right: 5%;
  }
}
#sctn-stats .sctn-stats-word .ttl-xs {
  background: #61B5E4;
}
#sctn-stats .sctn-stats-word .stats-word-img-wrapper {
  margin-right: -70px;
}
@media (max-width: 768px) {
  #sctn-stats .sctn-stats-word .stats-word-img-wrapper {
    margin-right: 0;
    margin-bottom: -5rem;
  }
}
#sctn-stats .sctn-stats-word .stats-word-info-wrapper {
  color: #ffffff;
  background: #61B5E4;
  padding: 1.5rem 10% 2rem 6rem;
  border-radius: 25px;
}
@media (max-width: 768px) {
  #sctn-stats .sctn-stats-word .stats-word-info-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 6rem 10% 2rem;
  }
}
#sctn-stats .sctn-stats-word .stats-word-info-wrapper .ttl-sml {
  font-weight: 400;
}
#sctn-stats .sctn-stats-word .signature-stats-word {
  margin-right: 0;
}
@media (max-width: 768px) {
  #sctn-stats .word-human {
    width: 224px;
    margin-left: auto;
    margin-right: auto;
  }
}

#sctn-stats-money .ttl-sml {
  font-weight: 400;
}
#sctn-stats-money .ttl-lrg {
  color: #BB3F8D;
}

.table-row-ttl {
  padding: 0.5rem 1rem;
  margin-bottom: 1.2rem;
  font-weight: 700;
  border-radius: 12px;
  background-color: #61B5E4;
  color: #ffffff;
  width: 100%;
  margin-left: -2%;
}
@media (max-width: 768px) {
  .table-row-ttl {
    width: auto;
    margin-left: 0;
  }
}
.table-row-ttl .ttl-xs {
  color: #ffffff;
}
@media (max-width: 1200px) {
  .table-row-ttl .ttl-xs {
    font-size: 12px;
  }
}
@media (max-width: 420px) {
  .table-row-ttl .ttl-xs {
    font-size: 10px;
  }
}
@media (max-width: 330px) {
  .table-row-ttl .ttl-xs {
    font-size: 8px;
  }
}

.table-row {
  margin-bottom: 1rem;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .table-row {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .table-row {
    font-size: 10px;
  }
}
@media (max-width: 330px) {
  .table-row {
    font-size: 8px;
  }
}

.table-row-sep {
  height: 1px;
  width: 100%;
  background: #BBBBBB;
  opacity: 0.25;
  margin-bottom: 1rem;
}

.table-col-1 {
  width: 38%;
  margin-right: 0.2rem;
  color: #000000;
}

.table-col-2 {
  width: 19%;
  text-align: right;
  margin-right: 0.2rem;
  font-weight: 700;
  color: #000000;
}

.table-col-3 {
  width: 19%;
  text-align: right;
  margin-right: 0.2rem;
  color: #000000;
}

.table-col-4 {
  width: 19%;
  text-align: right;
  color: #000000;
}

#sctn-stats-bar .ttl-lrg {
  color: #BB3F8D;
}
#sctn-stats-bar .legend-container {
  justify-content: flex-end;
}
#sctn-stats-bar .legend-wrapper {
  font-size: 14px;
}
#sctn-stats-bar .legend-cont {
  width: 30px;
  height: 30px;
  border-radius: 4px;
}
#sctn-stats-bar .legend-cont.legend-cont-1 {
  background: #BB3F8D;
}
#sctn-stats-bar .legend-cont.legend-cont-2 {
  background: #61B5E4;
}
#sctn-stats-bar .stats-row {
  align-items: flex-end;
}
#sctn-stats-bar .stats-bar-container {
  width: 25%;
  align-items: center;
  position: relative;
  font-size: 16px;
}
@media (max-width: 400px) {
  #sctn-stats-bar .stats-bar-container {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  #sctn-stats-bar .stats-bar-container {
    font-size: 12px;
  }
}
#sctn-stats-bar .stats-bar-container .txt-reg {
  height: 50px;
}
@media (max-width: 400px) {
  #sctn-stats-bar .stats-bar-container .txt-reg {
    font-size: 10px;
  }
}
@media (max-width: 350px) {
  #sctn-stats-bar .stats-bar-container .txt-reg {
    font-size: 8px;
  }
}
#sctn-stats-bar .stats-bar-wrapper {
  width: 80%;
  justify-content: space-around;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 400px) {
  #sctn-stats-bar .stats-bar-wrapper {
    font-size: 10px;
  }
}
@media (max-width: 350px) {
  #sctn-stats-bar .stats-bar-wrapper {
    font-size: 8px;
  }
}
#sctn-stats-bar .stats-bar-wrapper .stats-blue-line {
  position: absolute;
  width: 140%;
  height: 1px;
  background-color: #56A6B4;
  bottom: 0px;
  left: -20%;
  right: 0;
}
#sctn-stats-bar .stats-bar-wrapper .stats-bar {
  width: 37%;
  height: 0;
  position: relative;
  bottom: 0;
}
#sctn-stats-bar .stats-bar-wrapper .stats-bar-color {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 0;
  transition: height 1s ease-in;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
#sctn-stats-bar .stats-bar-wrapper .stats-bar-color-1 {
  background: #BB3F8D;
}
#sctn-stats-bar .stats-bar-wrapper .stats-bar-color-2 {
  background: #61B5E4;
}

#sctn-stats-number .stats-number-row {
  background: #61B5E4;
  border-top-left-radius: 400px;
  border-bottom-left-radius: 400px;
  padding: 6rem 2rem;
  margin-left: 10%;
  position: relative;
  color: #ffffff;
}
@media (max-width: 768px) {
  #sctn-stats-number .stats-number-row {
    padding: 4rem 0;
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 0;
  }
}
#sctn-stats-number .stats-number-row .ttl-mdm {
  color: #BB3F8D;
}
#sctn-stats-number .stats-number-row.view-in {
  opacity: 1;
  transform: translateY(0) translateX(100%);
}
#sctn-stats-number .stats-number-row.view-in.is-in-view {
  transform: translateX(0);
  transition: transform 1s ease-in;
}
@media (max-width: 768px) {
  #sctn-stats-number .stats-number-row .sctn-container {
    width: 80%;
  }
}
#sctn-stats-number .stats-number-row:nth-child(even) {
  margin-left: 0;
  margin-right: 10%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 400px;
  border-bottom-right-radius: 400px;
}
#sctn-stats-number .stats-number-row:nth-child(even).view-in {
  transform: translateY(0) translateX(-100%);
}
#sctn-stats-number .stats-number-row:nth-child(even).view-in.is-in-view {
  transform: translateX(0);
  transition: transform 1s ease-in;
}
@media (max-width: 768px) {
  #sctn-stats-number .stats-number-row:nth-child(even) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 0;
  }
}

#sctn-stats-tem .ttl-xs {
  background: #56A6B4;
  color: #ffffff;
}
#sctn-stats-tem .ttl-lrg {
  color: #56A6B4;
}
#sctn-stats-tem .our-impact-txt {
  margin-left: 11%;
  margin-right: 2rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  #sctn-stats-tem .our-impact-txt {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
#sctn-stats-tem .imgtxt-row {
  margin-bottom: 5rem;
  background: #FFEC00;
  margin-right: 10%;
  border-top-right-radius: 400px;
  border-bottom-right-radius: 400px;
}
@media (max-width: 1200px) {
  #sctn-stats-tem .imgtxt-row {
    margin-right: 5%;
  }
}
@media (max-width: 768px) {
  #sctn-stats-tem .imgtxt-row {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    flex-direction: column-reverse;
  }
}
#sctn-stats-tem .imgtxt-row.view-in {
  transform: translateY(0) translateX(-100%);
}
#sctn-stats-tem .imgtxt-row.view-in.is-in-view {
  transform: translateX(0);
  transition: transform 1s ease-in;
}
#sctn-stats-tem .imgtxt-row .tem-the-img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 400px;
  margin-left: auto;
}
@media (max-width: 1200px) {
  #sctn-stats-tem .imgtxt-row .tem-the-img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 768px) {
  #sctn-stats-tem .imgtxt-row .tem-the-img {
    height: auto;
    border-radius: 0;
    width: 100%;
  }
}
#sctn-stats-tem .imgtxt-row .tem-img-wrapper {
  width: 400px;
  margin-left: auto;
}
@media (max-width: 1200px) {
  #sctn-stats-tem .imgtxt-row .tem-img-wrapper {
    width: 300px;
  }
}
@media (max-width: 768px) {
  #sctn-stats-tem .imgtxt-row .tem-img-wrapper {
    width: 100%;
  }
}
#sctn-stats-tem .imgtxt-row .meet-heart-icn {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
@media (max-width: 768px) {
  #sctn-stats-tem .imgtxt-row .meet-heart-icn {
    display: none;
  }
}
#sctn-stats-tem .imgtxt-row:last-child {
  margin-bottom: 0;
}
#sctn-stats-tem .imgtxt-row:nth-child(even) {
  flex-direction: row-reverse;
  margin-left: 10%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 400px;
  border-bottom-left-radius: 400px;
  margin-right: 0;
}
#sctn-stats-tem .imgtxt-row:nth-child(even) .tem-img-wrapper {
  margin-left: 0;
  margin-right: auto;
}
#sctn-stats-tem .imgtxt-row:nth-child(even) .meet-heart-icn {
  position: absolute;
  bottom: 10px;
  right: 0;
}
#sctn-stats-tem .imgtxt-row:nth-child(even).view-in {
  transform: translateY(0) translateX(100%);
}
#sctn-stats-tem .imgtxt-row:nth-child(even).view-in.is-in-view {
  transform: translateX(0);
  transition: transform 1s ease-in;
}
@media (max-width: 1200px) {
  #sctn-stats-tem .imgtxt-row:nth-child(even) {
    margin-left: 5%;
  }
}
@media (max-width: 768px) {
  #sctn-stats-tem .imgtxt-row:nth-child(even) {
    margin-left: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
#sctn-stats-tem .imgtxt-row:nth-child(even) .our-impact-txt {
  margin-right: 11%;
  margin-left: 2rem;
}
@media (max-width: 768px) {
  #sctn-stats-tem .imgtxt-row:nth-child(even) .our-impact-txt {
    margin-left: auto;
    margin-right: auto;
  }
}
#sctn-stats-tem .imgtxt-row:nth-child(even) .tem-the-img {
  object-fit: cover;
  border-radius: 400px;
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 768px) {
  #sctn-stats-tem .imgtxt-row:nth-child(even) .tem-the-img {
    border-radius: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #sctn-stats-tem .imgtxt-row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
#sctn-stats-tem .imgtxt-row .ttl-sml {
  margin-top: 1rem;
  color: #56A6B4;
}

#sctn-media .txt-wrapper {
  width: 80%;
  margin-left: auto;
}
@media (max-width: 1200px) {
  #sctn-media .txt-wrapper {
    width: 86%;
  }
}
@media (max-width: 768px) {
  #sctn-media .txt-wrapper {
    width: 90%;
    margin-right: auto;
  }
}
#sctn-media .txt-wrapper .txt-reg {
  color: #ffffff;
}
#sctn-media .pk-hero {
  top: 0;
  z-index: 2;
  width: 46%;
  margin-left: auto;
  margin-left: 20px;
}
@media (max-width: 768px) {
  #sctn-media .pk-hero {
    margin-bottom: 2rem;
    width: 90%;
  }
}
#sctn-media .pk-hero.view-in {
  opacity: 1;
  transform: translateY(0) translateX(100%);
}
#sctn-media .pk-hero.view-in.is-in-view {
  transform: translateX(0);
  transition: transform 0.8s ease-in;
}
#sctn-media .media-tile {
  position: relative;
  color: #653279;
}
#sctn-media .media-tile .plus-icn,
#sctn-media .media-tile .open-icn {
  position: absolute;
  top: 0;
  right: 0;
}
#sctn-media .media-tile .open-icn {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
#sctn-media .media-tile .media-plus-icn {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
}
@media (max-width: 768px) {
  #sctn-media .media-tile .media-plus-icn {
    width: 40px;
    height: 40px;
  }
}
#sctn-media .media-tile:hover {
  color: #FFEC00;
  transition: color 0.24s ease-in;
}
#sctn-media .media-tile:hover .open-icn {
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  width: 20px;
  height: 20px;
  opacity: 1;
  max-height: 20px;
  transition: opacity 0.3s ease-in;
}
#sctn-media .media-tile:hover .plus-icn {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
#sctn-media .media-tile:hover img {
  transform: scale(1.025);
  transition: transform 0.1s ease-in;
}
#sctn-media .more-media,
#sctn-media .less-media {
  text-align: center;
  display: none;
  cursor: pointer;
  color: #653279;
}

#sctn-media .ttl-brd {
margin-left: auto;
color: #fff;
background-color: #BB3F8D;
}

#sctn-media .more-media.ele-triggered,
#sctn-media .less-media.ele-triggered {
  display: block;
}
#sctn-media .more-media-wrapper {
  font-size: 14px;
  margin-bottom: 2rem;
  display: none;
  color: #ffffff;
}
#sctn-media .more-media-wrapper.ele-triggered {
  display: flex;
}
#sctn-media .more-media-wrapper a {
  font-weight: 700;
}
#sctn-media .more-media-wrapper a span {
  font-weight: 400;
}
#sctn-media .more-media-wrapper a:hover {
  color: #653279;
}

#sctn-benevol .txt-sep {
  background-color: #653279;
  height: 2px;
}
#sctn-benevol .bene-pers-icn {
  margin-left: 40px;
  max-width: 30%;
}
#sctn-benevol .bene-heart-1 {
  position: absolute;
  left: 0;
  bottom: 5%;
}
@media (max-width: 768px) {
  #sctn-benevol .bene-heart-1 {
    display: none;
  }
}
#sctn-benevol .bene-heart-1.bene-heart-2 {
  bottom: 4%;
}

.overflow-hidden {
  overflow: hidden;
}

.heart-icn.heart-icn-bene-bot {
  margin-right: 10%;
  position: relative;
  bottom: -200px;
  width: 600px;
  max-width: 80%;
  object-fit: contain;
  margin-left: auto;
  margin-top: -150px;
}
@media (max-width: 768px) {
  .heart-icn.heart-icn-bene-bot {
    bottom: -150px;
    margin-top: -100px;
  }
}

.pos-rel-noov {
  position: relative;
}

.piggybank {
  position: absolute;
  top: -223px;
  right: -149px;
}
@media (max-width: 768px) {
  .piggybank {
    display: none;
  }
}

.ttl-txt-row:first-child .ttl-sml {
  font-size: 30px;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .ttl-txt-row:first-child .ttl-sml {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .ttl-txt-row:first-child .ttl-sml {
    font-size: 22px;
  }
}

.dona-rows h3 {
  font-size: 24px;
  margin-bottom: 1rem;
}
@media (max-width: 600px) {
  .dona-rows h3 {
    font-size: 18px;
  }
}
@media (max-width: 350px) {
  .dona-rows h3 {
    font-size: 14px;
  }
}
.dona-rows p {
  margin-bottom: 0.8rem;
}
.dona-rows p strong {
  font-size: 16px;
}
@media (max-width: 600px) {
  .dona-rows p strong {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .dona-rows p strong {
    font-size: 10px;
  }
}
.dona-rows p {
  font-size: 16px;
}
@media (max-width: 600px) {
  .dona-rows p {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .dona-rows p {
    font-size: 10px;
  }
}
.dona-rows td {
  width: 31% !important;
  padding-right: 20px;
  font-size: 16px;
}
@media (max-width: 600px) {
  .dona-rows td {
    font-size: 12px;
  }
}
.dona-rows br {
  content: "";
  display: block;
  height: 10px;
  line-height: 2;
}
.dona-rows table {
  margin-bottom: 1rem;
}

.clr-lb {
  color: #62B5E5;
}

.lity-container {
  border-radius: 25px;
  max-height: 90% !important;
  overflow-y: auto;
}

footer .heart-icn {
  animation: heartBounce infinite 5s ease-in;
  object-fit: contain;
}

.ff-on {
  font-feature-settings: "tnum" on;
}

.mr-sml {
  margin-right: 0.5rem;
}
@media (max-width: 768px) {
  .mr-sml {
    margin-right: 0;
  }
}

.swiper-button-next,
.swiper-button-prev {
  text-shadow: 1px 1px 5px #00162D;
  font-size: 40px;
}

.human-tile-container-1 {
  position: relative;
  z-index: 2;
}

.lity-active body {
  max-height: 100%;
  overflow: hidden;
}

@media print {
  body,
body * {
    color: black !important;
    background: transparent !important;
    opacity: 1 !important;
    transform: translateY(0) translateX(0) !important;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  a {
    text-decoration: underline;
    color: black !important;
  }

  .hero-banner, #sctn-think {
    height: auto !important;
    min-height: 0 !important;
  }

  .human-signature {
    filter: invert(1);
  }

  .stats-number-row {
    padding-top: 3rem !important;
    padding-bottom: 0 !important;
  }

  .tem-img-wrapper img {
    display: none;
  }

  .sctn-space, .sctn-space-nobot, .sctn-space-notop {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .pop-container {
    display: block !important;
  }

  .pop-container .swiper-slide {
    display: none !important;
  }

  .pop-container .swiper-slide .swiper-slide-active {
    display: block !important;
  }

  .stats-bar-wrapper .stats-bar .stats-bar-color {
    height: 100% !important;
    min-height: 100%;
    background: #000 !important;
  }

  .no-print,
header,
footer,
nav,
.sidebar, .page-mask, video, .mob-nav, .heart-banner, .scroll-txt, .scroll-down-icn, img.img-bg, .proj-tile,
.comm-heart, .finance-squares, .see-admin-btn {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */

#sctn-benevol .ttl-lrg {
  color: #BB3F8D;
}
