@charset "UTF-8";
/* VARIABLES */
/* Empêcher les conflits avec les hash dans l'URL */
html {
  scroll-behavior: auto !important;
}

*:target {
  scroll-margin-top: 0 !important;
}

html,
body {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Poppins", "Open Sans", "Helvetica Neue", sans-serif;
  background-color: #fff;
}

body {
  padding-bottom: 86px;
  position: relative;
  overflow-x: hidden;
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
}

ul, li, blockquote {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Anton", "Helvetica Neue", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}

main {
  overflow: hidden;
}

.hide-desktop {
  display: block;
}
@media (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}

.hide-mobile {
  display: none;
}
@media (min-width: 768px) {
  .hide-mobile {
    display: block;
  }
}

header {
  z-index: 9999;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px;
  right: 0;
  left: 0;
}
header .logo {
  width: 125px;
}
@media (min-width: 992px) {
  header {
    padding: 36px;
  }
}
@media (max-width: 768px) {
  header {
    align-items: flex-start;
  }
  header .logo {
    width: 104px;
  }
  header .button {
    padding: 10px 12px;
  }
}

section, main {
  position: relative !important;
  top: 0;
  width: 100%;
}

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

.button {
  display: inline-block;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 15px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-weight: bold;
  font-family: "Poppins", "Helvetica Neue", sans-serif;
  transition: all 0.2s ease-in-out;
  border-style: solid;
  border-width: 2px;
}
@media (max-width: 355px) {
  .button {
    font-size: 14px;
  }
}
.button:hover {
  text-decoration: none;
}
.button.inline {
  background-color: #EE1313;
  color: #fff;
  border-color: #EE1313;
}
.button.inline:hover {
  background-color: #fff;
  border-color: #EE1313;
  color: #EE1313;
}
.button.white {
  background-color: #fff;
  border-color: #fff;
  color: #EE1313;
}
.button.white:hover {
  background-color: #EE1313;
  color: #fff;
  border-color: #fff;
}
.button.outline {
  background-color: #fff;
  border-color: #EE1313;
  color: #EE1313;
}
.button.outline:hover {
  background-color: #EE1313;
  color: #fff;
  border-color: #EE1313;
}
.button.play {
  padding-left: 10px !important;
}
.button.play:before {
  content: "";
  display: inline-block;
  background-image: url("../img/icon-play.svg");
  width: 31px;
  height: 31px;
  margin-right: 6px;
}
.button.cta {
  background-color: #1DA0C4;
  border-color: #1DA0C4;
  color: #fff;
}
.button.cta:hover {
  background-color: #fff;
  color: #1DA0C4;
  border-color: #1DA0C4;
}

div.donations {
  position: fixed;
  z-index: 9;
  bottom: 0;
  background-color: #fff;
  height: 86px;
  width: 100%;
  display: flex;
  color: #EE1313;
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.25);
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
@media (max-width: 768px) {
  div.donations {
    gap: 5px;
  }
  div.donations .button {
    padding: 5px 10px;
  }
}

.bg {
  position: absolute;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
}

/* NOS CIBLES */
section.our-targets {
  min-height: 100vh;
  height: auto;
  margin-bottom: 50px;
  position: relative;
}
section.our-targets .our-targets-bottom, section.our-targets .our-targets-top {
  position: relative;
}
@media (max-width: 767px) {
  section.our-targets {
    overflow: hidden;
  }
}
section.our-targets h2 {
  font-size: 140px;
  letter-spacing: 12px;
  line-height: 220px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  top: 48px;
}
@media (max-width: 1300px) {
  section.our-targets h2 {
    letter-spacing: 12px;
    line-height: 220px;
    top: 58px;
  }
}
@media (max-width: 1070px) {
  section.our-targets h2 {
    top: 65px;
    font-size: 95px;
    letter-spacing: 8px;
  }
}
@media (max-width: 885px) {
  section.our-targets h2 {
    font-size: 78px;
  }
}
@media (max-width: 767px) {
  section.our-targets h2 {
    font-size: 72px;
    line-height: 70px;
    letter-spacing: 7px;
    top: 130px;
  }
}
@media (max-width: 400px) {
  section.our-targets h2 {
    font-size: 63px;
    letter-spacing: 6px;
  }
}
@media (max-width: 350px) {
  section.our-targets h2 {
    font-size: 53px;
    letter-spacing: 5px;
  }
}
section.our-targets .overlay-1 {
  z-index: 1;
}
section.our-targets .overlay-2 {
  z-index: 2;
  background-position-y: bottom;
}
section.our-targets .overlay-3 {
  z-index: 0;
  top: auto;
  bottom: 0;
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.97) 100%);
}
section.our-targets .clipping {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
section.our-targets .our-targets-top, section.our-targets .our-targets-top .overlay-1, section.our-targets .our-targets-top .overlay-2, section.our-targets .our-targets-top .overlay-3, section.our-targets .our-targets-top .clipping, section.our-targets .our-targets-top h2 {
  width: 100% !important;
  height: 754px !important;
  min-height: 754px !important;
}
@media (min-width: 768px) {
  section.our-targets .our-targets-top, section.our-targets .our-targets-top .overlay-1, section.our-targets .our-targets-top .overlay-2, section.our-targets .our-targets-top .overlay-3, section.our-targets .our-targets-top .clipping, section.our-targets .our-targets-top h2 {
    height: 840px !important;
    min-height: 840px !important;
  }
}
section.our-targets .our-targets-top .cta-container {
  position: absolute;
  bottom: 12%;
  width: 95%;
  color: #fff;
  text-align: center;
  background-color: transparent;
  z-index: 3;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  padding-top: 30px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  section.our-targets .our-targets-top .cta-container {
    background-color: rgba(0, 0, 0, 0.7);
    width: 480px;
  }
}
section.our-targets .our-targets-top .cta-container p {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 768px) {
  section.our-targets .our-targets-top .cta-container p {
    font-size: 22px;
    line-height: 28px;
  }
}
section.our-targets .our-targets-top .cta-container .cta.button {
  position: absolute;
  font-size: 18px;
  font-family: "Poppins", "Helvetica Neue", sans-serif;
  z-index: 4;
  font-weight: bold;
  padding: 7px 12px;
  left: 50%;
  right: 50%;
  width: max-content;
  transform: translateX(-50%);
  bottom: -35px;
  display: flex;
  align-items: center;
}
section.our-targets .our-targets-top .cta-container .cta.button:hover:before {
  filter: brightness(0) saturate(100%) invert(58%) sepia(77%) saturate(458%) hue-rotate(158deg) brightness(93%) contrast(91%);
}
section.our-targets .our-targets-bottom {
  background-color: black;
  width: 100%;
  text-align: center;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  section.our-targets .our-targets-bottom {
    padding-bottom: 60px;
  }
}
section.our-targets .our-targets-bottom h3 {
  font-family: "Poppins", "Helvetica Neue", sans-serif;
  font-weight: normal;
  font-size: 34px;
  line-height: 50px;
  letter-spacing: 3px;
}
section.our-targets .our-targets-bottom p {
  padding: 20px;
  max-width: 880px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.our-targets .our-targets-bottom p {
    padding-bottom: 0;
  }
}

/**/
/* NOS CIBLES CARROUSEL */
section.our-targets-carousel {
  padding-top: 0;
  padding-bottom: 155px;
  display: inline;
  text-align: center;
}
@media (max-width: 768px) {
  section.our-targets-carousel {
    padding-bottom: 0;
  }
}
section.our-targets-carousel h2 {
  letter-spacing: 3px;
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  color: #000;
  font-family: "Poppins", "Open Sans", "Helvetica Neue", sans-serif;
}
section.our-targets-carousel .countries {
  margin-top: 36px;
  margin-bottom: 50px;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 20px;
}
section.our-targets-carousel .countries li a {
  cursor: pointer;
  font-size: 15px;
  padding: 5px 13px;
  background-color: #D9D9D9;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: "Poppins", "Open Sans", "Helvetica Neue", sans-serif;
  color: #000;
  font-weight: 400;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
section.our-targets-carousel .countries li a:hover {
  background-color: rgba(29, 160, 196, 0.2);
  text-decoration: none;
}
section.our-targets-carousel .countries li a.active, section.our-targets-carousel .countries li a:hover {
  background-color: rgba(29, 160, 196, 0.2);
}
section.our-targets-carousel .content-swiper-our-targets {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-wrapper {
  display: flex;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  align-items: flex-start;
  height: auto !important;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  margin: 0 auto;
  transition-property: opacity;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: auto !important;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide:not(.swiper-slide-active) {
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content {
  background-color: rgba(29, 160, 196, 0.2);
  width: auto;
  margin-left: 120px;
  margin-right: 120px;
  padding: 60px 50px;
  color: #000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content h3 {
  font-family: "Poppins", "Helvetica Neue", sans-serif;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 25px;
  letter-spacing: 3px;
  color: #1DA0C4;
  font-weight: bold;
  text-transform: none;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  margin-top: 22px;
  font-weight: 300;
  padding-left: 50px;
  padding-right: 50px;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content p:last-child {
  margin-bottom: 0;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container {
  margin-top: 30px;
  display: flex;
  gap: 50px;
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 768px) {
  section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container p {
  margin-top: 0;
  padding: 0;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container p strong {
  text-transform: uppercase;
  font-weight: bold;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container cite {
  font-weight: bold;
  color: #1DA0C4;
  display: block;
  margin-top: 12px;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container .image-wrapper {
  position: relative;
  width: 340px;
  height: 340px;
  flex-shrink: 0;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container .image-wrapper:before, section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container .image-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 98px;
  height: 48px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container .image-wrapper:before {
  background-image: url("../img/quote-start.svg");
  top: 0;
  left: 0;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container .image-wrapper:after {
  right: 0;
  bottom: 0;
  background-image: url("../img/quote-end.svg");
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container img.image {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container blockquote {
  margin-bottom: 25px;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container blockquote cite {
  font-size: 16px;
}
@media (max-width: 1100px) {
  section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content {
    margin-left: 60px;
    margin-right: 60px;
  }
  section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container .image-wrapper {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 900px) {
  section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content {
    margin-left: 40px;
    margin-right: 40px;
  }
  section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  section.our-targets-carousel .countries li a {
    font-size: 14px;
    padding: 6px 15px;
    display: block;
  }
  section.our-targets-carousel .content-swiper-our-targets .swiper-wrapper {
    height: auto !important;
  }
  section.our-targets-carousel .content-swiper-our-targets .swiper-slide {
    height: auto !important;
  }
  section.our-targets-carousel .content-swiper-our-targets .swiper-slide:not(.swiper-slide-active) {
    height: 0 !important;
    overflow: hidden;
  }
  section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content {
    padding: 34px 17px;
    margin-left: 20px;
    margin-right: 20px;
  }
  section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content h3 {
    font-size: 22px;
    line-height: 30px;
  }
  section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content p {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
  }
  section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container p {
    font-size: 16px;
    line-height: 20px;
  }
  section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container .image-wrapper {
    width: 215px;
    height: 215px;
  }
  section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container .image-wrapper:before, section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container .image-wrapper:after {
    width: 62px;
    height: 30px;
  }
  section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .button.inline {
    font-size: 18px;
  }
}

/**/
/* HELP US */
section.help-us {
  margin-top: 195px;
}
@media (max-width: 767px) {
  section.help-us {
    margin-top: 135px;
  }
}
section.help-us .help-us-top {
  position: relative;
  max-height: 466px;
}
@media (max-width: 767px) {
  section.help-us .help-us-top {
    max-height: 307px;
  }
}
section.help-us .help-us-top .clipping {
  position: absolute;
  z-index: 1;
  height: 137%;
  bottom: 0;
}
@media (max-width: 767px) {
  section.help-us .help-us-top .clipping {
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
  }
}
section.help-us .help-us-top h2 {
  font-size: 40px;
  position: relative;
  text-align: right;
  line-height: 40px;
  letter-spacing: 4px;
  top: 86px;
  margin-right: 25px;
}
@media (max-width: 767px) {
  section.help-us .help-us-top h2 {
    z-index: 1;
    margin-right: 0;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    top: 40%;
    letter-spacing: 2px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  }
  section.help-us .help-us-top h2 span {
    z-index: 2;
    position: relative;
  }
}
section.help-us .help-us-top h2 span {
  font-family: "Poppins", "Helvetica Neue", sans-serif;
}
section.help-us .help-us-bottom {
  max-width: 920px;
  margin: 0 auto;
}
section.help-us .help-us-bottom .help-us-swiper {
  margin-bottom: 65px;
}
section.help-us .help-us-bottom svg.swiper-navigation-icon {
  display: none;
}
@media (min-width: 768px) {
  section.help-us .help-us-bottom .help-us-swiper {
    overflow: visible;
  }
  section.help-us .help-us-bottom .help-us-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    gap: 33px;
    position: relative;
    top: -100px;
    grid-auto-rows: 1fr;
  }
  section.help-us .help-us-bottom .swiper-slide {
    width: auto !important;
    display: flex;
    height: 100%;
  }
  section.help-us .help-us-bottom .slide-content {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 1px 25px 50px;
    color: #000;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  section.help-us .help-us-bottom .slide-content .inner-content {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  section.help-us .help-us-bottom {
    padding: 0;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 0px;
    margin-bottom: -120px;
  }
  section.help-us .help-us-bottom .help-us-swiper {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 280px;
    top: -120px;
  }
  section.help-us .help-us-bottom .help-us-list {
    position: relative;
    top: auto;
    display: flex;
    padding: 15px 0;
    align-items: stretch;
    min-height: fit-content;
  }
  section.help-us .help-us-bottom .swiper-slide {
    width: 280px !important;
    display: flex;
    justify-content: center;
    align-self: stretch;
  }
  section.help-us .help-us-bottom .slide-content {
    width: 280px;
    height: 100%;
    margin-right: 12px;
    margin-left: 12px;
    text-align: center;
    padding: 25px 25px 60px;
    color: #000;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
section.help-us .help-us-bottom .slide-content img {
  max-height: 235px;
}
section.help-us .help-us-bottom .slide-content h3 {
  color: #EE1313;
  font-family: "Poppins", "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 800;
  font-size: 45px;
  line-height: 100%;
}
section.help-us .help-us-bottom .slide-content span {
  font-size: 13px;
  line-height: normal;
}
section.help-us .help-us-bottom .slide-content span.donation {
  font-size: 21px;
  margin-bottom: 7px;
}
section.help-us .help-us-bottom .slide-content span.result {
  font-size: 19px;
  line-height: 120%;
}
section.help-us .help-us-bottom .slide-content.red {
  background-color: #EE1313;
  color: #fff;
}
section.help-us .help-us-bottom .slide-content.red h3 {
  color: #fff;
}
section.help-us .help-us-bottom .slide-content p {
  margin-top: 22px;
}
section.help-us .help-us-bottom .slide-content a {
  margin-top: 0;
  font-size: 20px;
  line-height: 20px;
  padding: 9px 12px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  section.help-us .help-us-bottom .slide-content a {
    margin-top: 32px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  section.help-us .help-us-prev,
  section.help-us .help-us-next {
    display: none;
  }
}
@media (max-width: 767px) {
  section.help-us .help-us-prev,
  section.help-us .help-us-next {
    z-index: 0;
    position: absolute;
    top: 59%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 40px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
  }
  section.help-us .help-us-prev {
    left: 0px;
  }
  section.help-us .help-us-next {
    right: 0px;
  }
  section.help-us .help-us-prev img,
  section.help-us .help-us-next img {
    width: 21px;
    height: 40px;
  }
}
section.help-us .swiper-button-prev::after,
section.help-us .swiper-button-next::after {
  display: none !important;
  content: "" !important;
}
section.help-us .swiper-button-prev:not(.help-us-prev):not(.help-us-next),
section.help-us .swiper-button-next:not(.help-us-prev):not(.help-us-next) {
  display: none !important;
}
section.help-us .swiper-button-disabled {
  display: none !important;
}

/**/
/* FOOTER */
footer {
  background-color: #000;
  padding-top: 55px;
  text-align: center;
  padding-bottom: 153px;
}
@media (max-width: 768px) {
  footer {
    padding-top: 43px;
    padding-bottom: 105px;
    margin-top: 40px;
  }
}
footer .logo {
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  footer .logo {
    width: 247px;
    height: 172px;
  }
}
footer .socials {
  display: flex;
  justify-content: center;
  margin-top: 38px;
  gap: 20px;
}
footer .socials a {
  display: block;
  width: 50px;
  height: 50px;
  transition: all 0.2s ease;
}
footer .socials a:hover {
  opacity: 0.7;
}
footer .legals {
  margin-top: 13px;
  margin-bottom: 42px;
}
footer .legals li {
  display: inline-block;
  font-weight: 200;
  font-size: 19px;
}
@media (max-width: 767px) {
  footer .legals li {
    font-size: 16px;
  }
}
footer .legals li:not(:last-child):after {
  content: "|";
  position: relative;
  margin-right: 5px;
  margin-left: 5px;
  color: #fff;
}
footer p {
  max-width: 700px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  line-height: normal;
  font-weight: 200;
}
@media (max-width: 767px) {
  footer p {
    font-size: 12px;
  }
}
footer .cta {
  display: block;
  margin: 0 auto;
  font-weight: 200;
}
footer .cta.big {
  font-size: 27px;
  margin-top: 26px;
}
@media (max-width: 767px) {
  footer .cta.big {
    font-size: 31px;
  }
}
footer .cta.oh {
  font-size: 15px;
  margin-top: 70px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  footer .cta.oh {
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 0;
  }
}
footer small {
  line-height: 14px;
  font-size: 10px;
  letter-spacing: 1px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 555px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  footer small {
    margin-top: 30px;
  }
}

/**/
/* VIDEO POPUP */
.video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.video-popup.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-popup .video-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.video-popup .video-popup-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  background-color: #000;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .video-popup .video-popup-content {
    width: 80%;
  }
}
.video-popup .video-popup-content video {
  width: 100%;
  height: auto;
  display: block;
}
.video-popup .video-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-popup .video-popup-close:hover {
  background-color: #fff;
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .video-popup .video-popup-close {
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}

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