@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

h6, h5, h4, h3, h2, h1 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 1.3rem 0;
  line-height: 1.2;
}

[v-cloak] {
  display: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  background: #eee;
  margin: 0;
  padding: 0;
}

main {
  min-width: 360px;
}

footer {
  min-width: 360px;
}

p {
  margin: 0.5rem 0;
  line-height: 2;
  color: #333;
}

.opaque-on-hover {
  opacity: 0.9;
}
.opaque-on-hover:hover {
  opacity: 1;
}

/* Links colors */
a {
  text-decoration: underline;
  color: #333333;
  cursor: pointer;
}
a:visited {
  color: #eee;
}
a:hover {
  color: #FFFFFF;
}
a:active {
  color: #1a1a1a;
}

h1 {
  font-family: "Andika", sans-serif;
  font-size: 2rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.8rem;
  }
}
h2 {
  font-family: "Andika", sans-serif;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  h2 {
    font-size: 2.24rem;
  }
}
h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.28rem;
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.792rem;
  }
}
h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.024rem;
}

@media (min-width: 768px) {
  h4 {
    font-size: 1.4336rem;
  }
}
h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8192rem;
}

@media (min-width: 768px) {
  h5 {
    font-size: 1.14688rem;
  }
}
h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 0.65536rem;
}

@media (min-width: 768px) {
  h6 {
    font-size: 0.917504rem;
  }
}
.font-primary {
  font-family: "Andika", sans-serif;
}

.font-secondary {
  font-family: "Andika", sans-serif !important;
}

.bg-primary {
  background: #054A91;
}

.text-primary {
  color: #054A91 !important;
}

.btn-primary {
  background: #054A91;
}
.btn-primary:hover {
  background: #022447;
}

.text-underline-primary {
  -webkit-text-decoration: underline #054A91;
          text-decoration: underline #054A91;
}

.bg-secondary {
  background: #FFC321;
}

.text-secondary {
  color: #FFC321 !important;
}

.btn-secondary {
  background: #FFC321;
}
.btn-secondary:hover {
  background: #d49a00;
}

.text-underline-secondary {
  -webkit-text-decoration: underline #FFC321;
          text-decoration: underline #FFC321;
}

.bg-joker {
  background: #FF7221;
}

.text-joker {
  color: #FF7221 !important;
}

.btn-joker {
  background: #FF7221;
}
.btn-joker:hover {
  background: #d44d00;
}

.text-underline-joker {
  -webkit-text-decoration: underline #FF7221;
          text-decoration: underline #FF7221;
}

.bg-primary--variant {
  background: #3C2A7E;
}

.text-primary--variant {
  color: #3C2A7E !important;
}

.btn-primary--variant {
  background: #3C2A7E;
}
.btn-primary--variant:hover {
  background: #211745;
}

.text-underline-primary--variant {
  -webkit-text-decoration: underline #3C2A7E;
          text-decoration: underline #3C2A7E;
}

.bg-secondary--variant {
  background: #cfdde6;
}

.text-secondary--variant {
  color: #cfdde6 !important;
}

.btn-secondary--variant {
  background: #cfdde6;
}
.btn-secondary--variant:hover {
  background: #9db9cc;
}

.text-underline-secondary--variant {
  -webkit-text-decoration: underline #cfdde6;
          text-decoration: underline #cfdde6;
}

.bg-joker--variant {
  background: #16A77F;
}

.text-joker--variant {
  color: #16A77F !important;
}

.btn-joker--variant {
  background: #16A77F;
}
.btn-joker--variant:hover {
  background: #0d634c;
}

.text-underline-joker--variant {
  -webkit-text-decoration: underline #16A77F;
          text-decoration: underline #16A77F;
}

.bg-white {
  background: #FFFFFF;
}

.text-white {
  color: #FFFFFF !important;
}

.btn-white {
  background: #FFFFFF;
}
.btn-white:hover {
  background: #d9d9d9;
}

.text-underline-white {
  -webkit-text-decoration: underline #FFFFFF;
          text-decoration: underline #FFFFFF;
}

.bg-black {
  background: #000000;
}

.text-black {
  color: #000000 !important;
}

.btn-black {
  background: #000000;
}
.btn-black:hover {
  background: black;
}

.text-underline-black {
  -webkit-text-decoration: underline #000000;
          text-decoration: underline #000000;
}

.bg-success {
  background: #2FBF71;
}

.text-success {
  color: #2FBF71 !important;
}

.btn-success {
  background: #2FBF71;
}
.btn-success:hover {
  background: #20824d;
}

.text-underline-success {
  -webkit-text-decoration: underline #2FBF71;
          text-decoration: underline #2FBF71;
}

.bg-info {
  background: #FED159;
}

.text-info {
  color: #FED159 !important;
}

.btn-info {
  background: #FED159;
}
.btn-info:hover {
  background: #febc0d;
}

.text-underline-info {
  -webkit-text-decoration: underline #FED159;
          text-decoration: underline #FED159;
}

.bg-warning {
  background: #ffab3cea;
}

.text-warning {
  color: #ffab3cea !important;
}

.btn-warning {
  background: #ffab3cea;
}
.btn-warning:hover {
  background: rgba(239, 136, 0, 0.9176470588);
}

.text-underline-warning {
  -webkit-text-decoration: underline #ffab3cea;
          text-decoration: underline #ffab3cea;
}

.bg-danger {
  background: #EF2D56;
}

.text-danger {
  color: #EF2D56 !important;
}

.btn-danger {
  background: #EF2D56;
}
.btn-danger:hover {
  background: #c10f34;
}

.text-underline-danger {
  -webkit-text-decoration: underline #EF2D56;
          text-decoration: underline #EF2D56;
}

.bg-theme {
  background: #FFFFFF;
}

.text-theme {
  color: #FFFFFF !important;
}

.btn-theme {
  background: #FFFFFF;
}
.btn-theme:hover {
  background: #d9d9d9;
}

.text-underline-theme {
  -webkit-text-decoration: underline #FFFFFF;
          text-decoration: underline #FFFFFF;
}

.bg-theme-contrast {
  background: #333333;
}

.text-theme-contrast {
  color: #333333 !important;
}

.btn-theme-contrast {
  background: #333333;
}
.btn-theme-contrast:hover {
  background: #0d0d0d;
}

.text-underline-theme-contrast {
  -webkit-text-decoration: underline #333333;
          text-decoration: underline #333333;
}

.bg-dark {
  background: #333333;
}

.text-dark {
  color: #333333 !important;
}

.btn-dark {
  background: #333333;
}
.btn-dark:hover {
  background: #0d0d0d;
}

.text-underline-dark {
  -webkit-text-decoration: underline #333333;
          text-decoration: underline #333333;
}

.bg-light {
  background: #FFFFFF;
}

.text-light {
  color: #FFFFFF !important;
}

.btn-light {
  background: #FFFFFF;
}
.btn-light:hover {
  background: #d9d9d9;
}

.text-underline-light {
  -webkit-text-decoration: underline #FFFFFF;
          text-decoration: underline #FFFFFF;
}

.bg-transparent {
  background: transparent;
}

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

.btn-transparent {
  background: transparent;
}
.btn-transparent:hover {
  background: rgba(0, 0, 0, 0);
}

.text-underline-transparent {
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
}

.bg-diabled {
  background: rgba(211, 211, 211, 0.7);
}

.text-diabled {
  color: rgba(211, 211, 211, 0.7) !important;
}

.btn-diabled {
  background: rgba(211, 211, 211, 0.7);
}
.btn-diabled:hover {
  background: rgba(173, 173, 173, 0.7);
}

.text-underline-diabled {
  -webkit-text-decoration: underline rgba(211, 211, 211, 0.7);
          text-decoration: underline rgba(211, 211, 211, 0.7);
}

.logo--x {
  width: 150px;
}
.logo--y {
  height: 150px;
}
.logo--square {
  width: 120px;
  height: 120px;
}

.overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 999998;
}

.overlay-modal {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  transition: 0.5s ease;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  z-index: 20;
}

.overlay-modal--open {
  width: 100%;
}

/* Intersection observer */
.observed {
  transform: translateY(0);
  transition: all 1.2s;
}

.observed.not-visible {
  transform: translateY(150px);
  opacity: 0;
}

.observed-x {
  transform: translateX(0px);
  transition: all 1.4s;
}

.observed-x.not-visible {
  transform: translateX(-10%);
  opacity: 0;
}

.observed-circle {
  animation: pulse 1s ease-out alternate;
}

.observed-circle.not-visible {
  opacity: 0;
}

@keyframes pulse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Mouse pointer */
.cursor-pointer {
  cursor: pointer;
}

/* Text size */
.text-xs {
  font-size: 0.525rem !important;
}
@media (min-width: 768px) {
  .text-xs {
    font-size: 0.5625rem !important;
  }
}
@media (min-width: 992px) {
  .text-xs {
    font-size: 0.6rem !important;
  }
}
@media (min-width: 1200px) {
  .text-xs {
    font-size: 0.675rem !important;
  }
}
@media (min-width: 1400px) {
  .text-xs {
    font-size: 0.75rem !important;
  }
}

.text-md {
  font-size: 0.83125rem !important;
}
@media (min-width: 768px) {
  .text-md {
    font-size: 0.890625rem !important;
  }
}
@media (min-width: 992px) {
  .text-md {
    font-size: 0.95rem !important;
  }
}
@media (min-width: 1200px) {
  .text-md {
    font-size: 1.06875rem !important;
  }
}
@media (min-width: 1400px) {
  .text-md {
    font-size: 1.1875rem !important;
  }
}

.text-lg {
  font-size: 1.00625rem !important;
}
@media (min-width: 768px) {
  .text-lg {
    font-size: 1.078125rem !important;
  }
}
@media (min-width: 992px) {
  .text-lg {
    font-size: 1.15rem !important;
  }
}
@media (min-width: 1200px) {
  .text-lg {
    font-size: 1.29375rem !important;
  }
}
@media (min-width: 1400px) {
  .text-lg {
    font-size: 1.4375rem !important;
  }
}

.text-xl {
  font-size: 0.91875rem !important;
}
@media (min-width: 768px) {
  .text-xl {
    font-size: 0.984375rem !important;
  }
}
@media (min-width: 992px) {
  .text-xl {
    font-size: 1.05rem !important;
  }
}
@media (min-width: 1200px) {
  .text-xl {
    font-size: 1.18125rem !important;
  }
}
@media (min-width: 1400px) {
  .text-xl {
    font-size: 1.3125rem !important;
  }
}

.text-2xl {
  font-size: 1.00625rem !important;
}
@media (min-width: 768px) {
  .text-2xl {
    font-size: 1.078125rem !important;
  }
}
@media (min-width: 992px) {
  .text-2xl {
    font-size: 1.15rem !important;
  }
}
@media (min-width: 1200px) {
  .text-2xl {
    font-size: 1.29375rem !important;
  }
}
@media (min-width: 1400px) {
  .text-2xl {
    font-size: 1.4375rem !important;
  }
}

.text-3xl {
  font-size: 1.09375rem !important;
}
@media (min-width: 768px) {
  .text-3xl {
    font-size: 1.171875rem !important;
  }
}
@media (min-width: 992px) {
  .text-3xl {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  .text-3xl {
    font-size: 1.40625rem !important;
  }
}
@media (min-width: 1400px) {
  .text-3xl {
    font-size: 1.5625rem !important;
  }
}

.text-4xl {
  font-size: 1.18125rem !important;
}
@media (min-width: 768px) {
  .text-4xl {
    font-size: 1.265625rem !important;
  }
}
@media (min-width: 992px) {
  .text-4xl {
    font-size: 1.35rem !important;
  }
}
@media (min-width: 1200px) {
  .text-4xl {
    font-size: 1.51875rem !important;
  }
}
@media (min-width: 1400px) {
  .text-4xl {
    font-size: 1.6875rem !important;
  }
}

.text-5xl {
  font-size: 1.26875rem !important;
}
@media (min-width: 768px) {
  .text-5xl {
    font-size: 1.359375rem !important;
  }
}
@media (min-width: 992px) {
  .text-5xl {
    font-size: 1.45rem !important;
  }
}
@media (min-width: 1200px) {
  .text-5xl {
    font-size: 1.63125rem !important;
  }
}
@media (min-width: 1400px) {
  .text-5xl {
    font-size: 1.8125rem !important;
  }
}

.text-6xl {
  font-size: 1.35625rem !important;
}
@media (min-width: 768px) {
  .text-6xl {
    font-size: 1.453125rem !important;
  }
}
@media (min-width: 992px) {
  .text-6xl {
    font-size: 1.55rem !important;
  }
}
@media (min-width: 1200px) {
  .text-6xl {
    font-size: 1.74375rem !important;
  }
}
@media (min-width: 1400px) {
  .text-6xl {
    font-size: 1.9375rem !important;
  }
}

.text-7xl {
  font-size: 1.4875rem !important;
}
@media (min-width: 768px) {
  .text-7xl {
    font-size: 1.59375rem !important;
  }
}
@media (min-width: 992px) {
  .text-7xl {
    font-size: 1.7rem !important;
  }
}
@media (min-width: 1200px) {
  .text-7xl {
    font-size: 1.9125rem !important;
  }
}
@media (min-width: 1400px) {
  .text-7xl {
    font-size: 2.125rem !important;
  }
}

.text-8xl {
  font-size: 1.61875rem !important;
}
@media (min-width: 768px) {
  .text-8xl {
    font-size: 1.734375rem !important;
  }
}
@media (min-width: 992px) {
  .text-8xl {
    font-size: 1.85rem !important;
  }
}
@media (min-width: 1200px) {
  .text-8xl {
    font-size: 2.08125rem !important;
  }
}
@media (min-width: 1400px) {
  .text-8xl {
    font-size: 2.3125rem !important;
  }
}

.text-9xl {
  font-size: 1.75rem !important;
}
@media (min-width: 768px) {
  .text-9xl {
    font-size: 1.875rem !important;
  }
}
@media (min-width: 992px) {
  .text-9xl {
    font-size: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .text-9xl {
    font-size: 2.25rem !important;
  }
}
@media (min-width: 1400px) {
  .text-9xl {
    font-size: 2.5rem !important;
  }
}

.text-10xl {
  font-size: 1.88125rem !important;
}
@media (min-width: 768px) {
  .text-10xl {
    font-size: 2.015625rem !important;
  }
}
@media (min-width: 992px) {
  .text-10xl {
    font-size: 2.15rem !important;
  }
}
@media (min-width: 1200px) {
  .text-10xl {
    font-size: 2.41875rem !important;
  }
}
@media (min-width: 1400px) {
  .text-10xl {
    font-size: 2.6875rem !important;
  }
}

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

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

.text-underline {
  text-decoration: underline;
}

.text-lowercase {
  text-transform: lowercase;
}

.image-sm--square {
  width: 48px;
  height: 48px;
}

.image-thumbnail {
  width: 170px;
}

.logo {
  width: 170px;
  margin: 0.5rem;
}

.icon-xxs {
  width: 16px;
  height: 16px;
}

.icon-xs {
  width: 22px;
  height: 22px;
}

.icon-sm {
  width: 32px;
  height: 32px;
}

.icon-md {
  width: 48px;
  height: 48px;
}

.icon-lg {
  width: 64px;
  height: 64px;
}

.icon-xl {
  width: 128px;
  height: 128px;
}

.icon-xxl {
  width: 256px;
  height: 256px;
}

.w-text-bloc {
  max-width: 30rem;
}

.h-40 {
  height: 40px;
}

.overflow-auto {
  overflow: auto;
}

/* Box model */
.pa-0 {
  padding: 0;
}

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

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

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

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

.px-0 {
  padding: 0 0;
}

.py-0 {
  padding: 0 0;
}

.ma-0 {
  margin: 0;
}

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

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

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

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

.mx-0 {
  margin: 0 0;
}

.my-0 {
  margin: 0 0;
}

.pa-1 {
  padding: 0.6rem;
}

.pl-1 {
  padding-left: 0.6rem;
}

.pr-1 {
  padding-right: 0.6rem;
}

.pt-1 {
  padding-top: 0.6rem;
}

.pb-1 {
  padding-bottom: 0.6rem;
}

.px-1 {
  padding: 0 0.3rem;
}

.py-1 {
  padding: 0.3rem 0;
}

.ma-1 {
  margin: 0.6rem;
}

.ml-1 {
  margin-left: 0.6rem;
}

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

.mt-1 {
  margin-top: 0.6rem;
}

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

.mx-1 {
  margin: 0 0.3rem;
}

.my-1 {
  margin: 0.3rem 0;
}

.pa-2 {
  padding: 1.2rem;
}

.pl-2 {
  padding-left: 1.2rem;
}

.pr-2 {
  padding-right: 1.2rem;
}

.pt-2 {
  padding-top: 1.2rem;
}

.pb-2 {
  padding-bottom: 1.2rem;
}

.px-2 {
  padding: 0 0.6rem;
}

.py-2 {
  padding: 0.6rem 0;
}

.ma-2 {
  margin: 1.2rem;
}

.ml-2 {
  margin-left: 1.2rem;
}

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

.mt-2 {
  margin-top: 1.2rem;
}

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

.mx-2 {
  margin: 0 0.6rem;
}

.my-2 {
  margin: 0.6rem 0;
}

.pa-3 {
  padding: 1.8rem;
}

.pl-3 {
  padding-left: 1.8rem;
}

.pr-3 {
  padding-right: 1.8rem;
}

.pt-3 {
  padding-top: 1.8rem;
}

.pb-3 {
  padding-bottom: 1.8rem;
}

.px-3 {
  padding: 0 0.9rem;
}

.py-3 {
  padding: 0.9rem 0;
}

.ma-3 {
  margin: 1.8rem;
}

.ml-3 {
  margin-left: 1.8rem;
}

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

.mt-3 {
  margin-top: 1.8rem;
}

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

.mx-3 {
  margin: 0 0.9rem;
}

.my-3 {
  margin: 0.9rem 0;
}

.pa-4 {
  padding: 2.4rem;
}

.pl-4 {
  padding-left: 2.4rem;
}

.pr-4 {
  padding-right: 2.4rem;
}

.pt-4 {
  padding-top: 2.4rem;
}

.pb-4 {
  padding-bottom: 2.4rem;
}

.px-4 {
  padding: 0 1.2rem;
}

.py-4 {
  padding: 1.2rem 0;
}

.ma-4 {
  margin: 2.4rem;
}

.ml-4 {
  margin-left: 2.4rem;
}

.mr-4 {
  margin-right: 2.4rem;
}

.mt-4 {
  margin-top: 2.4rem;
}

.mb-4 {
  margin-bottom: 2.4rem;
}

.mx-4 {
  margin: 0 1.2rem;
}

.my-4 {
  margin: 1.2rem 0;
}

.pa-5 {
  padding: 3rem;
}

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

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

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

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

.px-5 {
  padding: 0 1.5rem;
}

.py-5 {
  padding: 1.5rem 0;
}

.ma-5 {
  margin: 3rem;
}

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

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

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

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

.mx-5 {
  margin: 0 1.5rem;
}

.my-5 {
  margin: 1.5rem 0;
}

.pa-6 {
  padding: 3.6rem;
}

.pl-6 {
  padding-left: 3.6rem;
}

.pr-6 {
  padding-right: 3.6rem;
}

.pt-6 {
  padding-top: 3.6rem;
}

.pb-6 {
  padding-bottom: 3.6rem;
}

.px-6 {
  padding: 0 1.8rem;
}

.py-6 {
  padding: 1.8rem 0;
}

.ma-6 {
  margin: 3.6rem;
}

.ml-6 {
  margin-left: 3.6rem;
}

.mr-6 {
  margin-right: 3.6rem;
}

.mt-6 {
  margin-top: 3.6rem;
}

.mb-6 {
  margin-bottom: 3.6rem;
}

.mx-6 {
  margin: 0 1.8rem;
}

.my-6 {
  margin: 1.8rem 0;
}

.pa-7 {
  padding: 4.2rem;
}

.pl-7 {
  padding-left: 4.2rem;
}

.pr-7 {
  padding-right: 4.2rem;
}

.pt-7 {
  padding-top: 4.2rem;
}

.pb-7 {
  padding-bottom: 4.2rem;
}

.px-7 {
  padding: 0 2.1rem;
}

.py-7 {
  padding: 2.1rem 0;
}

.ma-7 {
  margin: 4.2rem;
}

.ml-7 {
  margin-left: 4.2rem;
}

.mr-7 {
  margin-right: 4.2rem;
}

.mt-7 {
  margin-top: 4.2rem;
}

.mb-7 {
  margin-bottom: 4.2rem;
}

.mx-7 {
  margin: 0 2.1rem;
}

.my-7 {
  margin: 2.1rem 0;
}

.pa-8 {
  padding: 4.8rem;
}

.pl-8 {
  padding-left: 4.8rem;
}

.pr-8 {
  padding-right: 4.8rem;
}

.pt-8 {
  padding-top: 4.8rem;
}

.pb-8 {
  padding-bottom: 4.8rem;
}

.px-8 {
  padding: 0 2.4rem;
}

.py-8 {
  padding: 2.4rem 0;
}

.ma-8 {
  margin: 4.8rem;
}

.ml-8 {
  margin-left: 4.8rem;
}

.mr-8 {
  margin-right: 4.8rem;
}

.mt-8 {
  margin-top: 4.8rem;
}

.mb-8 {
  margin-bottom: 4.8rem;
}

.mx-8 {
  margin: 0 2.4rem;
}

.my-8 {
  margin: 2.4rem 0;
}

.pa-9 {
  padding: 5.4rem;
}

.pl-9 {
  padding-left: 5.4rem;
}

.pr-9 {
  padding-right: 5.4rem;
}

.pt-9 {
  padding-top: 5.4rem;
}

.pb-9 {
  padding-bottom: 5.4rem;
}

.px-9 {
  padding: 0 2.7rem;
}

.py-9 {
  padding: 2.7rem 0;
}

.ma-9 {
  margin: 5.4rem;
}

.ml-9 {
  margin-left: 5.4rem;
}

.mr-9 {
  margin-right: 5.4rem;
}

.mt-9 {
  margin-top: 5.4rem;
}

.mb-9 {
  margin-bottom: 5.4rem;
}

.mx-9 {
  margin: 0 2.7rem;
}

.my-9 {
  margin: 2.7rem 0;
}

.pa-10 {
  padding: 6rem;
}

.pl-10 {
  padding-left: 6rem;
}

.pr-10 {
  padding-right: 6rem;
}

.pt-10 {
  padding-top: 6rem;
}

.pb-10 {
  padding-bottom: 6rem;
}

.px-10 {
  padding: 0 3rem;
}

.py-10 {
  padding: 3rem 0;
}

.ma-10 {
  margin: 6rem;
}

.ml-10 {
  margin-left: 6rem;
}

.mr-10 {
  margin-right: 6rem;
}

.mt-10 {
  margin-top: 6rem;
}

.mb-10 {
  margin-bottom: 6rem;
}

.mx-10 {
  margin: 0 3rem;
}

.my-10 {
  margin: 3rem 0;
}

.push-right {
  margin-left: auto;
  margin-right: 0;
}

.push-left {
  margin-left: 0;
  margin-right: auto;
}

.mx-auto {
  margin: 0 auto !important;
}

.spacer--v {
  margin: 10px 0;
}
@media (min-width: 992px) {
  .spacer--v {
    margin: 20px 0;
  }
}

.spacer {
  margin-top: 40px;
  /* define margin as you see fit */
  height: 100px;
}
.spacer-sm {
  height: 50px;
}

.sticky-top {
  position: sticky;
  top: 0;
}

.fixed-top-right {
  position: fixed;
  top: 0;
  right: 0;
}

.d-flex {
  display: flex;
}

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

.x-container--evenly--wrap {
  flex-direction: row;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

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

.d-grid {
  display: grid;
}

.grid-icon-text {
  grid-template-columns: 75px 1fr;
  align-items: center;
}

.border-box {
  box-sizing: border-box;
}

.justify-content-normal {
  justify-content: normal;
}

.justify-content-flex-start {
  justify-content: flex-start;
}

.justify-content-flex-end {
  justify-content: flex-end;
}

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

.justify-content-start {
  justify-content: start;
}

.justify-content-end {
  justify-content: end;
}

.justify-content-safe {
  justify-content: safe;
}

.justify-content-unsafe {
  justify-content: unsafe;
}

.justify-content-left {
  justify-content: left;
}

.justify-content-right {
  justify-content: right;
}

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

.justify-content-space-around {
  justify-content: space-around;
}

.justify-content-space-evenly {
  justify-content: space-evenly;
}

.justify-content-stretch {
  justify-content: stretch;
}

.align-items-normal {
  align-items: normal;
}

.align-items-flex-start {
  align-items: flex-start;
}

.align-items-flex-end {
  align-items: flex-end;
}

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

.align-items-start {
  align-items: start;
}

.align-items-end {
  align-items: end;
}

.align-items-safe {
  align-items: safe;
}

.align-items-unsafe {
  align-items: unsafe;
}

.align-items-self-start {
  align-items: self-start;
}

.align-items-self-end {
  align-items: self-end;
}

.align-items-baseline {
  align-items: baseline;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container-fluid, .container, .birthdate-module {
  margin: 0 auto;
  padding: 1rem 1.5rem;
}

.container, .birthdate-module {
  max-width: 80%;
}

.container-fluid {
  width: 100%;
}

.container-xs {
  max-width: 288.8px;
}

.container-sm {
  max-width: 460.8px;
}

.container-md {
  max-width: 614.4px;
}

.container-lg {
  max-width: 793.6px;
}

.container-xl {
  max-width: 960px;
}

.container-xxl {
  max-width: 1120px;
}

.autocomplete {
  position: relative;
}
.autocomplete ul {
  z-index: 9999999;
  position: absolute;
  top: 53px;
  overflow: auto;
  box-sizing: border-box;
  height: 500px !important;
  background: white;
  padding: 5px 15px;
  width: 100%;
}
.autocomplete .autocomplete-list__item {
  box-sizing: border-box;
  height: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.9rem;
  color: black;
  padding: 0.5rem 1rem;
}
.autocomplete .autocomplete-list__item:hover {
  background: #333;
  color: white;
  opacity: 0.9;
  cursor: pointer;
}
.autocomplete .item--active {
  background: #054A91;
  color: white;
}

.btn, .adv-thumbnail__action a {
  box-sizing: border-box;
  display: inline-block;
  color: white;
  padding: 0.8rem 1.5rem;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.15), 0 8px 8px rgba(0, 0, 0, 0.15);
}
.btn-icon {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.btn:hover, .adv-thumbnail__action a:hover {
  opacity: 0.9;
}
.btn--rounded {
  border-radius: 999px;
}

.btn-xs {
  font-size: 0.9rem;
  padding: 0.8rem;
}
@media (min-width: 361px) {
  .btn-xs .btn-xs {
    font-size: 0.9rem;
  }
}
@media (min-width: 576px) {
  .btn-xs .btn-sm {
    font-size: 1.431rem;
  }
}
@media (min-width: 768px) {
  .btn-xs .btn-md {
    font-size: 1.89rem;
  }
}
@media (min-width: 992px) {
  .btn-xs .btn-lg {
    font-size: 2.475rem;
  }
}
@media (min-width: 1200px) {
  .btn-xs .btn-xl {
    font-size: 2.988rem;
  }
}
@media (min-width: 1400px) {
  .btn-xs .btn-xxl {
    font-size: 3.483rem;
  }
}

.btn-sm {
  font-size: 1.431rem;
  padding: 1.272rem;
}
@media (min-width: 361px) {
  .btn-sm .btn-xs {
    font-size: 0.9rem;
  }
}
@media (min-width: 576px) {
  .btn-sm .btn-sm {
    font-size: 1.431rem;
  }
}
@media (min-width: 768px) {
  .btn-sm .btn-md {
    font-size: 1.89rem;
  }
}
@media (min-width: 992px) {
  .btn-sm .btn-lg {
    font-size: 2.475rem;
  }
}
@media (min-width: 1200px) {
  .btn-sm .btn-xl {
    font-size: 2.988rem;
  }
}
@media (min-width: 1400px) {
  .btn-sm .btn-xxl {
    font-size: 3.483rem;
  }
}

.btn-md {
  font-size: 1.89rem;
  padding: 1.68rem;
}
@media (min-width: 361px) {
  .btn-md .btn-xs {
    font-size: 0.9rem;
  }
}
@media (min-width: 576px) {
  .btn-md .btn-sm {
    font-size: 1.431rem;
  }
}
@media (min-width: 768px) {
  .btn-md .btn-md {
    font-size: 1.89rem;
  }
}
@media (min-width: 992px) {
  .btn-md .btn-lg {
    font-size: 2.475rem;
  }
}
@media (min-width: 1200px) {
  .btn-md .btn-xl {
    font-size: 2.988rem;
  }
}
@media (min-width: 1400px) {
  .btn-md .btn-xxl {
    font-size: 3.483rem;
  }
}

.btn-lg {
  font-size: 2.475rem;
  padding: 2.2rem;
}
@media (min-width: 361px) {
  .btn-lg .btn-xs {
    font-size: 0.9rem;
  }
}
@media (min-width: 576px) {
  .btn-lg .btn-sm {
    font-size: 1.431rem;
  }
}
@media (min-width: 768px) {
  .btn-lg .btn-md {
    font-size: 1.89rem;
  }
}
@media (min-width: 992px) {
  .btn-lg .btn-lg {
    font-size: 2.475rem;
  }
}
@media (min-width: 1200px) {
  .btn-lg .btn-xl {
    font-size: 2.988rem;
  }
}
@media (min-width: 1400px) {
  .btn-lg .btn-xxl {
    font-size: 3.483rem;
  }
}

.btn-xl {
  font-size: 2.988rem;
  padding: 2.656rem;
}
@media (min-width: 361px) {
  .btn-xl .btn-xs {
    font-size: 0.9rem;
  }
}
@media (min-width: 576px) {
  .btn-xl .btn-sm {
    font-size: 1.431rem;
  }
}
@media (min-width: 768px) {
  .btn-xl .btn-md {
    font-size: 1.89rem;
  }
}
@media (min-width: 992px) {
  .btn-xl .btn-lg {
    font-size: 2.475rem;
  }
}
@media (min-width: 1200px) {
  .btn-xl .btn-xl {
    font-size: 2.988rem;
  }
}
@media (min-width: 1400px) {
  .btn-xl .btn-xxl {
    font-size: 3.483rem;
  }
}

.btn-xxl {
  font-size: 3.483rem;
  padding: 3.096rem;
}
@media (min-width: 361px) {
  .btn-xxl .btn-xs {
    font-size: 0.9rem;
  }
}
@media (min-width: 576px) {
  .btn-xxl .btn-sm {
    font-size: 1.431rem;
  }
}
@media (min-width: 768px) {
  .btn-xxl .btn-md {
    font-size: 1.89rem;
  }
}
@media (min-width: 992px) {
  .btn-xxl .btn-lg {
    font-size: 2.475rem;
  }
}
@media (min-width: 1200px) {
  .btn-xxl .btn-xl {
    font-size: 2.988rem;
  }
}
@media (min-width: 1400px) {
  .btn-xxl .btn-xxl {
    font-size: 3.483rem;
  }
}

.btn-link {
  background: transparent;
  box-shadow: none;
  text-decoration: underline;
}

.cta {
  padding: 3rem 2rem;
  font-size: 4rem;
  margin: 1rem 1rem;
}
.ctahover {
  letter-spacing: 4px;
}

.btn-full {
  width: 100%;
}

.footer {
  color: #FFFFFF;
  padding: 2rem 1.5rem;
}
.footer .wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .footer .wrapper {
    justify-content: space-between;
  }
}

.form-control-std, .m-form-control, .form-control, input[type=text], input[type=email], input[type=tel], input[type=password], select {
  box-sizing: border-box;
  width: 100%;
  font-size: 1.5rem !important;
  padding: 5px 8px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  border-radius: 12px;
}
@media (min-width: 576px) {
  .form-control-std, .m-form-control, .form-control, input[type=text], input[type=email], input[type=tel], input[type=password], select {
    font-size: 2rem;
    padding: 8px 11px;
  }
}

.form-control {
  border-radius: none;
  transform: none;
}

.form-group {
  display: flex;
  flex-direction: column;
  position: relative;
}

.m-form-group {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 1rem;
  overflow: hidden;
}

.m-form-control {
  box-shadow: none !important;
  z-index: 1;
  background-color: transparent;
  position: relative;
}
.m-form-control + label {
  position: absolute;
  top: 2.5rem;
  left: 4%;
  transform: translate(0, -50%);
  font-size: 1rem;
  color: #0d0d0d;
  transition: 0.2s ease-out;
}
.m-form-control:focus {
  outline: none;
  transition: all 0.2s ease-out;
}
.m-form-control:focus + label, .m-form-control.has-value + label {
  top: 0.5rem;
  left: 1%;
  font-weight: bold;
  font-size: 1rem;
}
.form-control-std {
  border-radius: none;
  transform: none;
}

.lp-form > form {
  padding: 1rem 1.5rem;
  margin: 0 auto;
}
.lp-form .error-msg {
  background: rgba(239, 45, 86, 0.9);
  color: white;
  width: 100%;
  border-radius: 0 0 50px 50px;
  padding: 0 15px;
  box-sizing: border-box;
  height: 2rem;
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.lp-form .error-msg:hover {
  overflow: initial;
  white-space: normal;
  overflow-y: auto;
}
.lp-form .is-valid, .lp-form .is-not-valid {
  position: relative;
  align-items: center;
  transition: all 0.4s;
  box-sizing: border-box;
}
.lp-form .is-valid {
  margin-bottom: 15px;
}
.lp-form .is-not-valid.--no-mb {
  margin-bottom: 0px !important;
}
.lp-form .is-valid input, .lp-form .is-valid select {
  background: #80ffba !important;
}
.lp-form .is-not-valid input, .lp-form .is-not-valid select {
  background: rgba(255, 163, 158, 0.5) !important;
}
.lp-form .is-clean {
  margin-bottom: 15px !important;
}
.lp-form .is-clean input, .lp-form .is-clean select {
  background: rgba(255, 255, 255, 0.5) !important;
}
.lp-form .is-clean:before {
  border: none !important;
  content: "" !important;
  display: none;
}

/* 1. Display label */
.big-radio + label {
  display: block;
  text-align: center;
  width: 177px;
  margin: 0;
  background: #fff;
  border: 2px solid #ccc;
  box-shadow: -7px 0 0px;
  border-radius: 40px;
  color: #667;
  /* Responsive */
  font-size: 1.2rem;
  padding: 5px 5px;
  cursor: pointer;
  margin: 5px 0;
}
@media (min-width: 768px) {
  .big-radio + label {
    padding: 5px 15px;
    margin: 0px 25px;
    font-size: 1.4rem;
  }
}

.big-radio + label:hover {
  background: #aaa;
}

/*@media (map-get($breakpointsMin, 'md')) {
    padding: 10px 30px;
}
@media (map-get($breakpointsMin, 'lg')) {
    padding: 5px 20px;
}*/
/* 2. Hide input */
.big-radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  transition: all 0.3s;
}

/* 3. Style label before */
.big-radio + label:before {
  content: "";
  font-size: 1.4rem;
  /*border: 0.2rem solid #6B7280;
  border-radius: 0.4rem;*/
  /*display: inline-block;*/
  text-align: center;
  /*vertical-align: middle;*/
  color: transparent;
  margin: 5px 0;
  transition: all 0.4s;
  /*@media (map-get($breakpointsMin, 'sm')) {
    margin: 5px 0;
    font-size: 3rem;    	
  }*/
}

/* 4. Style applied only when radio/checkbox is being checked */
.big-radio:checked + label:before,
.big-radio:checked + label {
  /*background: $secondaryColor;
  border-color: $jokerColor;*/
  content: "✓";
  font-weight: bold;
  color: #054A91;
  background: #9acafc;
  border: none;
}

input[type=checkbox] + label {
  display: block;
  margin: 0;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

input[type=checkbox] + label:before {
  content: "✔";
  transition: 0.4s ease;
  cursor: pointer;
  font-size: 2rem;
  font-weight: bold;
  border: 0.2rem solid #054A91;
  border-radius: 0.4rem;
  display: inline-block;
  text-align: center;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  color: transparent;
  margin-right: 15px;
}

input[type=checkbox]:checked + label:before {
  border-color: #2FBF71;
  background: #2FBF71;
  color: white;
}

.chk-btn {
  display: flex;
  justify-content: center;
}
.chk-btn input {
  display: none;
}
.chk-btn label {
  width: 100%;
  min-width: 160px;
  font-size: 1.2rem;
  margin-top: 2px;
  margin-bottom: 4px;
  border: 2px solid white;
  padding: 15px;
  cursor: pointer;
  background: #aaa;
  color: white !important;
  border-radius: 4px;
  font-weight: bold;
}
.chk-btn label:hover {
  background: #ffc3a1;
  transform: scale(1.02);
  transition: transform 0.2s ease-in-out;
}

.icon-radio {
  box-sizing: border-box;
  min-width: 6rem;
  max-width: 96px;
  background: #eeeeee;
  border-radius: 8px;
}
.icon-radio input {
  display: none;
}
.icon-radio input:checked + label {
  background: #68b0fa;
}
.icon-radio label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 0.1rem 0.5rem;
  border-radius: 4px;
  width: 100%;
  box-sizing: inherit;
}
.icon-radio label img {
  width: 100%;
}
.icon-radio p {
  margin: 0;
  padding: 0;
}
.icon-radio:hover {
  background: #3796f8;
}

.icon-button {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  max-width: 40%;
  margin: 0.5rem;
  padding: 1rem 0.8rem;
  width: 100%;
  flex-wrap: wrap;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  background: #eeeeee;
  border-radius: 8px;
  transition: background 0.4s;
}
.icon-button input {
  display: none;
}
.icon-button input:checked {
  background: #FFC321 !important;
}
.icon-button label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
  box-sizing: inherit;
}
.icon-button label img {
  padding: 0;
  width: 128px;
}
.icon-button label p {
  max-width: 260px;
  word-break: break-all;
  font-size: 1rem;
  font-weight: bold;
  transition: color 0.2s;
  color: rgba(33, 33, 33, 0.7);
}
.icon-button:hover {
  background: #3796f8;
}
.icon-button:hover label p {
  color: white;
}
@media (min-width: 768px) {
  .icon-button {
    max-width: 33%;
  }
  .icon-button label p {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .icon-button {
    max-width: 25%;
  }
  .icon-button label p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .icon-button {
    max-width: 20%;
  }
  .icon-button label p {
    font-size: 1.7rem;
  }
}

.fairway-progress {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 20rem;
  margin: auto;
}
.fairway-progress img {
  width: 100%;
}
.fairway-progress .indicator {
  border-radius: 50%;
  display: flex;
  width: 3rem;
  transition: all 0.4s;
}
.fairway-progress .indicator--active {
  background: #054A91;
}
.fairway-progress .indicator--inactive {
  background: rgba(211, 211, 211, 0.7);
}
.fairway-progress .glue {
  width: 2rem;
  height: 0.5rem;
  border-radius: 0 12px 0 12px;
  transition: all 0.4s;
}
.fairway-progress .glue--active {
  background: #054A91;
}
.fairway-progress .glue--inactive {
  background: rgba(211, 211, 211, 0.7);
}

.wrapper-grid .grid-item-arg-2 .wrapper, .wrapper-grid .grid-item-arg-1 .wrapper {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.5rem 1rem;
  border-radius: 8px 0 8px 0;
}

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

.wrapper-grid {
  box-sizing: inherit;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, auto);
  grid-template-areas: "header-form" "header-heading" "textbloc" "arg-1" "arg-2" "arg-3";
}
.wrapper-grid .grid-item-nav {
  grid-area: nav;
  display: none;
}
.wrapper-grid .grid-item-heading {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: header-heading;
  box-sizing: inherit;
  padding: 1rem;
  text-align: center;
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper-grid .grid-item-heading .heading-textbloc {
  margin: 3rem;
  padding: 1.5rem;
  background: rgba(60, 42, 126, 0.88);
  border-radius: 48px 48px 0 0;
}
.wrapper-grid .grid-item-form {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: header-form;
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper-grid .grid-item-form .form-wrapper {
  background: rgba(207, 221, 230, 0.9);
  padding: 1rem 1rem;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.wrapper-grid .grid-item-textbloc {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  position: relative;
  grid-area: textbloc;
  background: #cfdde6;
}
.wrapper-grid .grid-item-textbloc p {
  color: #333;
}
.wrapper-grid .grid-item-arg-1 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: arg-1;
}
.wrapper-grid .grid-item-arg-2 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: arg-2;
}
.wrapper-grid .grid-item-arg-3 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  grid-area: arg-3;
  background: #cfdde6;
}
@media (min-width: 1200px) {
  .wrapper-grid {
    /* Tablet and up */
    grid-template-columns: 35% auto;
    grid-template-rows: 60px repeat(4, auto);
    grid-template-areas: "nav nav" "header-heading header-form" "textbloc textbloc" "arg-1 arg-1" "arg-2 arg-2" "arg-3 arg-3";
  }
  .wrapper-grid .grid-item-nav {
    display: flex;
  }
  .wrapper-grid .grid-item-heading {
    text-align: left;
    padding: 1.5rem;
  }
  .wrapper-grid .grid-item-nav {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .wrapper-grid .grid-item-heading {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .wrapper-grid .grid-item-form {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .wrapper-grid .grid-item-textbloc {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .wrapper-grid .grid-item-arg-1 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .wrapper-grid .grid-item-arg-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .wrapper-grid .grid-item-arg-3 {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

.lp-header {
  box-sizing: border-box;
  padding: 0;
  background-image: url("../images/header.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 0.5rem solid #FFC321;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 0 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 90%, 0 100%);
}
.lp-header p {
  font-size: 1.2rem;
  color: #f2f2f2;
}
@media (min-width: 992px) {
  .lp-header p {
    font-size: 1.3rem;
    max-width: 573.3333333333px;
  }
}
@media (min-width: 1200px) {
  .lp-header p {
    font-size: 1.5rem;
    max-width: 860px;
  }
}

.section-b .inner {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  margin: auto;
  max-width: 860px;
  padding: 5rem 0;
}
.section-b .inner h3 {
  font-size: 1.2rem;
}
.section-b .inner h2 {
  font-size: 2rem;
}
.section-b .inner p {
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .section-b .inner h3 {
    font-size: 2.5rem;
  }
  .section-b .inner h2 {
    font-size: 4rem;
  }
  .section-b .inner p {
    font-size: 1.5rem;
    line-height: 2;
  }
}

/* LP section: text-image-cta */
.text-image-cta {
  display: grid;
  grid-template-areas: "tic-image" "tic-text" "tic-btn";
  gap: 5rem;
  text-align: center;
}
.text-image-cta .text-image-cta__area-image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: tic-image;
}
.text-image-cta .text-image-cta__area-btn {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: tic-btn;
}
.text-image-cta .text-image-cta__area-text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: tic-text;
  text-align: center;
}
@media (min-width: 992px) {
  .text-image-cta {
    text-align: left;
    grid-template-areas: "tic-image tic-text" "tic-btn tic-text";
  }
  .text-image-cta .text-image-cta__area-image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .text-image-cta .text-image-cta__area-btn {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .text-image-cta .text-image-cta__area-text {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
}

/* End LP section */
.bg-filter {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.ticket {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  max-width: 17.5rem;
  border-radius: 4px;
  font-size: 2rem;
  padding: 1rem 0.5rem;
  margin: 0 auto;
  display: block;
}

.pannel {
  box-sizing: border-box;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  padding: 10px 15px;
}
.pannel--x {
  margin: 15px 0;
}

/* Footer */
footer .bloctel {
  color: white;
  font-size: 0.9rem;
  text-align: center;
}

h4.stylish-heading {
  border-bottom: 4px solid #3C2A7E;
  color: #3C2A7E;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0.5rem 1rem;
  max-width: 480px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}

.go-top {
  width: 50px;
  height: 50px;
  background: #FFC321;
  padding: 0.5rem;
  border-radius: 50%;
  position: fixed;
  bottom: 1%;
  right: 1%;
}
.go-top i {
  color: #333333;
}

.adv-container {
  display: flex;
  flex-wrap: wrap;
}

.adv-thumbnail {
  max-width: 20rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.adv-thumbnail__img {
  width: 20rem;
}
.adv-thumbnail img {
  width: 100%;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  border-radius: 8px 8px 0 0;
  opacity: 0.8;
}
.adv-thumbnail img:hover {
  opacity: 1;
}
.adv-thumbnail__action {
  display: block;
  background: #054A91;
}
.adv-thumbnail__action a {
  display: block;
}

.modal {
  box-sizing: border-box;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  background: white;
  position: absolute;
  top: 10%;
  left: 50%;
  width: 100%;
  max-width: 940px;
  transform: translate(-50%, 0);
  z-index: 999999;
  max-height: 80vh;
  overflow: auto;
  border-radius: 4px;
  padding: 1rem;
}
.modal .modal-body {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.modal .modal-body button.close {
  position: sticky;
  top: 0;
  margin-right: 0;
  margin-left: auto;
}
.modal .modal-header, .modal .modal-footer, .modal .modal-body {
  padding: 1rem 1.5rem;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.debug-bd-r {
  border: 2px solid red !important;
}

.debug-bd-b {
  border: 2px solid blue !important;
}

.debug-bd-g {
  border: 2px solid green !important;
}