body {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
}

* {
  outline: none !important;
}

img {
  max-width: 100%;
}

a {
  color:var(--noir);
}

a:hover, a:focus {
  text-decoration: none;
  /* color: unset; */
}

p.lead {
  font-weight: inherit;
}

.container {
  z-index: 1;
}
ul
{
  text-align: left;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

.admin-restricted-content-notice {
    display: none !important;
}

/*  Fonts  */
/*         */

@font-face {
  font-family: 'AntiqueOliveStd-Italic';
  src: url('../fonts/AntiqueOliveStd-Italic.woff2') format('woff2');
}

@font-face {
  font-family: 'AntiqueOliveStd-Light';
  src: url('../fonts/AntiqueOliveStd-Light.woff2') format('woff2');
}

@font-face {
  font-family: 'AntiqueOliveStd-Roman';
  src: url('../fonts/AntiqueOliveStd-Roman.woff2') format('woff2');
}


h1,.h1,
h2,.h2 {
    font-family: 'AntiqueOliveStd-Light';
}
.h1-bold,
.h2-bold,
.h3-bold {
    font-family: 'AntiqueOliveStd-Roman';
}

h3,.h3,
h4,.h4 {
    font-family: 'AntiqueOliveStd-Light';
}
span,.span
{
  font-family: 'AntiqueOliveStd-Light';
  letter-spacing: 0.47px;
}
p{
  font-family: 'AntiqueOliveStd-Roman';
  letter-spacing: 0.47px;
}

h1, .h1 {
  font-size: 31px;
}

h2, .h2 {
  font-size: 20px;
}

h3, .h3 {
  font-size: 22px;
}

h4, .h4 {
  font-size: 18px;
}
h6, .h6 {
  font-size: 14px;
  color: var(--white);
}
p, .p {
  font-size: 13px;
}
@media (min-width: 1024px) {
h1, .h1 {
  font-size: 43px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 22px;
}

h4, .h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

h5, .h5 {
  font-size: 1.333rem;
}

p, .p {
  font-size: 14px;
}


p.lead, .p.lead {
  font-size: 1.333rem;
}

h6, .h6 {
  font-size: 14px;
}

}

/***GLOBAL ****/

:root {
  --blue: linear-gradient(0deg, #189AC3 0%, #189AC3 100%);
  --noir: #181818;
  --blue-gradient: linear-gradient(90deg, #2EBDEA 0%, #71E6CF 100%);
  --blue-gradient-inverse: linear-gradient(90deg, #2EBDEA 100%, #2EBDEA 100%);
  --white : #ffffff;
  --clear-blue:#2EBDEA;
  --grey: #F5F5F5;

}

.blue-color
{
  color: var(--clear-blue);
}
.black-color
{
  color: var(--noir);
}
.blue-background
{
  background: var(--blue-gradient);
}
.grey-background{
  background: var(--grey);
}

.d-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}


/*****/

.card {
  border-color: #f2f2f2;
  border-radius: 3px;
}

.card-img-top {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.card-block {
  padding: 2.5rem;
}

.card-header, .card-footer {
  font-family: "AntiqueOliveStd-Light", sans-serif !important;
  background-color: #fafafa;
  padding: 1.2rem 2.5rem;
}

.card-header {
  border-bottom-color: #f2f2f2;
}

.card-footer {
  border-top-color: #f2f2f2;
}

.card-header:first-child {
  border-radius: 3px 3px 0 0;
}

.card-footer:last-child {
  border-radius: 0 0 3px 3px;
}

.list-group-item {
  padding: 0.4rem 1.2rem;
  border-color: #f2f2f2;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-radius: 3px 3px 0 0;
}

.card-outline-black {
  border-color: black;
}

.card-outline-1 {
  border-color: var(--noir);
}

.card-outline-2 {
  border-color: #2b2b2b;
}

.card-outline-3 {
  border-color: #404040;
}

.card-outline-4 {
  border-color: #555555;
}

.card-outline-5 {
  border-color: #6a6a6a;
}

.card-outline-6 {
  border-color: #7F7F7F;
}

.card-outline-7 {
  border-color: #949494;
}

.card-outline-8 {
  border-color: #bebebe;
}

.card-outline-9 {
  border-color: #e1e1e1;
}

.card-outline-10 {
  border-color: #f2f2f2;
}

.card-outline-11 {
  border-color: #fafafa;
}

.card-outline-white {
  border-color: white;
}

.card-outline-primary {
  border: 2px solid var(--clear-blue);
}

.card-outline-info {
  border-color: #2eb7f5;
}

.card-outline-success {
  border-color: #4CD964;
}

.card-outline-warning {
  border-color: #FF9500;
}

.card-outline-danger {
  border-color: #FF3B30;
}

.card-outline-oxford {
  border-color: #002147;
}

.card-outline-facebook {
  border-color: #3b5998;
}

.card-outline-twitter {
  border-color: #1da1f2;
}

.card-outline-google-plus {
  border-color: #db4437;
}

.card-outline-github {
  border-color: #24292e;
}

.card-columns {
  -webkit-column-gap: 1rem;
  column-gap: 1rem;
}

@media (max-width: 61.99em) {
  .card-columns {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media (min-width: 62em) {
  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 75em) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

.badge {
  font-family: "AntiqueOliveStd-Light", sans-serif !important;
}

.badge:not(.badge-pill) {
  border-radius: 3px;
}

.btn[class*='btn-']:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pagination .page-item .page-link {
  color:var(--noir);
}

.pagination .page-item.active .page-link {
  background-color:var(--noir);
  border-color: transparent;
  color: white;
}

.pagination-warning .page-item .page-link {
  color: #FF9500;
}

.pagination-warning .page-item.active .page-link {
  background-color: #FF9500;
  border-color: transparent;
  color: white;
}

/*///////////////////////////////////
// Navigation
///////////////////////////////////*/
.znav-container:not([class*="sticky-"]) {
  top: 0;
  left: 0;
  right: 0;
  position: relative;
  z-index: 1030;
}

@media (max-width: 61.99em) {
  .znav-container {
    max-height: 100vh;
    overflow-y: auto;
  }
}

.znav-container hr {
  margin: 2px 0;
}

.znav-container .navbar {
  width: 100%;
  font-family: "AntiqueOliveStd-Roman", sans-serif !important;
  font-size: 11px;
  letter-spacing: 0.33px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.5;
}
div#znav-container .container {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  border-bottom: 1px solid #0000001c;
  height: 80PX !important;
}

.znav-container .navbar a.navbar-brand {
  font-size: 1.333rem;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
}

.znav-container .navbar .navbar-toggler {
  padding: 0;
}

.znav-container ul {
  list-style-type: none;
  list-style-image: none;
  padding-left: 0;
}

@media (min-width: 62em) {
  .znav-container ul {
    margin-left: -1.2rem;
  }
}

.znav-container ul li {
  padding: 0;
  position: relative;
}

.navbar-expand-lg .navbar-nav {
  align-items: center;
}
.header-cta a:not(.btn) {
  color: white !important;
  line-height: 0;
  padding: 0.5rem 0.5rem !important;
}
ul#menu-menu-principal li:nth-last-child(-n+1) a:hover {
text-decoration: none ;
}
ul.dropdown li:nth-last-child(-n+1) a {
  color: var(--noir) !important;
  line-height: inherit !important;
}
ul.dropdown li:nth-last-child(-n+1) a:hover {
text-decoration: underline !important;
}
.znav-container ul li a:not(.btn) {
  display: block;
  padding: 0.4rem 0.8rem;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.znav-container ul li a:not(.btn):active, 
.znav-container ul li a:not(.btn):hover, 
.znav-container ul li a:not(.btn):focus, 
.znav-container ul li a:not(.btn):active:focus {
  text-decoration: underline;
}

@media (max-width: 61.99em) {
  .znav-container ul li a:not(.btn) {
    margin-left: -1.2rem;
  }
}

.znav-container .dropdown, .znav-container .megamenu {
  border-radius: 3px;
}

@media (max-width: 61.99em) {
  .znav-container .dropdown, .znav-container .megamenu {
    display: none;
  }
}

@media (min-width: 62em) {
  .znav-container .dropdown, .znav-container .megamenu {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
    opacity: 0;
    display: none;
  }
}

.znav-container .megamenu ul li a {
  font-weight: 400;
  padding: 0.2rem 1.2rem;
}

.znav-container .has-dropdown > a {
  position: relative;
}

.znav-container .has-dropdown > a:after {
  content: '';
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  padding: 0;
  height: 6px;
  width: 6px;
  pointer-events: none;
  z-index: 2000;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: translate3d(-10px, 7px, 0) rotate(45deg);
  transform: translate3d(-10px, 7px, 0) rotate(45deg);
}

@media (min-width: 62em) {
  .znav-container .has-dropdown > a:after {
    -webkit-transform: translate3d(-2px, 5px, 0) rotate(45deg);
    transform: translate3d(-2px, 5px, 0) rotate(45deg);
  }
}

.znav-container .has-dropdown > a:after {
  top: 4px;
}

@media (max-width: 61.99em) {
  .znav-container .has-dropdown > a:after {
    right: 17px;
  }
}

@media (max-width: 61.99em) {
  .znav-container .has-dropdown .has-dropdown > a:after {
    right: -1px;
  }
}

.znav-container .has-dropdown .dropdown {
  left: 0;
  min-width: 160px;
  padding: 0.4rem 0;
}

.znav-container .has-megamenu > a {
  position: relative;
}

.znav-container .has-megamenu > a:after {
  content: '';
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  padding: 0;
  height: 6px;
  width: 6px;
  pointer-events: none;
  z-index: 2000;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: translate3d(-10px, 7px, 0) rotate(45deg);
  transform: translate3d(-10px, 7px, 0) rotate(45deg);
}

@media (min-width: 62em) {
  .znav-container .has-megamenu > a:after {
    -webkit-transform: translate3d(-5px, 5px, 0) rotate(45deg);
    transform: translate3d(-5px, 5px, 0) rotate(45deg);
  }
}

.znav-container .has-megamenu > a:after {
  top: 6px;
}

@media (max-width: 61.99em) {
  .znav-container .has-megamenu > a:after {
    right: 17px;
  }
}

@media (max-width: 61.99em) {
  .znav-container ul.navbar-nav {
    padding: 1.2rem 0;
  }
}

@media (max-width: 61.99em) {
  .znav-container ul.navbar-nav > li .btn {
    width: 100%;
    margin: 5px 0;
  }
}

@media (max-width: 61.99em) {
  .znav-container ul.navbar-nav > li.has-dropdown ul.dropdown {
    padding-left: 2.5rem;
    margin-right: 1.2rem;
  }
  .znav-container ul.navbar-nav > li.has-dropdown ul.dropdown .has-dropdown > a:after {
    top: 0;
  }
  .znav-container ul.navbar-nav .z-active > .megamenu, .znav-container ul.navbar-nav .z-active > .dropdown {
    display: block;
  }
  .znav-container ul.navbar-nav > li.has-megamenu .megamenu {
    padding-left: 2.5rem;
  }
  .znav-container ul.navbar-nav .mt-sm-down-1 {
    margin-top: 1.2rem !important;
  }
}

@media (min-width: 62em) {
  .znav-container ul.navbar-nav li.has-dropdown .has-dropdown > a:after {
    border-top: 2px solid currentColor;
    border-bottom: 0;
    top: 8px;
    right: 15px;
  }
  .znav-container ul.navbar-nav li.has-dropdown .has-dropdown:active > a:after, .znav-container ul.navbar-nav li.has-dropdown .has-dropdown:hover > a:after, .znav-container ul.navbar-nav li.has-dropdown .has-dropdown:focus > a:after, .znav-container ul.navbar-nav li.has-dropdown .has-dropdown:active:focus > a:after {
    -webkit-transform: translate3d(2px, 5px, 0) rotate(45deg);
    transform: translate3d(2px, 5px, 0) rotate(45deg);
  }
  .znav-container ul.navbar-nav li.has-dropdown ul.dropdown {
    display: block;
    position: absolute;
    margin-left: 0;
    padding: 1.2rem 0;
  }
  .znav-container ul.navbar-nav li.has-dropdown > ul.dropdown ul.dropdown {
    left: 100%;
    top: -20px;
  }
  .znav-container ul.navbar-nav li.has-dropdown > ul.dropdown ul.dropdown.dropdown-push-left {
    left: auto;
    right: 100%;
  }
  .znav-container ul.navbar-nav li.has-dropdown > ul.dropdown.dropdown-align-right {
    left: auto;
    right: 0;
  }
  .znav-container ul.navbar-nav li.has-dropdown:active > ul.dropdown, .znav-container ul.navbar-nav li.has-dropdown:hover > ul.dropdown, .znav-container ul.navbar-nav li.has-dropdown:focus > ul.dropdown, .znav-container ul.navbar-nav li.has-dropdown:active:focus > ul.dropdown {
    pointer-events: all;
    opacity: 1;
  }
  .znav-container ul.navbar-nav li.has-dropdown ul.dropdown.opened {
    opacity: 1;
    pointer-events: all;
  }
  .znav-container ul.navbar-nav > li.has-megamenu {
    position: static;
  }
  .znav-container ul.navbar-nav > li.has-megamenu .megamenu {
    display: block;
    border-radius: 3px;
    left: 0;
    position: absolute;
  }
  .znav-container ul.navbar-nav > li.has-megamenu .megamenu .gutter-0 {
    padding: 0;
  }
  .znav-container ul.navbar-nav > li.has-megamenu:active .megamenu, .znav-container ul.navbar-nav > li.has-megamenu:hover .megamenu, .znav-container ul.navbar-nav > li.has-megamenu:focus .megamenu, .znav-container ul.navbar-nav > li.has-megamenu:active:focus .megamenu {
    pointer-events: all;
    opacity: 1;
  }
}

.znav-container {
  background-color: var(--noir);
}

ul.navbar-nav {
    margin-left: 0 !important;
    flex-direction: row;
}

ul.navbar-nav li {
    margin: 0 3px;
}

.navbar-nav .btn {
    padding: 6px 9px 4px !important;
    font-size: 10px !important;
    white-space: nowrap;
}

@media (min-width: 1024px) {
    .navbar-nav .btn {
        padding: 8px 20px 6px !important;
        font-size: 12px !important;
    }
    .nav-action-mobile {
        display: none;
    }
}

.znav-container hr {
  border-top-color: rgba(250, 250, 250, 0.05);
}

.znav-container button {
  color: #fafafa;
}

.znav-container a:not(.btn) {
  color: rgba(250, 250, 250, 0.6);
}

.znav-container a:not(.btn):active, .znav-container a:not(.btn):hover, .znav-container a:not(.btn):focus, .znav-container a:not(.btn):active:focus {
  color: #fafafa;
}

.znav-container a.navbar-brand {
  color: #fafafa;
}

.znav-container [class*='has-']:after {
  color: #fafafa;
}

.znav-container .megamenu, .znav-container .dropdown {
  color: #fafafa;
  background-color: var(--noir);
}

@media (min-width: 62em) {
  .znav-container .megamenu, .znav-container .dropdown {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
  }
}

.znav-primary {
  background-color:var(--noir);
}

.znav-primary hr {
  border-top-color: rgba(250, 250, 250, 0.05);
}

.znav-primary button {
  color: #fafafa;
}

.znav-primary a:not(.btn) {
  color: rgba(250, 250, 250, 0.6);
}

.znav-primary a:not(.btn):active, .znav-primary a:not(.btn):hover, .znav-primary a:not(.btn):focus, .znav-primary a:not(.btn):active:focus {
  color: #fafafa;
}

.znav-primary a.navbar-brand {
  color: #fafafa;
}

.znav-primary [class*='has-']:after {
  color: #fafafa;
}

.znav-primary .megamenu, .znav-primary .dropdown {
  color: #fafafa;
  background-color:var(--noir);
}

@media (min-width: 62em) {
  .znav-primary .megamenu, .znav-primary .dropdown {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
  }
}

.znav-success {
  background-color: #4CD964;
}

.znav-success hr {
  border-top-color: rgba(250, 250, 250, 0.05);
}

.znav-success button {
  color: #fafafa;
}

.znav-success a:not(.btn) {
  color: rgba(250, 250, 250, 0.6);
}

.znav-success a:not(.btn):active, .znav-success a:not(.btn):hover, .znav-success a:not(.btn):focus, .znav-success a:not(.btn):active:focus {
  color: #fafafa;
}

.znav-success a.navbar-brand {
  color: #fafafa;
}

.znav-success [class*='has-']:after {
  color: #fafafa;
}

.znav-success .megamenu, .znav-success .dropdown {
  color: #fafafa;
  background-color: #4CD964;
}

@media (min-width: 62em) {
  .znav-success .megamenu, .znav-success .dropdown {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
  }
}

.znav-info {
  background-color: #2eb7f5;
}

.znav-info hr {
  border-top-color: rgba(250, 250, 250, 0.05);
}

.znav-info button {
  color: #fafafa;
}

.znav-info a:not(.btn) {
  color: rgba(250, 250, 250, 0.6);
}

.znav-info a:not(.btn):active, .znav-info a:not(.btn):hover, .znav-info a:not(.btn):focus, .znav-info a:not(.btn):active:focus {
  color: #fafafa;
}

.znav-info a.navbar-brand {
  color: #fafafa;
}

.znav-info [class*='has-']:after {
  color: #fafafa;
}

.znav-info .megamenu, .znav-info .dropdown {
  color: #fafafa;
  background-color: #2eb7f5;
}

@media (min-width: 62em) {
  .znav-info .megamenu, .znav-info .dropdown {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
  }
}

.znav-warning {
  background-color: #FF9500;
}

.znav-warning hr {
  border-top-color: rgba(12, 21, 26, 0.05);
}

.znav-warning button {
  color: var(--noir);
}

.znav-warning a:not(.btn) {
  color: rgba(12, 21, 26, 0.6);
}

.znav-warning a:not(.btn):active, .znav-warning a:not(.btn):hover, .znav-warning a:not(.btn):focus, .znav-warning a:not(.btn):active:focus {
  color: var(--noir);
}

.znav-warning a.navbar-brand {
  color: var(--noir);
}

.znav-warning [class*='has-']:after {
  color: var(--noir);
}

.znav-warning .megamenu, .znav-warning .dropdown {
  color: var(--noir);
  background-color: #FF9500;
}

@media (min-width: 62em) {
  .znav-warning .megamenu, .znav-warning .dropdown {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
  }
}

.znav-danger {
  background-color: #FF3B30;
}

.znav-danger hr {
  border-top-color: rgba(250, 250, 250, 0.05);
}

.znav-danger button {
  color: #fafafa;
}

.znav-danger a:not(.btn) {
  color: rgba(250, 250, 250, 0.6);
}

.znav-danger a:not(.btn):active, .znav-danger a:not(.btn):hover, .znav-danger a:not(.btn):focus, .znav-danger a:not(.btn):active:focus {
  color: #fafafa;
}

.znav-danger a.navbar-brand {
  color: #fafafa;
}

.znav-danger [class*='has-']:after {
  color: #fafafa;
}

.znav-danger .megamenu, .znav-danger .dropdown {
  color: #fafafa;
  background-color: #FF3B30;
}

@media (min-width: 62em) {
  .znav-danger .megamenu, .znav-danger .dropdown {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
  }
}

.znav-dark {
  background-color: var(--noir);
}

.znav-dark hr {
  border-top-color: rgba(250, 250, 250, 0.05);
}

.znav-dark button {
  color: #fafafa;
}

.znav-dark a:not(.btn) {
  color: rgba(250, 250, 250, 0.6);
}

.znav-dark a:not(.btn):active, .znav-dark a:not(.btn):hover, .znav-dark a:not(.btn):focus, .znav-dark a:not(.btn):active:focus {
  color: #fafafa;
}

.znav-dark a.navbar-brand {
  color: #fafafa;
}

.znav-dark [class*='has-']:after {
  color: #fafafa;
}

.znav-dark .megamenu, .znav-dark .dropdown {
  color: #fafafa;
  background-color: var(--noir);
}

@media (min-width: 62em) {
  .znav-dark .megamenu, .znav-dark .dropdown {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
  }
}

.znav-white {
  background-color: white;
}

.znav-white hr {
  border-top-color: rgba(12, 21, 26, 0.05);
}

.znav-white button {
  color: var(--noir);
}

.znav-white a:not(.btn) {
  color: rgba(12, 21, 26, 0.6);
}

.znav-white a:not(.btn):active, .znav-white a:not(.btn):hover, .znav-white a:not(.btn):focus, .znav-white a:not(.btn):active:focus {
  color: var(--noir);
}

.znav-white a.navbar-brand {
  color: var(--noir);
}

.znav-white [class*='has-']:after {
  color: var(--noir);
}

.znav-white .megamenu, .znav-white .dropdown {
  color: var(--noir);
  background-color: white;
}

@media (min-width: 62em) {
  .znav-white .megamenu, .znav-white .dropdown {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
  }
}

@media (min-width: 62em) {
  .znav-white .dropdown, .znav-white .megamenu {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  }
}

.znav-semi-transparent.znav-white {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.95)), to(white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.95) 0%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.95) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, white 100%);
}

.znav-semi-transparent.znav-dark {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 21, 26, 0.9)), to(var(--noir)));
  background: -webkit-linear-gradient(top, rgba(12, 21, 26, 0.9) 0%, var(--noir) 100%);
  background: -o-linear-gradient(top, rgba(12, 21, 26, 0.9) 0%, var(--noir) 100%);
  background: linear-gradient(to bottom, rgba(12, 21, 26, 0.9) 0%, var(--noir) 100%);
}

@media (max-width: 61.99em) {
  .znav-semi-transparent .dropdown, .znav-semi-transparent .megamenu {
    background-color: transparent;
  }
}

.znav-transparent {
  position: absolute !important;
}

.znav-transparent.znav-container {
  background-color: transparent;
}

.znav-transparent.znav-container .navbar-nav > li > a:not(.btn) {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-toggler {
  border: 0;
  height: 50px;
  overflow: hidden;
}

.hamburger .hamburger-box {
  width: 30px;
}

.hamburger .hamburger-box .hamburger-inner, .hamburger .hamburger-box .hamburger-inner::after, .hamburger .hamburger-box .hamburger-inner::before {
  width: 100%;
  height: 1px;
  border-radius: 3px;
  background-color: currentColor;
}

.hamburger.is-active .hamburger-inner {
  background-color: transparent;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 7px;
}

.znav-fixed {
  position: fixed !important;
}

.znav-revealed {
  position: fixed;
}

/*///////////////////////////////////
// Carousel
///////////////////////////////////*/
.owl-theme .owl-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.owl-theme .owl-dots .owl-dot {
  padding: 0.8rem 0;
}

.owl-theme .owl-dots .owl-dot span {
  border-radius: 3px;
  width: 50px;
  height: 2px;
  background-color: rgba(127, 127, 127, 0.35);
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color:var(--clear-blue) !important;
}

.owl-theme .owl-dots .owl-dot:active span, .owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot:focus span, .owl-theme .owl-dots .owl-dot:active:focus span {
  background-color: #404040;
}

.owl-theme .owl-nav {
  margin-top: 0;
  cursor: pointer;
}

.owl-theme .owl-nav [class*=owl-] {
  opacity: 1;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  font-size: 1.77689rem;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  line-height: 40px;
  text-align: center;
  color: var(--noir);
  margin: 0;
}

.owl-theme .owl-nav [class*=owl-]:active, .owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:focus, .owl-theme .owl-nav [class*=owl-]:active:focus {
  color: var(--noir);
  opacity: 1 !important;
}

.owl-theme .owl-nav .owl-prev {
  left: 1.8rem;
}

.owl-theme .owl-nav .owl-next {
  right: 1.8rem;
}

.owl-theme:active .owl-nav [class*=owl-], .owl-theme:hover .owl-nav [class*=owl-], .owl-theme:focus .owl-nav [class*=owl-], .owl-theme:active:focus .owl-nav [class*=owl-] {
  opacity: 0.5;
}

.owl-theme.nav-square .owl-nav {
  margin-top: 0;
}

.owl-theme.nav-square .owl-nav [class*=owl-] {
  border-radius: 0;
}

.owl-theme.owl-nav-outer .owl-nav .owl-prev {
  left: -4rem;
}

.owl-theme.owl-nav-outer .owl-nav .owl-next {
  right: -4rem;
}

.owl-theme.owl-dots-inner .owl-dots {
  bottom: 0px;
}

.owl-theme.owl-dot-round .owl-dots .owl-dot span {
  height: 10px;
  width: 10px;
  border-radius: 5px;
}

.owl-theme.owl-theme-info .owl-dots .owl-dot.active span {
  background-color: #2eb7f5;
}

.owl-theme.owl-theme-success .owl-dots .owl-dot.active span {
  background-color: #4CD964;
}

.owl-theme.owl-theme-warning .owl-dots .owl-dot.active span {
  background-color: #FF9500;
}

.owl-theme.owl-theme-danger .owl-dots .owl-dot.active span {
  background-color: #FF3B30;
}

.owl-theme.owl-theme-black .owl-dots .owl-dot.active span {
  background-color: black;
}

.owl-theme.owl-theme-white .owl-dots .owl-dot.active span {
  background-color: white;
}

.owl-theme.owl-eq-items .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.owl-theme.owl-eq-items .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
}
button.owl-prev, button.owl-next {
  border: 0;
  background-color: transparent;
}
.owl-carousel .prev-slide{
  background: url(../images/left-fleche.svg) no-repeat scroll 0 0;
  left: -33px;
}
.owl-carousel .next-slide{
  background: url(../images/right-fleche.svg) no-repeat scroll -24px 0px;
  right: -33px;
}
.owl-theme .owl-nav [class*=owl-]:hover
{
  background-color: transparent !important;
}
/*///////////////////////////////////
// Google-map
///////////////////////////////////*/
.googlemap {
  min-height: 300px;
}

.googlemap > .marker-content {
  opacity: 0;
}

/*///////////////////////////////////
// Hoverbox
///////////////////////////////////*/
.hoverbox {
  position: relative;
  overflow: hidden;
}

.hoverbox .hoverbox-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  margin: 0 !important;
}

.hoverbox .hoverbox-primary-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}

.hoverbox:active .hover-box-content-initial, .hoverbox:hover .hover-box-content-initial, .hoverbox:focus .hover-box-content-initial, .hoverbox:active:focus .hover-box-content-initial {
  opacity: 0;
}

.hoverbox:active .hoverbox-content, .hoverbox:hover .hoverbox-content, .hoverbox:focus .hoverbox-content, .hoverbox:active:focus .hoverbox-content {
  opacity: 1;
}

.hoverbox:active .as-hoverbox-content, .hoverbox:hover .as-hoverbox-content, .hoverbox:focus .as-hoverbox-content, .hoverbox:active:focus .as-hoverbox-content {
  z-index: 1;
}

/*///////////////////////////////////
// Lightbox
///////////////////////////////////*/
.lb-data .lb-number, .lb-data .lb-caption {
  font-family: "AntiqueOliveStd-Light", sans-serif !important;
}
.lb-data .lb-details {
  display: none !important;
}

/*///////////////////////////////////
// Remodal
///////////////////////////////////*/
.remodal-video {
  padding: 0;
  min-width: 75%;
}

.remodal-overlay {
  background-color: rgba(12, 21, 26, 0.9);
}

.remodal-close {
  right: 0 !important;
    left: unset !important;
    color: var(--clear-blue) !important;
    right: 0;
}

.remodal-close:active, .remodal-close:hover, .remodal-close:focus, .remodal-close:active:focus {
  color: white;
}

/*///////////////////////////////////
// Semantic-ui
///////////////////////////////////*/
.ui.dropdown.selected, .ui.dropdown .menu .selected.item {
  background-color: transparent;
  color:var(--noir);
}

.ui.selection.dropdown {
  font-family: "AntiqueOliveStd-Light", sans-serif !important;
  border-radius: 3px;
  padding: 0.8rem 2.5rem;
  font-weight: 600;
  font-size: 0.75019rem;
  letter-spacing: 0.01em;
  -webkit-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  line-height: 1.5;
  z-index: 3;
}

.ui.selection.dropdown[class*='background-'] {
  color: #fff;
}

.ui.selection.dropdown[class*='background-'].visible .text:not(.default) {
  color: #fff;
}

.ui.selection.dropdown.visible > .text:not(.default) {
  font-weight: inherit;
  color: var(--noir);
}

.ui.selection.dropdown.active {
  border-color: #7F7F7F;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui.selection.dropdown.active .menu {
  border-color: #7F7F7F;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui.selection.dropdown.active:active, .ui.selection.dropdown.active:hover, .ui.selection.dropdown.active:focus, .ui.selection.dropdown.active:active:focus {
  border-color: #555555;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui.selection.dropdown.active:active .menu, .ui.selection.dropdown.active:hover .menu, .ui.selection.dropdown.active:focus .menu, .ui.selection.dropdown.active:active:focus .menu {
  border-color: #555555;
}

.ui.selection.dropdown > .search.icon, .ui.selection.dropdown > .delete.icon, .ui.selection.dropdown > .dropdown.icon {
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ui.selection.dropdown > .search.icon:before, .ui.selection.dropdown > .delete.icon:before, .ui.selection.dropdown > .dropdown.icon:before {
  content: '\f107';
  font-family: 'FontAwesome';
}

.ui.selection.dropdown .menu {
  border-color: #555555;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0.8rem 0;
}

.ui.selection.dropdown .menu > .item {
  border-top: 1px solid #fff;
  padding: 0.8rem 2.5rem !important;
  font-weight: 600;
  font-size: 0.75019rem;
  letter-spacing: 0.01em;
  -webkit-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  line-height: 1.5;
}

.ui.selection.dropdown .menu > .item:active, .ui.selection.dropdown .menu > .item:hover, .ui.selection.dropdown .menu > .item:focus, .ui.selection.dropdown .menu > .item:active:focus {
  background: #f2f2f2;
  color: var(--noir);
}

.ui.selection.dropdown:active, .ui.selection.dropdown:hover, .ui.selection.dropdown:focus, .ui.selection.dropdown:active:focus {
  border-color: #555555;
}

.ui.selection.dropdown:active .menu, .ui.selection.dropdown:hover .menu, .ui.selection.dropdown:focus .menu, .ui.selection.dropdown:active:focus .menu {
  border-color: #555555;
}

.ui.selection.dropdown.upward.visible {
  border-color: #7F7F7F;
}

.ui.selection.dropdown.upward.visible:active, .ui.selection.dropdown.upward.visible:hover, .ui.selection.dropdown.upward.visible:focus, .ui.selection.dropdown.upward.visible:active:focus {
  border-color: #555555;
}

.ui.selection.dropdown.upward.visible:active .menu, .ui.selection.dropdown.upward.visible:hover .menu, .ui.selection.dropdown.upward.visible:focus .menu, .ui.selection.dropdown.upward.visible:active:focus .menu {
  border-color: #555555;
}

.ui.selection.dropdown.upward.visible .menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px 3px 0 0;
}

.ui.selection.dropdown.upward.visible:active, .ui.selection.dropdown.upward.visible:hover, .ui.selection.dropdown.upward.visible:focus, .ui.selection.dropdown.upward.visible:active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui.selection.dropdown.upward.visible:active .menu, .ui.selection.dropdown.upward.visible:hover .menu, .ui.selection.dropdown.upward.visible:focus .menu, .ui.selection.dropdown.upward.visible:active:focus .menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui.styled.accordion, .ui.styled.accordion .accordion {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e1e1e1;
}

.ui.styled.accordion .title, .ui.styled.accordion .accordion .title {
  color: var(--noir);
  border-top: 1px solid #e1e1e1;
  font-family: "AntiqueOliveStd-Roman", sans-serif !important;
  border-radius: 3px;
  padding: 0.8rem;
  font-weight: 600;
  font-size: 0.75019rem;
  letter-spacing: 0.01em;
  -webkit-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  line-height: 1.5;
}

.ui.styled.accordion .title .dropdown.icon, .ui.styled.accordion .accordion .title .dropdown.icon {
  margin-right: 0.75em;
}

.ui.styled.accordion .title.active, .ui.styled.accordion .accordion .title.active {
  color: var(--noir);
}

.ui.styled.accordion .content, .ui.styled.accordion .accordion .content {
  padding: 0.8rem 2.5rem;
  color: #2b2b2b;
}

/*///////////////////////////////////
// Typed-text
///////////////////////////////////*/
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.8s infinite;
  animation: blink 0.8s infinite;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

span.typed-cursor {
  background: currentColor;
  width: 2px !important;
  display: inline-block;
  text-indent: 10000px;
  line-height: 1.4em;
}

/*///////////////////////////////////
// Typography
///////////////////////////////////*/


html {
  font-size: 16px;
}

body {
  line-height: 1.45;
  font-family: "AntiqueOliveStd-Roman", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--noir);
  font-size: 1rem;
}

.dropcap::first-letter {
  font-size: 3em;
  float: left;
  line-height: 0.92;
  margin-right: 6px;
}


.lh-0 {
  line-height: 0 !important;
}

.lh-f1 {
  line-height: 0.7 !important;
}

.lh-f2 {
  line-height: 0.85 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-2 {
  line-height: 1.15 !important;
}

.lh-3 {
  line-height: 1.3 !important;
}

.lh-4 {
  line-height: 1.45 !important;
}

.lh-5 {
  line-height: 1.6 !important;
}

.lh-6 {
  line-height: 1.75 !important;
}

.lh-7 {
  line-height: 1.9 !important;
}

.lh-8 {
  line-height: 2.05 !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.text-normal {
  text-transform: none !important;
}

.text-smallcaps {
  font-variant: small-caps;
}

.ls {
  letter-spacing: 2px !important;
}

ul.bullet-inside {
  list-style-position: inside;
}

ul.bullet-none {
  list-style: none;
}

/*///////////////////////////////////
// Buttons
///////////////////////////////////*/


.btn,
.contactform [type=submit],
.wp-block-sensei-lms-button-next-lesson button,
.wp-block-sensei-lms-button-lesson-completed button,
.wp-block-sensei-lms-button-complete-lesson button,
a.wp-block-file__button.wp-element-button {
  padding: 0.8rem 2.5rem !important;
  font-family: "AntiqueOliveStd-Roman", sans-serif !important;
  font-size:  clamp(10px,12px,13px) !important;
  letter-spacing: 0.01em !important;
  border: 1px solid transparent !important;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  line-height: 1.5 !important;
}

@media (min-width: 768px) {

    .btn {
      padding: 0.8rem 2.5rem;
    }

}

.btn {
  font-weight: bold;
  white-space: normal;
}

.btn.loading {
    opacity: 0.7;
    pointer-events: none;
}
.btn.success {
    opacity: 1;
    pointer-events: none;
}
.btn span {
    font-family: "AntiqueOliveStd-Roman", sans-serif !important;
    font-weight: bold;
}

.btn.active, .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-capsule,
.contactform [type=submit],
.wp-block-sensei-lms-button-next-lesson button,
.wp-block-sensei-lms-button-lesson-completed button,
.wp-block-sensei-lms-button-complete-lesson button,
a.wp-block-file__button.wp-element-button {
  border-radius: 80px !important ;
}

.contactform [type=submit]
{
  position: relative;
  color: white !important;
  cursor: pointer;
  background: var(--blue-gradient) !important;
  border:0px solid transparent !important;
  z-index: 2;  
}
.btn-primary,
.wp-block-sensei-lms-button-next-lesson button,
a.wp-block-file__button.wp-element-button {
  position: relative;
  color: white !important;
  cursor: pointer;
  background-color: transparent !important;
  border:0px solid transparent !important;
  z-index: 2;
}
.btn-primary:hover,
.contactform [type=submit]:hover,
.wp-block-sensei-lms-button-next-lesson button:hover,
a.wp-block-file__button.wp-element-button:hover
 {
  background-color: var(--clear-blue) !important;
  border:0px solid transparent !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 }

.btn-primary::before,
.contactform [type=submit]::before,
.wp-block-sensei-lms-button-next-lesson button::before,
a.wp-block-file__button.wp-element-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--blue-gradient);
  transition: opacity 0.5s ease-in-out;
  border-radius: 80px;
  z-index: -1;
}

.btn-primary:hover::before,
.contactform [type=submit]:hover::before,
.wp-block-sensei-lms-button-next-lesson button:hover::before,
a.wp-block-file__button.wp-element-button:hover::before {
  opacity: 0;
}

.btn-blue {
  color: white !important;
  text-align: center !important;
  background: var(--clear-blue);
  border:0px;
}
.btn-blue:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}



.btn-primary.disabled, .btn-primary:disabled {
  background: var(--blue-gradient);
  border-color:transparent;
}


.btn-dark {
  color: white;
  background-color: var(--noir);
  border-color: #040709;
}

.btn-dark.active, .btn-dark:hover, .btn-dark:active, .btn-dark:focus, .btn-dark:active:focus {
  color: white;
  background-color: black;
  border-color: black;
}

.btn-dark.disabled, .btn-dark:disabled {
  background-color: var(--noir);
  border-color: #040709;
}

.btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: white;
  background-color: black;
  background-image: none;
  border-color: black;
  z-index: 99;
}

.btn-outline-primary,
.wp-block-sensei-lms-button-lesson-completed button,
.wp-block-sensei-lms-button-complete-lesson button {
  color:var(--clear-blue);
  background-image: none;
  background-color: transparent;
  border-color:var(--clear-blue) !important;
}

.btn-outline-primary.btn-icon span {
  border-color:var(--noir);
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.btn-outline-primary.btn-icon:hover span,
.btn-outline-primary.btn-icon:focus span, 
.btn-outline-primary.btn-icon:active span, 
.btn-outline-primary.btn-icon:active:focus span {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.btn-outline-primary:hover,
.wp-block-sensei-lms-button-lesson-completed button:hover,
.wp-block-sensei-lms-button-complete-lesson button:hover {
  color: white;
  background:var(--blue-gradient-inverse);
  border-color:var(--clear-blue)!important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);}

/* .btn-outline-primary:focus, 
.btn-outline-primary.focus {
  color: white;
  background-color:var(--noir);
  border-color:var(--noir);
} */

.btn-outline-primary:active, 
.btn-outline-primary.active, 
.open > .btn-outline-primary.dropdown-toggle {
  color: white;
  background-color:var(--noir);
  border-color:var(--noir);
}

.btn-outline-primary:active:hover, 
.btn-outline-primary:active:focus, 
.btn-outline-primary:active.focus, 
.btn-outline-primary.active:hover, 
.btn-outline-primary.active:focus, 
.btn-outline-primary.active.focus, 
.open > .btn-outline-primary.dropdown-toggle:hover, 
.open > .btn-outline-primary.dropdown-toggle:focus, 
.open > .btn-outline-primary.dropdown-toggle.focus {
  color: white;
  background-color: #020914;
  border-color: black;
}

.btn-outline-primary.active {
  background-color: #020914;
  border-color: black;
}

.btn-outline-primary.disabled:focus, 
.btn-outline-primary.disabled.focus, 
.btn-outline-primary:disabled:focus,
.btn-outline-primary:disabled.focus {
  border-color: #1357c0;
}

.btn-outline-primary.disabled:hover, 
.btn-outline-primary:disabled:hover {
  border-color: #1357c0;
}

.btn-white {
  color: var(--clear-blue) !important;
  background-color: white;
  border-color: var(--white);
}

.btn-outline-dark.btn-icon span {
  border-color: var(--noir);
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.btn-outline-dark.btn-icon:hover span, 
.btn-outline-dark.btn-icon:focus span, 
.btn-outline-dark.btn-icon:active span, 
.btn-outline-dark.btn-icon:active:focus span {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.btn-white:hover {
  color: var(--noir);
  background-color: white;
  border-color: var(--white);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  color: white;
  background-color: var(--noir);
  border-color: var(--noir);
}

.btn-outline-dark:active, .btn-outline-dark.active, .open > .btn-outline-dark.dropdown-toggle {
  color: white;
  background-color: var(--noir);
  border-color: var(--noir);
}

.btn-outline-dark:active:hover, .btn-outline-dark:active:focus, .btn-outline-dark:active.focus, .btn-outline-dark.active:hover, .btn-outline-dark.active:focus, .btn-outline-dark.active.focus, .open > .btn-outline-dark.dropdown-toggle:hover, .open > .btn-outline-dark.dropdown-toggle:focus, .open > .btn-outline-dark.dropdown-toggle.focus {
  color: white;
  background-color: black;
  border-color: black;
}

.btn-outline-dark.active {
  background-color: black;
  border-color: black;
}

.btn-outline-dark.disabled:focus, .btn-outline-dark.disabled.focus, .btn-outline-dark:disabled:focus, .btn-outline-dark:disabled.focus {
  border-color: #2c4d60;
}

.btn-outline-dark.disabled:hover, .btn-outline-dark:disabled:hover {
  border-color: #2c4d60;
}

.btn-outline-white {
  color: white;
  background-image: none;
  background-color: transparent;
  border-color: white !important;
}

.btn-outline-white.btn-icon span {
  border-color: white;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.btn-outline-white.btn-icon:hover span, .btn-outline-white.btn-icon:focus span, .btn-outline-white.btn-icon:active span, .btn-outline-white.btn-icon:active:focus span {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.btn-outline-white:hover {
  color: white;
  background-color: white;
  border-color: white !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-outline-white:focus, .btn-outline-white.focus {
  color: white;
  background-color: white;
  border-color: white;
}

.btn-outline-white:active, .btn-outline-white.active, .open > .btn-outline-white.dropdown-toggle {
  color: white;
  background-color: white;
  border-color: white;
}

.btn-outline-white:active:hover, .btn-outline-white:active:focus, .btn-outline-white:active.focus, .btn-outline-white.active:hover, .btn-outline-white.active:focus, .btn-outline-white.active.focus, .open > .btn-outline-white.dropdown-toggle:hover, .open > .btn-outline-white.dropdown-toggle:focus, .open > .btn-outline-white.dropdown-toggle.focus {
  color: white;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}

.btn-outline-white.active {
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}

.btn-outline-white.disabled:focus, .btn-outline-white.disabled.focus, .btn-outline-white:disabled:focus, .btn-outline-white:disabled.focus {
  border-color: white;
}

.btn-outline-white.disabled:hover, .btn-outline-white:disabled:hover {
  border-color: white;
}

.btn-outline-white:hover, .btn-outline-white:active, .btn-outline-white:focus, .btn-outline-white:active:focus {
  color: var(--noir);
}

.btn-icon {
  padding-left: 3.6rem;
  position: relative;
}

.btn-icon.btn-icon-right {
  padding-left: 2.5rem;
  padding-right: 3.6rem;
}

.btn-icon span {
  width: 2.6rem;
  font-size: 1.3rem;
}

.btn-icon span {
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-icon.btn-icon-left span {
  left: 0;
}

.btn-icon.btn-icon-right span {
  right: 0;
  left: auto;
}

.btn-icon.btn-capsule.btn-icon-left span {
  border-radius: 50px 0 0 50px;
}

.btn-icon.btn-capsule.btn-icon-right span {
  border-radius: 0 50px 50px 0;
}

.btn-icon.btn-xs {
  padding-left: 2.32rem;
}

.btn-icon.btn-xs.btn-icon-right {
  padding-left: 0.8rem;
  padding-right: 2.32rem;
}

.btn-icon.btn-xs span {
  width: 2rem;
  font-size: 1rem;
}

.btn-icon.btn-sm {
  padding-left: 2.98rem;
}

.btn-icon.btn-sm.btn-icon-right {
  padding-left: 1.2rem;
  padding-right: 2.98rem;
}

.btn-icon.btn-sm span {
  width: 2.5rem;
  font-size: 1.25rem;
}

.btn-icon.btn-lg {
  padding-left: 6rem;
}

.btn-icon.btn-lg.btn-icon-right {
  padding-left: 5rem;
  padding-right: 6rem;
}

.btn-icon.btn-lg span {
  width: 4rem;
  font-size: 2rem;
}

.btn-icon[class*='btn-outline-'] span {
  border-right-width: 1px;
  border-right-style: solid;
}

.btn-icon[class*='btn-outline-'].btn-icon-right span {
  border-left-width: 1px;
  border-left-style: solid;
  border-right: none;
}

.btn-icon-pop span {
  font-size: 1.5em;
  -webkit-transform: translateY(0.13em);
  -ms-transform: translateY(0.13em);
  transform: translateY(0.13em);
  line-height: 0;
}


/*///////////////////////////////////
// Tabs
///////////////////////////////////*/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabs .nav-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  border-color: transparent;
}

.tabs .nav-bar .indicator {
  content: '';
  position: absolute;
  display: block;
  bottom: -2px;
  height: 2px;
  background-color:var(--noir);
  -webkit-transition: left 0.4s ease-in-out, right 0.2s ease-in-out;
  -o-transition: left 0.4s ease-in-out, right 0.2s ease-in-out;
  transition: left 0.4s ease-in-out, right 0.2s ease-in-out;
}

.tabs .nav-bar .indicator.transition-reverse {
  -webkit-transition: left 0.2s ease-in-out, right 0.4s ease-in-out;
  -o-transition: left 0.2s ease-in-out, right 0.4s ease-in-out;
  transition: left 0.2s ease-in-out, right 0.4s ease-in-out;
}

.tabs .nav-bar.nav-bar-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tabs .nav-bar.nav-bar-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs .nav-bar .nav-bar-item {
  padding: 0.4rem 2.5rem;
  font-size: 0.75019rem;
  line-height: 1rem;
  font-family: "AntiqueOliveStd-Light", sans-serif !important;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
}

@media (max-width: 35.99em) {
  .tabs .nav-bar .nav-bar-item {
    padding: 0.4rem 1.25rem;
  }
}

.tabs .nav-bar .nav-bar-item.active {
  color:var(--noir);
}

.tabs .tab-contents {
  margin-top: 30px;
  position: relative;
}

.tabs .tab-contents .tab-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tabs .tab-contents .tab-content:not(.active) {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 1;
  -webkit-animation: fadeOutRight .25s ease forwards;
  animation: fadeOutRight .25s ease forwards;
}

.tabs .tab-contents .tab-content.active {
  -webkit-animation: fadeInLeft .5s ease forwards;
  animation: fadeInLeft .5s ease forwards;
}

/*///////////////////////////////////
// Forms
///////////////////////////////////*/



.form-control, input, textarea {
  padding: 0.8rem;
  font-size: 14px;
  line-height: 1.5;
  border-color: #e1e1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  /* background-color: #fafafa; */
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: auto;
}



.form-control.active, .form-control:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
label {
  font-size: 15px;
}
label, input, textarea, legend {
  font-family: "AntiqueOliveStd-Light", sans-serif !important;
}

input[type='file'] {
  display: none;
}

.inputfile + label svg {
  fill: currentColor;
  vertical-align: middle;
  margin-right: 8px;
}

.ios-toggle, .ios-toggle:active {
  height: 0;
  width: 0;
  opacity: 0;
}

.ios-toggle:checked + .checkbox-label {
  -webkit-box-shadow: inset 0 0 0 20px #4CD964, 0 0 0 1px #4CD964;
  box-shadow: inset 0 0 0 20px #4CD964, 0 0 0 1px #4CD964;
}

.ios-toggle:checked + .checkbox-label:before {
  left: calc(100% - 32px);
  -webkit-box-shadow: 0 0 0 1px transparent, -3px 0px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px transparent, -3px 0px 3px rgba(0, 0, 0, 0.1);
}

.ios-toggle:checked + .checkbox-label:after {
  content: attr(data-on);
  left: 70px;
  width: 32px;
}

.checkbox-label {
  display: block;
  position: relative;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 16px;
  width: 70px;
  height: 32px;
  border-radius: 50px;
  background-color: #fafafa;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 0 0px #4CD964, 0 0 0 1px #e1e1e1;
  box-shadow: inset 0 0 0 0px #4CD964, 0 0 0 1px #e1e1e1;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.checkbox-label:before {
  content: '';
  display: block;
  position: absolute;
  height: 32px;
  width: 32px;
  top: 0px;
  left: 0px;
  right: auto;
  background-color: white;
  border-radius: 50px;
  -webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.1), 0 0 0 1px #e1e1e1;
  box-shadow: 3px 0 3px rgba(0, 0, 0, 0.1), 0 0 0 1px #e1e1e1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.checkbox-label:after {
  content: attr(data-off);
  display: block;
  position: absolute;
  top: 0;
  left: -300px;
  padding: 10px;
  height: 100%;
  width: 300px;
  text-align: right;
  color: #2b2b2b;
  white-space: nowrap;
}

.checkbox-label.radius-square {
  border-radius: 3px;
}

.checkbox-label.radius-square:before {
  border-radius: 3px;
}

.zinput {
  position: relative;
}

.zinput label {
  display: inline-block;
  position: relative;
  padding-left: 2.5rem;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.zinput label:before {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  cursor: pointer;
  content: '';
  border: 1px solid #e1e1e1;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  -webkit-box-shadow: inset 0 0 0 0px #4CD964, 0 0 0 0 #e1e1e1;
  box-shadow: inset 0 0 0 0px #4CD964, 0 0 0 0 #e1e1e1;
}

.zinput.zradio {
  padding: 0.8rem 0;
}

.zinput.zradio input[type='radio'] {
  opacity: 0;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  cursor: pointer;
}

.zinput.zradio input[type='radio']:checked + label:before {
  border-color: transparent;
}

.zinput.zradio input[type='radio'] + label:before {
  border-radius: 50px;
}

.zinput.zradio input[type='radio']:checked + label:before {
  -webkit-box-shadow: inset 0 0 0 9px #4CD964, 0 0 0 0 #4CD964;
  box-shadow: inset 0 0 0 9px #4CD964, 0 0 0 0 #4CD964;
}

.zinput.zcheckbox {
  padding: 0.8rem 0;
}

.zinput.zcheckbox input[type='checkbox'] {
  opacity: 0;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  cursor: pointer;
}

.zinput.zcheckbox input[type='checkbox']:checked + label:before {
  border-color: transparent;
}

.zinput.zcheckbox input[type='checkbox'] + label:before {
  border-radius: 3px;
}

.zinput.zcheckbox input[type='checkbox']:checked + label:before {
  -webkit-box-shadow: inset 0 0 0 20px #4CD964, 0 0 0 0 #4CD964;
  box-shadow: inset 0 0 0 20px #4CD964, 0 0 0 0 #4CD964;
}

.zinput svg {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-65%);
  -ms-transform: translateY(-65%);
  transform: translateY(-65%);
  left: 8px;
  pointer-events: none;
}

.zinput svg path {
  stroke: #fff;
  stroke-width: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}


/********************************
    Responsive border radius
********************************/

.radius-secondary {
  border-radius: 20px !important;
}
.radius-capsule {
  border-radius: 50px !important;
}
.radius-round {
  border-radius: 100% !important;
}



/*///////////////////////////////////
// Helpers
///////////////////////////////////*/
.container {
  position: relative;
  max-width: 1250px;
}

section {
  position: relative;
  padding: 7.5rem 0;
}

@media (max-width: 47.99em) {
  section {
    padding: 4rem 0;
  }
}

.h-full {
  min-height: 100vh;
}

@media (min-width: 62em) {
  .h-lg-full {
    min-height: 100vh;
  }
}

.h-half {
  min-height: 50vh;
}

.h-100vh {
  height: 100vh !important;
}

@media (min-width: 36em) {
  .h-sm-100vh {
    height: 100vh !important;
  }
}

@media (min-width: 48em) {
  .h-md-100vh {
    height: 100vh !important;
  }
}

@media (min-width: 62em) {
  .h-lg-100vh {
    height: 100vh !important;
  }
}

@media (min-width: 75em) {
  .h-xl-100vh {
    height: 100vh !important;
  }
}

/* Background */
.background-holder {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  overflow: hidden;
  will-change: transform, opacity, filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
}

.background-holder.background-fixed {
  background-attachment: fixed;
}

.background-holder.background-right {
  left: auto;
  right: 0;
}

.background-holder.overlay:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.25);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.background-holder.overlay-primary:before {
  background: rgba(10, 45, 99, 0.4);
}
.background-holder.overlay-0:before {
  background: rgba(0, 0, 0, 0.7);
}

.background-holder.overlay-1:before {
  background: rgba(0, 0, 0, 0.55);
}

.background-holder.overlay-2:before {
  background: rgba(0, 0, 0, 0.4);
}

.background-holder video {
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  min-width: 100%;
}

.background-holder .youtube-background {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.background-holder .youtube-background .mb_YTPBar {
  display: none !important;
}

.has-parallax {
  position: relative;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

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

.overflow-hidden-y {
  overflow-y: hidden;
}

hr {
  border-color: currentColor;
}

hr.left {
  margin-left: 0;
}

hr.short {
  width: 4.20873rem;
}

.color-black {
  color: black !important;
}

.background-black {
  background-color: black !important;
}

.border-color-black {
  border-color: black !important;
}



.color-white {
  color: white !important;
}

.background-white {
  background-color: white !important;
}

.border-color-white {
  border-color: white !important;
}

.color-primary {
  color:var(--noir) !important;
}

.background-primary {
  background-color: var(--noir) !important;
}

.border-color-primary {
  border-color:var(--noir) !important;
}






.background-transparent {
  background-color: transparent !important;
}

.background-transparent:active, .background-transparent:hover, .background-transparent:focus, .background-transparent:active:focus {
  background-color: transparent !important;
}



.fit-fill {
  -o-object-fit: fill;
  object-fit: fill;
}

.fit-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.fit-none {
  -o-object-fit: none;
  object-fit: none;
}

.fit-scale-down {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}



.elevated {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
}

.box-shadow-wide {
  -webkit-box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}

.r-0 {
  right: 0;
}

.l-0 {
  left: 0;
}

.t-0 {
  top: 0;
}

.b-0 {
  bottom: 0;
}

.a-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.absolute-centered {
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.sticky-top {
  z-index: 1020;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* overflow: hidden; */
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.pos-fixed {
  position: fixed;
}

.w-100 {
  width: 100% !important;
}

.w-75 {
  width: 75% !important;
}

.w-50 {
  width: 50% !important;
}

.w-25 {
  width: 25% !important;
}

.h-100 {
  height: 100% !important;
}

.h-75 {
  height: 75% !important;
}

.h-50 {
  height: 50% !important;
}

.h-25 {
  height: 25% !important;
}

@media (min-width: 36em) {
  .pos-sm-relative {
    position: relative;
  }
  .pos-sm-absolute {
    position: absolute;
  }
  .pos-sm-fixed {
    position: fixed;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
}

@media (min-width: 48em) {
  .pos-md-relative {
    position: relative;
  }
  .pos-md-absolute {
    position: absolute;
  }
  .pos-md-fixed {
    position: fixed;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
}

@media (min-width: 62em) {
  .pos-lg-relative {
    position: relative;
  }
  .pos-lg-absolute {
    position: absolute;
  }
  .pos-lg-fixed {
    position: fixed;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
}

@media (min-width: 75em) {
  .pos-xl-relative {
    position: relative;
  }
  .pos-xl-absolute {
    position: absolute;
  }
  .pos-xl-fixed {
    position: fixed;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
}

/*///////////////////////////////////
// Spacing
///////////////////////////////////*/
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.8rem !important;
}

.mt-4 {
  margin-top: 1.8rem !important;
}

.mr-4 {
  margin-right: 1.8rem !important;
}

.mb-4 {
  margin-bottom: 1.8rem !important;
}

.ml-4 {
  margin-left: 1.8rem !important;
}

.mx-4 {
  margin-left: 1.8rem !important;
  margin-right: 1.8rem !important;
}

.my-4 {
  margin-top: 1.8rem !important;
  margin-bottom: 1.8rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.m-6 {
  margin: 4rem !important;
}

.mt-6 {
  margin-top: 4rem !important;
}

.mr-6 {
  margin-right: 4rem !important;
}

.mb-6 {
  margin-bottom: 4rem !important;
}

.ml-6 {
  margin-left: 4rem !important;
}

.mx-6 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.m-7 {
  margin: 5rem !important;
}

.mt-7 {
  margin-top: 5rem !important;
}

.mr-7 {
  margin-right: 5rem !important;
}

.mb-7 {
  margin-bottom: 5rem !important;
}

.ml-7 {
  margin-left: 5rem !important;
}

.mx-7 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-7 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.m-8 {
  margin: 7.5rem !important;
}

.mt-8 {
  margin-top: 7.5rem !important;
}

.mr-8 {
  margin-right: 7.5rem !important;
}

.mb-8 {
  margin-bottom: 7.5rem !important;
}

.ml-8 {
  margin-left: 7.5rem !important;
}

.mx-8 {
  margin-left: 7.5rem !important;
  margin-right: 7.5rem !important;
}

.my-8 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.m-9 {
  margin: 10rem !important;
}

.mt-9 {
  margin-top: 10rem !important;
}

.mr-9 {
  margin-right: 10rem !important;
}

.mb-9 {
  margin-bottom: 10rem !important;
}

.ml-9 {
  margin-left: 10rem !important;
}

.mx-9 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.my-9 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.m-10 {
  margin: 12.5rem !important;
}

.mt-10 {
  margin-top: 12.5rem !important;
}

.mr-10 {
  margin-right: 12.5rem !important;
}

.mb-10 {
  margin-bottom: 12.5rem !important;
}

.ml-10 {
  margin-left: 12.5rem !important;
}

.mx-10 {
  margin-left: 12.5rem !important;
  margin-right: 12.5rem !important;
}

.my-10 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}

.m-11 {
  margin: 15rem !important;
}

.mt-11 {
  margin-top: 15rem !important;
}

.mr-11 {
  margin-right: 15rem !important;
}

.mb-11 {
  margin-bottom: 15rem !important;
}

.ml-11 {
  margin-left: 15rem !important;
}

.mx-11 {
  margin-left: 15rem !important;
  margin-right: 15rem !important;
}

.my-11 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

@media (max-width: 35.99em) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0 {
    margin-left: 0 !important;
  }
  .mx-xs-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .mt-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xs-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xs-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xs-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .mt-xs-3 {
    margin-top: 1rem !important;
  }
  .mr-xs-3 {
    margin-right: 1rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-3 {
    margin-left: 1rem !important;
  }
  .mx-xs-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.8rem !important;
  }
  .mt-xs-4 {
    margin-top: 1.8rem !important;
  }
  .mr-xs-4 {
    margin-right: 1.8rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 1.8rem !important;
  }
  .ml-xs-4 {
    margin-left: 1.8rem !important;
  }
  .mx-xs-4 {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important;
  }
  .my-xs-4 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .mt-xs-5 {
    margin-top: 3rem !important;
  }
  .mr-xs-5 {
    margin-right: 3rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-5 {
    margin-left: 3rem !important;
  }
  .mx-xs-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-xs-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-xs-6 {
    margin: 4rem !important;
  }
  .mt-xs-6 {
    margin-top: 4rem !important;
  }
  .mr-xs-6 {
    margin-right: 4rem !important;
  }
  .mb-xs-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xs-6 {
    margin-left: 4rem !important;
  }
  .mx-xs-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-xs-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .m-xs-7 {
    margin: 5rem !important;
  }
  .mt-xs-7 {
    margin-top: 5rem !important;
  }
  .mr-xs-7 {
    margin-right: 5rem !important;
  }
  .mb-xs-7 {
    margin-bottom: 5rem !important;
  }
  .ml-xs-7 {
    margin-left: 5rem !important;
  }
  .mx-xs-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-xs-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .m-xs-8 {
    margin: 7.5rem !important;
  }
  .mt-xs-8 {
    margin-top: 7.5rem !important;
  }
  .mr-xs-8 {
    margin-right: 7.5rem !important;
  }
  .mb-xs-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xs-8 {
    margin-left: 7.5rem !important;
  }
  .mx-xs-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-xs-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .m-xs-9 {
    margin: 10rem !important;
  }
  .mt-xs-9 {
    margin-top: 10rem !important;
  }
  .mr-xs-9 {
    margin-right: 10rem !important;
  }
  .mb-xs-9 {
    margin-bottom: 10rem !important;
  }
  .ml-xs-9 {
    margin-left: 10rem !important;
  }
  .mx-xs-9 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .my-xs-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .m-xs-10 {
    margin: 12.5rem !important;
  }
  .mt-xs-10 {
    margin-top: 12.5rem !important;
  }
  .mr-xs-10 {
    margin-right: 12.5rem !important;
  }
  .mb-xs-10 {
    margin-bottom: 12.5rem !important;
  }
  .ml-xs-10 {
    margin-left: 12.5rem !important;
  }
  .mx-xs-10 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .my-xs-10 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .m-xs-11 {
    margin: 15rem !important;
  }
  .mt-xs-11 {
    margin-top: 15rem !important;
  }
  .mr-xs-11 {
    margin-right: 15rem !important;
  }
  .mb-xs-11 {
    margin-bottom: 15rem !important;
  }
  .ml-xs-11 {
    margin-left: 15rem !important;
  }
  .mx-xs-11 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .my-xs-11 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
}

@media (min-width: 36em) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.8rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.8rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.8rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.8rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.8rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important;
  }
  .my-sm-4 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-sm-6 {
    margin: 4rem !important;
  }
  .mt-sm-6 {
    margin-top: 4rem !important;
  }
  .mr-sm-6 {
    margin-right: 4rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-6 {
    margin-left: 4rem !important;
  }
  .mx-sm-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-sm-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .m-sm-7 {
    margin: 5rem !important;
  }
  .mt-sm-7 {
    margin-top: 5rem !important;
  }
  .mr-sm-7 {
    margin-right: 5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-7 {
    margin-left: 5rem !important;
  }
  .mx-sm-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-sm-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .m-sm-8 {
    margin: 7.5rem !important;
  }
  .mt-sm-8 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-8 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-8 {
    margin-left: 7.5rem !important;
  }
  .mx-sm-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-sm-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .m-sm-9 {
    margin: 10rem !important;
  }
  .mt-sm-9 {
    margin-top: 10rem !important;
  }
  .mr-sm-9 {
    margin-right: 10rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-9 {
    margin-left: 10rem !important;
  }
  .mx-sm-9 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .my-sm-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .m-sm-10 {
    margin: 12.5rem !important;
  }
  .mt-sm-10 {
    margin-top: 12.5rem !important;
  }
  .mr-sm-10 {
    margin-right: 12.5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 12.5rem !important;
  }
  .ml-sm-10 {
    margin-left: 12.5rem !important;
  }
  .mx-sm-10 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .my-sm-10 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .m-sm-11 {
    margin: 15rem !important;
  }
  .mt-sm-11 {
    margin-top: 15rem !important;
  }
  .mr-sm-11 {
    margin-right: 15rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 15rem !important;
  }
  .ml-sm-11 {
    margin-left: 15rem !important;
  }
  .mx-sm-11 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .my-sm-11 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
}

@media (min-width: 48em) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.8rem !important;
  }
  .mt-md-4 {
    margin-top: 1.8rem !important;
  }
  .mr-md-4 {
    margin-right: 1.8rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.8rem !important;
  }
  .ml-md-4 {
    margin-left: 1.8rem !important;
  }
  .mx-md-4 {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important;
  }
  .my-md-4 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-md-6 {
    margin: 4rem !important;
  }
  .mt-md-6 {
    margin-top: 4rem !important;
  }
  .mr-md-6 {
    margin-right: 4rem !important;
  }
  .mb-md-6 {
    margin-bottom: 4rem !important;
  }
  .ml-md-6 {
    margin-left: 4rem !important;
  }
  .mx-md-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-md-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .m-md-7 {
    margin: 5rem !important;
  }
  .mt-md-7 {
    margin-top: 5rem !important;
  }
  .mr-md-7 {
    margin-right: 5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 5rem !important;
  }
  .ml-md-7 {
    margin-left: 5rem !important;
  }
  .mx-md-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-md-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .m-md-8 {
    margin: 7.5rem !important;
  }
  .mt-md-8 {
    margin-top: 7.5rem !important;
  }
  .mr-md-8 {
    margin-right: 7.5rem !important;
  }
  .mb-md-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-8 {
    margin-left: 7.5rem !important;
  }
  .mx-md-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-md-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .m-md-9 {
    margin: 10rem !important;
  }
  .mt-md-9 {
    margin-top: 10rem !important;
  }
  .mr-md-9 {
    margin-right: 10rem !important;
  }
  .mb-md-9 {
    margin-bottom: 10rem !important;
  }
  .ml-md-9 {
    margin-left: 10rem !important;
  }
  .mx-md-9 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .my-md-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .m-md-10 {
    margin: 12.5rem !important;
  }
  .mt-md-10 {
    margin-top: 12.5rem !important;
  }
  .mr-md-10 {
    margin-right: 12.5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 12.5rem !important;
  }
  .ml-md-10 {
    margin-left: 12.5rem !important;
  }
  .mx-md-10 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .my-md-10 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .m-md-11 {
    margin: 15rem !important;
  }
  .mt-md-11 {
    margin-top: 15rem !important;
  }
  .mr-md-11 {
    margin-right: 15rem !important;
  }
  .mb-md-11 {
    margin-bottom: 15rem !important;
  }
  .ml-md-11 {
    margin-left: 15rem !important;
  }
  .mx-md-11 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .my-md-11 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
}

@media (min-width: 62em) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.8rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.8rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.8rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.8rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.8rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important;
  }
  .my-lg-4 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-lg-6 {
    margin: 4rem !important;
  }
  .mt-lg-6 {
    margin-top: 4rem !important;
  }
  .mr-lg-6 {
    margin-right: 4rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-6 {
    margin-left: 4rem !important;
  }
  .mx-lg-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-lg-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .m-lg-7 {
    margin: 5rem !important;
  }
  .mt-lg-7 {
    margin-top: 5rem !important;
  }
  .mr-lg-7 {
    margin-right: 5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-7 {
    margin-left: 5rem !important;
  }
  .mx-lg-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-lg-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .m-lg-8 {
    margin: 7.5rem !important;
  }
  .mt-lg-8 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-8 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-8 {
    margin-left: 7.5rem !important;
  }
  .mx-lg-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-lg-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .m-lg-9 {
    margin: 10rem !important;
  }
  .mt-lg-9 {
    margin-top: 10rem !important;
  }
  .mr-lg-9 {
    margin-right: 10rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-9 {
    margin-left: 10rem !important;
  }
  .mx-lg-9 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .my-lg-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .m-lg-10 {
    margin: 12.5rem !important;
  }
  .mt-lg-10 {
    margin-top: 12.5rem !important;
  }
  .mr-lg-10 {
    margin-right: 12.5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 12.5rem !important;
  }
  .ml-lg-10 {
    margin-left: 12.5rem !important;
  }
  .mx-lg-10 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .my-lg-10 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .m-lg-11 {
    margin: 15rem !important;
  }
  .mt-lg-11 {
    margin-top: 15rem !important;
  }
  .mr-lg-11 {
    margin-right: 15rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 15rem !important;
  }
  .ml-lg-11 {
    margin-left: 15rem !important;
  }
  .mx-lg-11 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .my-lg-11 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
}

@media (min-width: 75em) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.8rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.8rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.8rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.8rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.8rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important;
  }
  .my-xl-4 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-xl-6 {
    margin: 4rem !important;
  }
  .mt-xl-6 {
    margin-top: 4rem !important;
  }
  .mr-xl-6 {
    margin-right: 4rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-6 {
    margin-left: 4rem !important;
  }
  .mx-xl-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-xl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .m-xl-7 {
    margin: 5rem !important;
  }
  .mt-xl-7 {
    margin-top: 5rem !important;
  }
  .mr-xl-7 {
    margin-right: 5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-7 {
    margin-left: 5rem !important;
  }
  .mx-xl-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-xl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .m-xl-8 {
    margin: 7.5rem !important;
  }
  .mt-xl-8 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-8 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-8 {
    margin-left: 7.5rem !important;
  }
  .mx-xl-8 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-xl-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .m-xl-9 {
    margin: 10rem !important;
  }
  .mt-xl-9 {
    margin-top: 10rem !important;
  }
  .mr-xl-9 {
    margin-right: 10rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-9 {
    margin-left: 10rem !important;
  }
  .mx-xl-9 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .my-xl-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .m-xl-10 {
    margin: 12.5rem !important;
  }
  .mt-xl-10 {
    margin-top: 12.5rem !important;
  }
  .mr-xl-10 {
    margin-right: 12.5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 12.5rem !important;
  }
  .ml-xl-10 {
    margin-left: 12.5rem !important;
  }
  .mx-xl-10 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .my-xl-10 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .m-xl-11 {
    margin: 15rem !important;
  }
  .mt-xl-11 {
    margin-top: 15rem !important;
  }
  .mr-xl-11 {
    margin-right: 15rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 15rem !important;
  }
  .ml-xl-11 {
    margin-left: 15rem !important;
  }
  .mx-xl-11 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .my-xl-11 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.8rem !important;
}

.pt-4 {
  padding-top: 1.8rem !important;
}

.pr-4 {
  padding-right: 1.8rem !important;
}

.pb-4 {
  padding-bottom: 1.8rem !important;
}

.pl-4 {
  padding-left: 1.8rem !important;
}

.px-4 {
  padding-left: 1.8rem !important;
  padding-right: 1.8rem !important;
}

.py-4 {
  padding-top: 1.8rem !important;
  padding-bottom: 1.8rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.p-6 {
  padding: 4rem !important;
}

.pt-6 {
  padding-top: 4rem !important;
}

.pr-6 {
  padding-right: 4rem !important;
}

.pb-6 {
  padding-bottom: 4rem !important;
}

.pl-6 {
  padding-left: 4rem !important;
}

.px-6 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.p-7 {
  padding: 5rem !important;
}

.pt-7 {
  padding-top: 5rem !important;
}

.pr-7 {
  padding-right: 5rem !important;
}

.pb-7 {
  padding-bottom: 5rem !important;
}

.pl-7 {
  padding-left: 5rem !important;
}

.px-7 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.p-8 {
  padding: 7.5rem !important;
}

.pt-8 {
  padding-top: 7.5rem !important;
}

.pr-8 {
  padding-right: 7.5rem !important;
}

.pb-8 {
  padding-bottom: 7.5rem !important;
}

.pl-8 {
  padding-left: 7.5rem !important;
}

.px-8 {
  padding-left: 7.5rem !important;
  padding-right: 7.5rem !important;
}

.py-8 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.p-9 {
  padding: 10rem !important;
}

.pt-9 {
  padding-top: 10rem !important;
}

.pr-9 {
  padding-right: 10rem !important;
}

.pb-9 {
  padding-bottom: 10rem !important;
}

.pl-9 {
  padding-left: 10rem !important;
}

.px-9 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.py-9 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.p-10 {
  padding: 12.5rem !important;
}

.pt-10 {
  padding-top: 12.5rem !important;
}

.pr-10 {
  padding-right: 12.5rem !important;
}

.pb-10 {
  padding-bottom: 12.5rem !important;
}

.pl-10 {
  padding-left: 12.5rem !important;
}

.px-10 {
  padding-left: 12.5rem !important;
  padding-right: 12.5rem !important;
}

.py-10 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}

.p-11 {
  padding: 15rem !important;
}

.pt-11 {
  padding-top: 15rem !important;
}

.pr-11 {
  padding-right: 15rem !important;
}

.pb-11 {
  padding-bottom: 15rem !important;
}

.pl-11 {
  padding-left: 15rem !important;
}

.px-11 {
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}

.py-11 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

@media (max-width: 35.99em) {
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0 {
    padding-left: 0 !important;
  }
  .px-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .pt-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xs-1 {
    padding-left: 0.25rem !important;
  }
  .px-xs-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .pt-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-2 {
    padding-left: 0.5rem !important;
  }
  .px-xs-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .pt-xs-3 {
    padding-top: 1rem !important;
  }
  .pr-xs-3 {
    padding-right: 1rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-3 {
    padding-left: 1rem !important;
  }
  .px-xs-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.8rem !important;
  }
  .pt-xs-4 {
    padding-top: 1.8rem !important;
  }
  .pr-xs-4 {
    padding-right: 1.8rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 1.8rem !important;
  }
  .pl-xs-4 {
    padding-left: 1.8rem !important;
  }
  .px-xs-4 {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
  .py-xs-4 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .pt-xs-5 {
    padding-top: 3rem !important;
  }
  .pr-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-5 {
    padding-left: 3rem !important;
  }
  .px-xs-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xs-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-xs-6 {
    padding: 4rem !important;
  }
  .pt-xs-6 {
    padding-top: 4rem !important;
  }
  .pr-xs-6 {
    padding-right: 4rem !important;
  }
  .pb-xs-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xs-6 {
    padding-left: 4rem !important;
  }
  .px-xs-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-xs-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .p-xs-7 {
    padding: 5rem !important;
  }
  .pt-xs-7 {
    padding-top: 5rem !important;
  }
  .pr-xs-7 {
    padding-right: 5rem !important;
  }
  .pb-xs-7 {
    padding-bottom: 5rem !important;
  }
  .pl-xs-7 {
    padding-left: 5rem !important;
  }
  .px-xs-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-xs-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .p-xs-8 {
    padding: 7.5rem !important;
  }
  .pt-xs-8 {
    padding-top: 7.5rem !important;
  }
  .pr-xs-8 {
    padding-right: 7.5rem !important;
  }
  .pb-xs-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xs-8 {
    padding-left: 7.5rem !important;
  }
  .px-xs-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-xs-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .p-xs-9 {
    padding: 10rem !important;
  }
  .pt-xs-9 {
    padding-top: 10rem !important;
  }
  .pr-xs-9 {
    padding-right: 10rem !important;
  }
  .pb-xs-9 {
    padding-bottom: 10rem !important;
  }
  .pl-xs-9 {
    padding-left: 10rem !important;
  }
  .px-xs-9 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .py-xs-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .p-xs-10 {
    padding: 12.5rem !important;
  }
  .pt-xs-10 {
    padding-top: 12.5rem !important;
  }
  .pr-xs-10 {
    padding-right: 12.5rem !important;
  }
  .pb-xs-10 {
    padding-bottom: 12.5rem !important;
  }
  .pl-xs-10 {
    padding-left: 12.5rem !important;
  }
  .px-xs-10 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .py-xs-10 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .p-xs-11 {
    padding: 15rem !important;
  }
  .pt-xs-11 {
    padding-top: 15rem !important;
  }
  .pr-xs-11 {
    padding-right: 15rem !important;
  }
  .pb-xs-11 {
    padding-bottom: 15rem !important;
  }
  .pl-xs-11 {
    padding-left: 15rem !important;
  }
  .px-xs-11 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .py-xs-11 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
}

@media (min-width: 36em) {
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.8rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.8rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.8rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.8rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.8rem !important;
  }
  .px-sm-4 {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
  .py-sm-4 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-sm-6 {
    padding: 4rem !important;
  }
  .pt-sm-6 {
    padding-top: 4rem !important;
  }
  .pr-sm-6 {
    padding-right: 4rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-6 {
    padding-left: 4rem !important;
  }
  .px-sm-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-sm-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .p-sm-7 {
    padding: 5rem !important;
  }
  .pt-sm-7 {
    padding-top: 5rem !important;
  }
  .pr-sm-7 {
    padding-right: 5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-7 {
    padding-left: 5rem !important;
  }
  .px-sm-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-sm-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .p-sm-8 {
    padding: 7.5rem !important;
  }
  .pt-sm-8 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-8 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-8 {
    padding-left: 7.5rem !important;
  }
  .px-sm-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-sm-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .p-sm-9 {
    padding: 10rem !important;
  }
  .pt-sm-9 {
    padding-top: 10rem !important;
  }
  .pr-sm-9 {
    padding-right: 10rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-9 {
    padding-left: 10rem !important;
  }
  .px-sm-9 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .py-sm-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .p-sm-10 {
    padding: 12.5rem !important;
  }
  .pt-sm-10 {
    padding-top: 12.5rem !important;
  }
  .pr-sm-10 {
    padding-right: 12.5rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 12.5rem !important;
  }
  .pl-sm-10 {
    padding-left: 12.5rem !important;
  }
  .px-sm-10 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .py-sm-10 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .p-sm-11 {
    padding: 15rem !important;
  }
  .pt-sm-11 {
    padding-top: 15rem !important;
  }
  .pr-sm-11 {
    padding-right: 15rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 15rem !important;
  }
  .pl-sm-11 {
    padding-left: 15rem !important;
  }
  .px-sm-11 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .py-sm-11 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
}

@media (min-width: 48em) {
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.8rem !important;
  }
  .pt-md-4 {
    padding-top: 1.8rem !important;
  }
  .pr-md-4 {
    padding-right: 1.8rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.8rem !important;
  }
  .pl-md-4 {
    padding-left: 1.8rem !important;
  }
  .px-md-4 {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
  .py-md-4 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-md-6 {
    padding: 4rem !important;
  }
  .pt-md-6 {
    padding-top: 4rem !important;
  }
  .pr-md-6 {
    padding-right: 4rem !important;
  }
  .pb-md-6 {
    padding-bottom: 4rem !important;
  }
  .pl-md-6 {
    padding-left: 4rem !important;
  }
  .px-md-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-md-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .p-md-7 {
    padding: 5rem !important;
  }
  .pt-md-7 {
    padding-top: 5rem !important;
  }
  .pr-md-7 {
    padding-right: 5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 5rem !important;
  }
  .pl-md-7 {
    padding-left: 5rem !important;
  }
  .px-md-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-md-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .p-md-8 {
    padding: 7.5rem !important;
  }
  .pt-md-8 {
    padding-top: 7.5rem !important;
  }
  .pr-md-8 {
    padding-right: 7.5rem !important;
  }
  .pb-md-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-8 {
    padding-left: 7.5rem !important;
  }
  .px-md-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-md-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .p-md-9 {
    padding: 10rem !important;
  }
  .pt-md-9 {
    padding-top: 10rem !important;
  }
  .pr-md-9 {
    padding-right: 10rem !important;
  }
  .pb-md-9 {
    padding-bottom: 10rem !important;
  }
  .pl-md-9 {
    padding-left: 10rem !important;
  }
  .px-md-9 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .py-md-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .p-md-10 {
    padding: 12.5rem !important;
  }
  .pt-md-10 {
    padding-top: 12.5rem !important;
  }
  .pr-md-10 {
    padding-right: 12.5rem !important;
  }
  .pb-md-10 {
    padding-bottom: 12.5rem !important;
  }
  .pl-md-10 {
    padding-left: 12.5rem !important;
  }
  .px-md-10 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .py-md-10 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .p-md-11 {
    padding: 15rem !important;
  }
  .pt-md-11 {
    padding-top: 15rem !important;
  }
  .pr-md-11 {
    padding-right: 15rem !important;
  }
  .pb-md-11 {
    padding-bottom: 15rem !important;
  }
  .pl-md-11 {
    padding-left: 15rem !important;
  }
  .px-md-11 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .py-md-11 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
}

@media (min-width: 62em) {
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.8rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.8rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.8rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.8rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.8rem !important;
  }
  .px-lg-4 {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
  .py-lg-4 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-lg-6 {
    padding: 4rem !important;
  }
  .pt-lg-6 {
    padding-top: 4rem !important;
  }
  .pr-lg-6 {
    padding-right: 4rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-6 {
    padding-left: 4rem !important;
  }
  .px-lg-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .p-lg-7 {
    padding: 5rem !important;
  }
  .pt-lg-7 {
    padding-top: 5rem !important;
  }
  .pr-lg-7 {
    padding-right: 5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-7 {
    padding-left: 5rem !important;
  }
  .px-lg-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-lg-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .p-lg-8 {
    padding: 7.5rem !important;
  }
  .pt-lg-8 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-8 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-8 {
    padding-left: 7.5rem !important;
  }
  .px-lg-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-lg-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .p-lg-9 {
    padding: 10rem !important;
  }
  .pt-lg-9 {
    padding-top: 10rem !important;
  }
  .pr-lg-9 {
    padding-right: 10rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-9 {
    padding-left: 10rem !important;
  }
  .px-lg-9 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .py-lg-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .p-lg-10 {
    padding: 12.5rem !important;
  }
  .pt-lg-10 {
    padding-top: 12.5rem !important;
  }
  .pr-lg-10 {
    padding-right: 12.5rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 12.5rem !important;
  }
  .pl-lg-10 {
    padding-left: 12.5rem !important;
  }
  .px-lg-10 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .py-lg-10 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .p-lg-11 {
    padding: 15rem !important;
  }
  .pt-lg-11 {
    padding-top: 15rem !important;
  }
  .pr-lg-11 {
    padding-right: 15rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 15rem !important;
  }
  .pl-lg-11 {
    padding-left: 15rem !important;
  }
  .px-lg-11 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .py-lg-11 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
}

@media (min-width: 75em) {
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.8rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.8rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.8rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.8rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.8rem !important;
  }
  .px-xl-4 {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
  .py-xl-4 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-xl-6 {
    padding: 4rem !important;
  }
  .pt-xl-6 {
    padding-top: 4rem !important;
  }
  .pr-xl-6 {
    padding-right: 4rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-6 {
    padding-left: 4rem !important;
  }
  .px-xl-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-xl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .p-xl-7 {
    padding: 5rem !important;
  }
  .pt-xl-7 {
    padding-top: 5rem !important;
  }
  .pr-xl-7 {
    padding-right: 5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-7 {
    padding-left: 5rem !important;
  }
  .px-xl-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-xl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .p-xl-8 {
    padding: 7.5rem !important;
  }
  .pt-xl-8 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-8 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-8 {
    padding-left: 7.5rem !important;
  }
  .px-xl-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-xl-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .p-xl-9 {
    padding: 10rem !important;
  }
  .pt-xl-9 {
    padding-top: 10rem !important;
  }
  .pr-xl-9 {
    padding-right: 10rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-9 {
    padding-left: 10rem !important;
  }
  .px-xl-9 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .py-xl-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .p-xl-10 {
    padding: 12.5rem !important;
  }
  .pt-xl-10 {
    padding-top: 12.5rem !important;
  }
  .pr-xl-10 {
    padding-right: 12.5rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 12.5rem !important;
  }
  .pl-xl-10 {
    padding-left: 12.5rem !important;
  }
  .px-xl-10 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .py-xl-10 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .p-xl-11 {
    padding: 15rem !important;
  }
  .pt-xl-11 {
    padding-top: 15rem !important;
  }
  .pr-xl-11 {
    padding-right: 15rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 15rem !important;
  }
  .pl-xl-11 {
    padding-left: 15rem !important;
  }
  .px-xl-11 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .py-xl-11 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
}

/*///////////////////////////////////
// Miscellaneous
///////////////////////////////////*/
[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
}

.icon-position-fix {
  -webkit-transform: translateY(0.1em);
  -ms-transform: translateY(0.1em);
  transform: translateY(0.1em);
}

@media (min-width: 75em) {
  .ie .h-full {
    height: 100vh;
  }
  .ie .h-half {
    height: 50vh;
  }
}

.ie .background-holder video {
  width: 100%;
  height: auto;
}

.edge .background-holder video {
  width: 100%;
  height: auto;
}

::-moz-selection {
  color: white;
  background-color:var(--noir);
}

::selection {
  color: white;
  background-color:var(--noir);
}

#videoModal .embed-responsive {
  background-color: black;
}

.zopacity, *[data-zanim-trigger] {
  opacity: 0;
}

.ui.selection.dropdown .dropdown {
  right: 30px;
  position: absolute;
}

/*///////////////////////////////////
// Prism
///////////////////////////////////*/
:not(pre) > code[class*="language-"], pre[class*="language-"] {
  background-color: #fafafa;
  border: 1px solid #e1e1e1;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: var(--noir) !important;
  -webkit-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.18, 1);
  -o-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.18, 1);
  transition: opacity 0.8s cubic-bezier(0.77, 0, 0.18, 1);
  opacity: 0;
}

#preloader.loading {
  opacity: 1;
}

#preloader *.preloader, #preloader *.preloader:before, #preloader *.preloader:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

#preloader .loader {
  display: none;
  width: 100vw;
  height: 100vh;
}

#preloader .spinner {
  width: 66px;
  height: 66px;
  -webkit-animation: contanim 2s linear infinite;
  animation: contanim 2s linear infinite;
}

#preloader svg.preloader {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#preloader svg.preloader:nth-child(1) circle {
  stroke: rgba(255, 255, 255, 0.25);
  stroke-dasharray: 1, 300;
  stroke-dashoffset: 0;
  -webkit-animation: strokeanim 2s calc(.2s * (1)) ease infinite;
  animation: strokeanim 2s calc(.2s * (1)) ease infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

#preloader svg.preloader:nth-child(2) circle {
  stroke: rgba(255, 255, 255, 0.5);
  stroke-dasharray: 1, 300;
  stroke-dashoffset: 0;
  -webkit-animation: strokeanim 3s calc(.2s * (2)) ease infinite;
  animation: strokeanim 3s calc(.2s * (2)) ease infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

@-webkit-keyframes strokeanim {
  0% {
    stroke-dasharray: 1, 300;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 120, 300;
    stroke-dashoffset: -58.54832;
  }
  100% {
    stroke-dasharray: 120, 300;
    stroke-dashoffset: -175.64497;
  }
}

@keyframes strokeanim {
  0% {
    stroke-dasharray: 1, 300;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 120, 300;
    stroke-dashoffset: -58.54832;
  }
  100% {
    stroke-dasharray: 120, 300;
    stroke-dashoffset: -175.64497;
  }
}

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

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


p {
  color: var(--noir);
}

.h-classic {
  height: 75vh;
}

.znav-white a:not(.btn) {
  color:var(--noir);
}

.btn {
  letter-spacing: 0.42px !important;
}

.btn.btn-lg {
  padding: 1rem 3rem;
}

.btn[class*="btn-outline-"] {
  border-width: 1px !important;
}

.btn.btn-link {
  color:var(--noir);
  font-size: 1rem;
}

.w {
  width: 18% !important;
}

.w-30 {
  width: 30% !important;
}

.w-15 {
  width: 15% !important;
}

.w-120 {
  width: 120 !important;
}

.btn-down {
  padding: 0 1.8rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 60px;
  z-index: 1;
}

.btn-down:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: white;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  left: 50%;
}

hr {
  width: 4.20873rem;
  display: inline-block;
  margin-top: 0.25rem;
  color: rgba(10, 45, 99, 0.2);
}

.plyr__control--overlaid, .plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  background-color:var(--noir);
}

.plyr--video .plyr__controls .plyr__control.plyr__tab-focus, .plyr--video .plyr__controls .plyr__control:hover, .plyr--video .plyr__controls .plyr__control[aria-expanded=true], .plyr__menu__container label.plyr__control input[type=radio]:checked + span {
  background-color:var(--noir);
}

.plyr--full-ui input[type=range] {
  color:var(--noir);
}

.plyr--video .plyr__controls {
  border-radius: 10px !important;
}

.flex-direction-nav a[class*="flex-"]:before {
  content: " ";
  height: 15px;
  width: 15px;
  border-right: 2px solid black;
  border-top: 2px solid black;
  margin: 10px;
}

.flex-direction-nav a.flex-next:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.flex-direction-nav a.flex-prev:before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.flex-viewport {
  border-radius: 15px;
}

.owl-carousel .owl-stage-outer {
  margin-bottom: 20px;
}

.owl-carousel .owl-nav button.owl-next svg, .owl-carousel .owl-nav button.owl-prev svg {
  -webkit-transform: translate3d(0px, 2px, 0px);
  transform: translate3d(0px, 2px, 0px);
}

.owl-carousel .owl-stage-outer {
  margin-bottom: 0px;
}

@media (min-width: 62em) {
  .absolute-lg-centered {
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

.znav-container .has-dropdown .dropdown {
  min-width: 270px;
}

.znav-container ul.navbar-nav li.has-dropdown ul.dropdown.dropdown-align-right {
  left: auto;
  right: 0;
}

.znav-container .navbar a.navbar-brand {
  z-index: 2;
}

::-webkit-input-placeholder {
  line-height: 1.4 !important;
}

:-ms-input-placeholder {
  line-height: 1.4 !important;
}

::-ms-input-placeholder {
  line-height: 1.4 !important;
}

::placeholder {
  line-height: 1.4 !important;
}

.banner {
  margin-top: 63px;
}

.banner .h-full {
  min-height: calc(100vh - 63px) !important
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.border-radius-5 {
  border-radius: 5px;
}

.flex-control-nav {
  border-radius: 10px !important;
}


div#navbarNavDropdown {
  justify-content: flex-end;
}


/*******************/
/**Additional CSS***/
/******************/


.background-overlay {
  background-image: url(../images/background-logo.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 50%;
  height: 100%;
  width: 100%;
  top: -10%;
  left: -5%;
  position: absolute;
}
.background-overlay-left {
  background-image: url(../images/background-logo.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 50%;
  height: 100%;
  width: 100%;
  top: -10%;
  left: -5%;
  position: absolute;
}

.background-overlay-bottom {
  background-image: url(../images/background-logo.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 33%;
  height: 100%;
  bottom: -21% !important;
  position: absolute;
  z-index: -1;
}

@media (min-width: 768px) {
 .single-blog-contenu .background-overlay {
    background-position: center right;
    top: 0%;
    left: 0;
    background-size: auto;
}
  .background-overlay {
        background-position: top right;
        top: 0;
        left: 0;
        background-size: auto;
  }
  .background-overlay-left {
    background-position: top left;
    top: 0;
    left: 0;
    background-size: auto;
}
.formations .background-overlay-left {
  background-position: top left;
  top: 0;
  left: 0;
  background-size: auto;
}
  .background-overlay-bottom {
    background-size: 20%;
    bottom: 0 !important;
    position: absolute;
    width: 100%;
    z-index: -1;
  }
}


h2.blue-color{
  position: relative;
&::after {
    bottom: 0px;
    background-color: #34A18B;
    margin-top: 0;
    position: absolute;
    left: 43%;
    top: auto;
}
}



@media (min-width: 1024px) {
h2.blue-color{
  position: relative;
 &::after {
  background-color: #34A18B;
  position: initial;
  margin-top: 20px;
}
}
}


h2.black-color {
  position: relative;
 &::after {
  background-color: var(--noir);
  position: initial;
  margin: 0 auto !important;
  margin-top: 20px !important;
  text-align: center;

}
}

 .title-with-paragraphs h2,
 .about-poster-2 h2   {
    position: relative;
   &::after {
    background-color: var(--noir);
    position: initial;
    margin: inherit  !important;
    margin-top: 20px !important;
    text-align: left !important;
  }
  }

@media (min-width: 1024px) {
    h2.black-color {
    position: relative;
   &::after {
    background-color: var(--noir);
    position: initial;
    margin: 0 auto  !important;
    margin-top: 20px !important;
    text-align: left;
  
  }
  }

 .image-with-text-full h2.black-color,
 .modules h2.black-color,
 .image-with-list h2.black-color,
 .overview h2.black-color,
 .packs h2.black-color,
 .title-with-paragraphs h2,
 .post-detail-title h2 ,
 .about-poster-2 h2  {
    position: relative;
   &::after {
    background-color: var(--noir);
    position: initial;
    margin: inherit  !important;
    margin-top: 20px !important;
    text-align: left !important;
  
  }
  }

}


/***HEADER***/

.fixed-menubar-mobile {
  position: fixed;
  z-index:4;
  bottom: 0px;
  left: 0;
  right: 0;
  overflow-y: auto;
  background: var(--blue-gradient);
  display: block;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
  height: 90px;
  border-radius: 0px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  align-items: center;
}
button.navbar-toggler {
  display: none;
}

.fixed-menubar-mobile  {
  color: white;
  font-size: 9px;
  text-align: center;
}


.header-mobile-icon-youtube {
    background: linear-gradient(0deg, #2EBDEA 0%, #2EBDEA 100%), #34A18B;
}
.header-mobile-icon-snow {
  background: linear-gradient(0deg, #44CBE1 0%, #44CBE1 100%), #46BBA3;}

.header-mobile-icon-news {
background: linear-gradient(0deg, #5AD8D9 0%, #5AD8D9 100%), #59D4BB;}
.header-mobile-icon-news img {
  max-width: 100%;
  height: 28px;
  width: 30px;
  margin-top: -13Px;
  object-fit: cover;
}
.header-mobile-icon-dots {
  background: linear-gradient(0deg, #70E5D0 0%, #70E5D0 100%), #71E6CF;}

  .fixed-menubar-mobile .row.header-widgets .col-3 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fixed-menubar-mobile .row.header-widgets {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  max-height: 100%;
  padding: 0;
  margin: 0;
}
.fixed-menubar-mobile .row.header-widgets .col-3 a {
  display: grid;
  align-items: center;
  justify-content: center;
  align-content: center;
  justify-items: center;
  color: white;
}


/* NEWS */

.archive-navigation {
    width: 100%;
}

.nav-links {
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin: 150px 30vw 50px;
}

@media (min-width: 768px) {

    .nav-links {
        margin: 150px 40vw 50px;
    }

}



/****/


button#burger-mobile {
  background: none !important;
  border: 0px;
}

.global-menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -5;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
}

.global-menu-mobile.active {
  z-index: 3;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100dvh;
  transform: translate3d(-100vw, 0, 0);
  transition: transform .3s cubic-bezier(0, .52, 0, 1);
}

.global-menu-mobile .menufull-content li {
  margin-bottom: 20px;
  font-size: 22px;
}

.menu-mobile.fullscreen {
  transform: translate3d(0vw, 0, 0);
}

#burger {
  outline: none;
  transition: transform 0.3s cubic-bezier(0, 0.52, 0, 1);
}


.overlay.active {
  z-index: 999;
  opacity: 0.9;
  visibility: visible;
  transition-delay: 0s;
}
#close-mobile {
  background-color: transparent;
  border: 0px;
  position: absolute;
  top: 12%;
  right: 8%;
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  padding: 0;
  transition: opacity 0.5s ease, visibility 0s ease 0.5s;
}
.menufull-content {
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  background: var(--blue-gradient);
  display: flex;
  flex-direction: column;
  border-radius: 0px 14px 14px 0px;
  justify-content: space-around;
  align-items: stretch;
  padding: 10px 20px;
}

.menufull-content ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.menufull-content ul li a {
  color: white;
}


@media (min-width: 1024px)
{

  .navbar {
    justify-content: space-between;
  }
.fixed-menubar-mobile {
    display: none !important;
}
button.navbar-toggler {
  display: block;
}
}


@media (min-width: 1020px) and (max-width: 1022px)
{
  ul#additional-items{
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    justify-content: flex-end;
    top: 0;
    bottom: 0;
    left: 0;
    right: 25px;
    width: 90%;
}
.znav-container .navbar {
  z-index: 2;
}
}
@media (min-width: 1023px) and (max-width: 1300px)
{

ul#additional-items{
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  position: absolute;
  justify-content: flex-end;
  top: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 6px !important;
  right: 25px;
}
.znav-container .navbar {
  padding: 0px 0px 32px;
  z-index: 2;
}
}


/**BANNER video HOME PAGE**/

.banner-video h1 {
  text-align: center;
}

.banner-video .banner-buttons
{
text-align: center;
}
.banner-video {
  margin-top: 43px;
}

.banner-video .h-full {
  min-height: calc(100dvh - 130px) !important;
}

@media (min-width: 1024px) {
  .banner-video {
    margin-top: 48px;  }


  .banner-video .h-full {
    min-height: calc(100dvh - 63px) !important;
}
.banner-video .banner-buttons
  {
  text-align: left;
  }
  .banner-video h1 {
    text-align: left;
  }
}


/*****BANNER IMAGE****/
.banner-img h1, .banner-img h2, .banner-img .banner-buttons  {
  text-align: center !important;
}
.banner-img h2:after
{
  display: none;
}
.banner-img h2
{
  font-size: 25px;
}


.banner-img .h-full {
  min-height: calc(100vh - 130px) !important
}

section.banner-img h2 span {
  font-size: 14px;
}

@media (min-width: 1024px) {

.banner-img h1, .banner-img h2, .banner-img .banner-buttons  {
  text-align: left !important;
}
.banner-img {
  margin-top: 63px;
}

.banner-img .h-full {
  min-height: calc(100vh - 63px) !important
}
section.banner-img h2 span {
  font-size: 22px;
}
}
/*
section.banner-img {
  height: calc(100dvh - 64px);
}*/

/****TEXT WITH BACKGROUND BLEU ***/

.overview-bg-blue .text {
  background: var(--blue-gradient);
  border-radius: 20px;
}
section.overview-bg-blue p {
  text-align: center;
}
@media (min-width: 1024px) {
  section.overview-bg-blue p {
    text-align: left;
  }
}


/****IMAGE WITH TEXT****/

section.image-with-text h2 {
  font-size: 22px;
}
section.image-with-text {
  text-align: center;
}
.image-with-text li {
  font-size: 14px;
  padding-bottom: 10px;
  letter-spacing: 0.47px;
}

.image-with-text .video-modal.play-btn:before
{
  display: none;
}
@media (min-width: 1024px) {
  section.image-with-text {
    text-align: left;
  }
  section.image-with-text h2 {
    font-size: 25px;
  }
}

/****IMAGE WITH TEXT FULLWIDTH *****/
section.image-with-text-full {
  z-index: 2;
}
section.image-with-text-full {
  margin-bottom: -200px;
}
.image-with-text-full h2:after {
  margin: initial;
}
.image-with-text-full .text {
  margin: 0px 23px !important;
  top: -214px;
  border-radius: 20px;
  background: var(--white);
  box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.10);
  text-align: center;
}
.image-with-text-full .btn
{
width:100%;
}
@media (min-width: 768px) {

  section.image-with-text-full {
    margin-bottom: inherit;
}
  .image-with-text-full .text {
    margin: initial !important;
    top:0;
    border-radius: 0px;
    box-shadow: none;
    text-align:initial;
    background: var(--grey);
  }
  .image-with-text-full .btn
{
width:max-content;
}
}

/***PARTNERS***/

.owl-carousel .item {
  border: 0px !important;
}
.partners .owl-carousel .item {
  width: 100% !important;
  height: 80px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.partners .owl-carousel .item img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: inherit !important;
}

.owl-theme.owl-nav-outer .owl-nav .owl-prev {
  left: 0rem !important;
}
.owl-theme.owl-nav-outer .owl-nav .owl-next {
  right: 0rem !important;
}
.owl-theme .owl-nav [class*=owl-]
{
    top: 32% !important;
    width: 26px !important;
    height: 26px !important;
}
.owl-stage-outer{
  position:relative !important;
}

.owl-prev, .owl-next {
    position:absolute !important;
 }

@media (min-width: 1024px) {
  .owl-theme.owl-nav-outer .owl-nav .owl-prev {
    left: -10% !important;
  }
  .owl-theme.owl-nav-outer .owl-nav .owl-next {
    right: -10% !important;
  }
  .partners .owl-carousel .item {
    width: 242.5px !important;
    height: 120.5px !important;
  }
  .owl-theme .owl-nav [class*=owl-]
{
    top: 50% !important;
    width: 50px !important;
    height: 50px !important;
}
.partners .owl-carousel .item img {
  width: auto !important;
}
  }


  /****BLOG***/
  section.blog {
    z-index: 1;
}


  .blog-category {
    border: 1px solid var(--clear-blue);
    width: fit-content;
    border-radius: 50px;
    padding: 5px 10px;
    margin: 0 auto;
    margin-bottom: 12px;
    font-size: 13px;
}

.blog-cta {
  margin: 0 auto;
}
.blog .owl-carousel .owl-item img {
  height: 240px;
  OBJECT-FIT: cover;
}

section.posts.similar img,
section.posts img
{
  height: 350px;
  OBJECT-FIT: cover;
}
/***FAQ***/

 .FAQ h2.black-color {
    position: relative;
   &::after {
    background-color: var(--noir);
    position: initial;
    margin: inherit  !important;
    margin-top: 20px !important;
    text-align: left;
  
  }
  }


.FAQ-subtitle {
  border: 1px solid var(--clear-blue);
  width: fit-content;
  border-radius: 50px;
  padding: 5px 10px;
  margin-bottom: 12px;
  font-size: 13px;
}



/**accordion**/

.acc-content p {
  text-transform: initial;
}

.acc-content a {
  color: var(--blue);
}

.acc {
  margin-bottom: 10px;
}

.acc-head {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.20);
  padding: 15px 20px 15px 10px;
  position: relative;
  cursor: pointer;
  &::after,
  &::before {
      content: '';
      position: absolute;
      top: 50%;
      right: 0px;
      transform: translateY(-50%);
      background-image: url(../images/icons/polygon-plus.svg);
      background-size: contain;
      background-repeat: no-repeat;
      transition: all 0.3s ease-in-out;
      width: 20px;
      height: 20px;
  }
}

.acc-head::after {
  background-image: url(../images/icons/polygon-moins.svg) !important;
  text-align: center;
  display: none;
}

.acc-head.active::before {
  display: none;
}

.acc-head.active::after {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}

.acc-head p {
  color: var(--noir);
  font-size: 16px;
  margin-right: 20px;
}

.acc-head h3,
.author b {
  font-family: 'AntiqueOliveStd-Roman';
}
.acc-head h3 {
  font-size: clamp(14px, 18px, 18px) !important;
}

.acc-content {
  padding: 15px 10px;
  display: none;
    font-family: 'AntiqueOliveStd-Light';
}


.acc-head.active::before {
  transform: rotate(90deg);
}





/***end Accordion***/



/***NEWSLETTER***/


._row._checkbox-radio input {
  width: auto !important;
}
legend._form-label {
  font-size: 18px;
}
section.newsletter ._error-inner {
  color: white;
}
._button-wrapper._full_width {
  margin: 20px;
}

._full_width ._field-wrapper {
  width: 80%;
}
._form-fieldset {
  display: flex ;
  width: 80%;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}
._field-wrapper select {
  border-radius: 50px;
  border-color: var(--clear-blue) !important;
  border: 1px solid;
  padding: 4% !important;
  width: 100%;
}

@media (min-width: 1024px) {
._full_width ._field-wrapper {
  width: 20%;
}
._form-fieldset {
  width: 21%;
}
}

section.newsletter button,
button._submit{
  color: var(--clear-blue) !important;
  background-color: white;
  border-color: var(--white);
  padding: 0.8rem 2.5rem !important;
  font-family: "AntiqueOliveStd-Roman", sans-serif !important;
  font-size: clamp(10px, 12px, 13px) !important;
  letter-spacing: 0.01em !important;
  border: 1px solid var(--clear-blue) !important;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  line-height: 1.5 !important;
  border-radius: 80px;
}

section.newsletter ._full_width ._field-wrapper {
  width: 100%;
}
section.newsletter ._form-fieldset {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  flex-direction: row;
}
section.newsletter button:hover {
  color: var(--noir);
  background-color: white;
  border-color: var(--white);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
section.newsletter label {
  text-align: left !important;
  color: white;
  display: flex;
}

.newsletter ._form-fieldset  {
  color: white;
}

.newsletter legend._form-label {
  font-family: "AntiqueOliveStd-Light" !important;
  font-size: 18px;
}
.newsletter span
{ 
  width:100%
}
.newsletter input.form-control {
  border-radius: 80px;
}

.newsletter form .row {
  flex-direction: column;
}
.newsletter form .row input {
  margin-bottom: 15px;
}
.newsletter .btn-blue {
  margin-left: 0px;
}

._row._checkbox-radio input#field_13italien {
  width: 24%;
}

._row._checkbox-radio input#field_13français {
  width: 20% !important;
}
._form_element {
    margin: 20px;
}

._form-fieldset legend {
    margin-bottom: 0;
}

._row._checkbox-radio {
    display: flex;
}

._row._checkbox-radio span {
    display: flex;
    align-items: center;
}

._row._checkbox-radio span label {
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 10px;
    letter-spacing: 0.47px;
}

@media (min-width: 768px) {

.newsletter form .row {
    flex-direction: row;}
.newsletter span{ 
  width:70%}
.newsletter form .row input {
  margin-bottom: 0px;}

}
.newsletter .btn-blue {
  width: 100%;
  margin-left: 5px;
}


/****LANDING PAGE****/


.subtitle {
  border: 1px solid var(--clear-blue);
  width: fit-content;
  border-radius: 50px;
  padding: 5px 10px;
  margin: 0 auto;
  margin-bottom: 12px;
  font-size: 13px;
}
.landing-header h1, 
.landing-header h2{
  text-align: center !important;
}

.landing-header h1 span,
.page-title h1 span{
  position: relative;
&::after {
    background-color: var(--clear-blue);
    content: '';
    margin: 0 auto;
    height: 1px;
    width: 12%;
    display: block;
    margin-top: 15px;
}}

.landing-header h2  {
 font-size: 22px;
}
.landing-header h2:after  {
  display: none;
 }
.landing-header h2 span {
  display: inline;
  flex-direction: row;
}
.landing-header .btn-primary {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.overview h2 {
  text-align: center !important;
}


/*Items course*/


.item-course {
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.item-course img {
  width: 31px;
}
.item-course span ,
.item-course span p {
  font-size: 12px;
  font-family: 'AntiqueOliveStd-Light';
}

.packs .item-course {
  display: flex;
  align-content: center;
  align-items: center;
}
.packs .item-course img {
  width: 46px;
  display: flex;
  display: none;
}

.packs .item-course span ,
.packs .item-course span p {
  font-size: 12px;
  color:white;
  font-family: 'AntiqueOliveStd-Light';
}
.item-course ul li {
  padding-bottom: 10px;
  font-size: 14px;
}

.item-course ul {
  list-style: none;
  padding-left: 20px;
}
.items-course  {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0px 50px;
}
.landing-header.stage h2 {
  display: none;
}
.landing-header.stage h1 {
  margin-bottom: 40px;
}
.landing-header.stage .items-course,
.brief.stage .items-course {
  display: grid;
  grid-template-columns: 1fr !important;
}

.landing-header.stage .item-course b,
.brief.stage .item-course b {
  letter-spacing: 0.47px;
  margin-bottom: 7px !important;
}
.landing-header.stage .item-course ul,
.brief.stage .items-course ul
{
  column-count: 1;
}

@media (max-width: 767px) {



.items-course {
  grid-template-columns: 1fr;
}
}

@media (min-width: 1024px) {

  .landing-header.stage .item-course ul, 
  .brief.stage .items-course ul {
    /* column-count: 2; */
    margin-top: 12px;
    margin-bottom: 0px;
    list-style: disc;
}

  .item-course span ,
  .item-course span p{
    font-size: 15px;
    
  }
  .packs .item-course span ,
.packs .item-course span p {
  font-size: 15px;
  color:white
}
  
  .subtitle{
  margin: inherit;
  margin-bottom: 12px;
}
.formations .subtitle
{
  margin: 0 auto;
}
.formations img
{
height: 280px;
width: 100%;
object-fit: cover;
}

.landing-header h1, 
.landing-header h2{
  text-align: inherit !important;
}
.landing-header h1 span {
  position: relative;
 &::after {
  margin: inherit;
  margin-top: 15px;
}
}
.page-title h1 span {
  position: relative;
 &::after {
  margin-top: 15px;
}
}

.landing-header .btn-primary {
  display: inherit;
  width: fit-content;
  margin: inherit;
}
.overview h2 {
  text-align: inherit !important;
}
}
/*Image quote*/

.quote-img h2:after {
display: none;
}
.quote-img .row
{
  min-height: 30vh;
}

section.quote-img{
  margin: 20px;
}

@media (min-width: 1024px) {

.quote-img .row
{
  min-height: 50vh;
}
section.quote-img{
  margin: inherit;
}
}

/***IMAGE WITH LISTS**/

section.image-with-list  img {
  width: 100%;
  height:100%;
  object-fit: cover;
  object-position: center;
}

section.image-with-list li {
  font-size: 15px;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  color: var(--noir);
}

section.image-with-list ul{
  padding: inherit;
  list-style: none;
}

section.image-with-list h2
{
  text-align: center !important;
}

.image-with-list .elements,
.video-details .elements  {
  columns: 2;
  gap: 0px 50px;
  align-items: center;
}
.image-with-list .image_2
{
  display:block;
}
@media (max-width: 767px) {

.image-with-list .elements,
.video-details .elements{
  columns: 1;
}
.image-with-list .image_2
{
  display:none;
}
}

@media (min-width: 1024px) {
  section.image-with-list h2
  {
    text-align: inherit !important;
  }
  section.image-with-list  img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
  }
}

/***MODULES***/
.modules-details .module-description li {
  letter-spacing: 0.47px;
  padding: 6px 0px;
}
.modules .acc-head.active {
  border-bottom: 0px;
}
.modules .acc-content {
  border-bottom: 1px solid;
  padding-left:0px !important;
}
.modules .acc-content {
  border-bottom: 1px solid;
  padding-left: 0px !important;
}
.modules .acc-content .module-item{
  flex-direction: row;
    align-content: center;
    align-items: center;
}
.module-item img {
  width: 27px;
}
.modules .acc-content p {
  margin: 0;
}
.modules .modules-details .subtitle {
  border: 1px solid var(--grey);
  width: fit-content;
  background-color: var(--grey);
  border-radius: 50px;
  padding: 7px 26px;
  margin: 0px;
}
.modules .modules-details h3 {
  margin: 0px;
  font-size: 15px;
}

.modules .modules-details .subtitle span{
  font-family: 'AntiqueOliveStd-Roman';

}
.modules 
.acc {
  margin-bottom: 0px; 
}
.modules .acc-head.stage {
  pointer-events: inherit;
}

.modules .acc-head.stage {
  display: flex;
  flex-direction: column;
  align-items: start;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.20);
  padding: 20px 20px 20px 10px;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  &::after,
  &::before {
      content: '';
      position: absolute;
      top: 50%;
      right: 0px;
      transform: translateY(-50%);
      background-image: url(../images/icons/polygon-plus.svg);
      background-size: contain;
      background-repeat: no-repeat;
      transition: all 0.3s ease-in-out;
      width: 25px;
      height: 25px;
  }
}
.modules .acc-head.formation {
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: start;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.20);
  padding: 20px 20px 20px 10px;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  &::after,
  &::before {
    display: none;
      /* content: '';
      position: absolute;
      top: 50%;
      right: 0px;
      transform: translateY(-50%);
      background-image: url(../images/icons/polygon-plus.svg);
      background-size: contain;
      background-repeat: no-repeat;
      transition: all 0.3s ease-in-out;
      width: 25px;
      height: 25px; */
  }
}

.modules .acc-head.stage::after {
  background-image: url(../images/icons/polygon-moins.svg);
  text-align: center;
}

.modules h2,
.modules h6
{
  text-align: center !important;
}

.brief .btn-primary {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.brief li {
  /* padding: 8px; */
  font-size: 14px;
  letter-spacing: 0.47px;
}

@media (min-width: 1024px) {
  .modules .acc-content {
    padding-left: 16px !important;
  }

  .modules h2,
  .modules h6
  {
    text-align: inherit !important;
  }
.modules .acc-head.formation {
  display: flex;
  align-items: center;
  flex-direction: row;
  border-color: var(--noir);
  padding: 15px 20px 15px 10px;
  font-size: 20px;
  position: relative;
  cursor: pointer;
 &::before {
  display: none;
  /* content: 'voir plus';
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  background: transparent;
  width: fit-content;
  height: auto;
  border-radius: 50PX;
  font-size: 14px;
  padding: 8px 20px;
  color: var(--clear-blue);
  border: 1px solid; */
}
}
.modules .acc-head.stage {
  display: flex;
  align-items: center;
  flex-direction: row;
  border-color: var(--noir);
  padding: 15px 20px 15px 10px;
  font-size: 20px;
  position: relative;
  cursor: pointer;
 &::before {
  content: 'voir plus';
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  background: transparent;
  width: fit-content;
  height: auto;
  border-radius: 50PX;
  font-size: 14px;
  padding: 8px 20px;
  color: var(--clear-blue);
  border: 1px solid;
}
}
body.inspire-cours-template-default.lang-it .modules .acc-head.stage:before {
    content: 'VEDI DI PIÙ';
  }
  body.inspire-cours-template-default.lang-it .modules .acc-head.stage:after {
    content: 'VEDI DI MENO';
  }



.modules .acc-head.stage::after {
  background-image: none !important;
  content: 'voir moins';
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  background: transparent;
  width: fit-content;
  height: auto;
  border-radius: 50PX;
  font-size: 14px;
  padding: 8px 20px;
  color: var(--clear-blue);
  border: 1px solid;
}

.modules .acc-head:hover::after,
.modules .acc-head:hover::before{
  background: var(--clear-blue);
  color: white;
  border: 1px solid;
}

  .modules .modules-details h3 {
  margin: 0px;
  font-size: 18px;
  width: 70%;
}

  .modules .acc-head {
    display: flex;
    flex-direction: row;
    border-color: var(--noir);
    padding: 18px 0px 18px 0px;
    font-size: 20px;
    position: relative;
    cursor: pointer;
    align-items: center;
  }
  .brief .btn-primary {
    display: inherit;
    width: fit-content;
    margin: inherit;
  }
  }
  


  /**PACKS**/

  .packs h2{
    text-align: center;
  }

.packs p,
.packs a{
    color:white;
  }
  .packs-details  {
    /* display: flex;
    flex-direction: column;
    gap: 23px 31px; */
    margin-left: 0 !important;
    margin-right:0 !important;
  }

@media (min-width: 1024px) {

  .packs h2{
    text-align: inherit;
  }

/* .packs-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
} */
}

.plan {
  display: flex;
  color: #fff;
  width: 100%;
}

.plan__title p {
  color: white;
  opacity: 0.8;
}
.plan__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: clamp(30px,3vw,50px);
}

.plan:nth-child(1),
.plan
{
border-radius: 20px;
background: #2EBDEA;
}

.plan:nth-child(2)
{
  border-radius: 20px;
  background: #2EBDEA; 
}
.plan:nth-child(3)
{
  border-radius: 20px;
  background: #2EBDEA; 
}
.plan__header {
  text-align: center;
}
.plan__title {
  margin-bottom: clamp(30px,3vw,60px);
  font-size: 22px;
  text-align: center;
}
.plan__amount{
text-align: center;
margin-bottom: 2.5em;
position: relative;
}

.plan__price {
  position: relative;
  display: inline-block;
  font-size: 70px;
  font-family: 'AntiqueOliveStd-Light';
}


.plan__amount sup {
  /* position: absolute; */
  top: 0;
  /* left: 65%; */
  /* margin-top: 0.2em; */
  /* display: flex; */
  /* gap: 0px; */
  font-size: 70px;
  /* font-weight: 500; */
}

.plan li {
  font-size: 15px;
  margin-bottom: 5px;
  position: relative;
  font-family: 'AntiqueOliveStd-Light';
}
.plan__adv
{
  margin-top: 50px;
}
.plan__footer span {
  font-size: 22px;
}
.plan__footer {
  margin-top: clamp(35px,3vw,75px);
  text-align: left;
  letter-spacing: 0,47px;
}

.plan__footer .items-course {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0px 50px;
}
.plan__discounts
{
font-size: 13px;
color: white;
}
.plan ul{
  list-style: none;
  margin-top: 15px;
}
.plan li::before {
  content: '';
  background-image: url(../images/icons/check.svg);
  position: absolute;
  left: -25px;
  top: 1%;
  height: 100%;
  width: 15px;
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}

ul.plan__list {
    list-style: none;
    position: relative;
}

/**image parallax**/

section.img-parallax.has-parallax {
  height: clamp(350px,50vw,400px );
}

/**Paragraph with overlay**/

section.about-poster img {
  object-fit: cover;
  height: 200px;
  width: 100%;
}
.about-poster h2:after {
  display: none;
}

.about-poster-2 .subtitle{
  margin: inherit;
  margin-bottom: 12px;
}

@media (min-width: 1024px) {
section.about-poster img {
  object-fit: cover;
  height: 450px;
  width: 100%;
}
}

/**CARDS**/
.cards img {
  height: 120px;
  object-fit: contain;
  margin-bottom: 40Px;
  filter: brightness(0) invert(1);

}
.cards-details  {
  display: flex;
  flex-direction: column;
  gap: 23px 31px;
  margin-left: 0%;
}
section.cards{
  margin-right:20px;
  margin-left:5px;
}
@media (min-width: 1024px) {
section.cards{
  margin-left:inherit;
  margin-right:inherit;
}

.cards-details {
display: flex;
/* grid-template-columns: repeat(3, 1fr); */
gap: 20px;
flex-direction: row;
height: 100%;
width: 100%;
flex-wrap: nowrap;
align-items: center;
align-items: stretch;
}

.cards-details > * {
flex: 1 1 calc(33.33% - 20px);
max-width: calc(33.33% - 20px);
display: flex;
flex-direction: column;
}


}

.card-item {
display: flex;
color: #fff;
}

.card-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: clamp(30px,3vw,50px);
  justify-content: flex-start;

}

.card-inner-button {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}


section.cards .card-item:nth-child(1),
.card-item{
  background-color: #70E5D0;
}
section.cards .card-item:nth-child(2) {
  background-color: #51D7D8;
}
section.cards .card-item:nth-child(3) {
  background-color:#2EBDEA;
}


/*** section video***/
section.video img {
  height: 450px;
  object-fit: cover;
  width: auto;
}

/*****/


/***VIDEO WITH TEXT****/

@keyframes fx-plyr-play-button {
  0% {
      transform: scale(.5)
  }

  to {
      opacity: 0
  }
}


.video-modal.play-btn:before {
  animation: fx-plyr-play-button 2s ease-out infinite;
  border: 6px solid var(--white);
  border-radius: 200%;
  box-shadow: 0 0 5px #0000004d;
  box-sizing: border-box;
  content: "";
  height: 200%;
  left: -50%;
  position: absolute;
  top: -50%;
  width: 200%;
}


.popup-video {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.popup-video .play-btn {
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  font-size: 32px;
  color: var(--white);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  -moz-backdrop-filter: blur(3px);
  -ms-backdrop-filter: blur(3px);
}
.video-with-text .video{
position: relative;
}
.video-with-text li {
  font-size: 12px;
  padding-bottom: 10px;
}
.row.video-details{
  text-align: left;
}
.row.video-details span {
  padding-bottom: 10px;
  display: block;
  font-family: 'AntiqueOliveStd-Roman';
  font-size: 13px;
}
.video-with-text .subtitle{
  margin: inherit;
  margin-bottom: 12px;
}
.video-with-text h2.blue-color:after {
    bottom: -8px !important;
    left: 0 !important;
}

@media (max-width: 448px) {

.video-with-text .row{
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
}


/***QUOTE TEXT****/

.quote-text h2::after
{
  display: none;
}


/**BLOG**/
span.page-numbers.current {
  display: flex;
  /* font-size: 21px; */
  font-weight: 900;
  padding: 2px 15px;
  margin-top: -3px;
  border: 1px solid black;
}
a.page-numbers {
  padding: 0px 11px;
}
.search-input-wrapper {
  position: relative;
}

.search-icon {
  position: absolute;
  left: 15px;
  display: flex;
  height: 100%;
  border: none;
  background: none;
  top: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--clear-blue);

}
.single-blog-title img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.single-blog-title h1 {
  font-size: 20px;
}
.single-post h2 {
  color: var(--clear-blue);
}
.posts img,
.single-blog-title img {
  width: 100%;
}

.single-post h2,
.single-post h3,
.single-post h4 {
    margin: 10px 0 0px;
}

button#searchsubmit i {
  cursor: pointer;
  font-size: 23px;
  font-weight: 500;
}

 .search form input {
  border: 1px solid var(--clear-blue) !important;
  color: var(--noir);
  padding: 10px 0px 10px 58px;
  font-size: 14px;
  letter-spacing: 0.42px;
  text-align: left;
  width: 100%;
}
.post-item .subtitle, 
.post-item .date {
  display: inline-flex;
  flex-direction: row;
}
.post-detail-title .date span,
.post-item .date span,
.post-item .author span,
.post-detail-title .author span{
  font-family: 'AntiqueOliveStd-Roman';
  font-size: 11px;
}
.post-detail-title .subtitle, 
.post-detail-title .date {
  display: inline-flex;
  flex-direction: row;
    margin: 10px 0px !important;
}

.post-item  .date {
  width: auto;
  float: right;
}
.post-item .author, 
.post-item .btn-with-icon {
  display: inline;
}
.btn-with-icon{
    float: right;
    display: inline-block;
    padding-left: 8px;
    top: 4px;
    position: relative;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.btn-with-icon:hover {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
}
.post-item {
  border-bottom: 1px solid #0000004a;
  padding-bottom: 20px;
}
.post-social-share .social-icons-group svg {
  font-size: 22px;
  color: white;
  background: var(--blue-gradient);
  width: 40px !important;
  height: 40px !important;
  border-radius: 50px;
  padding: 10px;
}
.post-detail-title {
  padding: 0px 40px;
}

.single-blog-contenu .background-overlay {
  background-position: top right;
  top: 0%;
  left: 0;
  background-size: auto;
}
.search form input {
  width: clamp(100%, 5vw, 80%);
}
section.single-blog-contenu, .free-text {
  text-align: center;
}
section.single-blog-contenu {
  font-family: 'AntiqueOliveStd-Light';
}

@media (min-width: 1024px) {
.single-blog-title h1 {
  font-size: 30px;
}
section.single-blog-contenu, .free-text {
  text-align: left;
}

}
@media (max-width: 1024px) {

  section.single-blog-title .row {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
  }
  .post-detail-title{
    margin: 0 auto;
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

  }
  
@media (min-width: 768px) and (max-width: 1024px) {
  
  .post-detail-title {
    padding: 0px 20px;
}  
}

@media (min-width: 481px) and (max-width: 767px) {
  
  .post-detail-title {
    padding: 0px 40px;
}  

}

/**Contact page**/

.form-control,input,textarea {
  border-radius: 50px;
  border-color: var(--clear-blue)!important;
  border: 1px solid;
  display: block;
    width: 100%;
}
textarea {
  border-radius: 20px !important;
}


/**title-with-paragraph**/

.title-with-paragraphs .subtitle{
  margin: inherit;
  margin-bottom: 12px;
}
    
/**FOOTER**/

ul#menu-menu-copyright,
ul#menu-menu-copyright-it {
  text-align: center;
}
.footer {
  padding-bottom: 125px;
  padding-top: 55px;
}
.footer .menu {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
}

.footer a{
  font-family: 'AntiqueOliveStd-Light';
  font-size: 13px;
  letter-spacing: 0.33px;
}

.footer h6 {
    text-align: left;
}
.footer .liens-3 a{
  text-align: left;
  font-size: 14px;
  font-family: 'AntiqueOliveStd-Roman';

}
.footer .liens-3 ul {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
}
.footer span, .footer p
{
  color: var(--white);
  font-size: 11px;
}
.social-icons-group svg {
  font-size: 22px;
  color: white;
}
.social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
  margin-bottom: 54px;
}

.footer .liens,
.footer .liens-1,
.footer .liens-2,
.footer .liens-3{
text-align: left;
}
.footer ul{
  padding: 0px;
  margin-bottom: 6px;
  list-style: none;
}
.footer a {
    color: var(--white) !important;
}
ul#menu-menu-copyright li:not(:last-child) a:after ,
ul#menu-menu-copyright-it li:not(:last-child) a:after {
  display: inline-flex;
  content: " ";
  height: 0px;
  width: 5px;
  position: relative;
  top: -4px !important;
  border-bottom: 1px solid white;
  margin: 0px 3px 0px 8px;
  padding-right: 0px;
}
ul#menu-menu-copyright li,
ul#menu-menu-copyright-it li {
    color: var(--white) !important;
    display: inline-flex !important;
}
.footer .liens-3 ul li {
  margin-bottom: 0.5rem !important;
}


@media (min-width: 1024px) {

.footer {
  padding-bottom: 38px;
  padding-top: 120px;

}
.social-links {
  justify-content: center;
  margin-bottom: initial;
}
}


/**/
.remodal {
  padding: 5px !important;
}

/**/
/*ACCOUNT PAGES*/
/**/

.woocommerce-members_area .woocommerce table.my_account_orders td:nth-child(3), 
.woocommerce-members_area .woocommerce table.my_account_orders th:nth-child(3),
.woocommerce-members_area .woocommerce table.my_account_orders td:nth-child(4), 
.woocommerce-members_area .woocommerce table.my_account_orders th:nth-child(4) {
    display: none;
}

.membership-actions .cancel {
    display: none;
}


/**SENSEI PLUGIN**/

section.wp-block-group {
  padding: 0px 10px !important;
}
td.membership-sensei-title {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: flex-start;
  gap: 10px;
}

td.membership-sensei-title a {
  background: var(--clear-blue);
  color: white;
  padding: 10px;
  border: 1px solid var(--clear-blue);
  border-radius: 25px;
  display: flex;
    width: fit-content;
    margin-bottom: 20px;
    margin-top: 34PX;
}

.editor-styles-wrapper .sensei-lms-course-navigation-module__title, .sensei-lms-course-navigation-module__title {
  font-size: 17px;
}

.wp-block-sensei-lms-course-outline.is-style-default .wp-block-sensei-lms-course-outline-module:not(.is-style-minimal) .wp-block-sensei-lms-course-outline-module__header:not(.has-background), .wp-block-sensei-lms-course-outline-module.is-style-default .wp-block-sensei-lms-course-outline-module__header:not(.has-background) {
  background-color: var(--clear-blue) !important;
}

.single-leson h2.wp-block-heading {
  margin-bottom: 20px !important;
}

.single-leson h2.wp-block-heading
&::after {
    background-color: var(--clear-blue);
    content: '';
    height: 1px;
    width: 12%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.single-leson .zopacity,.single-leson  *[data-zanim-trigger] {
  opacity: 1 !important;
}
.wp-block-sensei-lms-course-outline-lesson:not(.has-text-color), 
.entry-content .wp-block-sensei-lms-course-outline-lesson:not(.has-text-color), 
.sensei .entry-content .wp-block-sensei-lms-course-outline-lesson:not(.button):not(.has-text-color) {
  color: black !important;
}
.editor-styles-wrapper .sensei-course-theme__main-content.wp-block-post-title, 
.editor-styles-wrapper .sensei-course-theme__main-content .wp-block-post-title, 
.sensei-course-theme.wp-block-post-title, 
.sensei-course-theme .wp-block-post-title {
  font-size: clamp(1.25rem,1.536rem + 1.905vw,2.25rem) !important;
}

.sensei-lms-course-navigation-lesson.status-locked, 
.sensei-lms-course-navigation-lesson.status-not-started .sensei-lms-course-navigation-lesson__status {
  opacity: 0.9 !important;
}

.wp-block-sensei-lms-course-theme-course-progress-bar,
.wp-block-sensei-lms-course-theme-course-progress-bar :first-child {
  height: 9px;
  border-radius: 5px;
}
.sensei-course-theme-course-progress-bar-inner {
  background-color: var(--clear-blue) !important;
}

body:not(.sensei-video-lesson):not(.editor-styles-wrapper) .sensei-course-theme__video-container .sensei-course-theme__sidebar {
  background: var(--blue-gradient) !important;
  color: white !important;
  border-radius: 15px;
}
.sensei-course-theme__sidebar a[class*=sensei-],
.sensei-lms-course-navigation-module__summary,
.editor-styles-wrapper .wp-block .wp-block-sensei-lms-course-theme-course-progress-counter, 
.wp-block-sensei-lms-course-theme-course-progress-counter,
.editor-styles-wrapper .sensei-lms-course-navigation-module .sensei-collapsible__toggle, 
.sensei-lms-course-navigation-module .sensei-collapsible__toggle {
  color: white !important;
}
.editor-styles-wrapper .sensei-lms-course-navigation-module__title, 
.sensei-lms-course-navigation-module__title {
  color: var(--white) !important;
}
.wp-block-sensei-lms-course-outline-module-bordered {
  border: 0px !important;
}

.single-lesson .zopacity, *[data-zanim-trigger] {
  opacity: 1 !important;
}

@media (min-width: 1024px) {
  section.wp-block-group {
    box-sizing: border-box;
    color: #ffffff !important;
    padding-top: 20px !important;
    padding-right: 90px !important;
    padding-bottom: 20px !important;
    padding-left: 90px !important;
    border: 0px;
  }
  .single-lesson iframe,
  .single-course iframe  {
    width: 900px !important;
    height: 500px !important;
  }
  .sensei-course-theme-course-progress-bar-inner {
    background-color: white !important;
  }
  td.membership-sensei-title a {
    display: block;
      width: fit-content;
      margin-bottom: 0px;
      margin-top: 0PX;
  }
}


.wp-block-group section {
    padding: 0;
}

.bienvenue section {
  padding: 0 !important;
  margin: 0;
}

.bienvenue {
  margin: 0;
  padding: 0;
  text-align: center;
}
h3.wp-block-sensei-lms-course-outline-module__lessons-title {
  color: var(--noir) !important;
  font-size: 13px !important;
  text-transform: none !important;
  font-family: 'AntiqueOliveStd-Light';
}

figure.wp-block-embed.is-type-video.is-provider-vimeo.wp-block-embed-vimeo {
  text-align: center;
}

.sensei-course-theme-locked-lesson-notice__actions {
    justify-content: start !important;
}
.sensei-course-theme-locked-lesson-notice__actions {
  flex-direction: row !important;
}
.wp-block-sensei-lms-exit-course {
  text-decoration: none !important;
}
.sensei-course-theme .wp-block-button.wp-block-button:not(.is-style-outline,
.is-style-link):not(.sensei-course-theme-quiz-graded-notice__pending-grade):hover,
.sensei-course-theme .wp-block-button.wp-block-button.is-style-outline:hover {
  background-color: transparent !important;
}
.sensei-buttons-container {
  display: flex;
  gap: 25px;
}
.sensei-progress-bar__progress {
  background-color: var(--clear-blue) !important;
}
.wp-block-sensei-lms-course-outline .wp-block-sensei-lms-course-outline-module .wp-block-sensei-lms-course-outline-module__progress-indicator__text, .wp-block .wp-block-sensei-lms-course-outline-module .wp-block-sensei-lms-course-outline-module__progress-indicator__text
{
  text-transform: none !important;
}

.wp-block-sensei-lms-button-lesson-completed {
  pointer-events: none;
}
.wp-block-sensei-lms-button-lesson-completed button {
  border-color: grey !important;
  color: grey !important;
}
.sensei-course-theme .sensei-lms-notice {
  border-radius: 15px;
}
@media screen and (max-width: 782px)
{
body:not(.sensei-video-lesson):not(.editor-styles-wrapper) .sensei-course-theme__video-container .sensei-course-theme__sidebar {
  border-radius: 0px;
}
.wp-block-group.alignwide.sensei-pattern-group {
  padding: 0px 10px !important;
}
.sensei-course-theme-locked-lesson-notice__actions {
  flex-direction: column !important;
}
.sensei-course-theme .sensei-lms-notice {
  border-radius: 0px;
}
.editor-styles-wrapper .wp-block-sensei-lms-course-title, 
.wp-block-sensei-lms-course-title {
  white-space: break-spaces;
}
.sensei-course-theme__header .wp-container-core-group-layout-2.wp-container-core-group-layout-2 {
  display: flex;
  justify-items: end;
}
}
/**Membership PLUGIN*/

.logged-in .woocommerce-info.wc-memberships-restriction-message.wc-memberships-message.wc-memberships-content-restricted-message {
  display: block !important;
}
.woocommerce-info.wc-memberships-restriction-message.wc-memberships-message.wc-memberships-content-restricted-message {
  display: none !important;
}


/***Contact form medal**/


/* Modal styles */

#contactFormModal {
  display: none; 
  position: fixed; 
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgba(0,0,0,0.5); 
}

/* Modal Content */
#contactFormModal .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%; 
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* Close button */
#contactFormModal .close {
  color: #aaa;
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 28px;
  font-weight: bold;
}

#contactFormModal .close:hover,
#contactFormModal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


@media (min-width: 1024px) {

  #contactFormModal .modal-content {
    width: 60%; 
    padding: 60px;
  }

}



/**PopUp apercu***/


.remodal.apercu,
.remodal.achat{
  max-width: 1050px;
  padding: 40px !important;
  border-radius: 8px;
}
.remodal.apercu .video-container {
  z-index: 2;
  position: relative;
}
.remodal.apercu span.popup_price,
.remodal.achat span.popup_price {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
  font-size: 25px;
  font-weight: 600;
}
.remodal.apercu .popup_author,
.remodal.achat .popup_author {
  width: 100%;
}
.remodal.apercu .popup_footer,
.remodal.achat .popup_footer {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.remodal.achat span.pourcentage
{
  top: -22%;
}
.remodal.achat .produit_attache {
  width: 100%;
}
.remodal.achat .plan__price {
  font-size: 40px;
}
.remodal.achat .plan__amount sup {
  font-size: 2.4em;
}
.remodal.achat .achat-unique button {
  border: 0px;
  background: transparent;
  /* text-decoration: underline; */
  cursor: pointer;
}

@media (min-width: 1024px) {

.remodal.apercu .popup_footer,
.remodal.achat .popup_footer {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.remodal.apercu span.popup_price,
.remodal.achat span.popup_price {
  justify-content: flex-end;
  font-size: 30px;
}
}


/***FREQUENTLY BOUGHT TOGETHER***/

.produit_attache_product:not(:first-child):before {
  background: var(--clear-blue);
  content: '+' !important;
  display: block;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 30px;
  margin: 0 auto 10px;
  overflow: hidden;
  line-height: 1;
  position: absolute;
  top: -18%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 0 0 -18px;
  border-radius: 50px;
  border: 1px solid white;
  padding: 3px 10px;
}

.produit_attache {
  text-align: center;
  justify-content: center;
}
.produit_attache h4 {
  font-size: 14px;
  padding: 20px;
  font-family: 'AntiqueOliveStd-Roman';
}

span.pourcentage {
  border: 1px solid black;
  border-radius: 100%;
  padding: 10px 4px;
  text-decoration: none !important;
  position: absolute;
  top: -40%;
  /* bottom: 0; */
  font-size: 14px;
}
.produit_attache_purchase {
  margin-top: 5%;
}
.produit_attache img {
  border-radius: 20px;
}

.thematique {
  margin-bottom: 10px;
  font-size: 15px;
  color: var(--clear-blue);
}
.thematique {
  text-align: center;
}
span.woocommerce-Price-amount.reduced {
  font-weight: 800;
  font-size: 18px;
}

.remodal.achat:after ,
.remodal.apercu:after {
  content: '';
  display: block;
  position: absolute;
  width: auto !important;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto !important;
  margin: 23px !important;
  border-bottom-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  border-top-width: 1px;
  border-radius: 8px;
}
.produit_attache_product,
.produit_attache_product_initial {
  margin-top: 45px;
}

@media (min-width: 1024px) {

  .thematique {
    text-align: left;
}
.produit_attache_product:not(:first-child):before {
  top: 30%;
  left: 0;
}
.produit_attache_product,
.produit_attache_product_initial {
  margin-top: 0px;
}
}




/**SIMILAIRE FORMATIONS*****/

.buttons-apercu {
  z-index: 2;
  position: relative;
}

.image-container-4-3 {
  position: relative;
  width: 80%;
  padding-top: 70%;
  overflow: hidden;
  display: flex; 
  justify-content: center; 
  align-items: center; 
}

.image-container-4-3 img {
  position: absolute;
  top: 0;
  width: auto;
  height: 100%;
  object-fit: cover; 
}

.similaire-products  .row {
  padding: 10px;
}

.similaire-products .owl-theme.owl-nav-outer .owl-nav .owl-prev {
  left: -2rem !important;
  top:25% !important
}
.similaire-products .owl-theme.owl-nav-outer .owl-nav .owl-next {
  right: -2rem !important;
  top: 25% !important;
}
section.similaire-products img {
  border-radius: 20px;
}

.similaire-products .buttons {
  display: flex;
  gap: 22px;
}

.similaire-products .buttons .btn {
  padding: 8px 30px !important;
  font-size: 11px !important;
}
.similaire-products span.woocommerce-Price-amount.amount {
  margin-top: 10px !important;
  display: block;
  margin-bottom: 15px;
}
.video-container {
  position: relative;
  overflow: hidden;
  /* 16:9 aspect ratio (modify as needed) */
  padding-top: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.link-underlined:before {
  content: "";
  position: absolute;
  bottom: -0.2em;
  left: 0;
  width: 100%;
  height: 2px;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, rgb(55 194 231) 45%, rgba(36, 142, 171, 0.3) 55%);
  background-size: 220% 100%;
  background-position: 100% 50%;
  transition: .3s ease-out;
}
.link-underlined {
  position: relative;
  display: inline-block;
  line-height: 100%;
  border: none;
  cursor: pointer;
}
.link-underlined:hover:before {
  background-position: 0% 50%;
}
.link-underlined:hover {
  color: initial !important;
}

@media (min-width: 1024px) {
.similaire-products .owl-theme.owl-nav-outer .owl-nav .owl-prev {
  left: -4rem !important;
  top:25% !important
}
.similaire-products .owl-theme.owl-nav-outer .owl-nav .owl-next {
  right: -4rem !important;
  top: 25% !important;
}
}

/***coachs***/


.Coachs .acc-head {
  border-bottom: 0px solid;
  border-color: rgba(0, 0, 0, 0.20);
  padding: 15px 20px 15px 10px;
  position: relative;
  cursor: pointer;
  &::after,
  &::before {
      content: '';
      position: absolute;
      right: 20px;
      margin:0 auto;
      transform: translateY(-50%);
      background-image: url(../images/icons/polygon-plus.svg);
      background-size: contain;
      background-repeat: no-repeat;
      transition: all 0.3s ease-in-out;
      width: 20px;
      height: 20px;
  }
}



.infos-coach-name p {
  color: #b6bcc2;
  font-size: 13px;
}
.infos-coach-name h5{
  font-size: 17px;
}
.sm-coach a {
  font-size: 20px;
  z-index: 2;
    position: relative;
}
.card-team__figure img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 12;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all .3s;
}

.card-coach
{
display: flex;
flex-direction: column;
height: 100%;
  border-radius: 8px;
  margin-bottom: 40px;
}
.card-coach .inner
{
  border-radius: 8px;
  -webkit-box-shadow: 0 0 5px 0 rgb(4 50 114 / 15%);
  box-shadow: 0 0 5px 0 rgb(4 50 114 / 15%);
}

.infos-coach {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  gap: 3px;
  gap: 9px;
  padding: 30px 20px 0px 20px;
  border-top: 1px solid #8080804d;
  border-bottom: 1px solid #8080804d;
}
.infos-coach ul li div
{
display: flex !important;
gap: 20px;
flex-direction: row;
}
.infos-coach li 
{
display: flex;
font-size: 14px;
}
.infos-coach ul 
{
list-style: none;
padding: 0;
width: 100%;
}
.infos-coach ul li div:nth-child(2) {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;

}
.infos-coach ul li div:nth-child(2) a {
  margin-bottom: 1rem;
}

.coach-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-content: center;
  align-items: center;
  /* gap: 20px; */
  align-content: center;
    align-items: center;
    margin: 20px 20px -17px 20px;
}





 /* Styles for tabs container */
 .tabs-container {
  padding: 10px;
  display: flex;
  position: relative;
  z-index: 0;
  margin: 0;
  padding-block: 0;
  vertical-align: top;
  background: linear-gradient(to top, #e4e1e1 2px, transparent 2px);
  justify-content: space-between;
}

/* Styles for individual tab items */
.tab-item {
  padding: 10px 20px;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}


.tab-item.active {
  background-color: #fff;
  background: linear-gradient(to top, #000 2px, transparent 2px);
}

/* Styles for tab content */
.tab-content {
  border-radius: 0 0 5px 5px;
  padding: 20px;
  margin-top: -1px;
}

/* Hide inactive tab content */
.tab-content:not(.active) {
  display: none;
}


/***/

section#immersion img, 
section#decouverte img,
section#expedition img, 
section#evenement img
 {
  height: 280px;
  object-fit: cover;
  width: 100%;
}
.top-bar-items {
  padding-left: 5px;
}

.oos,
.out-of-stock {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.buttons-apercu {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  align-content: center;
  justify-content: center;
  gap: 30px;
}
.add-to-cart.disabled {
  pointer-events: none;
}


/****Testimonials****/

.testimonials .owl-theme .owl-nav.disabled+.owl-dots,
.testimonials .owl-theme .owl-nav {
  margin-top: -45px;
}


/***page formation en italien**/
.postid-3727 .cards a,
.postid-5140 .cards a{
  background: white !important;
  color: var(--clear-blue);
  padding: 10px 18px !important;
}
.postid-3727 .cards li,
.postid-5140 .cards li {
  font-size: 18px;
}



/****WPML*******/


.wpml-ls-menu-item .wpml-ls-flag ,
 .languages-switcher img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 100%;
  margin:0px 20px 0px 5px;
} 


/****/
.custom-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.custom-btn span {
  padding-top: 14px;
}

span.wpcf7-list-item-label {
  margin-top: 10px;
  display: block;
}


/***************/



a.btn-cart svg {
  color: white;
  font-size: 15px;
  width: 30px !important;
}

@media (min-width: 1024px)
{
a.btn-cart svg {
  color: white;
  font-size: 18px;
}
}

span#count-prod {
  top: -16px;
  right: -8px;
  font-size: 12px;
  background-image: var(--blue-gradient);
  /* background-color: var(--clear-blue); */
  height: 22px;
  width: 22px;
  color: #fff;
  line-height: 22px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
}

.rb {
  display: inline-flex;
  gap: 30px;
}


/*******/

.image-with-text-full .image {
  padding-top: 0;
  align-self: stretch;
}

/* .image-with-text-full .background-holder {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-background-size: cover;
background-size: cover;
background-position: center;
} */

.image-with-text-full .background-holder {
  position: relative;
  /* top: 0; */
  padding: 245px;
  /* left: 0; */
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.space {
  margin: 35px;
  display: flex;
}

/*****Counter *******/

.counter-details {
  flex-direction: column;
}
.counter-item:last-child {
  border: 0px;
}

.counter-item {
  border-right: 0px;
}
.counter-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0px 80px;
  margin-top: 50px;
}
span.counter{
  font-size: 35Px;
}

@media (min-width: 1024px)
{
  .counter-details {
    flex-direction: row;
  }
  .counter-item {
    border-right: 1px solid #0000002b;
  }
}




/***LIST DEROULANTE HERO*****/





.modules .sansdesc .acc-head.stage:before ,
.modules .sansdesc .acc-head.stage:after{
display:none;

} 




#select-stage,
#select-formation,
#select-month ,
#select-duree,
#select-lieu {
  background-color: #3ec5e5;
  color: white;
  padding: 10px 72px 10px 20px;
  border-color: #3ec5e5;
  border-width: 2px;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  max-width: fit-content;
  font-size:13px;
}
.ui.selection.visible.dropdown>.text:not(.default) {
  font-weight: inherit !important;
  color: white !important;
}
/* #select-stage,
#select-formation {
  background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
} */


/****EVENTS FILTER****/

.list-stage
{
  position: relative;
  z-index: 2;
}

.item-course.dates ,
.item-course.duree ,
.item-course.horaire ,
.item-course.lieu {
  display: block;
}

.item-course.duree .icon ,
.item-course.dates .icon,
.item-course.horaire .icon,
.item-course.lieu .icon {
  max-width: max-content;
}

.items-course .icon {
  max-width: fit-content;
}

.item-course.duree .text,
.item-course.dates .text,
.item-course.horaire .text,
.item-course.lieu .text {
 font-size: 15px;
}

.item-course.dates .text .col {
  width: auto !important;
  flex-basis: unset;
  flex-grow: unset;
}


.events-item {
  position: relative;
}
.events-item .row {
  background-color: #f8f8f8;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 20px;
  padding: 0;
  margin: 0;
}
.event-list {

  gap: 40px;
}

.event-day-day {
  font-size: 43px;
}

.event-day-month {
  font-size: 24px;
  font-family: 'AntiqueOliveStd-Light';
}
.event-day-day {
  font-size: 18px;
  line-height: 22px;
  font-family: 'AntiqueOliveStd-Roman';
  text-align: center;
}


.events-item .date {
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--clear-blue);
  color: white;
  border-radius: 20px 20px 0px 0px;
  max-width: 100%;
  padding: 67Px 20Px 30px
}

.list-title .h3,
.date-hour h3 {
  font-family: 'AntiqueOliveStd-Roman';
  text-transform: uppercase;
}
.date-hour h3 {
  margin-bottom: 5px;
}
.date-hour h4 {
  margin-bottom: 10px;
}
.date-hour h3,
.date-hour h4 {
  font-size: 17px;
  padding: 0px;
}
.voirplus {
  border-bottom: 1px solid #fff;
  font-family: 'AntiqueOliveStd-Roman';
    font-size: 14px;
    text-align: center;
    padding-bottom: 5px;
    margin-top: 30px;
}
.list-title h4 {
  margin-bottom: 0px;
}
.events-item:hover {
  -webkit-box-shadow: 5px 5px 32px -18px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 32px -18px rgba(0, 0, 0, 0.75);
  -webkit-transition: -webkit-box-shadow 0.1s linear;
  transition: -webkit-box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
}

.card-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.list-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 31px 40px 31px;
}

span.au {
  padding-right: 20px;
}


.alldates {
  display: flex;
  gap: 20px;
  margin-bottom: 4px;
}


.list-stage .lieu {
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
    gap: 30Px;
    margin-bottom: 10px;

}

.date-hour {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
  margin-top: 8px;
}

.events-item.pastevent {
  background: #757575 !important;
  pointer-events: none;
  border-radius: 20px;
}
.pastevent .list-title{
  background: #757575 !important;
  pointer-events: none;
}


.events-item.pastevent .voirplus {
  border-bottom: 1px solid #ffffff94;
}
.events-item.pastevent {
  color: white;
}

.events-item.pastevent .date {
  background: #757575 !important;
  border-right: 0px solid #ffffff94;
  border-bottom: 1px solid #ffffff94;
}

span.state,
span.stage-state {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  background: white;
  color: black;
  border-radius: 20PX;
  padding: 5Px 14px;
  font-size: 12px;
}

.eventdates {
  display: flex;
  gap: 14px;
}


.dh .alldates {
  display: flex;
  flex-direction: column;
  gap: 0px;
}



span.stage-state:nth-child(1) {
  left: 10px;
  right: auto;
  /* bottom: 20px; */
  top: 4%;
}
span.stage-state:nth-child(2) {
  left: -40%;
  top: 4%;
}
span.state:nth-child(2){
  left: 38%;
}
.hour h4:nth-child(1) {
  margin-bottom: 26px;
}
.filter {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.list-img {
  height: 240px;
  width: 100%;
  padding: 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius:0px 0px 20px 20px;
}

/* .list-img img {
  height: 200px;
  padding: 0Px;
  width: 100% !important;
  object-fit: cover;
  position: relative;
  border-radius: 0px 0px 20px 20px;
} */

.pastevent .state{
  position: absolute;
  top: 4%;
  left: -60%;
  right: 0;
  width: fit-content;
  background: white;
  color: black;
  border-radius: 20PX;
  padding: 5Px 14px;
  font-size: 12px;
}
@media (min-width: 1024px)
{
  .pastevent .state{
    position: absolute;
    top: 8%;
    left: 5%;
  }
  .list-img  {
    height: 280px;
    width: 100%;
    padding: 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0px 20px 20px 0px;
  }
  span.stage-state:nth-child(1) {
    top: 8%;
  }
  .event-list {
    flex-direction: column;
  }

  .filter {
    flex-direction: row;
  }
  .date .alldates:nth-child(1) {
    margin-top: 0px;
  }
  span.stage-state:nth-child(1) {
    left: 5%;
    right: 0;
  }
  span.stage-state:nth-child(2) {
    left: 33%;
    top: 8%;
  }
  
  .dh .alldates {
    flex-direction: row;
    gap: 20px;
  }

  .alldates {
    margin-top: 0px;
}

  span.state,
  span.stage-state {
    top: 8%;
    left: 5%;
    margin: unset;
  }

  .events-item.pastevent .date {
    border-right: 1px solid #ffffff94;
    border-bottom: 0px solid #ffffff94;
}


  .events-item .date {
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--clear-blue);
    color: white;
    border-radius: 20px 0px 0px 20px;
    /* max-width: 11%; */
    /* padding: 0px 31px; */

  }
  .voirplus {
      padding-bottom: 0px;
      text-decoration: none;
      margin-top: 20px;
  }

}
#preloader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: white !important;
  opacity: 0.5 !important;
}

#preloader .spinner,
#preloader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#preloader .spinner svg circle,
#preloader .loader h4 {
    stroke: #000 !important; 
    color: #000 !important; 
}


.coupon-form .success {
  display: none;
}

/***popup**/

.pum-container.pum-responsive img {
  display: block;
  margin: 0 auto;
  border-radius: 20PX;
}

.pum-content.popmake-content h3 {
  font-size: 16px;
}
.pum-title.popmake-title{
  font-size: 24px !important;
  line-height: 34px !important;
}
.pum-container {
  padding: 41px 25px 20px 20px !important;
}
@media (min-width: 1024px)
{
  .pum-title.popmake-title{
    font-size: 28px !important;
    line-height: 38px !important;
  }
  }
  .pum-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* styles for the dropdowns */
/* Initially hidden dropdown */


/* When hovered, display dropdown with fade-in */
.menu-item-has-children:hover > .dropdown,
.dropdown:hover {
  visibility: visible;  
  opacity: 1;  
  transition: opacity 0.3s ease, visibility 0s 0s;  
}


.menu-item-has-children {
  position: relative; 
}

/* Prevent sub-menu from disappearing immediately */
.menu-item-has-children > .dropdown {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease;
}

/* Show on hover */
.menu-item-has-children:hover > .dropdown,
.dropdown:hover {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease, visibility 0s;
}

/* Add a delay when the sub-sub-menu disappears */
.menu-item-59:hover > .dropdown {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.3s;
}


/**/

.single.single-inspire-cours.postid-15139 .page-title
{
padding-top: 3rem !important;
padding-bottom: 0px !important;
}

@media (min-width: 1024px)
{
  .single.single-inspire-cours.postid-15139 .page-title
  {
  padding-top: 6rem !important;
  padding-bottom: 10px !important;
  }
  }




/* Cross-sell */
.packs.cross-sell {
  margin: 20px;
}
/* Harmoniser la hauteur et l'affichage des packages */
.packs.cross-sell .package-1, .packs.cross-sell .package-2 ,.packs.cross-sell .package-3{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: auto; /* Ajustez selon vos besoins */
  background: transparent;
  border-radius: 18px;
  margin: 20px 10px;
  padding: 10px 14px;
  transition: box-shadow 0.3s;
  position: relative;
}

.packs.cross-sell .plan,
.packs.cross-sell .plan__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex:1 1 auto;
  min-height: 0;
}
.packs.cross-sell .plan__inner {
  padding: clamp(20px, 3vw, 0px) !important;
}

.packs.cross-sell .plan__footer {
  /* Optionnel : pour éviter que le footer prenne trop de place */
  flex-shrink: 0;
}

.packs.cross-sell .button-container,
.packs.cross-sell .plan__button {
  margin-top: auto !important;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-shrink: 0;
}

/* Premier package : border #51D7D8 */
.packs.cross-sell .package-1 {
  border: 1px solid #51D7D8;
  background: transparent; 
}
.packs.cross-sell .package-1 h3,
.packs.cross-sell .package-1 p,
.packs.cross-sell .package-1 h4,
.packs.cross-sell .package-1 span,
.packs.cross-sell .package-1 sup {
  color: #181818
}
.packs.cross-sell .package-2 h3,
.packs.cross-sell .package-2 p,
.packs.cross-sell .package-2 h4,
.packs.cross-sell .package-2 span,
.packs.cross-sell .package-2 sup {
  color: #181818
}
/* Deuxième package : border #2EBDEA */
.packs.cross-sell  .package-2 {
  border:1px solid #2EBDEA;
  background: transparent;
}

.packs.cross-sell .package-3 {
  border:1px solid #2EBDEA;
  background: #2EBDEA;
}
.packs.cross-sell .package-3 h3,
.packs.cross-sell .package-3 h4,
.packs.cross-sell .package-3 p,
.packs.cross-sell .package-3 li,
.packs.cross-sell .package-3 span {
  color: #fff !important;
}

.packs.cross-sell .plan li::before {
background-image: none !important;
}


/* Uniformiser la taille des images */
.packs.cross-sell .plan__title img,
.packs.cross-sell  .produit_attache_product_initial img,
.packs.cross-sell  .produit_attache_product img {
  width: 120px;
  height: 100px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 12px;
}

/* Titre du package */
.packs.cross-sell .plan__title {
  margin-bottom: 40px;
  min-height: auto;
}
.packs.cross-sell .package-1 .plan__amount, .packs.cross-sell .package-2 .plan__amount {
  height: auto;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.packs.cross-sell .plan__title h3 {
  color: #020914;
  font-weight: 700;
  margin-bottom: 0px;
}
.packs.cross-sell .package-2 .plan__title h3 {
  margin-bottom: 0px;
}

.packs.cross-sell .plan:nth-child(1), .packs.cross-sell .plan {
  background: transparent !important;
}

.packs.cross-sell  .btn span{
  color: white;
}
.packs.cross-sell .package-3 .btn span{
  color: var(--clear-blue) !important;
}


.packs.cross-sell .package-3 .produit_attache_product.coaching:not(:first-child):before {
  background: var(--clear-blue);
  color: white;
  margin: 0 auto 10px;
  left: 25%;
  margin: 0 0 0 -16px;
  border-radius: 50px;
  border: 0px solid white;
  padding: 0px 6px;
  top: 40% !important;
}
.packs.cross-sell .package-2 .produit_attache_product:not(:first-child):before,
.packs.cross-sell .package-3 .produit_attache_product:not(:first-child):before  {
  display: none;
}
.packs.cross-sell .package-3 .produit_attache_product.coaching:not(:first-child):before {
  display: block;
}

/* .packs.cross-sell .package-3 .produit_attache_product.coaching:not(:first-child):before {
  left:50%;
} */
.packs.cross-sell span.woocommerce-Price-amount.reduced {
  position: relative;
  display: inline-block;
  font-size: 70px;
  font-family: 'AntiqueOliveStd-Light';
}
.packs.cross-sell div#product_price_container {
  color: black;
}
.packs.cross-sell .package-3 div#product_price_container  {
  color: white;
}
.packs.cross-sell span.pourcentage {
  border: 1px solid white !important;
  color: white !important;
  background: #34A18B !important;
}
.packs.cross-sell .package-3 span.pourcentage {
  background: white !important;
  color: black !important;
}
.packs.cross-sell span.woocommerce-Price-amount.amount {
  font-size: 28px;
  vertical-align: 10px !important;
}

.packs.cross-sell .plan ul {
  list-style: disc;
  margin-top: 15px;
  padding-left: 13px;
}
.packs.cross-sell .plan li {
  color: black;
}

.packs.cross-sell .subscription-price {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  margin-bottom: -18px;
}
.packs.cross-sell .subscription-price bdi,
.packs.cross-sell .woocommerce-Price-amount.subscription-price {
  font-size: 39px;
  font-weight: 600;
}

.packs.cross-sell .subscription-price .mois {
  font-size: 22px;
}
.packs.cross-sell .package-3 .plan__footer {
  margin-top: 0px;
}
.packs.cross-sell .package-3 .plan__amount {
  margin-top: 34px !important;
  margin-bottom: 2.5em !important;
}
.packs.cross-sell .plan__amount {
  margin-top: 0px;
  margin-bottom: 0em;
}
.packs.cross-sell .plus-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  border-radius: 50%;
  background: #fff;
  color: #2EBDEA;
  font-size: 1.6rem;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  border: 1px solid #2EBDEA;
  vertical-align: middle;
}
.pack-3.plus, 
.pack-2.plus {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.packs.cross-sell .package-3 .pack-3.plus .plus-circle {
  margin-top: 0px;
}
.packs.cross-sell .produit_attache_product,
.packs.cross-sell .produit_attache_product_initial {
margin-top: 0px;
}
.packs.cross-sell .package-3 .plus-circle {
  color: #2EBDEA !important;
  background-color: #fff;
  border: 1px solid #fff;
  margin-top: -20px;
}
.packs.cross-sell .package-2 .plus-circle {
  background-color: #2EBDEA !important;
  color: #fff !important;
  margin-top: 0px;
  margin-bottom: 12px;
}
.packs.cross-sell .package-3 .produit_attache_product:not(:first-child):before {
  color: #2EBDEA !important;
  background-color: white !important;
}
.price-flex {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px; 
}

.packs.cross-sell .package-2 {
  padding: inherit; 
}

.flex-pack {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.packs.cross-sell p {
  margin-bottom: 0px;
  font-size: 15px;
}
/* Style radio carré */
.coaching-option input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  left: -10%;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #2EBDEA;
  border-radius: 4px; /* carré, arrondi léger */
  background: #fff;
  outline: none;
  cursor: pointer;
  margin-right: 8px;
  vertical-align: middle;
  transition: border-color 0.2s;
  margin-top: 2px;
}

.coaching-option input[type="checkbox"]:checked {
  background: #2EBDEA;
  border-color: #2EBDEA;
}

.coaching-option input[type="checkbox"]:checked::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: var(--clear-blue);
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 2px;
}

.coaching-option label {
  font-size: 1.05em;
  cursor: pointer;
  color: #020914;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  flex-wrap: wrap;
  gap: 6px;
}
.coaching-option  {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 42px;
  MARGIN-LEFT: 20px;
  position: relative;
}
.show-more-tooltip {
  position: relative;
  cursor: pointer;
  color: #2EBDEA;
  text-decoration: underline dotted;
  font-weight: 500;
  outline: none;
}

.show-more-tooltip .tooltip-content {
  display: none;
  position: absolute;
  left: 100%;
  top: 120%;
  transform: translateX(-50%);
  min-width: 300px;
  background: #fff;
  color: #222;
  border: 1px solid #2EBDEA;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  padding: 12px 16px;
  z-index: 100;
  font-size: 0.98em;
  white-space: normal;
}

.show-more-tooltip:hover .tooltip-content,
.show-more-tooltip:focus .tooltip-content {
  display: block;
}



/* Show More Button Styles */
.show-more-container {
    text-align: center;
    margin: 15px 0;
}

.show-more-btn {
    background: none;
    border: none;
    color: #020914;
    font-size: 16px;
    cursor: pointer;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: underline;
}
.packs.cross-sell .package-3 .show-more-btn {
 color: white;
}

.show-more-btn i {
    transition: transform 0.3s ease;
}

.show-more-btn.active i {
    transform: rotate(180deg);
}
.plan__footer.active {
  margin-top: 0Px;
}
/* Mobile Footer Styles */
@media (max-width: 767px) {
    .plan__footer {
        display: none;
    }
    
    .plan__footer.active {
        display: block;
    }
}

table.shop_table.subscription_details a {
  margin: 6px;
}
@media (min-width: 1024px) {
  button.btn.btn-capsule.btn-white.add-to-cart {
    font-size: 15px !important;
}
.show-more-tooltip .tooltip-content {
  left: 50%;
  min-width: 420px;
}
  .packs.cross-sell .package-3 .plus-circle {
    margin-top: -20px;
  }
  .col-lg-5.col-sm-5.produit_attache_product_initial, 
  .col-lg-5.col-sm-5.produit_attache_product {
    width: inherit !important;
}
  .packs.cross-sell .package-2 {
    padding: 10px;
}
 .packs.cross-sell .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 31.333333%;
      max-width: 31.333333%;
  }
  .packs.cross-sell .package-1 .plan__amount, .packs.cross-sell .package-2 .plan__amount {
    height: 75px;
  }
  .packs.cross-sell .package-1, .packs.cross-sell .package-2 ,.packs.cross-sell .package-3{
    min-height: 520px; 
  }
  .packs.cross-sell .plan__title {
    min-height: 270px;
  }
  .packs.cross-sell .package-2 .plan__title h3 {
    margin-bottom: 0px;
  }
  /* .packs.cross-sell .produit_attache_product:not(:first-child):before {
    left: 0%;
    top: 45% !important;
  } */
  .packs.cross-sell .package-3 .produit_attache_product.coaching:not(:first-child):before {
    left: 25%;
  }
}

