/*!
Theme Name: Askida Broadcast - theme
Theme URI: http://underscores.me/
Author: Soma MORADI
Author URI: https://soma-dev.com
Description: Description
Version: 1.1.3
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: broadcast
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Broadcast is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Broadcast
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Posts and pages
--------------------------------------------- */
@font-face {
  font-family: "Celias";
  src: url("../../../../assets/fonts/Avantt-Bold.woff");
  src: url("../../../../assets/fonts/Avantt-Bold.eot?#iefix") format("embedded-opentype"), url("../../../../assets/fonts/Avantt-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Celias-Light";
  src: url("../../../../assets/fonts/seasons-regular.woff");
  src: url("../../../../assets/fonts/seasons-regular.eot?#iefix") format("embedded-opentype"), url("../../../../assets/fonts/seasons-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.container {
  padding-right: 2rem;
  padding-left: 2rem;
}
.container:not(.is-fluid) {
  margin: 0 auto;
}
@media only screen and (min-width: 767px) {
  .container:not(.is-fluid) {
    width: 100%;
    max-width: 757px;
  }
}
@media only screen and (min-width: 880px) {
  .container:not(.is-fluid) {
    width: 100%;
    max-width: 870px;
  }
}
@media only screen and (min-width: 1024px) {
  .container:not(.is-fluid) {
    width: 100%;
    max-width: 1014px;
  }
}
@media only screen and (min-width: 1200px) {
  .container:not(.is-fluid) {
    width: 100%;
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1440px) {
  .container:not(.is-fluid) {
    width: 100%;
    max-width: 1420px;
  }
}
@media only screen and (min-width: 1800px) {
  .container:not(.is-fluid) {
    width: 100%;
    max-width: 1720px;
  }
}
@media only screen and (min-width: 2400px) {
  .container:not(.is-fluid) {
    width: 100%;
    max-width: 2150px;
  }
}

.container-xs {
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .container-xs {
    max-width: 757px;
  }
}
@media only screen and (min-width: 880px) {
  .container-xs {
    max-width: 870px;
  }
}
@media only screen and (min-width: 1024px) {
  .container-xs {
    max-width: 1014px;
  }
}
@media only screen and (min-width: 1200px) {
  .container-xs {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1440px) {
  .container-xs {
    max-width: 1420px;
  }
}
@media only screen and (min-width: 1800px) {
  .container-xs {
    max-width: 1720px;
  }
}
@media only screen and (min-width: 2400px) {
  .container-xs {
    max-width: 2150px;
  }
}

.container-sm {
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
}
@media only screen and (min-width: 880px) {
  .container-sm {
    max-width: 870px;
  }
}
@media only screen and (min-width: 1024px) {
  .container-sm {
    max-width: 1014px;
  }
}
@media only screen and (min-width: 1200px) {
  .container-sm {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1440px) {
  .container-sm {
    max-width: 1420px;
  }
}
@media only screen and (min-width: 1800px) {
  .container-sm {
    max-width: 1720px;
  }
}
@media only screen and (min-width: 2400px) {
  .container-sm {
    max-width: 2150px;
  }
}

.container-md {
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .container-md {
    max-width: 1014px;
  }
}
@media only screen and (min-width: 1200px) {
  .container-md {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1440px) {
  .container-md {
    max-width: 1420px;
  }
}
@media only screen and (min-width: 1800px) {
  .container-md {
    max-width: 1720px;
  }
}
@media only screen and (min-width: 2400px) {
  .container-md {
    max-width: 2150px;
  }
}

.container-lg {
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .container-lg {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1440px) {
  .container-lg {
    max-width: 1420px;
  }
}
@media only screen and (min-width: 1800px) {
  .container-lg {
    max-width: 1720px;
  }
}
@media only screen and (min-width: 2400px) {
  .container-lg {
    max-width: 2150px;
  }
}

.container-xl {
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
}
@media only screen and (min-width: 1440px) {
  .container-xl {
    max-width: 1420px;
  }
}
@media only screen and (min-width: 1800px) {
  .container-xl {
    max-width: 1720px;
  }
}
@media only screen and (min-width: 2400px) {
  .container-xl {
    max-width: 2150px;
  }
}

.container-xxl {
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
}
@media only screen and (min-width: 1800px) {
  .container-xxl {
    max-width: 1720px;
  }
}
@media only screen and (min-width: 2400px) {
  .container-xxl {
    max-width: 2150px;
  }
}

.container-xxxl {
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
}
@media only screen and (min-width: 2400px) {
  .container-xxxl {
    max-width: 2150px;
  }
}

.row {
  margin-right: 15px;
  margin-left: 15px;
  display: flex;
  flex-wrap: wrap;
}

.flex {
  gap: 15px;
  display: flex;
}

.flex-col-1 {
  flex-basis: 4%;
}
@media (max-width: 1024px) {
  .flex-col-1 {
    flex-basis: 100%;
  }
}

.flex-col-2 {
  flex-basis: 13%;
}
@media (max-width: 1024px) {
  .flex-col-2 {
    flex-basis: 100%;
  }
}

.flex-col-3 {
  flex-basis: 22%;
}
@media (max-width: 1024px) {
  .flex-col-3 {
    flex-basis: 100%;
  }
}

.flex-col-4 {
  flex-basis: 31%;
}
@media (max-width: 1024px) {
  .flex-col-4 {
    flex-basis: 100%;
  }
}

.flex-col-5 {
  flex-basis: 40%;
}
@media (max-width: 1024px) {
  .flex-col-5 {
    flex-basis: 100%;
  }
}

.flex-col-6 {
  flex-basis: 49%;
}
@media (max-width: 1024px) {
  .flex-col-6 {
    flex-basis: 100%;
  }
}

.flex-col-7 {
  flex-basis: 58%;
}
@media (max-width: 1024px) {
  .flex-col-7 {
    flex-basis: 100%;
  }
}

.flex-col-8 {
  flex-basis: 67%;
}
@media (max-width: 1024px) {
  .flex-col-8 {
    flex-basis: 100%;
  }
}

.flex-col-9 {
  flex-basis: 76%;
}
@media (max-width: 1024px) {
  .flex-col-9 {
    flex-basis: 100%;
  }
}

.flex-col-10 {
  flex-basis: 85%;
}
@media (max-width: 1024px) {
  .flex-col-10 {
    flex-basis: 100%;
  }
}

.flex-col-11 {
  flex-basis: 94%;
}
@media (max-width: 1024px) {
  .flex-col-11 {
    flex-basis: 100%;
  }
}

.flex-col-12 {
  flex-basis: 103%;
}
@media (max-width: 1024px) {
  .flex-col-12 {
    flex-basis: 100%;
  }
}

.align-center, .aligncenter {
  text-align: center;
}
.align-left, .alignleft {
  text-align: left;
}
.align-right, .alignright {
  text-align: right;
}

img.aligncenter {
  text-align: center;
  margin: 0 auto !important;
  display: block;
  position: relative;
}
img.alignleft {
  text-align: left;
  display: block;
  position: relative;
  float: left;
}
img.alignright {
  text-align: right;
  display: block;
  position: relative;
  float: right;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-white {
  color: #fff;
}

.hidden {
  display: none;
}
@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-pc {
    display: none !important;
  }
}

.list-none {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 2.5rem;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 1.5rem;
    font-size: 2.2rem;
  }
}
@media (max-width: 599px) {
  h1 {
    font-size: 0.9rem;
    font-size: 2rem;
  }
}
h2 {
  font-size: 2rem;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 1rem;
    font-size: 1.7rem;
  }
}
@media (max-width: 599px) {
  h2 {
    font-size: 0.4rem;
    font-size: 1.5rem;
  }
}
h3 {
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 0.5rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 599px) {
  h3 {
    font-size: -0.1rem;
    font-size: 1rem;
  }
}
h4 {
  font-size: 1.3rem;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 0.3rem;
    font-size: 1rem;
  }
}
@media (max-width: 599px) {
  h4 {
    font-size: -0.3rem;
    font-size: 0.8rem;
  }
}
h5 {
  font-size: 1.1rem;
}
@media (max-width: 1024px) {
  h5 {
    font-size: 0.1rem;
    font-size: 0.8rem;
  }
}
@media (max-width: 599px) {
  h5 {
    font-size: -0.5rem;
    font-size: 0.6rem;
  }
}

.bg-red:before {
  background-color: #730A29;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w10-h10:before {
  background-color: #730A29;
  width: 10%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w10-h20:before {
  background-color: #730A29;
  width: 10%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w10-h30:before {
  background-color: #730A29;
  width: 10%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w10-h40:before {
  background-color: #730A29;
  width: 10%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w10-h50:before {
  background-color: #730A29;
  width: 10%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w10-h60:before {
  background-color: #730A29;
  width: 10%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w10-h70:before {
  background-color: #730A29;
  width: 10%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w10-h80:before {
  background-color: #730A29;
  width: 10%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w10-h90:before {
  background-color: #730A29;
  width: 10%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w10-h100:before {
  background-color: #730A29;
  width: 10%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w20-h10:before {
  background-color: #730A29;
  width: 20%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w20-h20:before {
  background-color: #730A29;
  width: 20%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w20-h30:before {
  background-color: #730A29;
  width: 20%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w20-h40:before {
  background-color: #730A29;
  width: 20%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w20-h50:before {
  background-color: #730A29;
  width: 20%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w20-h60:before {
  background-color: #730A29;
  width: 20%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w20-h70:before {
  background-color: #730A29;
  width: 20%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w20-h80:before {
  background-color: #730A29;
  width: 20%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w20-h90:before {
  background-color: #730A29;
  width: 20%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w20-h100:before {
  background-color: #730A29;
  width: 20%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w30-h10:before {
  background-color: #730A29;
  width: 30%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w30-h20:before {
  background-color: #730A29;
  width: 30%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w30-h30:before {
  background-color: #730A29;
  width: 30%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w30-h40:before {
  background-color: #730A29;
  width: 30%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w30-h50:before {
  background-color: #730A29;
  width: 30%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w30-h60:before {
  background-color: #730A29;
  width: 30%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w30-h70:before {
  background-color: #730A29;
  width: 30%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w30-h80:before {
  background-color: #730A29;
  width: 30%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w30-h90:before {
  background-color: #730A29;
  width: 30%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w30-h100:before {
  background-color: #730A29;
  width: 30%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w40-h10:before {
  background-color: #730A29;
  width: 40%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w40-h20:before {
  background-color: #730A29;
  width: 40%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w40-h30:before {
  background-color: #730A29;
  width: 40%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w40-h40:before {
  background-color: #730A29;
  width: 40%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w40-h50:before {
  background-color: #730A29;
  width: 40%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w40-h60:before {
  background-color: #730A29;
  width: 40%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w40-h70:before {
  background-color: #730A29;
  width: 40%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w40-h80:before {
  background-color: #730A29;
  width: 40%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w40-h90:before {
  background-color: #730A29;
  width: 40%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w40-h100:before {
  background-color: #730A29;
  width: 40%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w50-h10:before {
  background-color: #730A29;
  width: 50%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w50-h20:before {
  background-color: #730A29;
  width: 50%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w50-h30:before {
  background-color: #730A29;
  width: 50%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w50-h40:before {
  background-color: #730A29;
  width: 50%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w50-h50:before {
  background-color: #730A29;
  width: 50%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w50-h60:before {
  background-color: #730A29;
  width: 50%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w50-h70:before {
  background-color: #730A29;
  width: 50%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w50-h80:before {
  background-color: #730A29;
  width: 50%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w50-h90:before {
  background-color: #730A29;
  width: 50%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w50-h100:before {
  background-color: #730A29;
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w60-h10:before {
  background-color: #730A29;
  width: 60%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w60-h20:before {
  background-color: #730A29;
  width: 60%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w60-h30:before {
  background-color: #730A29;
  width: 60%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w60-h40:before {
  background-color: #730A29;
  width: 60%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w60-h50:before {
  background-color: #730A29;
  width: 60%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w60-h60:before {
  background-color: #730A29;
  width: 60%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w60-h70:before {
  background-color: #730A29;
  width: 60%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w60-h80:before {
  background-color: #730A29;
  width: 60%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w60-h90:before {
  background-color: #730A29;
  width: 60%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w60-h100:before {
  background-color: #730A29;
  width: 60%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w70-h10:before {
  background-color: #730A29;
  width: 70%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w70-h20:before {
  background-color: #730A29;
  width: 70%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w70-h30:before {
  background-color: #730A29;
  width: 70%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w70-h40:before {
  background-color: #730A29;
  width: 70%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w70-h50:before {
  background-color: #730A29;
  width: 70%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w70-h60:before {
  background-color: #730A29;
  width: 70%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w70-h70:before {
  background-color: #730A29;
  width: 70%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w70-h80:before {
  background-color: #730A29;
  width: 70%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w70-h90:before {
  background-color: #730A29;
  width: 70%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w70-h100:before {
  background-color: #730A29;
  width: 70%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w80-h10:before {
  background-color: #730A29;
  width: 80%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w80-h20:before {
  background-color: #730A29;
  width: 80%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w80-h30:before {
  background-color: #730A29;
  width: 80%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w80-h40:before {
  background-color: #730A29;
  width: 80%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w80-h50:before {
  background-color: #730A29;
  width: 80%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w80-h60:before {
  background-color: #730A29;
  width: 80%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w80-h70:before {
  background-color: #730A29;
  width: 80%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w80-h80:before {
  background-color: #730A29;
  width: 80%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w80-h90:before {
  background-color: #730A29;
  width: 80%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w80-h100:before {
  background-color: #730A29;
  width: 80%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w90-h10:before {
  background-color: #730A29;
  width: 90%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w90-h20:before {
  background-color: #730A29;
  width: 90%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w90-h30:before {
  background-color: #730A29;
  width: 90%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w90-h40:before {
  background-color: #730A29;
  width: 90%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w90-h50:before {
  background-color: #730A29;
  width: 90%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w90-h60:before {
  background-color: #730A29;
  width: 90%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w90-h70:before {
  background-color: #730A29;
  width: 90%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w90-h80:before {
  background-color: #730A29;
  width: 90%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w90-h90:before {
  background-color: #730A29;
  width: 90%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w90-h100:before {
  background-color: #730A29;
  width: 90%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w100-h10:before {
  background-color: #730A29;
  width: 100%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w100-h20:before {
  background-color: #730A29;
  width: 100%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w100-h30:before {
  background-color: #730A29;
  width: 100%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w100-h40:before {
  background-color: #730A29;
  width: 100%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w100-h50:before {
  background-color: #730A29;
  width: 100%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w100-h60:before {
  background-color: #730A29;
  width: 100%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w100-h70:before {
  background-color: #730A29;
  width: 100%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w100-h80:before {
  background-color: #730A29;
  width: 100%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w100-h90:before {
  background-color: #730A29;
  width: 100%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-red-w100-h100:before {
  background-color: #730A29;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu:before {
  background-color: #fff;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w10-h10:before {
  background-color: #fff;
  width: 10%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w10-h20:before {
  background-color: #fff;
  width: 10%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w10-h30:before {
  background-color: #fff;
  width: 10%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w10-h40:before {
  background-color: #fff;
  width: 10%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w10-h50:before {
  background-color: #fff;
  width: 10%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w10-h60:before {
  background-color: #fff;
  width: 10%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w10-h70:before {
  background-color: #fff;
  width: 10%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w10-h80:before {
  background-color: #fff;
  width: 10%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w10-h90:before {
  background-color: #fff;
  width: 10%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w10-h100:before {
  background-color: #fff;
  width: 10%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w20-h10:before {
  background-color: #fff;
  width: 20%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w20-h20:before {
  background-color: #fff;
  width: 20%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w20-h30:before {
  background-color: #fff;
  width: 20%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w20-h40:before {
  background-color: #fff;
  width: 20%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w20-h50:before {
  background-color: #fff;
  width: 20%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w20-h60:before {
  background-color: #fff;
  width: 20%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w20-h70:before {
  background-color: #fff;
  width: 20%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w20-h80:before {
  background-color: #fff;
  width: 20%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w20-h90:before {
  background-color: #fff;
  width: 20%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w20-h100:before {
  background-color: #fff;
  width: 20%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w30-h10:before {
  background-color: #fff;
  width: 30%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w30-h20:before {
  background-color: #fff;
  width: 30%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w30-h30:before {
  background-color: #fff;
  width: 30%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w30-h40:before {
  background-color: #fff;
  width: 30%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w30-h50:before {
  background-color: #fff;
  width: 30%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w30-h60:before {
  background-color: #fff;
  width: 30%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w30-h70:before {
  background-color: #fff;
  width: 30%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w30-h80:before {
  background-color: #fff;
  width: 30%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w30-h90:before {
  background-color: #fff;
  width: 30%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w30-h100:before {
  background-color: #fff;
  width: 30%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w40-h10:before {
  background-color: #fff;
  width: 40%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w40-h20:before {
  background-color: #fff;
  width: 40%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w40-h30:before {
  background-color: #fff;
  width: 40%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w40-h40:before {
  background-color: #fff;
  width: 40%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w40-h50:before {
  background-color: #fff;
  width: 40%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w40-h60:before {
  background-color: #fff;
  width: 40%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w40-h70:before {
  background-color: #fff;
  width: 40%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w40-h80:before {
  background-color: #fff;
  width: 40%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w40-h90:before {
  background-color: #fff;
  width: 40%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w40-h100:before {
  background-color: #fff;
  width: 40%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w50-h10:before {
  background-color: #fff;
  width: 50%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w50-h20:before {
  background-color: #fff;
  width: 50%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w50-h30:before {
  background-color: #fff;
  width: 50%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w50-h40:before {
  background-color: #fff;
  width: 50%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w50-h50:before {
  background-color: #fff;
  width: 50%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w50-h60:before {
  background-color: #fff;
  width: 50%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w50-h70:before {
  background-color: #fff;
  width: 50%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w50-h80:before {
  background-color: #fff;
  width: 50%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w50-h90:before {
  background-color: #fff;
  width: 50%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w50-h100:before {
  background-color: #fff;
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w60-h10:before {
  background-color: #fff;
  width: 60%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w60-h20:before {
  background-color: #fff;
  width: 60%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w60-h30:before {
  background-color: #fff;
  width: 60%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w60-h40:before {
  background-color: #fff;
  width: 60%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w60-h50:before {
  background-color: #fff;
  width: 60%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w60-h60:before {
  background-color: #fff;
  width: 60%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w60-h70:before {
  background-color: #fff;
  width: 60%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w60-h80:before {
  background-color: #fff;
  width: 60%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w60-h90:before {
  background-color: #fff;
  width: 60%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w60-h100:before {
  background-color: #fff;
  width: 60%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w70-h10:before {
  background-color: #fff;
  width: 70%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w70-h20:before {
  background-color: #fff;
  width: 70%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w70-h30:before {
  background-color: #fff;
  width: 70%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w70-h40:before {
  background-color: #fff;
  width: 70%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w70-h50:before {
  background-color: #fff;
  width: 70%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w70-h60:before {
  background-color: #fff;
  width: 70%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w70-h70:before {
  background-color: #fff;
  width: 70%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w70-h80:before {
  background-color: #fff;
  width: 70%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w70-h90:before {
  background-color: #fff;
  width: 70%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w70-h100:before {
  background-color: #fff;
  width: 70%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w80-h10:before {
  background-color: #fff;
  width: 80%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w80-h20:before {
  background-color: #fff;
  width: 80%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w80-h30:before {
  background-color: #fff;
  width: 80%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w80-h40:before {
  background-color: #fff;
  width: 80%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w80-h50:before {
  background-color: #fff;
  width: 80%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w80-h60:before {
  background-color: #fff;
  width: 80%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w80-h70:before {
  background-color: #fff;
  width: 80%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w80-h80:before {
  background-color: #fff;
  width: 80%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w80-h90:before {
  background-color: #fff;
  width: 80%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w80-h100:before {
  background-color: #fff;
  width: 80%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w90-h10:before {
  background-color: #fff;
  width: 90%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w90-h20:before {
  background-color: #fff;
  width: 90%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w90-h30:before {
  background-color: #fff;
  width: 90%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w90-h40:before {
  background-color: #fff;
  width: 90%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w90-h50:before {
  background-color: #fff;
  width: 90%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w90-h60:before {
  background-color: #fff;
  width: 90%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w90-h70:before {
  background-color: #fff;
  width: 90%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w90-h80:before {
  background-color: #fff;
  width: 90%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w90-h90:before {
  background-color: #fff;
  width: 90%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w90-h100:before {
  background-color: #fff;
  width: 90%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w100-h10:before {
  background-color: #fff;
  width: 100%;
  height: 10%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w100-h20:before {
  background-color: #fff;
  width: 100%;
  height: 20%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w100-h30:before {
  background-color: #fff;
  width: 100%;
  height: 30%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w100-h40:before {
  background-color: #fff;
  width: 100%;
  height: 40%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w100-h50:before {
  background-color: #fff;
  width: 100%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w100-h60:before {
  background-color: #fff;
  width: 100%;
  height: 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w100-h70:before {
  background-color: #fff;
  width: 100%;
  height: 70%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w100-h80:before {
  background-color: #fff;
  width: 100%;
  height: 80%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w100-h90:before {
  background-color: #fff;
  width: 100%;
  height: 90%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}
.bg-bleu-w100-h100:before {
  background-color: #fff;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -2;
}

.fix-right {
  position: absolute;
  right: 0;
}

button.btn.btn-3.hover-border-3 {
  background-color: #B00009;
  color: #fff;
  border: none;
  padding: 1em;
  position: relative;
}
button.btn.btn-3.hover-border-3 input {
  padding: 0em 5em;
  border: none;
  background: transparent;
}

@keyframes leftright {
  100% {
    width: 20px;
  }
  0% {
    width: 100%;
  }
}
.taleez {
  width: 120px;
  position: fixed;
  right: 5px;
  bottom: 5px;
  z-index: 10000000000000000000;
  text-align: center;
  display: flex;
  align-items: center;
  transition: width 0.3s ease;
  /* Collapsed state */
}
.taleez a {
  border-radius: 10px;
  border-bottom: 1px solid #B00109;
  border-right: 1px solid #B00109;
  text-align: center;
  transition-delay: 250ms;
  transition-property: width;
  box-shadow: -1px -1px 5px 0px rgba(36, 36, 36, 0.3019607843);
}
.taleez a div {
  background: #B00109;
  border-radius: 10px;
  font-size: 15px;
  letter-spacing: 0;
  color: #FFFFFF;
  font-weight: 700;
  font-style: italic;
  padding: 8px;
  line-height: 1.3;
  border-bottom: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  transition: opacity 0.3s ease, padding 0.3s ease;
}
.taleez span {
  font-size: 16px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #B00109;
  padding: 2px;
  background-color: #FFFFFF;
  box-shadow: -1px -1px 5px 0px rgba(36, 36, 36, 0.3019607843);
  color: #B00109;
  cursor: pointer;
}
.taleez.collapsed {
  width: 42px;
}
.taleez.collapsed a {
  animation: leftright 0.4s;
  width: 20px;
  pointer-events: none;
  cursor: default;
}
.taleez.collapsed a div {
  color: transparent;
  pointer-events: none;
}
.taleez.collapsed span {
  rotate: 180deg;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.full_text {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.full_text.show {
  visibility: visible;
  opacity: 1;
}

.sep_text {
  cursor: pointer;
  font-size: 24px;
  padding-left: 5px;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.sep_text:hover {
  padding-left: 8px;
}
.sep_text.show {
  visibility: hidden;
  font-size: 0;
}

.width-50 {
  width: 50%;
}

.lang-item a {
  opacity: 1;
}
.lang-item.current-lang a {
  opacity: 0.5;
}
.lang-item.current-lang a:hover {
  opacity: 1;
}

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 100px;
}

.menu-is-open .taleez {
  z-index: -1;
}
.menu-is-open .header-top {
  background: rgba(0, 0, 0, 0.8784313725);
}

.section-red {
  background-color: #F289A8;
  color: #000;
}
.section-bleu {
  background-color: #fff;
  color: #000;
}
.section-white {
  padding: 3em 0;
  display: flex;
  gap: 3vw;
  justify-content: space-between;
  flex-flow: row;
  align-items: center;
}
@media (max-width: 767px) {
  .section-white {
    padding: 2em 0;
    gap: 1em;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.section-white:before, .section-white:after {
  content: none;
}
.section-white > .vc_row {
  justify-content: space-between;
  display: flex;
  width: 100%;
  flex-flow: row;
  align-items: center;
  gap: 3vw;
}
.section-white > .vc_row:before, .section-white > .vc_row:after {
  content: none;
}
@media (max-width: 1024px) {
  .section-white > .vc_row {
    flex-direction: row;
    gap: 1em;
  }
}
@media (max-width: 767px) {
  .section-white > .vc_row {
    flex-wrap: wrap;
  }
}
.section-white .wpb_content_element,
.section-white ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}

.show {
  max-height: 100%;
  transition: all 0.7s;
}

.hide {
  max-height: 0;
  transition: all 0.5s;
  padding: 0 !important;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
}
.menu-langue .lang-item-es,
.menu-langue .lang-item-en,
.footer_langues .lang-item-es,
.footer_langues .lang-item-en {
  visibility: hidden;
  display: none;
}

input::placeholder,
textarea::placeholder {
  opacity: 0.85;
}

.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0 !important;
}

.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}

.updated:not(.published) {
  display: none;
}

.section-classic {
  padding-top: 6em !important;
  padding-bottom: 6em;
}
@media (max-width: 1024px) {
  .section-classic {
    padding-top: 3em !important;
    padding-bottom: 3em;
  }
}
.section-entro h1 {
  color: #fff;
  text-shadow: 0.03em 0.03em 3px #1C2941;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .section-entro h1 {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
.section-entro h1::after {
  content: "";
  display: flex;
  border-top: 6px solid #730A29;
  width: 100px;
  position: relative;
  left: auto;
  z-index: 1;
  margin: 0 auto;
  margin-top: 15px;
}
.section-entro h3 {
  font-size: 2.3rem;
  font-family: "Celias", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1024px) {
  .section-entro h3 {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

#contact {
  line-height: 1.3;
}

#body-wrap #site-main {
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out !important;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.widget-title {
  display: flex;
  justify-content: center;
  position: relative;
}

.title {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .title {
    font-size: 2.5rem;
  }
}

.section-talents {
  margin-bottom: 3em;
  position: relative;
}
.section-talents::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #F8C3D3;
  width: 100%;
  height: 18%;
  display: block;
  z-index: -2;
}
@media (max-width: 1024px) {
  .section-talents::before {
    height: 25%;
  }
}
@media (max-width: 599px) {
  .section-talents .widget-talents.container {
    padding: 0 !important;
  }
}
.section-talents .widget-talents .swipper-item {
  display: flex;
  align-items: stretch;
  align-content: space-between;
  height: initial;
}
.section-talents .widget-talents .swipper-item .item {
  word-break: break-word;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1em;
  color: #000;
  justify-content: space-between;
  align-items: stretch;
}
.section-talents .widget-talents .swipper-item .item .talent-details {
  background: #1d1e1c;
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 1em;
  justify-content: space-evenly;
  height: -webkit-fill-available;
}
.section-talents .widget-talents .swipper-item .item .talent-details h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #fff;
}
@media (max-width: 1024px) {
  .section-talents .widget-talents .swipper-item .item .talent-details h3 {
    font-size: 1rem;
  }
}
.section-talents .widget-talents .swipper-item .item .talent-details p {
  margin: 0;
  font-style: italic;
  opacity: 0.8;
  color: #fff;
}
@media (max-width: 1024px) {
  .section-talents .widget-talents .swipper-item .item .talent-details p {
    font-size: 0.9rem;
  }
}
@media (max-width: 1024px) {
  .section-talents .widget-talents .swipper-item .item .talent-details {
    padding: 1.2em;
  }
}
@media (max-width: 599px) {
  .section-talents .widget-talents .swipper-item .item .talent-details {
    padding: 1em;
  }
  .section-talents .widget-talents .swipper-item .item .talent-details p {
    font-size: 14px;
  }
}
.section-talents .widget-talents .swipper-item .item .talent-details a {
  color: #fff;
  text-decoration: underline;
}
.section-talents .widget-talents .swipper-item:nth-child(odd) .talent-details {
  order: 2;
}
.section-talents .widget-talents .swipper-item:nth-child(odd) .talent-details::before {
  content: "";
  background: #C31047;
  width: 80%;
  height: 100%;
  position: absolute;
  left: 10%;
  z-index: -1;
  border: 0;
  top: -100px;
}
.section-talents .widget-talents .swipper-item:nth-child(odd) .figure {
  order: 1;
}
.section-talents .widget-talents .swipper-item:nth-child(even) .talent-details {
  order: 1;
}
.section-talents .widget-talents .swipper-item:nth-child(even) .talent-details::after {
  content: "";
  background: #C31047;
  width: 80%;
  height: 50%;
  position: absolute;
  left: 10%;
  z-index: -1;
  border: 0;
  bottom: -100px;
  top: 0;
}
.section-talents .widget-talents .swipper-item:nth-child(even) .figure {
  order: 2;
}
.section-talents .widget-talents swiper-container::part(button-prev) {
  color: transparent;
  font-size: 3em;
  transition: all 0.2s ease-in-out;
  left: var(--swiper-navigation-sides-offset, -1em);
}
@media (max-width: 599px) {
  .section-talents .widget-talents swiper-container::part(button-prev) {
    display: none !important;
  }
}
.section-talents .widget-talents swiper-container::part(button-prev)::before {
  content: "\e90e";
  font-family: "icon-askida-icons";
  color: #730A29;
}
.section-talents .widget-talents swiper-container::part(button-prev):hover {
  left: var(--swiper-navigation-sides-offset, -1.1em);
}
.section-talents .widget-talents swiper-container::part(button-prev) svg {
  display: none !important;
}
.section-talents .widget-talents swiper-container::part(button-next) {
  color: transparent;
  font-size: 3em;
  transition: all 0.2s ease-in-out;
  right: var(--swiper-navigation-sides-offset, -1em);
}
.section-talents .widget-talents swiper-container::part(button-next)::before {
  content: "\e90b";
  font-family: "icon-askida-icons";
  color: #730A29;
}
.section-talents .widget-talents swiper-container::part(button-next):hover {
  right: var(--swiper-navigation-sides-offset, -1.1em);
}
@media (max-width: 599px) {
  .section-talents .widget-talents swiper-container::part(button-next) {
    display: none !important;
  }
}
.section-talents .widget-talents swiper-container::part(button-next) svg {
  display: none !important;
}
.section-talents .widget-talents swiper-container::part(container) {
  position: initial;
  display: flex;
  align-items: stretch;
  align-content: space-between;
}
@media (max-width: 599px) {
  .section-talents .widget-talents swiper-container::part(container) {
    width: 100%;
  }
}
.section-talents .widget-talents swiper-container::slotted(swiper-slide) {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: auto;
  display: flex;
}
.section-talents .section-title > .wpb_wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .section-talents .widget-talents .swipper-item:nth-child(odd) .talent-details {
    order: 2;
  }
  .section-talents .widget-talents .swipper-item:nth-child(odd) .talent-details::before {
    content: "";
    background: #730A29;
    width: 80%;
    height: 100%;
    position: absolute;
    left: 10%;
    z-index: -1;
    border: 0;
    top: -100px;
  }
  .section-talents .widget-talents .swipper-item:nth-child(odd) .figure {
    order: 1;
    width: 100%;
  }
  .section-talents .widget-talents .swipper-item:nth-child(even) .talent-details {
    order: 2;
  }
  .section-talents .widget-talents .swipper-item:nth-child(even) .talent-details::before {
    content: "";
    background: #730A29;
    width: 80%;
    position: absolute;
    left: 10%;
    z-index: -1;
    border: 0;
    top: -100px;
  }
  .section-talents .widget-talents .swipper-item:nth-child(even) .talent-details::after {
    content: none;
  }
  .section-talents .widget-talents .swipper-item:nth-child(even) .figure {
    order: 1;
  }
  .section-talents .widget-talents .swipper-item .item {
    gap: 0;
    align-items: center;
    height: 100%;
  }
  .section-talents .widget-talents .swipper-item .item .talent-details {
    width: 78%;
    display: flex;
  }
  @-moz-document url-prefix() {
    .section-talents .widget-talents .swipper-item .item .talent-details {
      height: 100%;
    }
  }
}
@media (max-width: 767px) and (min-width: 1024px) {
  .section-talents .widget-talents .swipper-item .item .talent-details {
    height: -webkit-fill-available;
  }
}
@media (max-width: 767px) and (max-width: 1024px) {
  .section-talents .widget-talents .swipper-item .item .talent-details {
    min-height: 20vh;
    max-height: 25vh;
  }
}
@media (max-width: 767px) {
  .section-talents .widget-talents .swipper-item .item .talent-details::before {
    content: none;
  }
}
.section-talents .vc_column-inner {
  padding: 0 !important;
}
.section-talents .figure {
  margin: 0;
  line-height: 0;
  position: relative;
  color: #fff;
  display: flex;
  overflow: visible;
}
.section-talents .figure video {
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
  overflow: auto;
}
.section-talents .figure video::-webkit-media-controls {
  width: 100%;
  z-index: 10000000000000000000000;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  display: none;
}

.talentSwiper::part(pagination) {
  position: relative;
}
.talentSwiper::part(wrapper) {
  padding-bottom: 2rem;
  align-items: stretch;
  align-content: space-between;
}
.talentSwiper::part(bullet) {
  width: 25px;
  height: 8px;
  background: transparent;
  border: 1px solid #730A29;
  opacity: 1;
  border-radius: 0;
  margin: 0 0.5em;
}
.talentSwiper::part(bullet-active) {
  width: 35px;
  transition: width 0.5s;
  background: #730A29;
  border: 1px solid transparent;
  border-radius: 0;
}
@media (max-width: 767px) {
  .talentSwiper .swiper-slide-next,
  .talentSwiper .swiper-slide-prev,
  .talentSwiper .swiper-slide-active {
    opacity: 0.8;
    display: flex !important;
  }
  .talentSwiper .swiper-slide-next video,
  .talentSwiper .swiper-slide-prev video,
  .talentSwiper .swiper-slide-active video {
    display: block;
    width: 100% !important;
  }
  .talentSwiper .swiper-slide-next video::-webkit-media-controls,
  .talentSwiper .swiper-slide-prev video::-webkit-media-controls,
  .talentSwiper .swiper-slide-active video::-webkit-media-controls {
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 1000000000000000000000;
  }
  .talentSwiper .swiper-slide-active {
    opacity: 1;
  }
}

.swiper-horizontal {
  touch-action: pan-y;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.swiper-backface-hidden::slotted(swiper-slide),
.swiper-backface-hidden ::slotted(swiper-slide) {
  display: flex;
}

.figure video.showvideo {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
}

.swiper-slide {
  overflow: visible !important;
}

.showvideo::-webkit-media-controls-panel {
  width: 100% !important;
}

.talentSwiper .swiper-slide {
  overflow: visible !important;
}

.figure {
  overflow: visible;
}

@media (max-width: 1024px) {
  .entry-title {
    font-size: 6vw;
  }
}
.error-404 {
  min-height: 24vw;
  background-image: url(../images/404.svg);
  position: relative;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: stretch;
  margin-bottom: 10%;
}
@media (max-width: 767px) {
  .error-404 {
    min-height: 30vh;
    margin-top: 15%;
    margin-bottom: 25%;
  }
}
.error-404:after {
  background-color: #1C2941;
  width: 100%;
  height: 51%;
  content: "";
  position: absolute;
  left: 0;
  bottom: -20%;
  display: block;
  z-index: -2;
}
.error-404 .page-title {
  color: #fff;
  padding: 0;
  margin: 0;
  font-family: "Celias-Light";
  font-weight: 100;
  font-size: 1.2vw;
}
@media (max-width: 767px) {
  .error-404 .page-title {
    font-size: 4vw;
  }
}
.error-404 .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: -3%;
}
@media (max-width: 767px) {
  .error-404 .container {
    margin-bottom: -10%;
  }
}

/* Widgets
--------------------------------------------- */
.section-contact {
  overflow: visible !important;
}
.section-contact:before {
  content: "";
  position: absolute;
  left: 0;
  top: -5%;
  background: #F289A8;
  width: 100%;
  height: 40%;
  display: block;
  z-index: -2;
}
.section-contact .section-title {
  width: 50%;
  color: #fff;
}
@media (max-width: 599px) {
  .section-contact .section-title {
    width: 66%;
  }
}
@media (max-width: 599px) {
  .section-contact .width-50 {
    width: 66%;
    padding: 0 2em;
    font-family: "Celias-Light", sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    text-align: left;
  }
}
.section-contact #mailchimp_contact_form_wrap {
  padding: 2em;
  background-color: #FFFFFF;
  border: 5px solid #E61352;
  display: flex;
  align-items: center;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .section-contact #mailchimp_contact_form_wrap {
    padding: 3em 4em;
  }
}
@media (max-width: 2000px) {
  .section-contact #mailchimp_contact_form_wrap {
    padding: 3em 4em;
  }
}
@media (max-width: 1600px) {
  .section-contact #mailchimp_contact_form_wrap {
    padding: 3em 4em;
  }
}
@media (max-width: 1200px) {
  .section-contact #mailchimp_contact_form_wrap {
    padding: 3em 4em;
  }
}
@media (max-width: 1024px) {
  .section-contact #mailchimp_contact_form_wrap {
    padding: 3em;
  }
}
@media (max-width: 599px) {
  .section-contact #mailchimp_contact_form_wrap {
    padding: 2em;
  }
}
.section-contact #mailchimp_contact_form_wrap #contact_form_container {
  position: relative;
  width: 100%;
}
.section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form {
  display: flex;
  flex-direction: column;
  row-gap: 0.5em;
}
.section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group {
  text-align: center;
  display: grid;
  justify-items: start;
  text-align: left;
}
.section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group label {
  margin-bottom: 0.6em;
  text-align: left;
  color: #2F3136;
  font-size: 16px;
  font-family: "Celias-Light", sans-serif;
}
@media (max-width: 1024px) {
  .section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group label {
    margin-bottom: 0;
    font-size: 14px;
  }
}
.section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group .input_text {
  color: #1C1C27;
  border-radius: 0;
  width: 100% !important;
  border: none;
  border-bottom: 1px solid #2F3136;
}
.section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group .input_submit {
  padding: 0em 5em;
}
.section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group.col_flex {
  display: flex;
  gap: 1.5em;
}
@media (max-width: 599px) {
  .section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group.col_flex {
    flex-direction: column;
    gap: 0.5em;
  }
}
.section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group.col_flex .col_6 {
  width: 50%;
  display: grid;
}
@media (max-width: 599px) {
  .section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group.col_flex .col_6 {
    width: 100%;
  }
}
.section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group .g-recaptcha {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media (max-width: 540px) {
  .section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group .g-recaptcha {
    transform: scale(0.8);
    transform-origin: 0;
    transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group.btn-send {
  justify-items: center;
}
@media (max-width: 1024px) {
  .section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group.btn-send button {
    width: 100%;
  }
  .section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group.btn-send button span input {
    padding: initial;
  }
}
.section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group.btn-send span {
  padding-left: inherit;
  padding-right: inherit;
  padding-top: 10px;
  padding-bottom: 10px;
}
.section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group input:focus-visible,
.section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .form_group textarea:focus-visible {
  outline: none;
}
.section-contact #mailchimp_contact_form_wrap #contact_form_container #mailchimp-ajax-form .no-grid {
  display: block;
}
.section-contact #mailchimp_contact_form_wrap .message_wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  position: absolute;
  z-index: 5;
  background: rgba(0, 0, 0, 0.8392156863);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
}
.section-contact #mailchimp_contact_form_wrap .message_wrap .output_message_wrap {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.section-contact #mailchimp_contact_form_wrap .message_wrap .output_message_wrap .output_message {
  font-size: 25px;
}
.section-contact #mailchimp_contact_form_wrap .message_wrap #back_to_form {
  display: block;
  cursor: pointer;
  font-size: 35px;
}
.section-contact #mailchimp_contact_form_wrap .message_wrap #back_to_form i:before {
  content: "\ea0f";
  color: #B00009;
}
.section-contact #mailchimp_contact_form_wrap .message_wrap #agree_policy_conditions p {
  text-align: center;
  margin-top: 1em;
}
.section-contact #mailchimp_contact_form_wrap .message_wrap #agree_policy_conditions p a {
  text-decoration: underline;
}
.section-contact #mailchimp_contact_form_wrap .message_wrap .mettre-en-copy label {
  display: ruby;
  padding-left: 0.3em;
}
.section-contact .contact-wrap > .vc_column-inner > .wpb_wrapper {
  display: flex;
  align-items: flex-start;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (max-width: 1024px) {
  .section-contact .contact-wrap > .vc_column-inner > .wpb_wrapper {
    gap: 1em;
  }
}
.section-contact .contact-wrap > .vc_column-inner > .wpb_wrapper .col-left, .section-contact .contact-wrap > .vc_column-inner > .wpb_wrapper .col-right {
  width: 25%;
}
.section-contact .contact-wrap > .vc_column-inner > .wpb_wrapper .col-center {
  width: 50%;
}
@media (min-width: 1024px) {
  .section-contact .contact-wrap > .vc_column-inner > .wpb_wrapper .col-center {
    margin-top: 5em;
  }
}
@media (max-width: 1024px) {
  .section-contact .contact-wrap > .vc_column-inner > .wpb_wrapper {
    flex-wrap: wrap;
  }
  .section-contact .contact-wrap > .vc_column-inner > .wpb_wrapper .col-left, .section-contact .contact-wrap > .vc_column-inner > .wpb_wrapper .col-right {
    width: 60%;
  }
  .section-contact .contact-wrap > .vc_column-inner > .wpb_wrapper .col-center {
    width: 100%;
  }
  .section-contact .contact-wrap > .vc_column-inner > .wpb_wrapper .col-right {
    width: 100%;
  }
  .section-contact .contact-wrap > .vc_column-inner > .wpb_wrapper .col-left.wpb_content_element {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .section-contact .container {
    padding: 0 !important;
  }
}
.section-contact .wpb_wrapper h2 {
  margin: 0;
  margin-bottom: 0.3em;
  color: #000;
}
.section-contact .wpb_wrapper p {
  margin: 0;
  color: #000;
}

input {
  border: 1px solid #000;
}

.btn-send .input_submit:hover {
  border-color: #F289A8;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
  text-align: right;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery-caption {
  display: block;
}

.figure {
  margin: 0;
  line-height: 0;
  position: relative;
  color: #fff;
  display: flex;
}
.figure video {
  position: relative;
}
.figure .video-play-button {
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 10;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  z-index: 1;
}
.figure .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 55px;
  height: 55px;
  background: #C31047;
  border-radius: 50%;
}
.figure .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 200ms;
  box-shadow: 0px 0px 7px 2px rgba(255, 255, 255, 0.5803921569);
  background: #C31047;
}
.figure .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 19px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 10px;
  left: 5px;
}
.figure:hover .video-play-button:before {
  animation: pulse-border 1100ms ease-out infinite;
}
.figure.isplay video::-webkit-media-controls {
  opacity: 1;
}
.figure.isplay .video-play-button {
  opacity: 0;
}
.figure.ispause video::-webkit-media-controls {
  opacity: 0;
}
.figure.ispause .video-play-button {
  opacity: 1;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*!
Theme Name: askida_main
Theme URI: https://soma-dev.com
Author: Soma MORADI
Author URI: https://soma-dev.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General ../Public License v2 or later
License URI: LICENSE
Text Domain: askida_main
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

askida_creative is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Public Styles
--------------------------------------------- */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS ../PUBLIC
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
/* ===== Function Render Fonts Query ===== */
/* ===== Fonts Rendered ===== */
@font-face {
  font-family: Avantt-Regular;
  src: url("../assets/fonts/Avantt-Regular.eot");
  src: url("../assets/fonts/Avantt-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Avantt-Regular.woff") format("woff"), url("../assets/fonts/Avantt-Regular.ttf") format("truetype"), url("../assets/fonts/Avantt-Regular.svg#Avantt-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Avantt-SemiBold;
  src: url("../assets/fonts/Avantt-SemiBold.eot");
  src: url("../assets/fonts/Avantt-SemiBold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Avantt-SemiBold.woff") format("woff"), url("../assets/fonts/Avantt-SemiBold.ttf") format("truetype"), url("../assets/fonts/Avantt-SemiBold.svg#Avantt-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Avantt-Bold;
  src: url("../assets/fonts/Avantt-Bold.eot");
  src: url("../assets/fonts/Avantt-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Avantt-Bold.woff") format("woff"), url("../assets/fonts/Avantt-Bold.ttf") format("truetype"), url("../assets/fonts/Avantt-Bold.svg#Avantt-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: SeasonSerif-Regular;
  src: url("../assets/fonts/SeasonSerif-Regular.eot");
  src: url("../assets/fonts/SeasonSerif-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SeasonSerif-Regular.woff") format("woff"), url("../assets/fonts/SeasonSerif-Regular.ttf") format("truetype"), url("../assets/fonts/SeasonSerif-Regular.svg#SeasonSerif-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: SeasonSerif-Medium;
  src: url("../assets/fonts/SeasonSerif-Medium.eot");
  src: url("../assets/fonts/SeasonSerif-Medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SeasonSerif-Medium.woff") format("woff"), url("../assets/fonts/SeasonSerif-Medium.ttf") format("truetype"), url("../assets/fonts/SeasonSerif-Medium.svg#SeasonSerif-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ===== stylelint-enable value-keyword-case ===== */
/* ===== Custom Fonts Variables ===== */
/* ===== Custom font hack size ===== */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: Avantt-Regular;
  font-size: 1rem;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

/* ===== Function Render Fonts Query ===== */
/* ===== Fonts Rendered ===== */
@font-face {
  font-family: Avantt-Regular;
  src: url("../assets/fonts/Avantt-Regular.eot");
  src: url("../assets/fonts/Avantt-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Avantt-Regular.woff") format("woff"), url("../assets/fonts/Avantt-Regular.ttf") format("truetype"), url("../assets/fonts/Avantt-Regular.svg#Avantt-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Avantt-SemiBold;
  src: url("../assets/fonts/Avantt-SemiBold.eot");
  src: url("../assets/fonts/Avantt-SemiBold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Avantt-SemiBold.woff") format("woff"), url("../assets/fonts/Avantt-SemiBold.ttf") format("truetype"), url("../assets/fonts/Avantt-SemiBold.svg#Avantt-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Avantt-Bold;
  src: url("../assets/fonts/Avantt-Bold.eot");
  src: url("../assets/fonts/Avantt-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Avantt-Bold.woff") format("woff"), url("../assets/fonts/Avantt-Bold.ttf") format("truetype"), url("../assets/fonts/Avantt-Bold.svg#Avantt-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: SeasonSerif-Regular;
  src: url("../assets/fonts/SeasonSerif-Regular.eot");
  src: url("../assets/fonts/SeasonSerif-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SeasonSerif-Regular.woff") format("woff"), url("../assets/fonts/SeasonSerif-Regular.ttf") format("truetype"), url("../assets/fonts/SeasonSerif-Regular.svg#SeasonSerif-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: SeasonSerif-Medium;
  src: url("../assets/fonts/SeasonSerif-Medium.eot");
  src: url("../assets/fonts/SeasonSerif-Medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SeasonSerif-Medium.woff") format("woff"), url("../assets/fonts/SeasonSerif-Medium.ttf") format("truetype"), url("../assets/fonts/SeasonSerif-Medium.svg#SeasonSerif-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ===== stylelint-enable value-keyword-case ===== */
/* ===== Custom Fonts Variables ===== */
/* ===== Custom font hack size ===== */
p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

p, .entry-content, .section-content {
  font-family: SeasonSerif-Regular;
}

/* ../Elements
--------------------------------------------- */
body {
  background: #ffffff;
}

hr {
  background-color: #000000;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  z-index: 2;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #4169e1;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/* Utilities
--------------------------------------------- */
/* ==========================================================================
   Smooth Scroll Utilities
   ========================================================================== */
/* Global smooth scrolling behavior */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 2rem; /* Offset for fixed headers */
}

/* Enhanced smooth scrolling with CSS scroll-behavior */
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
  /* Smooth scrolling for all scrollable elements */
  * {
    scroll-behavior: smooth;
  }
}
/* Respect user's motion preferences */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    scroll-behavior: auto;
  }
}
/* Utility classes for smooth scrolling */
.smooth-scroll {
  scroll-behavior: smooth;
}

.smooth-scroll-auto {
  scroll-behavior: auto;
}

/* Custom smooth scroll with CSS transitions for custom scrollable areas */
.custom-smooth-scroll {
  scroll-behavior: smooth;
  transition: scroll-position 0.3s ease-in-out;
}

/* Smooth scrolling for specific scroll containers */
.scroll-container {
  scroll-behavior: smooth;
  scroll-padding: 1rem;
}
.scroll-container.scroll-container--fast {
  scroll-behavior: smooth;
  transition: scroll-position 0.2s ease-out;
}
.scroll-container.scroll-container--slow {
  scroll-behavior: smooth;
  transition: scroll-position 0.5s ease-in-out;
}

/* Smooth anchor link behavior */
a[href^="#"] {
  scroll-behavior: smooth;
}

/* Focus management for keyboard navigation */
:focus {
  scroll-margin-top: 2rem;
  scroll-margin-bottom: 2rem;
}

/* Smooth scrolling for overflow containers */
.overflow-scroll,
.overflow-auto {
  scroll-behavior: smooth;
}

/* Mobile-specific smooth scrolling adjustments */
@media (max-width: 768px) {
  html {
    scroll-padding-top: 1rem;
  }
  :focus {
    scroll-margin-top: 1rem;
    scroll-margin-bottom: 1rem;
  }
}
/* Smooth scrolling for tables and specific elements */
table {
  scroll-behavior: smooth;
}

/* Utility class for disabling smooth scroll when needed */
.no-smooth-scroll,
.no-smooth-scroll * {
  scroll-behavior: auto !important;
}

/* Enhanced smooth scrolling for better performance */
@supports (scroll-behavior: smooth) {
  .enhanced-smooth-scroll {
    scroll-behavior: smooth;
    scroll-snap-type: y proximity;
    scroll-padding: 2rem 0;
  }
  .enhanced-smooth-scroll section,
  .enhanced-smooth-scroll article {
    scroll-snap-align: start;
  }
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
  padding: 1em 0;
}

.site-main {
  overflow: hidden;
  padding-top: 3em;
}

.site-footer {
  padding: 2em 0;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.container {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 480px) {
  .container:not(.is-fluid) {
    max-width: 444px;
  }
}
@media only screen and (min-width: 576px) {
  .container:not(.is-fluid) {
    max-width: 528px;
  }
}
@media only screen and (min-width: 768px) {
  .container:not(.is-fluid) {
    max-width: 736px;
  }
}
@media only screen and (min-width: 992px) {
  .container:not(.is-fluid) {
    max-width: 932px;
  }
}
@media only screen and (min-width: 1200px) {
  .container:not(.is-fluid) {
    max-width: 1120px;
  }
}
@media only screen and (min-width: 1400px) {
  .container:not(.is-fluid) {
    max-width: 1300px;
  }
}
@media only screen and (min-width: 1920px) {
  .container:not(.is-fluid) {
    max-width: 1620px;
  }
}
@media only screen and (min-width: 2400px) {
  .container:not(.is-fluid) {
    max-width: 2050px;
  }
}

.container-xs {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .container-xs {
    max-width: 444px;
  }
}

.container-sm {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .container-sm {
    max-width: 528px;
  }
}

.container-md {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .container-md {
    max-width: 736px;
  }
}

.container-lg {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .container-lg {
    max-width: 932px;
  }
}

.container-xl {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .container-xl {
    max-width: 1120px;
  }
}

.container-2xl {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only screen and (min-width: 1400px) {
  .container-2xl {
    max-width: 1300px;
  }
}

.container-3xl {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only screen and (min-width: 1920px) {
  .container-3xl {
    max-width: 1620px;
  }
}

.container-4xl {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only screen and (min-width: 2400px) {
  .container-4xl {
    max-width: 2050px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  width: calc(100% + 2rem);
  box-sizing: border-box;
}
.row-no-gutters {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.row-no-gutters > [class*=col] {
  padding-left: 0;
  padding-right: 0;
}
.row-sm-gutters {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  width: calc(100% + 1rem);
}
.row-sm-gutters > [class*=col] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.row-lg-gutters {
  margin-left: -2rem;
  margin-right: -2rem;
  width: calc(100% + 4rem);
}
.row-lg-gutters > [class*=col] {
  padding-left: 2rem;
  padding-right: 2rem;
}
.row-center {
  justify-content: center;
}
.row-start {
  justify-content: flex-start;
}
.row-end {
  justify-content: flex-end;
}
.row-between {
  justify-content: space-between;
}
.row-around {
  justify-content: space-around;
}
.row-align-start {
  align-items: flex-start;
}
.row-align-center {
  align-items: center;
}
.row-align-end {
  align-items: flex-end;
}
@media only screen and (max-width: 575px) {
  .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    width: calc(100% + 1.5rem);
  }
  .row > [class*=col] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media only screen and (max-width: 480px) {
  .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: calc(100% + 1rem);
  }
  .row > [class*=col] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.row-equal-height > [class*=col] {
  display: flex;
  flex-direction: column;
}
.row-equal-height > [class*=col] > * {
  flex: 1 0 auto;
}
.row-reverse {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 480px) {
  .row-xs-reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 576px) {
  .row-sm-reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .row-md-reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 992px) {
  .row-lg-reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  .row-xl-reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1400px) {
  .row-2xl-reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1920px) {
  .row-3xl-reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 2400px) {
  .row-4xl-reverse {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 480px) {
  .row-xs-center {
    justify-content: center;
  }
  .row-xs-start {
    justify-content: flex-start;
  }
  .row-xs-end {
    justify-content: flex-end;
  }
  .row-xs-between {
    justify-content: space-between;
  }
  .row-xs-around {
    justify-content: space-around;
  }
  .row-xs-align-start {
    align-items: flex-start;
  }
  .row-xs-align-center {
    align-items: center;
  }
  .row-xs-align-end {
    align-items: flex-end;
  }
}
@media only screen and (min-width: 576px) {
  .row-sm-center {
    justify-content: center;
  }
  .row-sm-start {
    justify-content: flex-start;
  }
  .row-sm-end {
    justify-content: flex-end;
  }
  .row-sm-between {
    justify-content: space-between;
  }
  .row-sm-around {
    justify-content: space-around;
  }
  .row-sm-align-start {
    align-items: flex-start;
  }
  .row-sm-align-center {
    align-items: center;
  }
  .row-sm-align-end {
    align-items: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .row-md-center {
    justify-content: center;
  }
  .row-md-start {
    justify-content: flex-start;
  }
  .row-md-end {
    justify-content: flex-end;
  }
  .row-md-between {
    justify-content: space-between;
  }
  .row-md-around {
    justify-content: space-around;
  }
  .row-md-align-start {
    align-items: flex-start;
  }
  .row-md-align-center {
    align-items: center;
  }
  .row-md-align-end {
    align-items: flex-end;
  }
}
@media only screen and (min-width: 992px) {
  .row-lg-center {
    justify-content: center;
  }
  .row-lg-start {
    justify-content: flex-start;
  }
  .row-lg-end {
    justify-content: flex-end;
  }
  .row-lg-between {
    justify-content: space-between;
  }
  .row-lg-around {
    justify-content: space-around;
  }
  .row-lg-align-start {
    align-items: flex-start;
  }
  .row-lg-align-center {
    align-items: center;
  }
  .row-lg-align-end {
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1200px) {
  .row-xl-center {
    justify-content: center;
  }
  .row-xl-start {
    justify-content: flex-start;
  }
  .row-xl-end {
    justify-content: flex-end;
  }
  .row-xl-between {
    justify-content: space-between;
  }
  .row-xl-around {
    justify-content: space-around;
  }
  .row-xl-align-start {
    align-items: flex-start;
  }
  .row-xl-align-center {
    align-items: center;
  }
  .row-xl-align-end {
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1400px) {
  .row-2xl-center {
    justify-content: center;
  }
  .row-2xl-start {
    justify-content: flex-start;
  }
  .row-2xl-end {
    justify-content: flex-end;
  }
  .row-2xl-between {
    justify-content: space-between;
  }
  .row-2xl-around {
    justify-content: space-around;
  }
  .row-2xl-align-start {
    align-items: flex-start;
  }
  .row-2xl-align-center {
    align-items: center;
  }
  .row-2xl-align-end {
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1920px) {
  .row-3xl-center {
    justify-content: center;
  }
  .row-3xl-start {
    justify-content: flex-start;
  }
  .row-3xl-end {
    justify-content: flex-end;
  }
  .row-3xl-between {
    justify-content: space-between;
  }
  .row-3xl-around {
    justify-content: space-around;
  }
  .row-3xl-align-start {
    align-items: flex-start;
  }
  .row-3xl-align-center {
    align-items: center;
  }
  .row-3xl-align-end {
    align-items: flex-end;
  }
}
@media only screen and (min-width: 2400px) {
  .row-4xl-center {
    justify-content: center;
  }
  .row-4xl-start {
    justify-content: flex-start;
  }
  .row-4xl-end {
    justify-content: flex-end;
  }
  .row-4xl-between {
    justify-content: space-between;
  }
  .row-4xl-around {
    justify-content: space-around;
  }
  .row-4xl-align-start {
    align-items: flex-start;
  }
  .row-4xl-align-center {
    align-items: center;
  }
  .row-4xl-align-end {
    align-items: flex-end;
  }
}
.col-1 {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  width: 100%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  width: 100%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  width: 100%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  width: 100%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  width: 100%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  width: 100%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  width: 100%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  width: 100%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  width: 100%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  width: 100%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  width: 100%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.col-xs-1 {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  width: 100%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xs-2 {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  width: 100%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-xs-3 {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  width: 100%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-xs-4 {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  width: 100%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xs-5 {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  width: 100%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-xs-6 {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  width: 100%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-xs-7 {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  width: 100%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xs-8 {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  width: 100%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-xs-9 {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  width: 100%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-xs-10 {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  width: 100%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xs-11 {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  width: 100%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-xs-12 {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 576px) {
  .col-sm-1 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-1 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg-1 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-xl-1 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .col-2xl-1 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-2xl-2 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-2xl-3 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-2xl-4 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-2xl-5 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-2xl-6 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-2xl-7 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-2xl-8 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-2xl-9 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-2xl-10 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-2xl-11 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-2xl-12 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .col-3xl-1 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-3xl-2 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-3xl-3 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-3xl-4 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-3xl-5 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-3xl-6 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-3xl-7 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-3xl-8 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-3xl-9 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-3xl-10 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-3xl-11 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-3xl-12 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 2400px) {
  .col-4xl-1 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-4xl-2 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-4xl-3 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4xl-4 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-4xl-5 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-4xl-6 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-4xl-7 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-4xl-8 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-4xl-9 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-4xl-10 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-4xl-11 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-4xl-12 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-1 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-start {
  justify-content: flex-start;
}
.flex-end {
  justify-content: flex-end;
}
.flex-center {
  justify-content: center;
}
.flex-between {
  justify-content: space-between;
}
.flex-around {
  justify-content: space-around;
}

.grid {
  gap: 1rem;
  display: grid;
}
.grid-justify-center {
  justify-items: center;
}
.grid-vc > .vc_column-inner > .wpb_wrapper {
  display: grid;
}
.grid-vc-col-2 > .vc_column-inner > .wpb_wrapper {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-flow-column {
  grid-auto-flow: column;
}

.grid-col-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-col-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-col-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-col-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-col-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-col-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-col-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-col-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-col-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-col-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-col-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-col-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Import variables and mixins.
--------------------------------------------------------------*/
/* ========================================
                  colors
=========================================== */
/* ========================================
              Background color
=========================================== */
.bg-black {
  background-color: #000000;
}
.bg-white {
  background-color: #ffffff;
}
.bg-red-dark {
  background-color: #730A29;
}
.bg-red-medium {
  background-color: #C31047;
}
.bg-red-bright {
  background-color: #E61352;
}
.bg-red-soft {
  background-color: #F289A8;
}
.bg-red-light {
  background-color: #F8C3D3;
}
.bg-blue-dark {
  background-color: #0D2968;
}
.bg-blue-medium {
  background-color: #1746B0;
}
.bg-blue-bright {
  background-color: #1B52CF;
}
.bg-blue-soft {
  background-color: #8CA8E7;
}
.bg-blue-light {
  background-color: #C6D3F3;
}
.bg-green-dark {
  background-color: #086C30;
}
.bg-green-medium {
  background-color: #0DB852;
}
.bg-green-bright {
  background-color: #0FD75F;
}
.bg-green-soft {
  background-color: #87EBaf;
}
.bg-green-light {
  background-color: #C4F5D7;
}
.bg-purple-dark {
  background-color: #662776;
}
.bg-purple-medium {
  background-color: #AD43CB;
}
.bg-purple-bright {
  background-color: #CB4FEE;
}
.bg-purple-soft {
  background-color: #E5A6F5;
}
.bg-purple-light {
  background-color: #F2D4FA;
}
.bg-yellow-dark {
  background-color: #6A6803;
}
.bg-yellow-medium {
  background-color: #B3B104;
}
.bg-yellow-bright {
  background-color: #D3D005;
}
.bg-yellow-soft {
  background-color: #E9E782;
}
.bg-yellow-light {
  background-color: #F5F3C0;
}
.bg-cyan-dark {
  background-color: #155E71;
}
.bg-cyan-medium {
  background-color: #1E8DA9;
}
.bg-cyan-bright {
  background-color: #27BCE1;
}
.bg-cyan-soft {
  background-color: #94DDF0;
}
.bg-cyan-light {
  background-color: #C9EEF7;
}
.bg-orange-dark {
  background-color: #713206;
}
.bg-orange-medium {
  background-color: #A94A06;
}
.bg-orange-bright {
  background-color: #E2640A;
}
.bg-orange-soft {
  background-color: #F0B185;
}
.bg-orange-light {
  background-color: #F7D9C1;
}
.bg-gray-darkest {
  background-color: #33322D;
}
.bg-gray-darker {
  background-color: #58584E;
}
.bg-gray-dark {
  background-color: #67675B;
}
.bg-gray-medium {
  background-color: #B3B2AD;
}
.bg-gray-light {
  background-color: #D9D9D7;
}

/* ========================================
                  Text color
=========================================== */
.text-black, .color-black {
  color: #000000;
}
.text-white, .color-white {
  color: #ffffff;
}
.text-red-dark, .color-red-dark {
  color: #730A29;
}
.text-red-medium, .color-red-medium {
  color: #C31047;
}
.text-red-bright, .color-red-bright {
  color: #E61352;
}
.text-red-soft, .color-red-soft {
  color: #F289A8;
}
.text-red-light, .color-red-light {
  color: #F8C3D3;
}
.text-blue-dark, .color-blue-dark {
  color: #0D2968;
}
.text-blue-medium, .color-blue-medium {
  color: #1746B0;
}
.text-blue-bright, .color-blue-bright {
  color: #1B52CF;
}
.text-blue-soft, .color-blue-soft {
  color: #8CA8E7;
}
.text-blue-light, .color-blue-light {
  color: #C6D3F3;
}
.text-green-dark, .color-green-dark {
  color: #086C30;
}
.text-green-medium, .color-green-medium {
  color: #0DB852;
}
.text-green-bright, .color-green-bright {
  color: #0FD75F;
}
.text-green-soft, .color-green-soft {
  color: #87EBaf;
}
.text-green-light, .color-green-light {
  color: #C4F5D7;
}
.text-purple-dark, .color-purple-dark {
  color: #662776;
}
.text-purple-medium, .color-purple-medium {
  color: #AD43CB;
}
.text-purple-bright, .color-purple-bright {
  color: #CB4FEE;
}
.text-purple-soft, .color-purple-soft {
  color: #E5A6F5;
}
.text-purple-light, .color-purple-light {
  color: #F2D4FA;
}
.text-yellow-dark, .color-yellow-dark {
  color: #6A6803;
}
.text-yellow-medium, .color-yellow-medium {
  color: #B3B104;
}
.text-yellow-bright, .color-yellow-bright {
  color: #D3D005;
}
.text-yellow-soft, .color-yellow-soft {
  color: #E9E782;
}
.text-yellow-light, .color-yellow-light {
  color: #F5F3C0;
}
.text-cyan-dark, .color-cyan-dark {
  color: #155E71;
}
.text-cyan-medium, .color-cyan-medium {
  color: #1E8DA9;
}
.text-cyan-bright, .color-cyan-bright {
  color: #27BCE1;
}
.text-cyan-soft, .color-cyan-soft {
  color: #94DDF0;
}
.text-cyan-light, .color-cyan-light {
  color: #C9EEF7;
}
.text-orange-dark, .color-orange-dark {
  color: #713206;
}
.text-orange-medium, .color-orange-medium {
  color: #A94A06;
}
.text-orange-bright, .color-orange-bright {
  color: #E2640A;
}
.text-orange-soft, .color-orange-soft {
  color: #F0B185;
}
.text-orange-light, .color-orange-light {
  color: #F7D9C1;
}
.text-gray-darkest, .color-gray-darkest {
  color: #33322D;
}
.text-gray-darker, .color-gray-darker {
  color: #58584E;
}
.text-gray-dark, .color-gray-dark {
  color: #67675B;
}
.text-gray-medium, .color-gray-medium {
  color: #B3B2AD;
}
.text-gray-light, .color-gray-light {
  color: #D9D9D7;
}

/* ========================================
        Text & content alignment
=========================================== */
.align-center, .aligncenter {
  text-align: center;
}
.align-left, .alignleft {
  text-align: left;
}
.align-right, .alignright {
  text-align: right;
}
.align-items-center {
  align-items: center;
}
.align-items-right {
  align-items: right;
}
.align-items-left {
  align-items: left;
}
.align-content-center {
  align-content: center;
  justify-content: center;
}
.align-content-right {
  align-content: right;
  justify-content: flex-end;
}
.align-content-left {
  align-content: left;
  justify-content: flex-start;
}
.align-zero {
  margin: 0 auto;
}

img.aligncenter {
  text-align: center;
  margin: 0 auto;
  display: block;
  position: relative;
}
img.alignleft {
  text-align: left;
  display: block;
  position: relative;
  float: left;
}
img.alignright {
  text-align: right;
  display: block;
  position: relative;
  float: right;
}

/* ========================================
                Visibility
=========================================== */
.hidden {
  display: none;
}
@media only screen and (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-pc, .hidden-desktop {
    display: none;
  }
}

/* ========================================
                List
=========================================== */
.list-none {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ========================================
              Padding - Margin
=========================================== */
.mg-t-0 {
  margin-top: 0rem;
}

.mg-t-1 {
  margin-top: 1rem;
}

.mg-t-2 {
  margin-top: 2rem;
}

.mg-t-3 {
  margin-top: 3rem;
}

.mg-t-4 {
  margin-top: 4rem;
}

.mg-t-5 {
  margin-top: 5rem;
}

.mg-t-6 {
  margin-top: 6rem;
}

.mg-t-7 {
  margin-top: 7rem;
}

.mg-t-8 {
  margin-top: 8rem;
}

.mg-t-9 {
  margin-top: 9rem;
}

.mg-t-10 {
  margin-top: 10rem;
}

.mg-r-0 {
  margin-right: 0rem;
}

.mg-r-1 {
  margin-right: 1rem;
}

.mg-r-2 {
  margin-right: 2rem;
}

.mg-r-3 {
  margin-right: 3rem;
}

.mg-r-4 {
  margin-right: 4rem;
}

.mg-r-5 {
  margin-right: 5rem;
}

.mg-r-6 {
  margin-right: 6rem;
}

.mg-r-7 {
  margin-right: 7rem;
}

.mg-r-8 {
  margin-right: 8rem;
}

.mg-r-9 {
  margin-right: 9rem;
}

.mg-r-10 {
  margin-right: 10rem;
}

.mg-b-0 {
  margin-bottom: 0rem;
}

.mg-b-1 {
  margin-bottom: 1rem;
}

.mg-b-2 {
  margin-bottom: 2rem;
}

.mg-b-3 {
  margin-bottom: 3rem;
}

.mg-b-4 {
  margin-bottom: 4rem;
}

.mg-b-5 {
  margin-bottom: 5rem;
}

.mg-b-6 {
  margin-bottom: 6rem;
}

.mg-b-7 {
  margin-bottom: 7rem;
}

.mg-b-8 {
  margin-bottom: 8rem;
}

.mg-b-9 {
  margin-bottom: 9rem;
}

.mg-b-10 {
  margin-bottom: 10rem;
}

.mg-l-0 {
  margin-left: 0rem;
}

.mg-l-1 {
  margin-left: 1rem;
}

.mg-l-2 {
  margin-left: 2rem;
}

.mg-l-3 {
  margin-left: 3rem;
}

.mg-l-4 {
  margin-left: 4rem;
}

.mg-l-5 {
  margin-left: 5rem;
}

.mg-l-6 {
  margin-left: 6rem;
}

.mg-l-7 {
  margin-left: 7rem;
}

.mg-l-8 {
  margin-left: 8rem;
}

.mg-l-9 {
  margin-left: 9rem;
}

.mg-l-10 {
  margin-left: 10rem;
}

.mg-x-0 {
  margin: 0rem;
}

.mg-x-1 {
  margin: 1rem;
}

.mg-x-2 {
  margin: 2rem;
}

.mg-x-3 {
  margin: 3rem;
}

.mg-x-4 {
  margin: 4rem;
}

.mg-x-5 {
  margin: 5rem;
}

.mg-x-6 {
  margin: 6rem;
}

.mg-x-7 {
  margin: 7rem;
}

.mg-x-8 {
  margin: 8rem;
}

.mg-x-9 {
  margin: 9rem;
}

.mg-x-10 {
  margin: 10rem;
}

.pd-t-0 {
  padding-top: 0rem;
}

.pd-t-1 {
  padding-top: 1rem;
}

.pd-t-2 {
  padding-top: 2rem;
}

.pd-t-3 {
  padding-top: 3rem;
}

.pd-t-4 {
  padding-top: 4rem;
}

.pd-t-5 {
  padding-top: 5rem;
}

.pd-t-6 {
  padding-top: 6rem;
}

.pd-t-7 {
  padding-top: 7rem;
}

.pd-t-8 {
  padding-top: 8rem;
}

.pd-t-9 {
  padding-top: 9rem;
}

.pd-t-10 {
  padding-top: 10rem;
}

.pd-r-0 {
  padding-right: 0rem;
}

.pd-r-1 {
  padding-right: 1rem;
}

.pd-r-2 {
  padding-right: 2rem;
}

.pd-r-3 {
  padding-right: 3rem;
}

.pd-r-4 {
  padding-right: 4rem;
}

.pd-r-5 {
  padding-right: 5rem;
}

.pd-r-6 {
  padding-right: 6rem;
}

.pd-r-7 {
  padding-right: 7rem;
}

.pd-r-8 {
  padding-right: 8rem;
}

.pd-r-9 {
  padding-right: 9rem;
}

.pd-r-10 {
  padding-right: 10rem;
}

.pd-b-0 {
  padding-bottom: 0rem;
}

.pd-b-1 {
  padding-bottom: 1rem;
}

.pd-b-2 {
  padding-bottom: 2rem;
}

.pd-b-3 {
  padding-bottom: 3rem;
}

.pd-b-4 {
  padding-bottom: 4rem;
}

.pd-b-5 {
  padding-bottom: 5rem;
}

.pd-b-6 {
  padding-bottom: 6rem;
}

.pd-b-7 {
  padding-bottom: 7rem;
}

.pd-b-8 {
  padding-bottom: 8rem;
}

.pd-b-9 {
  padding-bottom: 9rem;
}

.pd-b-10 {
  padding-bottom: 10rem;
}

.pd-l-0 {
  padding-left: 0rem;
}

.pd-l-1 {
  padding-left: 1rem;
}

.pd-l-2 {
  padding-left: 2rem;
}

.pd-l-3 {
  padding-left: 3rem;
}

.pd-l-4 {
  padding-left: 4rem;
}

.pd-l-5 {
  padding-left: 5rem;
}

.pd-l-6 {
  padding-left: 6rem;
}

.pd-l-7 {
  padding-left: 7rem;
}

.pd-l-8 {
  padding-left: 8rem;
}

.pd-l-9 {
  padding-left: 9rem;
}

.pd-l-10 {
  padding-left: 10rem;
}

.pd-x-0 {
  padding: 0rem;
}

.pd-x-1 {
  padding: 1rem;
}

.pd-x-2 {
  padding: 2rem;
}

.pd-x-3 {
  padding: 3rem;
}

.pd-x-4 {
  padding: 4rem;
}

.pd-x-5 {
  padding: 5rem;
}

.pd-x-6 {
  padding: 6rem;
}

.pd-x-7 {
  padding: 7rem;
}

.pd-x-8 {
  padding: 8rem;
}

.pd-x-9 {
  padding: 9rem;
}

.pd-x-10 {
  padding: 10rem;
}

/* ========================================
              Sections
=========================================== */
.section-classic {
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.no-decoration {
  text-decoration: none;
}
.no-decoration a {
  text-decoration: none;
}

.askida-section-title {
  margin-top: -3rem;
}
@media only screen and (min-width: 992px) {
  .askida-section-title {
    padding-right: 3em;
  }
}
@media only screen and (min-width: 768px) {
  .askida-section-title {
    margin-top: -2rem;
    padding-bottom: 0 !important;
    margin-bottom: 1em !important;
  }
}
@media only screen and (max-width: 575px) {
  .askida-section-title {
    margin-top: -1rem;
  }
}
.askida-section-title h2 {
  font-size: 3vw;
  font-family: Avantt-SemiBold;
  line-height: 1.2;
  position: relative;
  z-index: 0;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .askida-section-title h2 {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 767px) {
  .askida-section-title h2 {
    font-size: 6vw;
    text-align: left;
    width: 70%;
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .askida-section-title h2 {
    font-size: 8vw;
    text-align: center;
    width: 80%;
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  .askida-section-title h2 {
    font-size: 9vw;
  }
}
.askida-section-title h2:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #87EBaf;
  border-radius: 45px 0;
  text-align: right;
  overflow: visible;
  position: absolute;
  left: -4%;
  top: 30%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .askida-section-title h2:before {
    width: 80%;
    height: 150%;
    border-radius: 45px 0;
    left: 0;
    top: -4rem;
  }
}
@media only screen and (max-width: 575px) {
  .askida-section-title h2:before {
    top: -3.7rem;
  }
}
.askida-section-title.title-green h2:before {
  content: "";
  background: #87EBaf;
}
.askida-section-title.title-blue h2:before {
  content: "";
  background: #94DDF0;
}

.font-main {
  font-family: Avantt-Regular;
}
.font-main-bold {
  font-family: Avantt-Bold;
}
.font-main-semibold {
  font-family: Avantt-SemiBold;
}
.font-second {
  font-family: SeasonSerif-Regular;
}
.font-second-medium {
  font-family: SeasonSerif-Medium;
}

.has-before {
  position: relative;
  z-index: 0;
}
.has-before:before, .has-before:after {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  top: -0.5em;
  right: -0.5em;
  background: #87EBaf;
}
.has-before:before {
  top: -0.5em;
  left: -0.5em;
  bottom: auto;
}
.has-before:after {
  bottom: -0.5em;
  right: -0.5em;
  top: auto;
}
.has-before:before {
  content: "";
  z-index: -2;
}

.has-after {
  position: relative;
  z-index: 0;
}
.has-after:before, .has-after:after {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  top: -0.5em;
  right: -0.5em;
  background: #87EBaf;
}
.has-after:before {
  top: -0.5em;
  left: -0.5em;
  bottom: auto;
}
.has-after:after {
  bottom: -0.5em;
  right: -0.5em;
  top: auto;
}
.has-after:after {
  content: "";
  z-index: -2;
}

.has-before-up {
  position: relative;
  z-index: 0;
}
.has-before-up:before, .has-before-up:after {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  top: -0.5em;
  right: -0.5em;
  background: #87EBaf;
}
.has-before-up:before {
  top: -0.5em;
  left: -0.5em;
  bottom: auto;
}
.has-before-up:after {
  bottom: -0.5em;
  right: -0.5em;
  top: auto;
}
.has-before-up:before {
  content: "";
  z-index: 2 !important;
}

.has-after-up {
  position: relative;
  z-index: 0;
  z-index: 1;
}
.has-after-up:before, .has-after-up:after {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  top: -0.5em;
  right: -0.5em;
  background: #87EBaf;
}
.has-after-up:before {
  top: -0.5em;
  left: -0.5em;
  bottom: auto;
}
.has-after-up:after {
  bottom: -0.5em;
  right: -0.5em;
  top: auto;
}
.has-after-up:after {
  content: "";
  z-index: 2 !important;
}

/* ========================================
                   colors
=========================================== */
/* ========================================
              Background before/after colors
=========================================== */
.before-black:before, .after-black:before {
  background-color: #000000;
}
.before-black:after, .after-black:after {
  background-color: #000000;
}
.before-white:before, .after-white:before {
  background-color: #ffffff;
}
.before-white:after, .after-white:after {
  background-color: #ffffff;
}
.before-red-soft:before, .after-red-soft:before {
  background-color: #F289A8;
}
.before-red-soft:after, .after-red-soft:after {
  background-color: #F289A8;
}
.before-red-light:before, .after-red-light:before {
  background-color: #F8C3D3;
}
.before-red-light:after, .after-red-light:after {
  background-color: #F8C3D3;
}
.before-blue-soft:before, .after-blue-soft:before {
  background-color: #8CA8E7;
}
.before-blue-soft:after, .after-blue-soft:after {
  background-color: #8CA8E7;
}
.before-blue-light:before, .after-blue-light:before {
  background-color: #C6D3F3;
}
.before-blue-light:after, .after-blue-light:after {
  background-color: #C6D3F3;
}
.before-green-soft:before, .after-green-soft:before {
  background-color: #87EBaf;
}
.before-green-soft:after, .after-green-soft:after {
  background-color: #87EBaf;
}
.before-green-light:before, .after-green-light:before {
  background-color: #C4F5D7;
}
.before-green-light:after, .after-green-light:after {
  background-color: #C4F5D7;
}
.before-yellow-soft:before, .after-yellow-soft:before {
  background-color: #E9E782;
}
.before-yellow-soft:after, .after-yellow-soft:after {
  background-color: #E9E782;
}
.before-yellow-light:before, .after-yellow-light:before {
  background-color: #F5F3C0;
}
.before-yellow-light:after, .after-yellow-light:after {
  background-color: #F5F3C0;
}
.before-cyan-soft:before, .after-cyan-soft:before {
  background-color: #94DDF0;
}
.before-cyan-soft:after, .after-cyan-soft:after {
  background-color: #94DDF0;
}
.before-cyan-light:before, .after-cyan-light:before {
  background-color: #C9EEF7;
}
.before-cyan-light:after, .after-cyan-light:after {
  background-color: #C9EEF7;
}

.before-black:before {
  background-color: #000000;
}
.before-white:before {
  background-color: #ffffff;
}
.before-red-soft:before {
  background-color: #F289A8;
}
.before-red-light:before {
  background-color: #F8C3D3;
}
.before-blue-soft:before {
  background-color: #8CA8E7;
}
.before-blue-light:before {
  background-color: #C6D3F3;
}
.before-green-soft:before {
  background-color: #87EBaf;
}
.before-green-light:before {
  background-color: #C4F5D7;
}
.before-yellow-soft:before {
  background-color: #E9E782;
}
.before-yellow-light:before {
  background-color: #F5F3C0;
}
.before-cyan-soft:before {
  background-color: #94DDF0;
}
.before-cyan-light:before {
  background-color: #C9EEF7;
}

.after-black:after {
  background-color: #000000;
}
.after-white:after {
  background-color: #ffffff;
}
.after-red-soft:after {
  background-color: #F289A8;
}
.after-red-light:after {
  background-color: #F8C3D3;
}
.after-blue-soft:after {
  background-color: #8CA8E7;
}
.after-blue-light:after {
  background-color: #C6D3F3;
}
.after-green-soft:after {
  background-color: #87EBaf;
}
.after-green-light:after {
  background-color: #C4F5D7;
}
.after-yellow-soft:after {
  background-color: #E9E782;
}
.after-yellow-light:after {
  background-color: #F5F3C0;
}
.after-cyan-soft:after {
  background-color: #94DDF0;
}
.after-cyan-light:after {
  background-color: #C9EEF7;
}

.wpb_text_column {
  z-index: 1;
}
.wpb_text_column:before, .wpb_text_column:after {
  z-index: -1 !important;
}

.decalage-top-5 {
  margin-top: -5rem;
  z-index: 2;
  position: relative;
  padding: 1em 3em;
}

.has-border-radius {
  border-bottom-right-radius: 45px;
  border-top-left-radius: 45px;
}

.hover-lift, .hover-lift-lg, .hover-lift-sm {
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.hover-lift:hover, .hover-lift-lg:hover, .hover-lift-sm:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.hover-lift-sm:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.hover-lift-lg:hover {
  transform: translateY(-12px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.15);
}

.hover-scale, .hover-scale-lg, .hover-scale-sm {
  transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.hover-scale:hover, .hover-scale-lg:hover, .hover-scale-sm:hover {
  transform: scale(1.05);
}
.hover-scale-sm:hover {
  transform: scale(1.02);
}
.hover-scale-lg:hover {
  transform: scale(1.1);
}

.hover-rotate, .hover-rotate-lg, .hover-rotate-sm {
  transform: rotate(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.hover-rotate:hover, .hover-rotate-lg:hover, .hover-rotate-sm:hover {
  transform: rotate(5deg);
}
.hover-rotate-sm:hover {
  transform: rotate(2deg);
}
.hover-rotate-lg:hover {
  transform: rotate(10deg);
}

.hover-glow, .hover-glow-colored {
  transition: box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.hover-glow:hover, .hover-glow-colored:hover {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
.hover-glow-colored:hover {
  box-shadow: 0 0 20px var(--glow-color, rgba(0, 123, 255, 0.5));
}

.hover-shine, .hover-card-shine {
  position: relative;
  overflow: hidden;
}
.hover-shine::before, .hover-card-shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-100%);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.hover-shine:hover::before, .hover-card-shine:hover::before {
  transform: translateX(100%);
}

.hover-border, .hover-border-full {
  position: relative;
}
.hover-border::after, .hover-border-full::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.hover-border:hover::after, .hover-border-full:hover::after {
  width: 100%;
}
.hover-border-full::after {
  height: 100%;
  background-color: var(--border-color, rgba(0, 0, 0, 0.1));
  z-index: -1;
}

.hover-overlay, .hover-card-overlay {
  position: relative;
  overflow: hidden;
}
.hover-overlay::before, .hover-card-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--overlay-color, rgba(0, 0, 0, 0.5));
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.hover-overlay:hover::before, .hover-card-overlay:hover::before {
  opacity: 1;
}
.hover-overlay-slide-up::before {
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.hover-overlay-slide-down::before {
  transform: translateY(-100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.hover-overlay-slide-left::before {
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.hover-overlay-slide-right::before {
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.hover-overlay-slide-up:hover::before, .hover-overlay-slide-down:hover::before, .hover-overlay-slide-left:hover::before, .hover-overlay-slide-right:hover::before {
  transform: translateY(0) translateX(0);
  opacity: 1;
}

.hover-text-float {
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.hover-text-float:hover {
  transform: translateY(-5px);
}
.hover-text-shadow:hover {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.hover-text-gradient {
  background: linear-gradient(to right, var(--gradient-start, #000), var(--gradient-end, #000));
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.hover-text-gradient:hover {
  background-position: 0 0;
}

.hover-card, .hover-card-overlay, .hover-card-shine {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.hover-card:hover, .hover-card-overlay:hover, .hover-card-shine:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.hover-active {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.hover-active:hover {
  transform: scale(0.95);
  opacity: 0.9;
}
.hover-active:active {
  transform: scale(0.9);
  opacity: 0.8;
}

/*--------------------------------------------------------------
# Import components.
--------------------------------------------------------------*/
/* components
--------------------------------------------- */
.site-header {
  top: 0;
  z-index: 9;
  transition: all 0.2s ease-in-out;
  height: 8rem;
  display: flex !important;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.site-header .site-branding {
  width: 65%;
  margin: 0 auto;
  line-height: 0;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .site-header .site-branding {
    width: 50%;
  }
}
.site-header .site-branding img {
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.site-header.shrunk {
  height: 4.5rem;
  padding: 1em;
}
.site-header.shrunk .site-branding img {
  width: 80%;
}

#menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.64);
  transition: opacity 0.2s ease-in-out;
}
#menu-overlay.active {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.menu-bg-animate {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 50px;
  height: 65px;
  background-color: #FCFFF5;
  border-bottom-right-radius: 45px;
  transition: height 0.2s ease-out, width 0.2s ease-out 0.2s;
}
@media only screen and (max-width: 767px) {
  .menu-bg-animate {
    width: 30px;
    height: 50px;
  }
}

#menu-marques {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
#menu-marques ul {
  margin: 0;
  padding: 2rem;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding-top: 1rem;
}
#menu-marques a {
  display: block;
  text-align: center;
  width: 15rem;
  opacity: 0;
  padding: 1rem 2rem;
  padding-top: 1.5rem;
  margin-left: -300px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0px 0px 25px 0px;
  transition: margin-left 0.3s ease, opacity 0.3s ease;
}
#menu-marques a:nth-child(1) {
  transition-delay: 0.45s;
  background-color: #FCFFF5;
}
#menu-marques a:nth-child(2) {
  transition-delay: 0.5s;
  background-color: #F8C3D3;
}
#menu-marques a:nth-child(3) {
  transition-delay: 0.55s;
  background-color: #C6D3F3;
}
#menu-marques a:nth-child(4) {
  transition-delay: 0.6s;
  background-color: #C4F5D7;
}
#menu-marques a:nth-child(5) {
  transition-delay: 0.65s;
  background-color: #C9EEF7;
}
#menu-marques a:nth-child(6) {
  transition-delay: 0.7s;
  background-color: #F5F3C0;
}
#menu-marques a:nth-child(7) {
  transition-delay: 0.75s;
}
#menu-marques a:nth-child(8) {
  transition-delay: 0.8s;
}
#menu-marques a:nth-child(9) {
  transition-delay: 0.85s;
}
#menu-marques a:nth-child(10) {
  transition-delay: 0.9s;
}
#menu-marques a img {
  max-width: 100%;
  height: auto;
  transition: all 0.1s cubic-bezier(1, 0.58, 0.23, 0.5);
}
#menu-marques .iconmenu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-left: -0.5em;
  counter-increment: iconmenu;
  transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
}
#menu-marques .iconmenu #menu-marques-toggle {
  display: inline-block;
  width: 30px;
  height: 35px;
  appearance: none;
  cursor: pointer;
  background: none;
  border: none;
  position: relative;
  transition: all 0.4s;
  box-sizing: border-box;
}
#menu-marques .iconmenu #menu-marques-toggle span {
  position: absolute;
  left: 0;
  width: 80%;
  height: 10px;
  display: inline-block;
  background-color: black;
  transition: all 0.4s cubic-bezier(0, 0.46, 1, 0.52);
  box-sizing: border-box;
}
#menu-marques .iconmenu #menu-marques-toggle span:nth-of-type(1) {
  top: 0;
}
#menu-marques .iconmenu #menu-marques-toggle span:nth-of-type(2) {
  top: 12px;
}
#menu-marques .iconmenu #menu-marques-toggle span:nth-of-type(3) {
  bottom: 0;
  border-bottom-right-radius: 45px;
}
@media only screen and (max-width: 767px) {
  #menu-marques .iconmenu #menu-marques-toggle span {
    width: 55%;
  }
}
#menu-marques .iconmenu #menu-marques-toggle.active span:nth-of-type(1), #menu-marques .iconmenu #menu-marques-toggle.active span:nth-of-type(3) {
  width: 20px;
}
#menu-marques .iconmenu #menu-marques-toggle.active span:nth-of-type(1) {
  transform: translate(-4px, 9px) rotate(-45deg);
  height: 6px;
}
#menu-marques .iconmenu #menu-marques-toggle.active span:nth-of-type(2) {
  height: 6px;
  top: 14px;
}
#menu-marques .iconmenu #menu-marques-toggle.active span:nth-of-type(3) {
  transform: translate(-4px, -9px) rotate(45deg);
  border-radius: 0;
  height: 6px;
}
@media only screen and (max-width: 767px) {
  #menu-marques .iconmenu {
    width: 20px;
    height: 45px;
  }
  #menu-marques .iconmenu #menu-marques-toggle {
    width: 24px;
    height: 24px;
    margin-left: 2.2em;
  }
  #menu-marques .iconmenu #menu-marques-toggle span {
    height: 6px;
  }
  #menu-marques .iconmenu #menu-marques-toggle span:nth-of-type(2) {
    top: 9px;
  }
  #menu-marques .iconmenu #menu-marques-toggle span:nth-of-type(3) {
    bottom: 0;
  }
  #menu-marques .iconmenu #menu-marques-toggle.active span:nth-of-type(1), #menu-marques .iconmenu #menu-marques-toggle.active span:nth-of-type(3) {
    width: 12px;
  }
  #menu-marques .iconmenu #menu-marques-toggle.active span:nth-of-type(1) {
    transform: translate(-2px, 7px) rotate(-45deg);
    height: 4px;
  }
  #menu-marques .iconmenu #menu-marques-toggle.active span:nth-of-type(2) {
    height: 4px;
    top: 10px;
  }
  #menu-marques .iconmenu #menu-marques-toggle.active span:nth-of-type(3) {
    transform: translate(-2px, -7px) rotate(45deg);
    height: 4px;
  }
}

.nav-open .menu-bg-animate {
  height: 100vh;
  width: 240px;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .nav-open .menu-bg-animate {
    width: 57vw;
  }
}
.nav-open #menu-marques {
  z-index: 9;
}
.nav-open #menu-marques .iconmenu {
  margin-left: 6em;
}
.nav-open #menu-marques ul {
  z-index: 9;
}
.nav-open #menu-marques ul a {
  margin-left: 0;
  opacity: 1;
  background-size: cover;
  position: relative;
}
.nav-open #menu-marques ul a:nth-child(1) {
  transition-delay: 0.45s;
}
.nav-open #menu-marques ul a:nth-child(2) {
  transition-delay: 0.5s;
}
.nav-open #menu-marques ul a:nth-child(3) {
  transition-delay: 0.55s;
}
.nav-open #menu-marques ul a:nth-child(4) {
  transition-delay: 0.6s;
}
.nav-open #menu-marques ul a:nth-child(5) {
  transition-delay: 0.65s;
}
.nav-open #menu-marques ul a:nth-child(6) {
  transition-delay: 0.7s;
}
.nav-open #menu-marques ul a:nth-child(7) {
  transition-delay: 0.75s;
}
.nav-open #menu-marques ul a:nth-child(8) {
  transition-delay: 0.8s;
}
.nav-open #menu-marques ul a:nth-child(9) {
  transition-delay: 0.85s;
}
.nav-open #menu-marques ul a:nth-child(10) {
  transition-delay: 0.9s;
}
.nav-open #menu-marques ul a:hover {
  padding-right: 3em;
  width: 16em;
  transition: all 0.1s cubic-bezier(1, 0.58, 0.23, 0.5);
}
.nav-open #menu-marques ul a:hover img {
  margin-left: 1em;
}

.nav-close #menu-marques ul a {
  margin-left: -300px;
}
.nav-close #menu-marques ul a:nth-child(1) {
  transition-delay: 0.45s;
}
.nav-close #menu-marques ul a:nth-child(2) {
  transition-delay: 0.4s;
}
.nav-close #menu-marques ul a:nth-child(3) {
  transition-delay: 0.35s;
}
.nav-close #menu-marques ul a:nth-child(4) {
  transition-delay: 0.3s;
}
.nav-close #menu-marques ul a:nth-child(5) {
  transition-delay: 0.25s;
}
.nav-close #menu-marques ul a:nth-child(6) {
  transition-delay: 0.2s;
}
.nav-close #menu-marques ul a:nth-child(7) {
  transition-delay: 0.15s;
}
.nav-close #menu-marques ul a:nth-child(8) {
  transition-delay: 0.1s;
}
.nav-close #menu-marques ul a:nth-child(9) {
  transition-delay: 0.05s;
}
.nav-close #menu-marques ul a:nth-child(10) {
  transition-delay: 0s;
}
.nav-close #menu-marques ul .iconmenu {
  margin-left: 6em;
}
.nav-close .menu-bg-animate {
  width: 50px;
  height: 65px;
  border-bottom-right-radius: 45px;
  transition: width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s, border-radius 0.2s ease-out 0.6s;
}

@font-face {
  font-family: "icon-askida-icons";
  src: url("../assets/fonts/font-icons/askida-icons.eot?wzju89");
  src: url("../assets/fonts/font-icons/askida-icons.eot?wzju89#iefix") format("embedded-opentype"), url("../assets/fonts/font-icons/askida-icons.ttf?wzju89") format("truetype"), url("../assets/fonts/font-icons/askida-icons.woff?wzju89") format("woff"), url("../assets/fonts/font-icons/askida-icons.svg?wzju89#askida-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon-askida-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-guillemet-top:before {
  content: "\e902";
  color: #3156a3;
}

.icon-guillemets-down:before {
  content: "\e903";
  color: #3156a3;
}

.icon-chevron-thin-down:before {
  content: "\e908";
}

.icon-chevron-small-down:before {
  content: "\e909";
}

.icon-chevron-down:before {
  content: "\e90a";
}

.icon-chevron-thin-right:before {
  content: "\e90b";
}

.icon-chevron-small-right1:before {
  content: "\e90c";
}

.icon-chevron-right1:before {
  content: "\e90d";
}

.icon-chevron-thin-left:before {
  content: "\e90e";
}

.icon-chevron-small-left:before {
  content: "\e90f";
}

.icon-chevron-left1:before {
  content: "\e910";
}

.icon-chevron-small-right:before {
  content: "\e911";
}

.icon-chevron-right2:before {
  content: "\e912";
}

.icon-chevron-thin-up:before {
  content: "\e913";
}

.icon-chevron-small-up:before {
  content: "\e914";
}

.icon-chevron-up:before {
  content: "\e915";
}

.icon-folder-open1:before {
  content: "\e916";
}

.icon-search:before {
  content: "\e917";
}

.icon-calendar:before {
  content: "\e918";
}

.icon-Youtube-1:before {
  content: "\e919";
}

.icon-Instagram:before {
  content: "\e91a";
}

.icon-Twitter---X:before {
  content: "\e91b";
}

.icon-Facebook-1:before {
  content: "\e91c";
}

.icon-Linkedin:before {
  content: "\e91d";
}

.icon-Menu-Burger:before {
  content: "\e91f";
}

.icon-uniE922:before {
  content: "\e922";
}

.icon-uniE923:before {
  content: "\e923";
}

.icon-uniE924:before {
  content: "\e924";
}

.icon-star-5:before {
  content: "\e92b";
}

.icon-star-15:before {
  content: "\e92c";
}

.icon-star-10:before {
  content: "\e92d";
}

.icon-star-25:before {
  content: "\e92e";
}

.icon-star-20:before {
  content: "\e92f";
}

.icon-star-35:before {
  content: "\e930";
}

.icon-star-30:before {
  content: "\e931";
}

.icon-star-45:before {
  content: "\e932";
}

.icon-star-40:before {
  content: "\e933";
}

.icon-folder-open:before {
  content: "\e935";
}

.icon-star-50:before {
  content: "\e936";
}

.icon-printer:before {
  content: "\e954";
}

.icon-download3:before {
  content: "\e9c7";
}

.icon-star-empty:before {
  content: "\e9d7";
}

.icon-star-half:before {
  content: "\e9d8";
}

.icon-star-full:before {
  content: "\e9d9";
}

.icon-info:before {
  content: "\ea0c";
}

.icon-cross1:before {
  content: "\ea10";
}

.icon-arrow-right:before {
  content: "\ea34";
}

.icon-arrow-left:before {
  content: "\ea38";
}

.icon-arrow-right21:before {
  content: "\ea3d";
}

.icon-arrow-left2:before {
  content: "\ea40";
}

.icon-facebook1:before {
  content: "\ea91";
}

.icon-facebook2:before {
  content: "\ea93";
}

.icon-instagram1:before {
  content: "\ea94";
}

.icon-whatsapp:before {
  content: "\ea97";
}

.icon-telegram1:before {
  content: "\ea98";
}

.icon-twitter1:before {
  content: "\ea99";
}

.icon-youtube1:before {
  content: "\ea9e";
}

.icon-tumblr:before {
  content: "\eab9";
}

.icon-tumblr2:before {
  content: "\eaba";
}

.icon-linkedin1:before {
  content: "\eac9";
}

.icon-linkedin21:before {
  content: "\eacb";
}

.icon-pinterest:before {
  content: "\ead1";
}

.icon-pinterest2:before {
  content: "\ead2";
}

.icon-Etoiles-Vide:before {
  content: "\e927";
}

.icon-Etoiles-Pleine .path1:before {
  content: "\e928";
  color: rgb(255, 205, 11);
}

.icon-Etoiles-Pleine .path2:before {
  content: "\e929";
  margin-left: -1.046875em;
  color: rgb(255, 220, 84);
}

.icon-Etoiles-Pleine .path3:before {
  content: "\e92a";
  margin-left: -1.046875em;
  color: rgb(252, 190, 25);
}

.icon-scroll-horizontal:before {
  content: "\e925";
}

.icon-linkedin:before {
  content: "\e904";
}

.icon-sphere:before {
  content: "\e9c9";
}

.icon-cross:before {
  content: "\ea0f";
}

.icon-facebook:before {
  content: "\ea93";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-telegram:before {
  content: "\ea95";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-vimeo:before {
  content: "\eaa0";
}

.icon-linkedin2:before {
  content: "\eaca";
}

.icon-play1:before {
  content: "\e906";
}

.icon-play:before {
  content: "\e905";
}

.icon-menu:before {
  content: "\e9bd";
}

.icon-plus:before {
  content: "\ea0a";
}

.icon-play2:before {
  content: "\ea15";
}

.icon-pause:before {
  content: "\ea16";
}

.icon-stop:before {
  content: "\ea17";
}

.icon-play3:before {
  content: "\ea1c";
}

.icon-pause2:before {
  content: "\ea1d";
}

.icon-arrow-right2:before {
  content: "\ea3c";
}

.icon-play4:before {
  content: "\e907";
}

.icon-chevron-left:before {
  content: "\e900";
}

.icon-chevron-right:before {
  content: "\e901";
}

.icon-youtube:before {
  content: "\e934";
  font-size: 24px;
}

.icon-facebook:hover {
  color: #1877F2;
}

.icon-linkedin:hover {
  color: #0077B5;
}

.icon-instagram {
  border-radius: 100%;
}
.icon-instagram:hover {
  color: #ffffff;
  background: #833ab4;
  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
}

.icon-youtube:hover {
  color: #FF0000;
}

.site-footer {
  padding: 3em 0;
}
.site-footer .site-info {
  justify-content: space-between;
  font-family: SeasonSerif-Regular;
  font-weight: 100;
  font-size: 15px;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .site-footer .site-info {
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: center;
  }
}
.site-footer figure {
  margin: 0;
}
.site-footer .slogan,
.site-footer p,
.site-footer span,
.site-footer a,
.site-footer ul a {
  color: #000000;
  text-decoration: none;
  margin: 0;
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .slogan {
  font-size: 18px;
  font-family: Avantt-Regular;
  margin-top: 0;
  color: #000000;
}
.site-footer .divider {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .site-footer .divider hr {
    margin-bottom: 0.5em;
  }
}
.site-footer .footer-socials {
  display: flex;
  flex-direction: row;
  gap: 1.5em;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
}
.site-footer .footer-socials a {
  text-decoration: none;
  background: none;
  color: #000000;
  text-transform: capitalize;
  font-weight: bold;
  display: flex;
  text-align: center;
  -webkit-transition: background 0.5s;
  /* For Safari 3.0 to 6.0 */
  transition: background 0.5s;
  align-items: center;
  justify-content: center;
  font-size: 23px;
}
.site-footer .footer-socials a span {
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-socials {
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em;
  }
  .site-footer .footer-socials a span {
    font-size: 1.1em;
  }
}
.site-footer .footer-bas {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2em;
  margin-top: 2em;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-bas {
    gap: 1em;
    margin-top: 1em;
  }
}
.site-footer .footer-bas ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2em;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
.site-footer .footer-bas p {
  margin: 0;
}
.site-footer .footer-bas p,
.site-footer .footer-bas a {
  font-size: 14px;
}
.site-footer-askida .slogan,
.site-footer-askida p,
.site-footer-askida span,
.site-footer-askida a,
.site-footer-askida ul a, .site-footer-atelier-askida .slogan,
.site-footer-atelier-askida p,
.site-footer-atelier-askida span,
.site-footer-atelier-askida a,
.site-footer-atelier-askida ul a {
  color: #ffffff;
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .site-footer-askida .divider hr, .site-footer-atelier-askida .divider hr {
    background: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer .logo-footer {
    width: 50%;
  }
  .site-footer .askida-logo-img {
    width: 60%;
  }
  .site-footer p br {
    content: " ";
    display: none;
  }
}
.site-footer.custom-footer .site-info .slogan,
.site-footer.custom-footer .site-info p,
.site-footer.custom-footer .site-info span,
.site-footer.custom-footer .site-info a,
.site-footer.custom-footer .site-info ul a {
  color: #000000;
}
.site-footer.custom-footer .askida-logo-img {
  filter: invert(1);
}
.site-footer .language-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1em;
  margin-top: 1em;
  flex-wrap: wrap;
}
.site-footer .language-wrapper .language-switcher {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1em;
  margin-top: 1em;
  flex-wrap: wrap;
}
.site-footer .language-wrapper .language-switcher li {
  list-style: none;
}
.site-footer .language-wrapper .language-switcher li a {
  text-decoration: none;
  text-transform: uppercase;
}
.site-footer .language-wrapper .language-switcher li a:hover {
  text-decoration: underline;
}

.pagination {
  padding-top: 1em;
}
.pagination .nav-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.8em;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination .nav-links .page-numbers {
  text-decoration: none;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .nav-links .page-numbers.current {
  text-decoration: none;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.pagination .nav-links .page-numbers.next i:before, .pagination .nav-links .page-numbers.prev i:before {
  font-weight: 500;
}

/*--------------------------------------------------------------
# Import Widgets.
--------------------------------------------------------------*/
.mailchimp-ajax-form {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.mailchimp-ajax-form input,
.mailchimp-ajax-form label,
.mailchimp-ajax-form textarea {
  color: #000000;
  border-radius: 0;
  width: 100%;
  border: none;
  max-width: 100%;
}
.mailchimp-ajax-form label {
  color: #ffffff;
}
.mailchimp-ajax-form .input_submit {
  background-color: #ffffff;
  color: #000000;
  padding: 0.7em 3em;
  border-bottom-right-radius: 10px;
}
.mailchimp-ajax-form .form-group {
  display: flex;
  gap: 2em;
}
@media only screen and (max-width: 1199px) {
  .mailchimp-ajax-form .form-group {
    flex-direction: column;
  }
}
.mailchimp-ajax-form .form-field {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 0.5em;
}
.mailchimp-ajax-form .btn-send {
  width: 50%;
  justify-content: center;
  margin: 0 auto;
}
.mailchimp-ajax-form .btn-send .form-field {
  border-radius: 10px;
  width: 100%;
}
.mailchimp-ajax-form .btn-send .form-field input {
  transition: all 0.2s ease-in-out;
}
.mailchimp-ajax-form .btn-send .form-field input:hover {
  border-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.mailchimp-ajax-form .recaptcha {
  justify-content: center;
}
.mailchimp-ajax-form .checks .form-field {
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.mailchimp-ajax-form .checks .form-field input,
.mailchimp-ajax-form .checks .form-field label {
  width: fit-content;
}
.mailchimp-ajax-form .checks .form-field input {
  margin-right: 5px;
}
.mailchimp-ajax-form .has-child {
  display: flex;
  flex-direction: column;
  gap: 2em;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .mailchimp-ajax-form .has-child {
    width: 100%;
  }
}
.mailchimp-ajax-form #agree_policy_conditions {
  justify-content: center;
}
.mailchimp-ajax-form #agree_policy_conditions p,
.mailchimp-ajax-form #agree_policy_conditions a {
  color: #000000;
  font-family: Avantt-Regular;
}

.message_wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  position: absolute;
  z-index: 5;
  background: rgba(0, 0, 0, 0.8392156863);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
}
.message_wrap .output_message_wrap {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.message_wrap .output_message_wrap .output_message {
  font-size: 25px;
  color: #ffffff;
}
.message_wrap #back_to_form {
  display: block;
  cursor: pointer;
  font-size: 35px;
}
.message_wrap #back_to_form i:before {
  content: "\ea0f";
  color: #E61352;
}
.message_wrap #agree_policy_conditions p {
  text-align: center;
  margin-top: 1em;
}
.message_wrap #agree_policy_conditions p a {
  text-decoration: underline;
}
.message_wrap .mettre-en-copy label {
  display: ruby;
  padding-left: 0.3em;
}

.widget_video {
  margin-bottom: 2rem;
}
.widget_video .customvideo {
  position: relative;
  margin-bottom: 0;
}
.widget_video .customvideo .video-container {
  margin: 0 auto;
}
.widget_video .customvideo .video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.widget_video .customvideo .video-wrapper video,
.widget_video .customvideo .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.widget_video .vc_video-aspect-ratio-169 .video-wrapper {
  padding-bottom: 56.25%;
}
.widget_video .vc_video-aspect-ratio-43 .video-wrapper {
  padding-bottom: 75%;
}
.widget_video .vc_video-aspect-ratio-235 .video-wrapper {
  padding-bottom: 42.55%;
}
.widget_video .vc_video-aspect-ratio-916 .video-wrapper {
  padding-bottom: 177.78%;
}
.widget_video .vc_video-aspect-ratio-34 .video-wrapper {
  padding-bottom: 133.33%;
}
.widget_video .vc_video-aspect-ratio-50 .video-wrapper {
  padding-bottom: 235%;
}
.widget_video .vc_video-el-width-100 .video-container {
  width: 100%;
}
.widget_video .vc_video-el-width-90 .video-container {
  width: 90%;
}
.widget_video .vc_video-el-width-80 .video-container {
  width: 80%;
}
.widget_video .vc_video-el-width-70 .video-container {
  width: 70%;
}
.widget_video .vc_video-el-width-60 .video-container {
  width: 60%;
}
.widget_video .vc_video-el-width-50 .video-container {
  width: 50%;
}
.widget_video .vc_video-el-width-40 .video-container {
  width: 40%;
}
.widget_video .vc_video-el-width-30 .video-container {
  width: 30%;
}
.widget_video .vc_video-el-width-20 .video-container {
  width: 20%;
}
.widget_video .vc_video-el-width-10 .video-container {
  width: 10%;
}
.widget_video .vc_video-align-left .video-container {
  margin-left: 0;
  margin-right: auto;
}
.widget_video .vc_video-align-center .video-container {
  margin-left: auto;
  margin-right: auto;
}
.widget_video .vc_video-align-right .video-container {
  margin-left: auto;
  margin-right: 0;
}
.widget_video .video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.widget_video .video-player::-webkit-media-controls-panel {
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  .widget_video .vc_video-el-width-100 .video-container, .widget_video .vc_video-el-width-90 .video-container, .widget_video .vc_video-el-width-80 .video-container, .widget_video .vc_video-el-width-70 .video-container, .widget_video .vc_video-el-width-60 .video-container, .widget_video .vc_video-el-width-50 .video-container, .widget_video .vc_video-el-width-40 .video-container, .widget_video .vc_video-el-width-30 .video-container, .widget_video .vc_video-el-width-20 .video-container, .widget_video .vc_video-el-width-10 .video-container {
    width: 100%;
  }
}

.video-container {
  overflow: visible;
  position: relative;
}
.video-container:before, .video-container:after {
  z-index: 1;
}

.video-wrapper.loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  z-index: 2;
}
.video-wrapper.loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* ========================================
                  colors
=========================================== */
.merola-section-title {
  position: relative;
}
.merola-section-title .title {
  font-family: Avantt-Bold;
  line-height: 1.2;
  position: relative;
  z-index: 0;
  margin: 10px 0;
  width: 100%;
  margin-bottom: 6%;
  pointer-events: none;
}
.merola-section-title .title.title-transparent {
  left: 0;
}
.merola-section-title .title.title-transparent:before {
  content: none;
  margin: 0;
}
.merola-section-title .title:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #87EBaf;
  border-radius: 45px 0;
  overflow: visible;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 80%;
  top: 17%;
}
.merola-section-title .title-left {
  text-align: left;
}
.merola-section-title .title-left:before {
  right: auto;
  left: 4%;
}
.merola-section-title .title-right {
  text-align: right;
}
.merola-section-title .title-right:before {
  left: auto;
  right: 6%;
}
.merola-section-title .title-center {
  text-align: center;
}
.merola-section-title .title-center:before {
  left: 0;
  right: 0;
}
.merola-section-title .title-green-soft:before {
  background: #87EBaf;
}
.merola-section-title .title-green-light:before {
  background: #C4F5D7;
}
.merola-section-title .title-green-bright:before {
  background: #0FD75F;
}
.merola-section-title .title-blue-soft:before {
  background: #8CA8E7;
}
.merola-section-title .title-blue-light:before {
  background: #C6D3F3;
}
.merola-section-title .title-blue-bright:before {
  background: #1B52CF;
}
.merola-section-title .title-red-soft:before {
  background: #F289A8;
}
.merola-section-title .title-red-light:before {
  background: #F8C3D3;
}
.merola-section-title .title-red-bright:before {
  background: #E61352;
}
.merola-section-title .title-yellow-soft:before {
  background: #E9E782;
}
.merola-section-title .title-yellow-light:before {
  background: #F5F3C0;
}
.merola-section-title .title-yellow-bright:before {
  background: #D3D005;
}
.merola-section-title .title-cyan-light:before {
  background: #C9EEF7;
}
.merola-section-title .title-cyan-soft:before {
  background: #94DDF0;
}
.merola-section-title .title-cyan-bright:before {
  background: #27BCE1;
}
.merola-section-title .title-transparent:before {
  background: transparent;
}
.merola-section-title h2 {
  font-size: clamp(1.5rem, 2.5vw, 8rem);
}
.merola-section-title h3 {
  font-size: clamp(1.5rem, 2.5vw, 3rem);
}
.merola-section-title h4 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}
.merola-section-title h5 {
  font-size: clamp(1.5rem, 2.5vw, 1.5rem);
}
.merola-section-title h6 {
  font-size: clamp(1.5rem, 2.5vw, 1rem);
}
@media only screen and (max-width: 991px) {
  .merola-section-title h2 {
    font-size: clamp(2.5rem, 3.5vw, 5rem);
  }
  .merola-section-title h3 {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
  }
  .merola-section-title h4 {
    font-size: clamp(1.5rem, 2.5vw, 1.5rem);
  }
  .merola-section-title h5 {
    font-size: clamp(1.5rem, 2.5vw, 1.25rem);
  }
  .merola-section-title h6 {
    font-size: 1.25rem;
  }
}

@media only screen and (min-width: 992px) {
  .title-to-up {
    transform: translateY(-60%);
    z-index: 1;
  }
}

@media only screen and (min-width: 992px) {
  .title-to-down {
    transform: translateY(60%);
    z-index: 1;
  }
}

.has-before-up .title.title-center {
  margin-left: -0.4em;
  z-index: 2;
}

.has-cube {
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  z-index: -1;
  margin-top: -0.3em;
}

.site-header {
  justify-content: normal;
  height: 6rem;
  flex-direction: row;
}
@media only screen and (max-width: 991px) {
  .site-header {
    height: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .site-header {
    margin-bottom: 3em;
  }
}
.site-header .site-branding {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.site-header .site-branding h2, .site-header .site-branding h3 {
  margin: 0.3em;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .site-header .site-branding h2, .site-header .site-branding h3 {
    font-size: 1em;
  }
}
.site-header .header-navigation {
  left: 0;
  right: 0;
  background: #ffffff;
  transition: all 0.2s ease-in-out;
  position: fixed;
  top: 6rem;
  padding: 1em;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .site-header .header-navigation {
    top: 3rem;
    padding-top: 2em;
    background-color: rgba(0, 0, 0, 0.6117647059);
  }
}
.site-header .header-navigation #header-nav {
  padding: 0;
  margin: 0;
  gap: 2em;
  list-style: none;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .site-header .header-navigation #header-nav {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0.5em;
    position: absolute;
    background: #ffffff;
    width: 100%;
    left: 0;
    right: 0;
    padding-top: 2em !important;
  }
}
@media only screen and (min-width: 992px) {
  .site-header .header-navigation #header-nav {
    display: flex;
  }
  .site-header .header-navigation #header-nav > li {
    width: 16%;
  }
  .site-header .header-navigation #header-nav > li a {
    padding-bottom: 8px;
  }
}
.site-header .header-navigation #header-nav li {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
  position: relative;
}
.site-header .header-navigation #header-nav li a {
  color: #000000;
  font-family: Avantt-Regular;
  text-decoration: none;
  font-size: 1.3rem;
  padding-top: 0.5em;
  z-index: 1;
  transition: all 0.2s ease;
}
.site-header .header-navigation #header-nav li a:hover {
  color: #8CA8E7;
}
@media only screen and (max-width: 991px) {
  .site-header .header-navigation #header-nav li a {
    font-size: 1rem;
    color: #707070;
    padding-top: 1em;
  }
}
.site-header .header-navigation #header-nav li.current-menu-parent > a {
  border-bottom: 1px solid #8CA8E7;
  color: #8CA8E7;
}
.site-header .header-navigation #header-nav li.current-menu-item > a {
  color: #8CA8E7;
}
.site-header .header-navigation #header-nav li ul {
  visibility: hidden;
  position: absolute;
  display: flex;
  flex-direction: column;
  list-style: none;
  border: 1px solid #8CA8E7;
  border-top: none;
  border-bottom-right-radius: 45px;
  background-color: #ffffff;
  padding: 2em;
  padding-top: 4em;
  margin: 0;
  align-items: flex-start;
  z-index: -1;
  box-shadow: 0px 2px 10px 0px rgba(140, 168, 231, 0.1882352941);
  opacity: 0;
  transform: translateY(-15px);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}
@media only screen and (min-width: 992px) {
  .site-header .header-navigation #header-nav li ul {
    width: 130%;
  }
}
.site-header .header-navigation #header-nav li ul li {
  width: 100%;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.2s ease;
}
.site-header .header-navigation #header-nav li ul li a {
  font-size: 1.1rem;
  padding: 0.5em 0;
  width: 100%;
  display: block;
  transition: all 0.2s ease;
}
.site-header .header-navigation #header-nav li ul li a:hover {
  color: #8CA8E7;
  transform: translateX(5px);
}
.site-header .header-navigation #header-nav li.menu-item-has-children:hover > a {
  border-bottom: 1px solid #8CA8E7;
  color: #8CA8E7;
}
.site-header .header-navigation #header-nav li.menu-item-has-children:hover ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.site-header .header-navigation #header-nav li.menu-item-has-children:hover ul li {
  opacity: 1;
  transform: translateX(0);
}
.site-header .header-navigation #header-nav li.menu-item-has-children:hover ul li:nth-child(1) {
  transition-delay: 0.05s;
}
.site-header .header-navigation #header-nav li.menu-item-has-children:hover ul li:nth-child(2) {
  transition-delay: 0.1s;
}
.site-header .header-navigation #header-nav li.menu-item-has-children:hover ul li:nth-child(3) {
  transition-delay: 0.15s;
}
.site-header .header-navigation #header-nav li.menu-item-has-children:hover ul li:nth-child(4) {
  transition-delay: 0.2s;
}
.site-header .header-navigation #header-nav li.menu-item-has-children:hover ul li:nth-child(5) {
  transition-delay: 0.25s;
}
.site-header .header-navigation #header-nav li.menu-item-has-children:hover ul li:nth-child(6) {
  transition-delay: 0.3s;
}
.site-header .header-navigation #header-nav li.menu-item-has-children:hover ul li:nth-child(7) {
  transition-delay: 0.35s;
}
.site-header .header-navigation #header-nav li.menu-item-has-children:hover ul li:nth-child(8) {
  transition-delay: 0.4s;
}
.site-header .header-navigation #header-nav li.menu-item-has-children:hover ul li:nth-child(9) {
  transition-delay: 0.45s;
}
.site-header .header-navigation #header-nav li.menu-item-has-children:hover ul li:nth-child(10) {
  transition-delay: 0.5s;
}
.site-header .header-navigation .header-nav-toggle-wrap {
  display: none;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .site-header .header-navigation .header-nav-toggle-wrap {
    display: flex;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 0;
    justify-content: center;
  }
  .site-header .header-navigation .header-nav-toggle-wrap .header-nav-toggle {
    background: transparent;
    border: none;
    padding: 0.3em 0.6em;
    border-top: none;
    border-radius: 0;
    border-bottom-right-radius: 15px;
    background-color: #C6D3F3;
    font-family: SeasonSerif-Regular;
    font-size: 1rem;
    color: #ffffff;
    margin-top: -1px;
  }
}
@media only screen and (max-width: 991px) {
  .site-header .header-navigation {
    height: 0;
    padding: 0;
  }
  .site-header .header-navigation #header-nav {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out;
    background-color: transparent;
  }
  .site-header .header-navigation #header-nav.nav-collapsed {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out;
  }
  .site-header .header-navigation #header-nav.nav-expanded {
    opacity: 1;
    visibility: visible;
    transition: max-height 0.6s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.3s ease-in;
    max-height: fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 1em 4em;
    border: 1px solid #8CA8E7;
    border-top: none;
    border-bottom-right-radius: 45px;
    background-color: #ffffff;
  }
  .site-header .header-navigation .header-nav-toggle {
    position: relative;
    font-size: 1.5rem;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
  }
  .site-header .header-navigation .header-nav-toggle i {
    visibility: hidden;
    font-size: 0;
  }
  .site-header .header-navigation .header-nav-toggle.open {
    z-index: 1;
    border: none;
  }
  .site-header .header-navigation.right-nav-open {
    height: 100%;
    z-index: -1;
  }
  .site-header .header-navigation.right-nav-open i {
    visibility: visible;
    font-size: 11px;
  }
}
.site-header.shrunk {
  height: 4rem;
}
.site-header.shrunk .header-navigation {
  top: 4rem;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.0509803922);
}
@media only screen and (min-width: 992px) {
  .site-header.shrunk .header-navigation {
    padding-top: 8px;
  }
}
.site-header.shrunk .header-navigation #header-nav li a {
  font-size: 1.1rem;
  padding-top: 0;
}
.site-header.shrunk .header-navigation #header-nav li .sub-menu {
  top: 2.3rem;
  padding-top: 2em;
}
.site-header.shrunk .header-navigation #header-nav li .sub-menu a {
  font-size: 1.1rem;
}
.site-header.shrunk .site-branding h2, .site-header.shrunk .site-branding h3 {
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .site-header.shrunk {
    height: 3rem;
  }
  .site-header.shrunk .header-navigation {
    top: 3rem;
  }
  .site-header.shrunk .header-navigation #header-nav li a {
    font-size: 1rem;
    padding-top: 0.5em;
  }
  .site-header.shrunk .site-branding h2, .site-header.shrunk .site-branding h3 {
    font-size: 14px;
  }
}

.site-header {
  height: 8rem;
}
@media only screen and (max-width: 991px) {
  .site-header {
    height: 5rem;
  }
}
.site-header .site-branding {
  flex-direction: column;
}
.site-header .site-branding a {
  text-align: center;
}
.site-header .header-navigation {
  top: 8rem;
}
.site-header .header-navigation #header-nav li a:hover {
  color: #F289A8;
}
.site-header .header-navigation #header-nav li.current-menu-item > a, .site-header .header-navigation #header-nav li.current-menu-parent > a {
  border-bottom: 1px solid #F289A8;
  color: #F289A8;
}
@media only screen and (max-width: 991px) {
  .site-header .header-navigation {
    top: 5rem;
  }
  .site-header .header-navigation .header-nav-toggle-wrap .header-nav-toggle {
    background-color: #F289A8;
  }
  .site-header .header-navigation .header-nav-toggle-wrap .header-nav-toggle {
    background-color: #F289A8;
  }
}
.site-header.shrunk {
  height: 5rem;
}
.site-header.shrunk .header-navigation {
  top: 5rem;
}
@media only screen and (max-width: 991px) {
  .site-header.shrunk {
    height: 4rem;
  }
  .site-header.shrunk .header-navigation {
    top: 4rem;
  }
}

.section-intro p {
  font-size: 1em;
  font-size: 1em;
  margin-bottom: 0;
  margin-top: 0.6em;
}
.section-intro.has-before-up:before {
  z-index: -1 !important;
  background-color: #C4F5D7 !important;
}

.title {
  margin-top: 1em;
}

.widget-jobs .widget-title,
.widget-expertises .widget-title,
.widget-talents .widget-title, .widget-clients .widget-title {
  margin: 2em 0;
  position: relative;
}
.widget-jobs .widget-title:before,
.widget-expertises .widget-title:before,
.widget-talents .widget-title:before, .widget-clients .widget-title:before {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  top: 0;
  left: -0.4em;
  background-color: #C4F5D7;
}
.widget-jobs .widget-title #widget_id_metier,
.widget-jobs .widget-title #widget_id_expertises,
.widget-jobs .widget-title #widget_id_talent,
.widget-expertises .widget-title #widget_id_metier,
.widget-expertises .widget-title #widget_id_expertises,
.widget-expertises .widget-title #widget_id_talent,
.widget-talents .widget-title #widget_id_metier,
.widget-talents .widget-title #widget_id_expertises,
.widget-talents .widget-title #widget_id_talent, .widget-clients .widget-title #widget_id_metier,
.widget-clients .widget-title #widget_id_expertises,
.widget-clients .widget-title #widget_id_talent {
  margin: 0 !important;
  width: fit-content;
}

.widget-talents .widget-title, .widget-clients .widget-title {
  align-items: center;
  display: block;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 2em;
}

h1 {
  font-size: clamp(2.5rem, 2.5rem + (7 - 2.5) * (100vw - 320px) / (1200 - 320), 7rem);
}

h2 {
  font-size: clamp(2rem, 2rem + (6.4 - 2) * (100vw - 320px) / (1200 - 320), 6.4rem);
}

h3 {
  font-size: clamp(1.8rem, 1.8rem + (5 - 1.8) * (100vw - 320px) / (1200 - 320), 5rem);
}

h4 {
  font-size: clamp(1.6rem, 1.6rem + (4 - 1.6) * (100vw - 320px) / (1200 - 320), 4rem);
}

h5 {
  font-size: clamp(1.3rem, 1.3rem + (3.5 - 1.3) * (100vw - 320px) / (1200 - 320), 3.5rem);
}

h6 {
  font-size: clamp(1.2rem, 1.2rem + (2.5 - 1.2) * (100vw - 320px) / (1200 - 320), 2.5rem);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.3;
  }
}

/* ========================================
                  colors
=========================================== */
.sticky {
  display: block;
  position: sticky;
}

.updated:not(.published) {
  display: none;
}

.btn-classic {
  font-family: SeasonSerif-Regular;
  color: #000000;
  text-decoration: none;
  position: relative;
  width: fit-content;
}
.btn-classic a,
.btn-classic p,
.btn-classic strong,
.btn-classic .wpb_wrapper,
.btn-classic .wpb_text_column {
  position: relative;
  width: fit-content;
}
.btn-classic:visited {
  color: #000000;
}

.btn-white {
  font-family: SeasonSerif-Regular;
  color: #ffffff !important;
  text-decoration: none;
  position: relative;
  width: fit-content;
}
.btn-white a,
.btn-white p,
.btn-white strong,
.btn-white .wpb_wrapper,
.btn-white .wpb_text_column {
  position: relative;
  width: fit-content;
}
.btn-white:before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  left: -0.6rem;
  top: -0.3rem;
  background-color: #87EBaf;
  z-index: -1;
  transition: all 1s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%), transform 2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.btn-white:hover {
  color: #ffffff;
}
.btn-white:hover:before {
  left: auto;
  top: auto;
  right: -0.6rem;
  bottom: -0.3rem;
}

.figure {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  width: 100%;
  height: auto;
  line-height: 0;
}
.figure img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.creative-section-title {
  position: relative;
}
.creative-section-title h1, .creative-section-title h2, .creative-section-title h3 {
  font-family: Avantt-Bold;
  line-height: 1.2;
  position: relative;
  z-index: 0;
  text-align: left;
  text-indent: 1em;
}
.creative-section-title h1:before, .creative-section-title h2:before, .creative-section-title h3:before {
  content: "";
  width: 80%;
  height: 100%;
  background: #87EBaf;
  border-radius: 45px 0;
  overflow: visible;
  position: absolute;
  top: 30%;
  z-index: -1;
}
.creative-section-title.title-left h1, .creative-section-title.title-left h2, .creative-section-title.title-left h3 {
  text-align: left;
  text-indent: 1em;
}
.creative-section-title.title-left h1:before, .creative-section-title.title-left h2:before, .creative-section-title.title-left h3:before {
  right: auto;
  left: 8%;
}
.creative-section-title.title-right h1, .creative-section-title.title-right h2, .creative-section-title.title-right h3 {
  text-align: right;
  text-indent: -1em;
}
.creative-section-title.title-right h1:before, .creative-section-title.title-right h2:before, .creative-section-title.title-right h3:before {
  left: auto;
  right: 8%;
}
.creative-section-title.title-green h1:before, .creative-section-title.title-green h2:before, .creative-section-title.title-green h3:before {
  background: #87EBaf;
}
.creative-section-title.title-blue h1:before, .creative-section-title.title-blue h2:before, .creative-section-title.title-blue h3:before {
  background: #F289A8;
}

.section-title h1, .section-title h2, .section-title h3, .creative-section-title h1, .creative-section-title h2, .creative-section-title h3 {
  font-family: Avantt-Bold;
  line-height: 1.2;
  font-size: clamp(3.5rem, 3.5rem + (6 - 3.5) * (100vw - 320px) / (1200 - 320), 6rem);
}
@media only screen and (min-width: 1200px) {
  .section-title h1, .section-title h2, .section-title h3, .creative-section-title h1, .creative-section-title h2, .creative-section-title h3 {
    margin-top: 0;
  }
}

.color-green {
  color: #0FD75F;
}

.category-title {
  padding-right: 2em;
  width: fit-content;
  float: right;
}
@media only screen and (max-width: 991px) {
  .category-title {
    width: 100%;
    float: none;
  }
}
.category-title h1 {
  font-family: Avantt-Bold;
  line-height: 1.5;
  position: relative;
  z-index: 0;
  text-align: left;
  text-indent: -0.5em;
  left: 1em;
  font-size: clamp(3.5rem, 3.5rem + (7 - 3.5) * (100vw - 320px) / (1200 - 320), 7rem);
  margin: 10px 0;
  width: 100%;
}
.category-title h1:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #C4F5D7;
  border-radius: 45px 0;
  overflow: visible;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  padding-bottom: 2em;
}
.category-title.cat-parent {
  width: fit-content;
}
.category-title.cat-parent h1:before {
  background: #C4F5D7;
}

.has-before {
  position: relative;
  z-index: 0;
}
.has-before:before, .has-before:after {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  top: -0.5em;
  right: -0.5em;
  background: #87EBaf;
}
.has-before:before {
  top: -0.5em;
  left: -0.5em;
  bottom: auto;
}
.has-before:after {
  bottom: -0.5em;
  right: -0.5em;
  top: auto;
}
.has-before:before {
  content: "";
  z-index: -2;
}

.has-after {
  position: relative;
  z-index: 0;
}
.has-after:before, .has-after:after {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  top: -0.5em;
  right: -0.5em;
  background: #87EBaf;
}
.has-after:before {
  top: -0.5em;
  left: -0.5em;
  bottom: auto;
}
.has-after:after {
  bottom: -0.5em;
  right: -0.5em;
  top: auto;
}
.has-after:after {
  content: "";
  z-index: -2;
}

.has-before-up {
  position: relative;
  z-index: 0;
}
.has-before-up:before, .has-before-up:after {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  top: -0.5em;
  right: -0.5em;
  background: #87EBaf;
}
.has-before-up:before {
  top: -0.5em;
  left: -0.5em;
  bottom: auto;
}
.has-before-up:after {
  bottom: -0.5em;
  right: -0.5em;
  top: auto;
}
.has-before-up:before {
  content: "";
  z-index: 2 !important;
}

.has-after-up {
  position: relative;
  z-index: 0;
  z-index: 1;
}
.has-after-up:before, .has-after-up:after {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  top: -0.5em;
  right: -0.5em;
  background: #87EBaf;
}
.has-after-up:before {
  top: -0.5em;
  left: -0.5em;
  bottom: auto;
}
.has-after-up:after {
  bottom: -0.5em;
  right: -0.5em;
  top: auto;
}
.has-after-up:after {
  content: "";
  z-index: 2 !important;
}

.video-player, .wpb_video_widget {
  position: relative;
  z-index: 0;
}
.video-player:before, .video-player:after, .wpb_video_widget:before, .wpb_video_widget:after {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  top: -0.5em;
  right: -0.5em;
  background: #87EBaf;
}
.video-player:before, .wpb_video_widget:before {
  top: -0.5em;
  left: -0.5em;
  bottom: auto;
}
.video-player:after, .wpb_video_widget:after {
  bottom: -0.5em;
  right: -0.5em;
  top: auto;
}
.video-player:before, .wpb_video_widget:before {
  z-index: 2;
  content: "";
}
.video-player:after, .wpb_video_widget:after {
  z-index: 2;
  content: "";
}

.title-section-big {
  font-size: clamp(2.5rem, 4vw, 10rem);
  line-height: 1.3;
  font-family: Avantt-Bold;
  color: #000000;
}

.merola-section-title {
  position: relative;
}
.merola-section-title .title {
  font-family: Avantt-Bold;
  line-height: 1.2;
  position: relative;
  z-index: 0;
  text-indent: -0.5em;
  font-size: clamp(1.5rem, 2.5vw, 8rem);
  margin: 10px 0;
  width: 100%;
  margin-bottom: 1em;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .merola-section-title .title {
    font-size: clamp(2.5rem, 3vw, 5rem);
  }
}
.merola-section-title .title.title-transparent {
  text-indent: 0;
  left: 0;
}
.merola-section-title .title.title-transparent:before {
  content: none;
  margin: 0;
}
.merola-section-title .title:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #87EBaf;
  border-radius: 45px 0;
  overflow: visible;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 80%;
  top: 0.6em;
}
.merola-section-title .title-left {
  text-align: left;
  text-indent: 1em;
}
.merola-section-title .title-left:before {
  right: auto;
  left: 8%;
}
.merola-section-title .title-right {
  text-align: right;
  text-indent: -1em;
}
.merola-section-title .title-right:before {
  left: auto;
  right: 4%;
}
.merola-section-title .title-center {
  text-align: center;
  text-indent: 0;
}
.merola-section-title .title-center:before {
  left: 0;
  right: 0;
}
.merola-section-title .title-green:before {
  background: #87EBaf;
}
.merola-section-title .title-green-bright:before {
  background: #0FD75F;
}
.merola-section-title .title-green-light:before {
  background: #C4F5D7;
}
.merola-section-title .title-green-soft:before {
  background: #87EBaf;
}
.merola-section-title .title-gray-light:before {
  background: #D9D9D7;
}
.merola-section-title .title-gray-dark:before {
  background: #67675B;
}
.merola-section-title .title-blue:before {
  background: #F289A8;
}
.merola-section-title .title-black:before {
  background: #000000;
}
.merola-section-title .title-white:before {
  background: #ffffff;
}
.merola-section-title .title-red:before {
  background: #F289A8;
}
.merola-section-title .title-yellow:before {
  background: #E9E782;
}
.merola-section-title .title-transparent:before {
  background: transparent;
}

.sticky {
  position: sticky;
}

/* Widgets
--------------------------------------------- */
.section-jobs {
  overflow: visible !important;
  position: relative;
}
.section-jobs .widget-jobs {
  padding-bottom: 4em;
}
.section-jobs .widget-jobs .job-wraps {
  display: flex;
  flex-direction: row;
  position: relative;
}
.section-jobs .widget-jobs .job-wraps .left {
  position: relative;
  display: flex;
  padding-top: 1em;
  flex-direction: column;
}
.section-jobs .widget-jobs .job-wraps .left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-jobs .widget-jobs .job-wraps .right {
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  align-items: flex-end;
}
.section-jobs .widget-jobs .job-wraps .right .video {
  display: block;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .section-jobs .widget-jobs .job-wraps .right .video {
    display: block;
    position: relative;
    margin-top: -11rem;
  }
}
.section-jobs .widget-jobs .job-wraps .right .video video[poster] {
  height: 100%;
  width: 100%;
}
.section-jobs .widget-jobs .job-wraps .right .video .video-holder {
  right: 0;
  overflow: visible !important;
}
.section-jobs .widget-jobs .job-wraps .right .video .video-holder .figure video {
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.section-jobs .widget-jobs .job-wraps .right .video .video-holder .video-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-content: center;
  font-size: smaller;
  flex-direction: column;
  transition: right 0.2s ease-in-out !important;
  -webkit-transition: right 0.2s ease-in-out;
  line-height: 1.5em;
}
.section-jobs .widget-jobs .job-wraps .right .video .video-holder .video-caption .cadre {
  background: rgba(11, 12, 28, 0.7215686275);
  color: #ffffff;
  padding: 1.5em;
  margin: 1em;
}
.section-jobs .widget-jobs .job-wraps .right .video .video-holder .video-caption .cadre h4 {
  padding: 0;
  margin: 0;
  text-align: left;
  font-style: normal;
}
.section-jobs .widget-jobs .job-wraps .right .video .video-holder .video-caption .cadre p:empty {
  display: none;
}
.section-jobs .widget-jobs .job-wraps .right .video .video-holder .video-caption .cadre p {
  margin-bottom: 10px;
}
.section-jobs .widget-jobs .job-wraps .right .video .video-holder .video-url {
  right: 3em;
}
.section-jobs .widget-jobs .job-wraps .right .video .video-holder .isplay .video-caption {
  right: -500px;
}
.section-jobs .widget-jobs .job-wraps .right .row-title {
  position: relative;
  padding-top: 2em;
}
.section-jobs .widget-jobs .job-wraps .right .row-title .widget-title {
  position: relative;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  display: flex;
}
.section-jobs .widget-jobs .job-wraps .right .row-title .widget-title h2 {
  margin-top: -0.5em;
}
@media only screen and (min-width: 992px) {
  .section-jobs .widget-jobs .job-wraps {
    display: block;
  }
  .section-jobs .widget-jobs .job-wraps .left {
    position: relative;
    flex-basis: auto;
    padding-left: auto;
    padding-top: 1em;
    flex-direction: column;
  }
  .section-jobs .widget-jobs .job-wraps .left .row-title {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .section-jobs .widget-jobs .job-wraps .left .one {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .section-jobs .widget-jobs .job-wraps .left .acardion {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: relative;
    gap: 2em;
  }
  .section-jobs .widget-jobs .job-wraps .left .acardion .acardion__item {
    transition: all 0.6s;
    position: relative;
  }
  .section-jobs .widget-jobs .job-wraps .left .acardion .acardion__item .acardion__label {
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    margin: 0;
    position: relative;
    line-height: 1.3;
    font-family: Avantt-Regular;
  }
  .section-jobs .widget-jobs .job-wraps .left .acardion .acardion__item .acardion__content {
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 3px;
    line-height: 1.5em;
    font-family: Avantt-Regular;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
  }
  .section-jobs .widget-jobs .job-wraps .right {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-content: flex-end;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .section-jobs .widget-jobs::before {
    right: 0;
    left: auto !important;
  }
  .section-jobs .widget-jobs .job-wraps {
    flex-direction: column;
  }
  .section-jobs .widget-jobs .job-wraps .left {
    padding-left: 0;
    padding-top: 1em;
    order: 2;
    flex-basis: 100%;
    align-items: flex-end;
  }
  .section-jobs .widget-jobs .job-wraps .left .one {
    width: 85%;
  }
  .section-jobs .widget-jobs .job-wraps .left .acardion {
    max-width: 800px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .section-jobs .widget-jobs .job-wraps .left .acardion .acardion__item {
    position: relative;
    margin: 0 10px;
    background-color: #730A29;
    /* 
      Replaced the old keyframe usage with a 
      transition-based approach on max-height & opacity
    */
  }
  .section-jobs .widget-jobs .job-wraps .left .acardion .acardion__item .acardion__label {
    position: relative;
    padding: 10px;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    padding: 0 35px;
    margin: 10px 0;
  }
  .section-jobs .widget-jobs .job-wraps .left .acardion .acardion__item .acardion__label:focus-visible {
    outline: none;
  }
  .section-jobs .widget-jobs .job-wraps .left .acardion .acardion__item .acardion__label::before {
    width: 40px;
    height: 40px;
    background-color: #730A29;
    position: absolute;
    content: "+";
    top: 0;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    font-family: SeasonSerif-Regular;
  }
  .section-jobs .widget-jobs .job-wraps .left .acardion .acardion__item:nth-child(odd) .acardion__label {
    padding-right: 10px;
  }
  .section-jobs .widget-jobs .job-wraps .left .acardion .acardion__item:nth-child(odd) .acardion__label::before {
    left: 0;
    transform: translate(-25%, -55%);
  }
  .section-jobs .widget-jobs .job-wraps .left .acardion .acardion__item:nth-child(even) .acardion__label {
    padding-left: 10px;
  }
  .section-jobs .widget-jobs .job-wraps .left .acardion .acardion__item:nth-child(even) .acardion__label::before {
    right: 0;
    transform: translate(25%, -55%);
  }
  .section-jobs .widget-jobs .job-wraps .left .acardion .acardion__item .acardion__content {
    position: relative;
    overflow: hidden;
    max-height: 0;
    /* Start collapsed */
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 0 1em 0 1em;
  }
  .section-jobs .widget-jobs .job-wraps .left .acardion .acardion__item--active {
    background-color: #730A29;
    /* Expand to a large enough max-height to show all content */
  }
  .section-jobs .widget-jobs .job-wraps .left .acardion .acardion__item--active .acardion__label::before {
    content: "-";
  }
  .section-jobs .widget-jobs .job-wraps .left .acardion .acardion__item--active .acardion__content {
    max-height: 600px;
    /* Or larger if needed */
    opacity: 1;
    display: flex;
    flex-direction: column;
  }
  .section-jobs .widget-jobs .job-wraps .right {
    flex-basis: 100%;
    order: 1;
    flex-direction: row;
    align-items: flex-start;
  }
  .section-jobs .widget-jobs .job-wraps .right .row-title .widget-title h2 {
    font-family: Avantt-Bold;
  }
}

/* Example general styling for tab content, if needed */
.tab-content {
  font-size: 17px;
}

#widget_id_metier {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.widget-title .title {
  color: #000000;
  font-family: Avantt-Bold;
}

.custom_text, .tab {
  font-family: SeasonSerif-Regular;
}

.btn-job {
  color: #000000;
  font-family: SeasonSerif-Regular;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.btn-job:before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  z-index: -1;
  top: -0.2em;
  left: -0.3em;
  background-color: #C4F5D7;
}
.btn-job:hover:before {
  bottom: 0.1em;
  right: -0.3em;
  left: auto;
  top: auto;
}
.btn-job:visited {
  color: #000000;
}

.mailchimp-ajax-form label {
  color: #000000;
}
.mailchimp-ajax-form .form-field input,
.mailchimp-ajax-form .form-field textarea {
  border: 1px solid #000000;
}
.mailchimp-ajax-form .form-group {
  margin-bottom: 10px;
}

#widget_id_metier,
#widget_id_expertises,
#widget_id_talent {
  position: relative;
}
#widget_id_metier::before,
#widget_id_expertises::before,
#widget_id_talent::before {
  content: "";
  position: absolute;
  width: 0.65em;
  height: 0.65em;
  z-index: -1;
  top: 0em;
  left: -0.2em;
  background-color: #C4F5D7;
}

.section-contact::after {
  content: none;
}

.icon-big-flesh-right:before {
  content: "\e901";
}

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