@charset "UTF-8";
/*VARIABLES SCSS*/
/*TAILLES DE BREAKPOINTS RESPONSIVE*/
/*TABLEAU DES TAILLES DE BREAKPOINTS RESPONSIVE*/
/*MARGINS DE BASE*/
/*PADDINGS DE BASE*/
/*TABLEAU DES TAILLES DE MARGES VERTICALES*/
/*TABLEAU DES TAILLES DE MARGES HORIZONTALES*/
/*TABLEAU DES TAILLES DE PADDINGS VERTICALES*/
/*TABLEAU DES TAILLES DE PADDINGS HORIZONTALES*/
/*GAPS*/
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@300&display=swap");
:root {
  --h-font: "Hanken Grotesk", sans-serif;
  --font: "Hanken Grotesk", sans-serif;
  --white:#fff;
  --primary:#222545;
  --primary-alt:#1a1c36;
  --secondary:#65BF90;
  --ternary:#EEE785;
  --ternary-hover:#cdc65a;
  --quaternary:#8d8fa2;
  --grey:#A8A8A8;
  --light-grey:#F8F8F8;
  --ui-grey:#d9d9d9;
  --error:#f58e8e;
  --warning:#ff9c62;
  --shadow-white:#cccbca;
  --gradient-secondary:linear-gradient(70deg, var(--secondary) 50%, #5ebe8cab 64%, transparent);
  --gradient-ternary:linear-gradient(70deg, #C6BC24 30%, #d3cc6ef7 60%, #9f9c69b5 80%, transparent);
  --solid-gradient-secondary:linear-gradient(70deg, var(--primary) 30%, var(--secondary) 87%);
  --solid-gradient-ternary:linear-gradient(70deg, var(--primary) 30%, #d3cc6e 87%);
  --brand-gradient:linear-gradient(0, #3dd786 50%, transparent);
  --dark-gradient:linear-gradient(360deg, rgba(0, 0, 0, 0.84) 0%, rgba(46, 46, 46, 0.55) 35%, rgba(46, 46, 46, 0.27) 60%, rgba(255, 255, 255, 0) 100%);
  --header-gradient-overlay:linear-gradient(90deg, #1f1f1f 0%, rgba(45, 45, 45, 0.9) 27%, rgba(56, 56, 56, 0.73) 53%, rgba(255, 255, 255, 0) 100%);
  --card-gradient-overlay:linear-gradient(0deg, #585858 10%, rgba(62, 62, 62, 0.7721682423) 27%, rgba(93, 93, 93, 0.55) 53%, rgba(255, 255, 255, 0) 100%);
  --vpd: 40px;
  --hpd: 15px;
  --navtop: 70px;
  --navtop-scroll: 40px;
  --rounded05: 3px;
  --rounded: 9px;
  --rounded2: 16px;
  --rounded3: clamp(35px, 2.5vw, 45px);
  --round: 1000px;
  --shadow-dark: 0px 15px 30px #00000040;
  --shadow-light: 0px 10px 45px #aaacb07a;
  --shadow-extralight: 5px 6px 30px #6172991a;
  --gap: max(6px, 0.75vw);
  --carousel-nav-btn: 65px;
  --inner-cont: calc(100% - var(--hpd) *2);
  --container-sm: 650px;
  --container-middle: 1100px;
  --container-md: max(calc(50vw - var(--hpd)), 650px);
  --container-lg: 1300px;
  --container-xl: 1600px;
  --ease:cubic-bezier(0.25, 0.1, 0.25, 1);
}
.h-font {
  font-family: "quiche-flare", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.container-sm {
  max-width: 650px;
}
.container-md {
  max-width: var(--container-md);
}
.container-lg {
  max-width: var(--container-lg);
}
.container-xl {
  max-width: var(--container-xl);
}
@media screen and (min-width: 992px) {
  :root {
    --vpd: 50px;
    --hpd: 25px;
    --rounded: 7px;
    --rounded2: 25px;
  }
  .c-fluid {
    max-width: 1750px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-fluid-2 {
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --vpd: max(9vh, 90px);
    --hpd: 5vw;
  }
}
@media screen and (min-width: 1700px) {
  :root {
    --vpd: 100px;
    --hpd: 5vw;
  }
  :root {
    --container: 1280px !important;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* Remove default margins, paddings and text-decoration for anchors.
*/
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
========================================================================== */
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Grouping content
========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Remove bullets from lists elements.
 */
ul {
  list-style-type: none;
}
/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
* Remove small margin on bottom of strict img tags
*/
img {
  border-style: none;
  vertical-align: top;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  overflow: visible;
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button, input {
  overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button, select {
  text-transform: none;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
  * Restore the focus styles unset by the previous rule.
  */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}
body {
  font-family: var(--font), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.full {
  width: 100%;
}
.half {
  width: 50%;
}
.just-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.just-img {
  object-fit: cover;
  object-position: center;
}
.shadow {
  box-shadow: var(--shadow-light);
}
.rounded {
  border-radius: var(--rounded);
}
.rounded2 {
  border-radius: var(--rounded2);
}
.rounded3 {
  border-radius: var(--rounded3);
}
.round {
  border-radius: var(--round);
}
.h-full {
  height: 100%;
}
.w-full {
  width: 100%;
}
ul.bullet {
  list-style-type: disc;
  padding-left: 30px;
}
.has-gradient {
  background: var(--fortil-gradient);
  -webkit-text-fill-color: transparent;
  background-size: 300%;
  background-position: -100%;
  animation: gradient 8s ease-in-out infinite alternate;
}
button, a {
  cursor: pointer;
  display: inline-block;
  transition: 0.4s;
}
.btn-class {
  padding: 10px 15px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
}
.btn-class {
  color: #fff;
  background: #333;
}
.btn-class:hover {
  background: #666;
}
input, textarea {
  padding: 10px 0;
  background: none;
  border: none;
  border-bottom: 1px solid var(--ui-grey);
}
a, button, .btn, .wp-block-button__link {
  font-weight: 500;
  font-family: var(--h-font), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: calc(17px + 0.01vw);
  position: relative;
  white-space: nowrap;
}
a.underline, button.underline, .btn.underline, .wp-block-button__link.underline {
  text-decoration: underline;
}
a.btn:hover, button.btn:hover, .btn.btn:hover, .wp-block-button__link.btn:hover {
  transition: 366ms var(--ease);
}
a, li a {
  transition: 366ms var(--ease);
}
button {
  background: transparent;
}
button, a {
  outline: none;
  color: var(--dark);
}
.btn:not(.wp-block-button).btn-primary {
  outline: none;
  border: none;
  border-radius: var(--rounded);
  padding: 18px 52px 18px 20px;
  color: #fff;
  cursor: pointer;
  position: relative;
  width: fit-content;
  transform: scale(1);
  transition: 366ms var(--ease);
  font-family: var(--h-font), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: var(--gradient-secondary);
  position: relative;
  color: #fff;
}
.btn:not(.wp-block-button).btn-primary::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  z-index: 1;
  background: url(../../../../themes/wcom/assets/img/svg/icon-arrow-right-white.svg) no-repeat;
  background-size: contain;
  right: 26px;
  bottom: -1px;
  left: unset;
  width: 17px;
  height: 100%;
  transform: translate(0, 0);
  transition: 366ms var(--ease);
  background-position: center;
}
.btn:not(.wp-block-button).btn-primary:hover {
  transform: scale(1.03);
}
.btn:not(.wp-block-button).btn-primary:hover::after {
  transform: translate(3px, 0);
  transition: 366ms var(--ease);
}
.btn:not(.wp-block-button).btn-primary:hover {
  color: #fff;
  background: var(--secondary);
  transition: 366ms var(--ease);
}
.btn:not(.wp-block-button).btn-primary.solid {
  background: var(--solid-gradient-secondary);
}
.btn:not(.wp-block-button).btn-primary.solid:hover {
  background: var(--solid-gradient-secondary);
  opacity: 0.8;
}
.btn:not(.wp-block-button).btn-secondary {
  outline: none;
  border: none;
  border-radius: var(--rounded);
  padding: 18px 52px 18px 20px;
  color: #fff;
  cursor: pointer;
  position: relative;
  width: fit-content;
  transform: scale(1);
  transition: 366ms var(--ease);
  font-family: var(--h-font), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: var(--gradient-ternary);
}
.btn:not(.wp-block-button).btn-secondary::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  z-index: 1;
  background: url(../../../../themes/wcom/assets/img/svg/icon-arrow-right-white.svg) no-repeat;
  background-size: contain;
  right: 26px;
  bottom: -1px;
  left: unset;
  width: 17px;
  height: 100%;
  transform: translate(0, 0);
  transition: 366ms var(--ease);
  background-position: center;
}
.btn:not(.wp-block-button).btn-secondary:hover {
  transform: scale(1.03);
}
.btn:not(.wp-block-button).btn-secondary:hover::after {
  transform: translate(3px, 0);
  transition: 366ms var(--ease);
}
.btn:not(.wp-block-button).btn-secondary:hover {
  color: #fff;
  background: var(--ternary-hover);
  transition: 366ms var(--ease);
}
.btn:not(.wp-block-button).btn-secondary.solid {
  background: var(--solid-gradient-ternary);
}
.btn:not(.wp-block-button).btn-secondary.solid:hover {
  background: var(--solid-gradient-ternary);
  opacity: 0.8;
}
.btn:not(.wp-block-button).btn-outline {
  outline: none;
  cursor: pointer;
  position: relative;
  width: fit-content;
  transition: 366ms var(--ease);
  font-family: var(--h-font), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  padding: 18px 52px 18px 20px;
  border: 1px solid var(--primary);
  border-radius: var(--rounded);
  opacity: 0.7;
}
.btn:not(.wp-block-button).btn-outline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  z-index: 1;
  background-image: url(../../../../themes/wcom/assets/img/svg/icon-arrow-right-primary.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 26px;
  bottom: -1px;
  left: unset;
  width: 17px;
  height: 100%;
  transform: translate(0, 0);
  transition: 366ms var(--ease);
  background-position: center;
}
.btn:not(.wp-block-button).btn-outline:hover {
  transition: 366ms var(--ease);
  opacity: 1;
}
.btn:not(.wp-block-button).btn-outline:hover::after {
  transform: translate(3px, 0);
  transition: 366ms var(--ease);
}
.btn:not(.wp-block-button).btn-outline.white {
  outline: none;
  cursor: pointer;
  position: relative;
  width: fit-content;
  transition: 366ms var(--ease);
  font-family: var(--h-font), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  padding: 18px 52px 18px 20px;
  border: 1px solid var(--primary);
  border-radius: var(--rounded);
  opacity: 0.7;
  border-color: #fff;
  color: #fff;
}
.btn:not(.wp-block-button).btn-outline.white::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  z-index: 1;
  background-image: url(../../../../themes/wcom/assets/img/svg/icon-arrow-right-primary.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 26px;
  bottom: -1px;
  left: unset;
  width: 17px;
  height: 100%;
  transform: translate(0, 0);
  transition: 366ms var(--ease);
  background-position: center;
}
.btn:not(.wp-block-button).btn-outline.white::after {
  background-image: url(../../../../themes/wcom/assets/img/svg/icon-arrow-right-white.svg);
  background-size: contain;
}
.btn:not(.wp-block-button).btn-outline.white:hover {
  transition: 366ms var(--ease);
  opacity: 1;
}
.btn:not(.wp-block-button).btn-outline.white:hover::after {
  transform: translate(3px, 0);
  transition: 366ms var(--ease);
}
.btn:not(.wp-block-button).btn-booking {
  padding-left: 62px;
}
.btn:not(.wp-block-button).btn-booking::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  z-index: 1;
  background: url(../../../../themes/wcom/assets/img/svg/icon-calendar-white.svg) no-repeat;
  background-size: contain;
  background-position: center center;
  right: unset;
  bottom: 0;
  left: 22px;
  width: 29px;
  height: 100%;
  transform: translate(0, 0);
  transition: 366ms var(--ease);
}
.wp-block-button.btn {
  background: transparent !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.wp-block-button.btn::after {
  display: none !important;
}
.wp-block-button.btn.btn-primary a {
  outline: none;
  border: none;
  border-radius: var(--rounded);
  padding: 18px 52px 18px 20px;
  color: #fff;
  cursor: pointer;
  position: relative;
  width: fit-content;
  transform: scale(1);
  transition: 366ms var(--ease);
  font-family: var(--h-font), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: var(--gradient-secondary);
  position: relative;
  color: #fff;
}
.wp-block-button.btn.btn-primary a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  z-index: 1;
  background: url(../../../../themes/wcom/assets/img/svg/icon-arrow-right-white.svg) no-repeat;
  background-size: contain;
  right: 26px;
  bottom: -1px;
  left: unset;
  width: 17px;
  height: 100%;
  transform: translate(0, 0);
  transition: 366ms var(--ease);
  background-position: center;
}
.wp-block-button.btn.btn-primary a:hover {
  transform: scale(1.03);
}
.wp-block-button.btn.btn-primary a:hover::after {
  transform: translate(3px, 0);
  transition: 366ms var(--ease);
}
.wp-block-button.btn.btn-primary a:hover {
  color: #fff;
  background: var(--secondary);
  transition: 366ms var(--ease);
}
.wp-block-button.btn.btn-primary.solid a {
  background: var(--solid-gradient-secondary);
}
.wp-block-button.btn.btn-primary.solid a:hover {
  background: var(--solid-gradient-secondary);
  opacity: 0.8;
}
.wp-block-button.btna.btn-primary {
  outline: none;
  border: none;
  border-radius: var(--rounded);
  padding: 18px 52px 18px 20px;
  color: #fff;
  cursor: pointer;
  position: relative;
  width: fit-content;
  transform: scale(1);
  transition: 366ms var(--ease);
  font-family: var(--h-font), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: var(--gradient-secondary);
  position: relative;
  color: #fff;
}
.wp-block-button.btna.btn-primary::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  z-index: 1;
  background: url(../../../../themes/wcom/assets/img/svg/icon-arrow-right-white.svg) no-repeat;
  background-size: contain;
  right: 26px;
  bottom: -1px;
  left: unset;
  width: 17px;
  height: 100%;
  transform: translate(0, 0);
  transition: 366ms var(--ease);
  background-position: center;
}
.wp-block-button.btna.btn-primary:hover {
  transform: scale(1.03);
}
.wp-block-button.btna.btn-primary:hover::after {
  transform: translate(3px, 0);
  transition: 366ms var(--ease);
}
.wp-block-button.btna.btn-primary:hover {
  color: #fff;
  background: var(--secondary);
  transition: 366ms var(--ease);
}
.wp-block-button.btna.btn-primary.solid {
  background: var(--solid-gradient-secondary);
}
.wp-block-button.btna.btn-primary.solid:hover {
  background: var(--solid-gradient-secondary);
  opacity: 0.8;
}
.wp-block-button.btn.btn-secondary a {
  outline: none;
  border: none;
  border-radius: var(--rounded);
  padding: 18px 52px 18px 20px;
  color: #fff;
  cursor: pointer;
  position: relative;
  width: fit-content;
  transform: scale(1);
  transition: 366ms var(--ease);
  font-family: var(--h-font), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: var(--gradient-ternary);
}
.wp-block-button.btn.btn-secondary a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  z-index: 1;
  background: url(../../../../themes/wcom/assets/img/svg/icon-arrow-right-white.svg) no-repeat;
  background-size: contain;
  right: 26px;
  bottom: -1px;
  left: unset;
  width: 17px;
  height: 100%;
  transform: translate(0, 0);
  transition: 366ms var(--ease);
  background-position: center;
}
.wp-block-button.btn.btn-secondary a:hover {
  transform: scale(1.03);
}
.wp-block-button.btn.btn-secondary a:hover::after {
  transform: translate(3px, 0);
  transition: 366ms var(--ease);
}
.wp-block-button.btn.btn-secondary a:hover {
  color: #fff;
  background: var(--ternary-hover);
  transition: 366ms var(--ease);
}
.wp-block-button.btn.btn-secondary.solid a {
  background: var(--solid-gradient-ternary);
}
.wp-block-button.btn.btn-secondary.solid a:hover {
  background: var(--solid-gradient-ternary);
  opacity: 0.8;
}
.wp-block-button.btna.btn-secondary {
  outline: none;
  border: none;
  border-radius: var(--rounded);
  padding: 18px 52px 18px 20px;
  color: #fff;
  cursor: pointer;
  position: relative;
  width: fit-content;
  transform: scale(1);
  transition: 366ms var(--ease);
  font-family: var(--h-font), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: var(--gradient-ternary);
}
.wp-block-button.btna.btn-secondary::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  z-index: 1;
  background: url(../../../../themes/wcom/assets/img/svg/icon-arrow-right-white.svg) no-repeat;
  background-size: contain;
  right: 26px;
  bottom: -1px;
  left: unset;
  width: 17px;
  height: 100%;
  transform: translate(0, 0);
  transition: 366ms var(--ease);
  background-position: center;
}
.wp-block-button.btna.btn-secondary:hover {
  transform: scale(1.03);
}
.wp-block-button.btna.btn-secondary:hover::after {
  transform: translate(3px, 0);
  transition: 366ms var(--ease);
}
.wp-block-button.btna.btn-secondary:hover {
  color: #fff;
  background: var(--ternary-hover);
  transition: 366ms var(--ease);
}
.wp-block-button.btna.btn-secondary.solid {
  background: var(--solid-gradient-ternary);
}
.wp-block-button.btna.btn-secondary.solid:hover {
  background: var(--solid-gradient-ternary);
  opacity: 0.8;
}
.wp-block-button.btn.btn-booking a {
  padding-left: 62px;
}
.wp-block-button.btn.btn-booking a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  z-index: 1;
  background: url(../../../../themes/wcom/assets/img/svg/icon-calendar-white.svg) no-repeat;
  background-size: contain;
  background-position: center center;
  right: unset;
  bottom: 0;
  left: 22px;
  width: 29px;
  height: 100%;
  transform: translate(0, 0);
  transition: 366ms var(--ease);
}
.wp-block-button.btna.btn-booking {
  padding-left: 62px;
}
.wp-block-button.btna.btn-booking::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  z-index: 1;
  background: url(../../../../themes/wcom/assets/img/svg/icon-calendar-white.svg) no-repeat;
  background-size: contain;
  background-position: center center;
  right: unset;
  bottom: 0;
  left: 22px;
  width: 29px;
  height: 100%;
  transform: translate(0, 0);
  transition: 366ms var(--ease);
}
.wp-block-button.btn-large-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  overflow: hidden;
  border-radius: var(--rounded);
}
.wp-block-button.btn-large-arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: var(--brand-gradient);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: 300ms var(--ease);
  z-index: 0;
  opacity: 0.6;
}
.wp-block-button.btn-large-arrow:hover::before {
  transform: scaleX(1);
  transition: 300ms var(--ease);
  transform-origin: left;
}
.wp-block-button.btn-large-arrow a {
  background: #ffffff0a;
  font-size: 30px;
  padding: 10vh 80px 10vh 50px;
  position: relative;
}
.wp-block-button.btn-large-arrow a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-size: contain;
  right: 52px;
  left: unset;
  bottom: unset;
  width: 17px;
  height: 29px;
  transform: translate(0, 0);
  transition: 366ms var(--ease);
  background-image: url(../../../../themes/wcom/assets/img/svg/icon-arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: 46%;
}
.wp-block-button.btn-large-arrow a:hover::after {
  transform: translate(3px, 0);
  transition: 366ms var(--ease);
}
.wp-block-button.btn-large-arrow.white {
  color: #fff;
}
.wp-container-1.wp-block-buttons {
  padding: 0;
  margin: 0;
  gap: 0;
}
@media screen and (max-width: 500px) {
  input[type="submit"][class*="icon"], .btn[class*="icon"], .btn.wp-block-button > a[class*="icon"] {
    padding: 20px 62px 20px 20px;
  }
  input[type="submit"][class*="btn-large"] span, .btn[class*="btn-large"] span, .btn.wp-block-button > a[class*="btn-large"] span {
    font-size: 41px;
  }
}
body, p {
  font-family: var(--font), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
}
p, .p, .wp-block-columns .wp-block-column ul li, .bullet-list li, ul li {
  font-size: calc(18px + 0.05vw);
  line-height: 1.3;
  font-weight: 300;
}
p:not(.o-tag, .h1, .h2, .h3, .h4, .h5, .h6, .secondary, .ternary, .primary), .p:not(.o-tag, .h1, .h2, .h3, .h4, .h5, .h6, .secondary, .ternary, .primary), .wp-block-columns .wp-block-column ul li:not(.o-tag, .h1, .h2, .h3, .h4, .h5, .h6, .secondary, .ternary, .primary), .bullet-list li:not(.o-tag, .h1, .h2, .h3, .h4, .h5, .h6, .secondary, .ternary, .primary), ul li:not(.o-tag, .h1, .h2, .h3, .h4, .h5, .h6, .secondary, .ternary, .primary) {
  color: var(--quaternary);
}
p.subh {
  font-size: calc(22px + 0.03vw);
  line-height: calc(25px + 0.2vw);
  font-weight: 400;
}
h1, h2, .h1-5, .h2-5, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .xl-font {
  font-family: var(--h-font), "sans-serif";
  font-weight: 300;
}
h1 > strong, h2 > strong, h3 > strong, .h1 > strong, .h2 > strong, .h3 > strong {
  color: var(--secondary);
  font-weight: 300;
}
h1, h2, .h1, .h2, .title-stroke {
  position: relative;
  margin-bottom: 45px;
}
h1::after, h2::after, .h1::after, .h2::after, .title-stroke::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  top: unset;
  bottom: -30px;
  width: 170px;
  height: 10px;
  background-image: url(../../../../themes/wcom/assets/img/svg/gradient-title-decor-clear.svg);
}
h1.tc::after, h2.tc::after, .h1.tc::after, .h2.tc::after, .title-stroke.tc::after {
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
h1, .h1 {
  font-size: 36px;
  line-height: 1.04;
}
h1::after, .h1::after {
  bottom: -40px;
}
h1 span, .h1 span {
  font-weight: 300;
  opacity: 0.75;
  font-family: var(--font), "sans-serif";
}
.xl-font {
  font-size: max(78px, 8vw);
  line-height: 1.25;
}
.h1-5 {
  font-size: clamp(47px, 5.5vw, 56px);
  line-height: 1.25;
  margin: 0 0 calc(var(--vpd) / 1.5) 0;
}
h2, .h2 {
  font-size: clamp(29px, 7vw, 33px);
  line-height: 1.25;
}
.h2-5 {
  font-size: calc(28px + .3vw);
  line-height: 1.25;
}
h3, .h3 {
  font-size: calc(27px + .2vw);
  line-height: 1.25;
  margin-bottom: 20px;
}
h4, .h4 {
  font-size: 27px;
  line-height: 35px;
}
h5, .h5 {
  font-size: clamp(18px, 23px, 25px);
  line-height: 1.25;
}
h6, .h6 {
  font-size: 18px;
}
.underlined {
  border-bottom: 1px solid var(--primary);
  max-width: fit-content;
}
.underlined.primary {
  border-bottom-color: var(--primary);
}
b, strong, .fwb {
  font-weight: 600 !important;
}
/* ============================================================= MEDIA QUERIES */
@media screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: clamp(47px, 6.5vw, 65px);
  }
}
@media screen and (max-width: 1200px) {
  p.subh {
    font-size: calc(18px + 0.05vw);
    line-height: 1.25;
  }
}
@media screen and (max-width: 500px) {
  .xl-font:not(.number) {
    font-size: 58px;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1500px) {
  .xl-font {
    font-size: max(165px, 8vw);
    line-height: 1.25;
  }
  h2, .h2 {
    font-size: calc(42px + 0.1vw);
    line-height: 1.25;
  }
}
li.menu-item {
  transition: 233ms var(--ease);
  opacity: 1;
}
li.menu-item.not-active {
  opacity: 0.6;
  transition: 233ms var(--ease);
}
#mobile-navbar {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100vw;
  height: 70px;
  z-index: 100;
  background: var(--primary);
  border-radius: 10px 10px 0 0;
  transform: translateY(100%);
  transition: 300ms var(--ease);
}
#mobile-navbar.show {
  transform: translateY(0);
  transition: 300ms var(--ease);
}
#mobile-navbar .cta-row {
  align-items: center;
  display: flex;
  flex-flow: row;
  height: 100%;
  width: 100%;
  justify-content: center;
  gap: 8px;
}
#mobile-navbar .cta-row .btn {
  width: calc(50% - 18px);
  height: 70%;
  font-size: 14px;
  max-width: unset;
}
#mobile-navbar .cta-row .btn.btn-booking {
  padding-left: 40px;
  width: 50%;
}
#mobile-navbar .cta-row .btn.btn-booking::after {
  display: none;
}
#mobile-navbar .cta-row .btn.btn-booking::before {
  left: 11px;
  width: 22px;
}
.btn#scroll-top {
  position: fixed;
  right: 3.5vw;
  bottom: 38px;
  background: transparent;
  width: 50px;
  height: 50px;
  padding: 0;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  border: none;
}
.btn#scroll-top::after {
  transform: rotate(-90deg) translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 10px;
  width: 40px;
  height: 40px;
  filter: brightness(0.8);
}
.btn#scroll-top::before {
  display: none;
}
.menu-backdrop {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  position: fixed;
  background: var(--primary);
  width: 100vw;
  height: 100vh;
  transform: translateX(100%);
  transition: 866ms var(--ease);
  transition-delay: 500ms;
  z-index: 10;
}
.menu-backdrop.open {
  transform: translateX(0);
  transition: 866ms var(--ease);
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .menu-backdrop {
    display: none;
  }
}
.nav-navtop-block {
  left: 0;
  display: flex;
  position: fixed;
  padding: 10px var(--hpd);
  width: 100%;
  z-index: 260;
  height: var(--navtop);
  top: 0;
  transition: 600ms ease;
  background: #222545e6;
  border-bottom: 1px solid #eeeeee0d;
  background-blend-mode: multiply;
}
.nav-navtop-block.visible-load {
  transform: translateY(0);
  transition: 600ms ease;
}
.nav-navtop-block.hidden {
  transform: translateY(-100%);
  transition: transform 600ms ease !important;
  animation: none;
}
.nav-navtop-block.dark-ui {
  background: var(--primary);
}
.nav-navtop-block #burger {
  position: absolute;
  width: 40px;
  height: 40px;
  right: var(--hpd);
  z-index: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-navtop-block #burger .label > p {
  color: #fff;
  height: 20px;
  font-size: 14px;
  transition: 555ms var(--ease);
}
.nav-navtop-block #burger span {
  background: #ffffff9c;
  border: none;
  width: 36px;
  height: 1px;
  transition: 500ms var(--ease);
  display: flex;
  position: relative;
  transform: rotate(0);
}
.nav-navtop-block #burger span:first-of-type {
  top: -6px;
  transform: rotate(0);
}
.nav-navtop-block #burger span:nth-of-type(2) {
  opacity: 1;
  transition: 0.3s;
  transition-delay: 0.2s;
  transform: translateX(0);
}
.nav-navtop-block #burger span:last-of-type {
  top: 6px;
  transform: rotate(0);
}
.nav-navtop-block #burger.open span {
  width: 36px;
  transition: 500ms var(--ease);
  display: flex;
}
.nav-navtop-block #burger.open span:first-of-type {
  transform: rotate(45deg);
  top: 1px;
}
.nav-navtop-block #burger.open span:nth-of-type(2) {
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0;
  transform: translateX(40px);
}
.nav-navtop-block #burger.open span:last-of-type {
  transform: rotate(-45deg);
  top: -1px;
}
.nav-navtop-block #burger.open .contents-wrapper {
  pointer-events: all;
}
.nav-navtop-block [class*="has-children"] {
  position: relative;
  padding-right: 19px;
}
.nav-navtop-block [class*="has-children"]::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  top: 8px;
  right: -1px;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-image: url(../../../../themes/wcom/assets/img/svg/icon-caret-down-white.svg);
  background-repeat: no-repeat;
  left: unset;
  transition: 300ms var(--ease);
  filter: brightness(100) saturate(0);
  transform: rotate(0);
  transition: 300ms var(--ease);
}
.nav-navtop-block [class*="has-children"] .sub-menu {
  transform: none;
  display: flex;
  flex-flow: column;
  background: none;
  padding: 0;
  pointer-events: none;
  overflow: hidden;
  transition: 500ms var(--ease);
  padding-top: 15px;
  max-height: 0;
  margin-top: 15px;
  opacity: 0;
  z-index: 100;
  position: relative;
  box-shadow: var(--shadow-dark);
}
.nav-navtop-block [class*="has-children"] .sub-menu li {
  width: 100%;
  padding: 10px 12px;
  border-radius: var(--rounded05);
  background: transparent;
  transition: 200ms ease;
  display: flex;
  align-items: center;
}
.nav-navtop-block [class*="has-children"] .sub-menu li:hover {
  background: linear-gradient(90deg, #3dd78661 50%, transparent);
}
.nav-navtop-block [class*="has-children"] .sub-menu li a {
  line-break: auto;
  color: var(--primary);
}
.nav-navtop-block [class*="has-children"] .sub-menu li a:not(:hover) {
  transform: translateY(0) !important;
}
.nav-navtop-block [class*="has-children"] .sub-menu li a:hover {
  opacity: 1;
  transform: translateY(0) !important;
}
.nav-navtop-block [class*="has-children"] .sub-menu li a:hover::before {
  display: none !important;
}
.nav-navtop-block [class*="has-children"] .sub-menu li a::before {
  display: none !important;
}
.nav-navtop-block [class*="has-children"]::after {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  right: 50px;
  background-size: contain;
  top: 10px;
  transform: translateY(0);
  transition: 300ms var(--ease);
}
.nav-navtop-block [class*="has-children"].visible .sub-menu {
  opacity: 1;
  pointer-events: all !important;
  max-height: 990px;
  overflow: visible;
  opacity: 1;
  transition: 300ms ease-in-out;
  transition-delay: 200ms;
}
.nav-navtop-block [class*="has-children"].visible::before {
  transform: rotate(180deg);
  transition: 300ms var(--ease);
}
.nav-navtop-block .contents-wrapper {
  position: fixed;
  top: var(--navtop);
  width: 100vw;
  height: calc(100vh - var(--navtop));
  padding: 20px var(--hpd) 30px;
  left: 0;
  pointer-events: none;
}
.nav-navtop-block .top-menu {
  position: relative;
  justify-content: flex-start;
  z-index: 10;
}
.nav-navtop-block .top-menu .address, .nav-navtop-block .top-menu .btn {
  font-size: 14px;
}
.nav-navtop-block .top-menu .address {
  color: #fff;
}
.nav-navtop-block .navtop-logo {
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 140;
  transition: 550ms var(--ease);
  width: fit-content;
}
.nav-navtop-block .navtop-logo a {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  transition: 550ms var(--ease);
}
.nav-navtop-block .navtop-logo a img {
  max-width: 190px;
  width: 100%;
  transition: 550ms var(--ease);
}
.nav-navtop-block .top-menu {
  transition: 684ms var(--ease);
  transform: translateY(40px);
  opacity: 0;
  pointer-events: none;
}
.nav-navtop-block .menu-wrapper {
  height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: unset;
  position: fixed;
  left: 0;
  top: 0;
  color: #fff;
  pointer-events: none;
}
.nav-navtop-block .menu-wrapper ul {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.nav-navtop-block .menu-wrapper ul > li.btn {
  padding: 9px 22px;
}
.nav-navtop-block .menu-wrapper ul > li.btn:hover {
  opacity: 1;
}
.nav-navtop-block .menu-wrapper .menu-items-wr {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 684ms var(--ease);
  transition-delay: 0ms;
  opacity: 1;
  position: fixed;
  z-index: 10;
  transform: translateY(40px);
  opacity: 0;
  pointer-events: none;
  flex-wrap: wrap;
}
.nav-navtop-block .menu-wrapper .menu-items-wr .menu-menu-nav-container {
  width: 100%;
}
.nav-navtop-block .menu-wrapper .menu-items-wr .cta-row {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.nav-navtop-block .menu-wrapper .menu-items-wr .cta-row button {
  font-size: 15px;
  padding: 13px 34px 13px 16px;
}
.nav-navtop-block .menu-wrapper .menu-items-wr .cta-row button.btn-booking {
  padding: 13px 16px 13px 44px !important;
}
.nav-navtop-block .menu-wrapper .menu-items-wr .cta-row button.btn-booking::before {
  left: 15px;
  width: 21px;
}
.nav-navtop-block .menu-wrapper .menu-items-wr .cta-row button.btn-booking::after {
  display: none;
}
.nav-navtop-block .menu-wrapper .menu-items-wr .cta-row button::after {
  right: 16px;
  bottom: -1px;
  width: 12px;
}
.nav-navtop-block .menu-wrapper .menu-items-wr .menu {
  width: 100%;
  padding: 0 var(--hpd);
}
.nav-navtop-block .menu-wrapper .menu-items-wr .menu a {
  font-family: var(--font);
  color: #fff;
  font-size: 22px;
  margin: 0 0 30px;
  position: relative;
}
.nav-navtop-block .menu-wrapper .menu-items-wr .menu a:before {
  content: "";
  width: 100%;
  background: var(--secondary);
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  transform-origin: left;
  transition: 1104ms var(--ease);
  opacity: 0.4;
}
.nav-navtop-block .menu-wrapper .menu-items-wr .menu a:hover::before {
  animation: scaleX 1104ms var(--ease);
}
@keyframes scaleX {
  0% {
    transform: translateX(-50%) scaleX(1);
  }
  50% {
    transform: translateX(50%) scaleX(0);
  }
  51% {
    transform: translateX(-50%) scaleX(0);
  }
  100% {
    transform: translateX(-50%) scaleX(1);
  }
}
.nav-navtop-block .menu-wrapper .menu-items-wr .menu a:not(:hover) {
  opacity: 1;
  transform: translateY(0);
}
.nav-navtop-block.open .menu-wrapper {
  pointer-events: all;
}
.nav-navtop-block.open .top-menu, .nav-navtop-block.open .menu-items-wr {
  opacity: 1;
  transform: translateY(0);
  transition: 684ms var(--ease);
  transition-delay: 400ms;
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  .nav-navtop-block .menu-wrapper .menu-items-wr .cta-row {
    display: none;
  }
  .nav-navtop-block li {
    width: 100%;
  }
  .nav-navtop-block #menu-menu-nav > li.menu-item {
    border-bottom: 1px solid #8d8fa247;
    margin-bottom: 15px;
  }
  .nav-navtop-block #menu-menu-nav > li.menu-item a {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .nav-navtop-block [class*="has-children"] .sub-menu {
    padding: 0;
    box-shadow: none;
  }
  .nav-navtop-block [class*="has-children"] .sub-menu li {
    padding: 0;
  }
  .nav-navtop-block [class*="has-children"] .sub-menu li a {
    color: #fff;
    width: 100%;
  }
  .nav-navtop-block .navtop-logo a img {
    max-width: 130px;
  }
  .nav-navtop-block.has-scrolled .navtop-logo a img {
    width: 110px;
  }
  .c-contact-trigger {
    width: 65px;
    height: 65px;
    right: 2.5vw;
    bottom: 100px;
  }
}
@media screen and (min-width: 992px) {
  #mobile-navbar {
    display: none;
  }
  .nav-navtop-block {
    padding-top: 15px;
  }
  .nav-navtop-block #burger {
    display: none;
  }
  .nav-navtop-block .top-menu {
    justify-content: flex-end;
  }
  .nav-navtop-block .top-menu .address {
    color: var(--primary);
  }
  .nav-navtop-block .top-menu, .nav-navtop-block .menu-items-wr {
    transform: none !important;
    opacity: 1 !important;
    pointer-events: all !important;
    flex-wrap: nowrap !important;
  }
  .nav-navtop-block .contents-wrapper {
    position: initial;
    top: 0;
    width: 100vw;
    height: auto;
    padding: 0;
  }
  .nav-navtop-block .menu-items-wr [class*="has-children"] .sub-menu {
    position: absolute;
    top: calc(var(--navtop) - 45px);
    border-radius: 8px;
    transform: translate(-50%, 5px);
    display: flex;
    align-items: center;
    flex-flow: column;
    height: auto;
    background: #fff;
    padding: 15px;
    opacity: 0;
    pointer-events: none;
    min-width: 240px;
    transition: 300ms var(--ease);
    left: 55px;
    gap: 0;
    max-height: unset !important;
  }
  .nav-navtop-block .menu-items-wr [class*="has-children"] .sub-menu li a {
    color: var(--primary);
  }
  .nav-navtop-block .menu-items-wr [class*="has-children"]::after {
    right: -5px;
    top: calc(50% - 3px);
  }
  .nav-navtop-block .menu-items-wr [class*="has-children"].visible .sub-menu {
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: all;
    transition: 500ms var(--ease);
  }
  .nav-navtop-block .menu-items-wr [class*="has-children"].visible::after {
    transform: translateY(2px);
    transition: 300ms var(--ease);
  }
  .nav-navtop-block .menu {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    opacity: 1;
    transform: none;
  }
  .nav-navtop-block .menu-wrapper {
    height: 100%;
    position: initial;
    pointer-events: all;
  }
  .nav-navtop-block .menu-wrapper ul {
    flex-flow: row;
  }
  .nav-navtop-block .menu-wrapper .menu-items-wr {
    position: initial;
    justify-content: flex-end;
  }
  .nav-navtop-block .menu-wrapper .menu-items-wr .cta-row {
    margin-left: 14px;
  }
  .nav-navtop-block .menu-wrapper .menu-items-wr .menu {
    padding: 0;
    gap: 14px;
  }
  .nav-navtop-block .menu-wrapper .menu-items-wr .menu a {
    font-size: 15px;
    margin: 0;
  }
}
footer {
  position: relative;
  overflow: hidden;
}
footer .decor-yellow-green {
  position: absolute;
  bottom: 30px;
  width: 400px;
  height: 130px;
  transition: 812ms var(--ease);
  right: -120%;
  left: unset;
}
footer .decor-yellow-green.visible {
  right: 0;
}
footer .decor-yellow-green::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: url(../../../../themes/wcom/assets/img/svg/verteus-header-righthand-alt.svg) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  left: unset;
  background-position: center;
  transform: scale(1.4);
  transition: 812ms var(--ease);
}
footer .c-fluid.gap, footer .container.gap {
  gap: 35px;
  margin-left: auto;
}
footer .c-fluid {
  max-width: 1500px;
  margin-right: auto;
  justify-content: space-between;
  margin-left: 0;
  width: 100%;
}
footer .site-logo {
  max-width: 280px;
  width: 100%;
}
footer .site-logo img {
  width: 100%;
}
footer .f-col .menu .btn {
  background: transparent;
  padding: 0;
}
footer .cta-row {
  justify-content: start;
}
footer a, footer p {
  font-size: 16px;
  font-family: var(--font);
  font-weight: 300;
  line-height: 2;
}
footer a {
  transition: 200ms var(--ease);
}
footer a:hover {
  color: var(--secondary);
  transition: 200ms var(--ease);
}
footer .social img {
  width: 18px;
  max-height: 21px;
}
footer .copyright {
  opacity: 0.5;
  margin-top: 120px;
  padding: 20px 0 var(--vpd) 0;
  align-items: flex-start;
  justify-content: flex-start;
  border-top: 1px solid var(--dark-mode-backdrop);
  max-width: var(--inner-cont);
  margin-left: auto;
}
footer .copyright * {
  font-size: 15px;
}
footer .container .social-media {
  margin-top: 20px;
}
footer .container .social-media .h4 {
  margin-bottom: 10px;
}
footer .container .social-media .fx-row {
  margin-top: 10px;
}
footer .container .social-media .fx-row a {
  padding-right: 20px;
}
footer .container .social-media .fx-row a img {
  max-width: 22px;
  max-height: 22px;
}
@media screen and (min-width: 992px) {
  footer .f-col {
    max-width: 33%;
  }
  footer .f-col.about {
    max-width: 45%;
  }
  footer .links {
    width: 100%;
    flex-flow: initial;
  }
  footer a {
    white-space: nowrap;
  }
  footer footer .icons .w-md-25 {
    margin-bottom: 0;
  }
  footer .clients_reviews {
    top: -20px;
    position: relative;
  }
  footer .container {
    width: 66%;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 200px;
  }
  footer .links > .col {
    border-right: none;
    border-bottom: 1px solid #ffffff26;
  }
}
html, body {
  scroll-behavior: smooth !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}
body {
  max-width: 100vw;
  width: 100%;
  display: flex;
  flex-flow: column;
  position: relative;
  color: var(--primary);
  background: var(--offwhite);
}
body::-webkit-scrollbar {
  display: none;
  height: 100px;
  width: 12px;
  cursor: grab;
  cursor: -moz-grab;
  background: var(--ui-grey);
  cursor: pointer;
}
body::-webkit-scrollbar-thumb {
  background: var(--blue);
  border-radius: var(--round);
  display: block;
  cursor: pointer;
}
body.lock-y {
  overflow-y: hidden;
}
body [class*="-grid-lines"] {
  top: 0;
  z-index: -1;
  pointer-events: none;
}
body [class*="-grid-lines"] span {
  position: absolute;
  height: 100%;
  width: 1px;
  background: #c1c1c14a;
}
body [class*="-grid-lines"] span:first-of-type {
  left: var(--hpd);
}
body [class*="-grid-lines"] span:nth-of-type(2) {
  left: 50%;
}
body [class*="-grid-lines"] span:last-of-type {
  right: var(--hpd);
}
body [class*="-grid-lines"].b-grid-lines {
  position: fixed;
  width: 100vw;
  height: 100vh;
}
body [class*="-grid-lines"].s-grid-lines {
  position: absolute;
  width: 100vw;
  height: 100%;
  z-index: 0;
}
.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}
::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.fx-col-reverse {
  flex-flow: column-reverse;
}
.brand-logo {
  max-width: 190px;
}
.nodecor {
  margin-bottom: 0;
}
.nodecor::after {
  display: none;
}
.darken-filter {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #171721e3;
  z-index: 280;
  pointer-events: none;
  opacity: 0;
  transition: 500ms var(--ease);
  transition-delay: 100ms;
}
.darken-filter.menu-filter {
  z-index: 100;
  background: #17172192;
  transition: 252ms var(--ease);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}
.darken-filter.menu-filter.visible {
  transition: 252ms var(--ease);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.darken-filter.visible {
  opacity: 1;
  transition: 352ms var(--ease);
  pointer-events: all;
  cursor: pointer;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
button {
  border: none;
}
.has-container {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
}
.has-container-lg {
  max-width: var(--container-lg);
  margin-left: auto;
  margin-right: auto;
}
.has-container-sm {
  max-width: var(--container-sm);
  margin-left: auto;
  margin-right: auto;
}
.ml-unset {
  margin-left: unset;
}
.mr-unset {
  margin-right: unset;
}
.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  height: 0;
}
.scroll-indicator {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  display: block;
  z-index: 50;
  bottom: -15vh;
}
.scroll-indicator p {
  color: #fff;
  font-size: 13px;
  text-align: center;
  margin: 0 auto;
  line-height: 14px;
}
.scroll-indicator > .scroll-sign {
  height: 300px;
  margin-top: 10px;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.scroll-indicator > .scroll-sign span {
  transform-origin: bottom;
  background: #fff;
  width: 1px;
  height: 100%;
  opacity: 0.25;
  transform: scaleY(1);
  position: absolute;
  top: 0;
}
.scroll-indicator > .scroll-sign span.overlay {
  animation: upDownCursor 2s var(--ease) infinite;
  opacity: 0.7;
}
.scroll-indicator > .scroll-sign img {
  width: 50px;
  position: absolute;
  bottom: -38px;
  height: 50px;
}
@keyframes upDownCursor {
  0% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  49% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  50% {
    transform: scaleY(0);
    transform-origin: top;
  }
  99% {
    transform: scaleY(1);
    transform-origin: top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
}
.overlay-shadow, .overlay-shadow-light {
  box-shadow: 0px -5px 20px #00000030;
  transition: 100ms var(--ease);
}
.shadow-dark {
  box-shadow: var(--shadow-dark);
}
.shadow-light {
  box-shadow: var(--shadow-light);
}
.overlay-shadow-dark {
  box-shadow: var(--shadow-dark);
  transition: 100ms var(--ease);
}
.has-dark-overlay::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  background: black;
  mix-blend-mode: multiply;
  pointer-events: none;
  background: var(--dark-gradient);
}
.has-dark-overlay.plain-overlay::after {
  background: #0000006b;
}
.wp-block-video, video {
  cursor: pointer;
}
.video-wrapper {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  overflow: hidden;
  aspect-ratio: 1.7777777778;
  width: 100%;
}
.video-wrapper video {
  cursor: pointer;
}
.video-wrapper #play-btn {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 70px;
  height: 70px;
  pointer-events: none;
}
.video-wrapper.playing::after {
  display: none !important;
}
.seo-block ul, .bullet-list {
  list-style-type: disc;
}
.seo-block ul ul, .bullet-list ul {
  list-style-type: disc;
}
.seo-block ul li, .bullet-list li {
  margin-left: 20px;
  margin-bottom: 0;
  line-height: 1.7;
  display: list-item;
  text-align: -webkit-match-parent;
  list-style-type: initial;
}
.seo-block ul li::marker, .bullet-list li::marker {
  color: var(--secondary);
}
.seo-block ul .fx li, .bullet-list .fx li {
  flex: 1;
}
.bullet-list-checkmark li {
  position: relative;
  line-height: 30px;
  padding-left: 40px;
  text-align: left;
}
.bullet-list-checkmark li:not(:last-of-type) {
  margin-bottom: 20px;
}
.bullet-list-checkmark li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: url(../../../../themes/wcom/assets/img/svg/icon-checkmark-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 31px;
  height: 31px;
  top: -4px;
}
.tout-corps-detat-energetiques .bg-service, .tout-corps-detat-energetiques.bg-service {
  background: var(--turquoise);
}
.panneaux-photovoltaiques .bg-service, .panneaux-photovoltaiques.bg-service {
  background: var(--green);
}
.bornes-recharge-electrique .bg-service, .bornes-recharge-electrique.bg-service {
  background: var(--orange);
}
[class*="custom-list"] li {
  position: relative;
  padding-left: 40px;
  width: calc(100% - 40px);
  margin: 1.7vh 0;
}
[class*="custom-list"] li * {
  font-size: clamp(1.2vw, 21px);
  line-height: 29px;
}
[class*="custom-list"] li::marker {
  display: none;
}
[class*="custom-list"] li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: url("../../../../themes/wcom/assets/img/svg/icon-bullet-list-blue.svg") no-repeat;
  background-size: contain;
  width: 35px;
  height: 40px;
  right: unset;
  left: 0;
  bottom: unset;
  transform: translateY(-50%) translateX(0) rotate(0);
  top: 50%;
  transition: 752ms var(--ease);
}
.text-socket {
  overflow: hidden;
  display: inline-block;
}
.text-socket .xl-font {
  padding-bottom: 40px;
}
.revup {
  transform: translateY(100px);
  transition: 788ms var(--ease);
  opacity: 0;
}
.revup.socket {
  opacity: 1;
}
.revup.socket * {
  opacity: 1;
}
.revup.revup-md {
  transform: translateY(200px);
  transition: 1288ms ease-out;
}
.revup.revup-md.visible {
  transition: 1288ms ease-out;
}
.revup.visible {
  transform: translateY(0);
  transition: 788ms var(--ease);
  opacity: 1;
}
.in-view .text-socket h2, .in-view .text-socket h3, .in-view .text-socket p, .in-view .text-socket span {
  transform: translateY(0);
  transition: 1700ms var(--ease);
}
.toggler .btn.toggle {
  border: 1px solid var(--grey);
  color: var(--grey);
  background: transparent;
}
.toggler .btn.toggle.active {
  color: #fff;
  background: var(--orange);
  border-color: var(--orange);
}
.toggler .toggled-content {
  display: flex;
  overflow: hidden;
}
.toggler .toggled-content .toggled-item {
  display: flex;
  flex-flow: column;
  gap: calc(var(--gap) * 2);
}
.toggler .toggled-content .toggled-item:not(.active) {
  height: 0;
  overflow: hidden;
  transform: translateX(140%);
}
@media screen and (min-width: 992px) {
  .toggler .toggled-content .toggled-item {
    flex-flow: row;
  }
}
.text-icon {
  position: relative;
  padding-left: 38px;
}
.text-icon::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  left: 0;
  top: unset;
  bottom: 6px;
  background-image: url(../../../../themes/wcom/assets/img/svg/icon-arrow.svg);
  height: 26px;
  width: 26px;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 1;
}
.card {
  gap: 7px;
  min-width: 300px;
  box-shadow: var(--shadow-light);
  border-radius: var(--rounded);
  background: #fff;
  min-height: 490px;
  align-items: flex-start;
  justify-content: flex-end;
}
.cards {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  justify-content: flex-start;
  flex-wrap: wrap;
  display: flex;
  gap: 15px;
}
@media screen and (min-width: 992px) {
  .cards.n-offset-top {
    position: relative;
  }
  .cards.n-offset-top::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: var(--primary);
    width: 100vw;
    height: 100%;
    z-index: -1;
    left: 50%;
    top: 0;
    height: 300px;
    transform: translateX(-50%);
  }
}
.cards.full-width {
  max-width: unset;
}
.card:not(.swiper-slide) {
  display: flex;
  flex: 1;
}
.card.card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding: max(25px, 2.5vw);
  max-width: unset;
  justify-content: flex-start;
  min-width: unset;
}
.card.card-icon img {
  max-width: 90px;
  max-height: 85px;
}
.card.card-review {
  min-height: unset;
  min-width: unset;
}
.card.card-review * {
  font-size: 17px;
  line-height: 1.2;
}
.card.card-review .text {
  padding: 30px;
}
.card.card-logo {
  min-width: unset;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card.card-logo.card-logo-small {
  min-height: 150px;
}
.card.card-logo.card-logo-small img {
  max-width: 130px;
  max-height: 90px;
}
.card.card-logo img {
  max-width: 190px;
  max-height: 100px;
}
.card.card-step {
  min-height: 300px;
}
.card.article {
  position: relative;
  overflow: hidden;
}
.card.article .text {
  padding: max(25px, 2.5vw);
  display: flex;
  flex-flow: column;
  gap: 7px;
  z-index: 1;
  color: #fff;
}
.card.article::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  background: black;
  mix-blend-mode: multiply;
  pointer-events: none;
  background: var(--dark-gradient);
  background: var(--card-gradient-overlay);
  left: 0;
  width: 100%;
  height: 60%;
  z-index: 1;
}
.card.card-realisation {
  position: relative;
  overflow: hidden;
  height: 560px;
  position: relative;
}
.card.card-realisation .text {
  position: absolute;
  z-index: 1;
  left: 0;
  color: #fff;
  bottom: 35px;
  padding: max(25px, 2.5vw);
}
.card.card-realisation.swiper-slide .text {
  transform: translateY(100%);
  opacity: 0;
  transition: 1000ms var(--ease);
}
.card.card-realisation.swiper-slide.swiper-slide-active .text, .card.card-realisation.swiper-slide.visible .text, .card.card-realisation.swiper-slide.in-view .text {
  transform: translateY(0);
  opacity: 1;
  transition: 1000ms var(--ease);
}
.card.card-realisation .img-wr, .card.card-realisation img {
  width: 100%;
  height: 100%;
}
.card.card-realisation::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  background: black;
  mix-blend-mode: multiply;
  pointer-events: none;
  background: var(--dark-gradient);
  background: var(--card-gradient-overlay);
  left: 0;
  width: 100%;
  height: 60%;
  z-index: 1;
}
.card.card-realisation button {
  outline: none;
  cursor: pointer;
  position: relative;
  width: fit-content;
  transition: 366ms var(--ease);
  font-weight: 300;
  font-family: var(--font);
  border-bottom: 1px solid var(--white);
  margin-top: 10px;
}
.card .media, .card .text {
  display: flex;
  flex-flow: column;
}
.card .text {
  padding: max(25px, 2.5vw);
  display: flex;
  flex-flow: column;
  gap: 7px;
}
.card .media {
  height: 100%;
}
.card h2, .card h3 {
  font-size: 30px;
  line-height: 36px;
  margin: 0;
}
section.references .swiper-wrapper, section.certifications .swiper-wrapper, .container.references .swiper-wrapper, .container.certifications .swiper-wrapper {
  padding: 15px 20px 15px 5px;
  left: -5px;
}
section .carousel-nav-items, .container .carousel-nav-items {
  position: relative;
  right: unset;
  top: unset;
}
.section.offres > .title {
  margin-bottom: 35px;
}
.banner.fx-md-row .img-wr {
  max-height: 530px;
}
@media screen and (min-width: 992px) {
  .banner.offset-img .img-wr {
    position: relative;
    top: -5vh;
    display: flex;
  }
}
.offset-top {
  position: relative;
  margin-top: -5vh;
  display: flex;
}
.gap-list .img-wr {
  height: 370px;
}
.d-grid.masonry-grid, .grid-layout.masonry-grid {
  grid-gap: 10px;
}
.d-grid.masonry-grid.masonry-articles, .grid-layout.masonry-grid.masonry-articles {
  grid-template: repeat(6, minmax(80px, 12.5vh)) / repeat(12, 1fr);
}
.d-grid.masonry-grid.masonry-articles .grid-item:not(:first-of-type), .grid-layout.masonry-grid.masonry-articles .grid-item:not(:first-of-type) {
  grid-row: span 2;
  min-height: 20vh;
}
.d-grid.masonry-grid.masonry-articles .grid-item:not(:first-of-type) button, .grid-layout.masonry-grid.masonry-articles .grid-item:not(:first-of-type) button {
  margin-top: 8px;
  padding-left: 48px;
}
.d-grid.masonry-grid.masonry-articles .grid-item:not(:first-of-type) button::after, .grid-layout.masonry-grid.masonry-articles .grid-item:not(:first-of-type) button::after {
  width: 40px;
  height: 44px;
}
.d-grid.masonry-grid.masonry-articles .grid-item:not(:first-of-type)::before, .grid-layout.masonry-grid.masonry-articles .grid-item:not(:first-of-type)::before {
  height: 100%;
}
.d-grid.masonry-grid.masonry-articles .grid-item:not(:first-of-type) .excerpt, .grid-layout.masonry-grid.masonry-articles .grid-item:not(:first-of-type) .excerpt {
  display: none;
}
.d-grid.masonry-grid.masonry-articles .grid-item:first-of-type, .grid-layout.masonry-grid.masonry-articles .grid-item:first-of-type {
  grid-column: 1 / 9;
  grid-row: span 6;
}
.d-grid.masonry-grid.masonry-articles .grid-item:first-of-type button, .grid-layout.masonry-grid.masonry-articles .grid-item:first-of-type button {
  margin-top: 20px;
}
.d-grid.masonry-grid.masonry-articles .grid-item:nth-of-type(2), .d-grid.masonry-grid.masonry-articles .grid-item:nth-of-type(3), .d-grid.masonry-grid.masonry-articles .grid-item:nth-of-type(4), .grid-layout.masonry-grid.masonry-articles .grid-item:nth-of-type(2), .grid-layout.masonry-grid.masonry-articles .grid-item:nth-of-type(3), .grid-layout.masonry-grid.masonry-articles .grid-item:nth-of-type(4) {
  grid-column: 9 / -1;
}
.d-grid.masonry-grid.masonry-logos, .grid-layout.masonry-grid.masonry-logos {
  grid-template: 1fr / repeat(16, 1fr);
}
.d-grid.masonry-grid.masonry-logos .grid-item, .grid-layout.masonry-grid.masonry-logos .grid-item {
  grid-column: span 4;
}
.d-grid.grid-gallery, .grid-layout.grid-gallery {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: var(--gap);
}
@media screen and (min-width: 740px) {
  .d-grid.grid-gallery, .grid-layout.grid-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1430px) {
  .d-grid.grid-gallery, .grid-layout.grid-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
  .d-grid.grid-gallery .gallery-item, .grid-layout.grid-gallery .gallery-item {
    grid-column: span 2;
    grid-row: span 4;
  }
  .d-grid.grid-gallery .gallery-item:first-of-type, .grid-layout.grid-gallery .gallery-item:first-of-type {
    min-height: 630px;
  }
  .d-grid.grid-gallery .gallery-item:nth-of-type(2), .grid-layout.grid-gallery .gallery-item:nth-of-type(2) {
    grid-column: span 4;
  }
  .d-grid.grid-gallery .gallery-item:nth-of-type(3), .grid-layout.grid-gallery .gallery-item:nth-of-type(3) {
    grid-column: span 2;
  }
  .d-grid.grid-gallery .gallery-item:nth-of-type(3), .grid-layout.grid-gallery .gallery-item:nth-of-type(3) {
    width: calc(100% - var(--gap));
  }
}
.card {
  display: flex;
  flex-flow: column;
  position: relative;
}
.card.grid-card {
  min-height: 480px;
  gap: var(--gap);
}
.card.grid-card .img-wr {
  left: 0;
  top: 0;
  width: 100%;
  height: 370px;
  border-radius: var(--rounded05);
}
.project-slide.grid-layout {
  overflow: hidden;
  height: 560px;
  position: relative;
  height: auto;
  min-height: 500px;
}
.project-slide.grid-layout .text {
  position: absolute;
  z-index: 1;
  left: 0;
  color: #fff;
  bottom: 35px;
  padding: max(25px, 2.5vw);
}
.project-slide.grid-layout.swiper-slide .text {
  transform: translateY(100%);
  opacity: 0;
  transition: 1000ms var(--ease);
}
.project-slide.grid-layout.swiper-slide.swiper-slide-active .text, .project-slide.grid-layout.swiper-slide.visible .text, .project-slide.grid-layout.swiper-slide.in-view .text {
  transform: translateY(0);
  opacity: 1;
  transition: 1000ms var(--ease);
}
.project-slide.grid-layout .img-wr, .project-slide.grid-layout img {
  width: 100%;
  height: 100%;
}
.img-wr img[data-plx] {
  height: 115%;
}
.img-wr img[data-plx]:not(.is-bg-img) {
  position: relative;
  top: -7%;
}
.filters, .tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.bg-primary .o-tag, .dark-ui .o-tag {
  border-color: var(--secondary);
  color: var(--secondary);
}
.o-tag {
  padding: 10px 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  border-radius: var(--round);
  border: 1px solid var(--primary);
  transition: 200ms var(--ease);
  white-space: nowrap;
  font-family: var(--font);
}
.o-tag.active {
  background: var(--primary);
  color: #fff;
}
.o-tag.white {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.o-tag.white.active {
  color: var(--primary);
  background: #fff;
}
.o-tag.large-tag {
  position: relative;
  padding: 20px 18px;
  padding-bottom: 23px;
  border-radius: var(--rounded);
  font-family: var(--h-font);
  font-weight: 600;
}
.o-tag.large-tag::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  left: 50%;
  top: unset;
  bottom: 6px;
  right: unset;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-image: url(../../../../themes/wcom/assets/img/svg/icon-caret-down-white.svg);
  background-repeat: no-repeat;
  transition: 300ms var(--ease);
}
[data-modal]:not(.modal), .btn[data-modal], [data-target] {
  cursor: pointer;
}
.modal {
  position: fixed;
  max-width: 980px;
  padding: 10px max(2.5vw, 30px);
  padding-right: 50px;
  background: var(--white);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -20%);
  transition: 299ms var(--ease);
  border-radius: var(--rounded05);
  display: flex;
  justify-content: center;
  z-index: 300;
  pointer-events: none;
  opacity: 0;
  width: calc(100% - var(--hpd)*2);
  max-height: 85vh;
}
.modal > .content {
  width: 100%;
  overflow: scroll;
  height: auto;
  padding: 2.5vh 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: column;
}
.modal > .content .has-image .img-wr {
  display: none;
}
.modal > .content .h4 {
  margin-bottom: 0;
}
.modal.visible {
  pointer-events: all;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: 399ms var(--ease);
}
.modal.modal-has-img .close-btn {
  background: var(--primary);
}
.modal .custom-message h3 {
  margin-bottom: 5px;
  padding: 0;
}
.modal .wpcf7, .modal form {
  width: 100%;
}
.modal .wpcf7 .form-row {
  margin-bottom: 11px;
}
.modal .wpcf7 textarea {
  max-height: 120px;
}
.modal .wpcf7 p:not(.title), .modal .wpcf7 ul li {
  font-size: 84%;
  line-height: 22px;
}
.modal .wpcf7 div a {
  font-size: 14px;
}
.modal .wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .modal .wpcf7 select, .modal .wpcf7 textarea {
  font-size: 14px;
  padding: 13px 5px;
}
.modal .wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])[type="submit"], .modal .wpcf7 select[type="submit"], .modal .wpcf7 textarea[type="submit"] {
  font-size: 16px;
}
.modal .iframe-container.iframe-booking {
  width: 100%;
  transform: translateY(70px);
  transition: 500ms var(--ease);
  opacity: 0;
}
.modal .iframe-container.iframe-booking.visible {
  transform: translateY(0);
  transition: 500ms var(--ease);
  opacity: 1;
}
.modal p + p, .modal p + ul, .modal ul + p {
  margin: 10px 0;
}
.modal p + ul, .modal ul + p {
  margin-bottom: 10px;
}
.modal ul {
  padding-left: 17px;
  list-style-type: initial;
}
.modal .close-btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 10px;
  background: #e0e0e0;
  display: grid;
  place-items: center;
  place-content: center;
  font-size: 20px;
  color: transparent;
  border-radius: var(--rounded);
}
.modal .close-btn::after {
  content: "";
  background: url("../../../../themes/wcom/assets/img/svg/icon-cross-remove-primary.svg") no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 13px;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.modal .close-btn.tag {
  position: absolute;
  bottom: -60px;
  background: var(--offwhite);
  top: unset;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100px;
  width: auto;
  height: auto;
  max-width: fit-content;
  padding: 7px 16px;
  color: var(--primary);
}
.modal .close-btn.tag::after {
  display: none;
}
.modal .close-btn.tag p {
  font-size: 14px;
  font-weight: 500;
  pointer-events: none;
}
.modal.modal-overlay {
  z-index: 350;
}
.modal.modal-eco-subventions h3 {
  font-size: 19px;
  text-align: left;
  margin-bottom: 0;
}
.modal.modal-has-img {
  padding: 0;
}
.modal.modal-has-img .btn:not(.close-btn) {
  margin: 0;
  padding: 17px 30px;
}
.modal.modal-has-img .img-wr {
  height: max(30vh, 300px);
  overflow: hidden;
  width: 100%;
}
iframe {
  width: 100%;
}
.price-notice img, .price-special-notice img {
  width: 30px;
  height: 30px;
}
.faq-item-wrapper, .faq-item-wrapper > div {
  width: 100%;
}
.faq-item-wrapper {
  max-width: var(--container-lg);
}
.dropdowns {
  display: flex;
  flex-flow: column;
  gap: 30px;
}
.dropdowns .dropdown-wrapper .toggle-is-trigger {
  color: var(--secondary);
  cursor: pointer;
  border-bottom: 1px solid var(--ui-grey);
  position: relative;
}
.dropdowns .dropdown-wrapper .toggle-is-trigger::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: url("../../../../themes/wcom/assets/img/svg/icon-arrow-plain-right-primary.svg") no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  right: 10px;
  left: unset;
  bottom: unset;
  transform: translateY(-50%) translateX(0) rotate(0);
  top: 50%;
  transition: 752ms var(--ease);
  cursor: pointer;
}
.dropdowns .dropdown-wrapper .toggle-is-content {
  -moz-transition: 752ms var(--ease);
  -ms-transition: 752ms var(--ease);
  -o-transition: 752ms var(--ease);
  -webkit-transition: 752ms var(--ease);
  transition: 752ms var(--ease);
  padding-top: 20px;
  overflow: hidden;
  height: 0;
}
.dropdowns .dropdown-wrapper .toggle-is-content.visible .toggle-is-content {
  max-height: 500px !important;
  -moz-transition: 752ms var(--ease);
  -ms-transition: 752ms var(--ease);
  -o-transition: 752ms var(--ease);
  -webkit-transition: 752ms var(--ease);
  transition: max-height 752ms var(--ease);
  padding-bottom: 10px;
  overflow: visible !important;
}
.dropdowns .dropdown-wrapper.visible .toggle-is-trigger::after {
  transform: translateY(-50%) translateX(0) rotate(90deg);
  top: 50%;
  transition: 752ms var(--ease);
}
.fx-col.content-wrapper ul li::marker {
  color: var(--orange);
  font-size: 85%;
}
.fx-col.content-wrapper ul li {
  margin: 20px 0;
}
.fx-col.content-wrapper ul {
  list-style-type: initial;
  padding-left: 20px;
}
.reviews-block img {
  max-width: 160px;
}
.reviews-block .reviews-stars {
  border: 1px solid var(--ui-grey);
  padding: 10px 25px;
  width: fit-content;
}
.reviews-block .reviews-stars img {
  width: 80px;
}
[class*="pattern-"] {
  position: relative;
}
[class*="pattern-"]::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  left: 0;
  top: unset;
  bottom: 0;
  background-image: url(../../../../themes/wcom/assets/img/svg/pattern-waves-green.svg);
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: 0;
  mix-blend-mode: lighten;
}
[class*="pattern-"].pattern-green-lh::before {
  background-image: url(../../../../themes/wcom/assets/img/svg/pattern-waves-green.svg);
}
[class*="pattern-"].pattern-white-lh::before {
  background-image: url(../../../../themes/wcom/assets/img/svg/pattern-waves-white.svg);
}
.offset-text .text-col {
  padding: max(40px, 3.8vw);
  gap: 7px;
  max-width: 730px;
  box-shadow: var(--shadow-light);
  background: #fff;
  display: flex;
  flex-flow: column;
  margin-left: 0;
}
.offset-text .text-col h2, .offset-text .text-col h3, .offset-text .text-col h4 {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .offset-text .text-col {
    margin-left: calc(var(--hpd) * 1.5);
  }
}
@media screen and (min-width: 992px) {
  .offset-text.offset-left-img .img-wr {
    max-width: calc(100% - var(--hpd) *3);
  }
  .offset-text.offset-left-img .text-col {
    margin-left: auto;
    margin-top: -40vh;
  }
}
.picture-mask-anim {
  max-height: 120vh;
  position: relative;
  z-index: 1;
}
.picture-mask-anim#team .mask-enlarge-scroll {
  max-width: 1200px;
}
.picture-mask-anim#team .mask-enlarge-scroll img {
  width: 103%;
  height: 103%;
}
.picture-mask-anim#team .offset-top {
  padding-top: 120px;
}
.picture-mask-anim .mask-enlarge-scroll {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.picture-mask-anim .branding-wheel-full {
  bottom: 50px !important;
}
.picture-mask-anim .mask-enlarge-scroll .img-wr {
  transform: scale(0.9);
  min-height: 410px;
}
.picture-mask-anim .mask-enlarge-scroll .img-wr img {
  transform: scale(1.15);
  min-height: inherit;
}
.container-spinner {
  flex-flow: column;
  z-index: 300;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: 200ms var(--ease);
}
.container-spinner.visible {
  opacity: 1;
  transition: 200ms var(--ease);
}
.container-spinner.fit-parent {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
@keyframes spinnerRotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(359deg);
    transform: translate(-50%, -50%) rotate(359deg);
  }
}
.spinner {
  color: #e5e7eb;
  height: 110px;
  width: 110px;
  fill: var(--blue-alt);
  position: relative;
}
.spinner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  right: -55%;
  top: 50%;
  width: 105%;
  height: 105%;
  left: unset;
  background-image: url(../../../../themes/wcom/assets/img/svg/icon-verteus-spinner-circle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-animation: spinnerRotate 2s infinite linear;
  animation: spinnerRotate 2s infinite linear;
}
.spinner svg {
  width: 100%;
  height: 100%;
}
.animation-spin {
  -webkit-animation: spinnerRotate 2s infinite linear;
  animation: spinnerRotate 2s infinite linear;
}
[class^="branding-"] {
  position: relative;
}
[class^="branding-"].branding-wheel-full {
  bottom: -17vh;
  position: absolute;
  right: 0;
  overflow: hidden;
  width: 33vw;
  height: 33vw;
}
@media screen and (max-width: 992px) {
  [class^="branding-"].branding-wheel-full {
    bottom: -50px;
    width: 45vw;
    height: 45vw;
  }
}
[class^="branding-"].branding-wheel-full.branding-pos-top {
  bottom: unset;
  top: 3vh;
}
[class^="branding-"].branding-wheel-full::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  background-image: url(../../../../themes/wcom/assets/img/svg/brand-circle-gradient-full.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: -13vw;
  left: unset;
  z-index: 1;
}
[class^="branding-"].branding-wheel-quarters::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: block;
  height: 100%;
  width: 25vw;
  background-image: url(../../../../themes/wcom/assets/img/svg/brand-circle-gradient-cutout-overlay.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: unset;
  left: -141px;
  z-index: 1;
}
[class^="branding-"].branding-wheel-svg {
  right: -30vw;
}
.brand-gradient {
  position: relative;
  overflow: hidden;
}
.brand-gradient::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  width: 100%;
  height: 43%;
  background: transparent;
  pointer-events: none;
  background: var(--brand-gradient);
  pointer-events: none;
  opacity: 0.6;
  z-index: 2;
}
.brand-decor {
  position: relative;
}
.brand-decor.img-wr::after, .brand-decor.wp-block-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  top: unset;
  bottom: 60%;
  width: 40%;
  height: 90px;
  left: -40px;
  background-image: url(../../../../themes/wcom/assets/img/svg/gradient-green-yellow-decor-image.svg);
}
.decor-alt {
  position: relative;
  width: 100%;
  height: 110px;
  margin-top: -50px;
}
.decor-top-both-sides {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.decor-top-both-sides::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: url(../../../../themes/wcom/assets/img/svg/gradient-green-decor-lefthand.svg) no-repeat;
  background-size: contain;
  width: calc(300px + 5vw);
  max-width: 440px;
  height: 100px;
  right: unset;
  left: -120%;
  top: 0;
  background-position: center;
  transform: scale(1.4);
  transition: 812ms var(--ease);
}
.decor-top-both-sides::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: url(../../../../themes/wcom/assets/img/svg/gradient-green-decor-righthand.svg) no-repeat;
  background-size: contain;
  width: calc(300px + 5vw);
  max-width: 440px;
  height: 100px;
  right: -120%;
  left: unset;
  top: 0;
  background-position: center;
  transform: scale(1.4);
  transition: 812ms var(--ease);
}
.decor-top-both-sides.visible::before {
  right: 0;
  transform: scale(1);
  transition: 1012ms var(--ease);
}
.decor-top-both-sides.visible::after {
  left: 0;
  transform: scale(1);
  transition: 1012ms var(--ease);
}
.brand-logo-watermark {
  position: relative;
}
.brand-logo-watermark::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  z-index: 0;
  background: url(../../../../themes/wcom/assets/img/svg/filigrane.svg) no-repeat;
  background-size: contain;
  width: 80%;
  height: 90%;
  left: 0;
  top: unset;
  bottom: 0;
  transition: 366ms var(--ease);
  background-position: center;
  opacity: 0.035;
  pointer-events: none;
  background-position: bottom left;
  animation: introP 0.8s var(--ease) forwards;
  max-width: 660px;
}
.page-template-tpl-secteur-activite .s-expertises {
  background: transparent;
}
.container-title {
  background: #fff;
  padding: max(30px, 3.5vw);
  color: var(--primary);
  border-radius: var(--rounded2);
  margin-top: 20px;
  z-index: 1;
  position: relative;
  max-width: var(--container-middle);
  margin-left: auto;
  margin-right: auto;
}
.container-title .wp-block-column {
  opacity: 0;
}
.container-title ul {
  display: flex;
  flex-flow: column;
  align-items: baseline;
  justify-content: center;
  margin: 0 auto;
  width: fit-content;
}
.container-title ul li {
  position: relative;
  line-height: 30px;
  padding-left: 40px;
  text-align: left;
}
.container-title ul li:not(:last-of-type) {
  margin-bottom: 20px;
}
.container-title ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: url(../../../../themes/wcom/assets/img/svg/icon-checkmark-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 31px;
  height: 31px;
  top: -4px;
}
.container-title ul li {
  color: var(--primary);
}
.container-title h2::after, .container-title h3::after {
  left: 50%;
  margin: 0 auto;
  right: auto;
  transform: translateX(-50%);
}
header {
  position: relative;
}
header .scroll-arrow, header .scroll-btn {
  position: absolute;
  bottom: 85px;
  bottom: 130px;
  left: 0;
  transform: none;
  cursor: pointer;
  font-family: var(--font);
  font-size: 12px;
  transform: translateX(-50%);
  top: unset;
}
header .scroll-arrow::after, header .scroll-btn::after {
  content: "";
  background: url(../../../../themes/wcom/assets/img/svg/icon-arrow-down-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50px;
  width: 40px;
  height: 40px;
  z-index: 1;
  animation: bounce2 3.5s var(--ease) infinite;
}
header.main-header {
  height: auto;
  overflow: hidden;
  position: relative;
  color: #fff;
}
header.main-header.home-header .scroll-btn {
  left: 50%;
  bottom: 130px;
  transform: none;
}
header.main-header.home-header .text-col {
  position: relative;
  z-index: 1;
}
header.main-header .decor {
  width: 100vw;
  height: 100%;
  min-height: inherit;
  pointer-events: none;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.35;
}
header.main-header .overlay {
  width: 100vw;
  height: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 15;
  position: absolute;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
header.main-header:not(.home-header) .decor::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  z-index: 0;
  background-image: url(../../../../themes/wcom/assets/img/svg/matrix-background.svg);
  background-size: cover;
  background-repeat: no-repeat;
  right: unset;
  left: 0;
  bottom: 0;
  width: 70%;
  height: 100%;
  transform: translate(0, 0);
  transition: 366ms var(--ease);
  background-position: center;
  opacity: 0.15;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  header.main-header:not(.home-header) .scroll-btn {
    display: none !important;
  }
}
header.main-header:not(.home-header)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: url(../../../../themes/wcom/assets/img/svg/verteus-header-righthand-alt.svg);
  background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  width: 50vw;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  right: -12vw;
  left: unset;
  z-index: 0;
  animation: rFromRight 1s ease-out forwards;
  transform-origin: right;
}
header.main-header.home-header {
  height: 100vh;
  min-height: unset;
  padding-top: 0 !important;
}
header.main-header .media {
  max-width: calc(650px + 2vw);
  margin-left: auto;
  z-index: 1;
}
header.main-header.main-header-landing {
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  text-align: center;
  padding: 0 var(--hpd);
}
header.main-header.main-header-landing h1, header.main-header.main-header-landing h2 {
  margin-bottom: 20px;
}
header.main-header.main-header-landing h1::after, header.main-header.main-header-landing h2::after {
  display: none;
}
header.main-header.main-header-landing .wp-block-group__inner-container {
  max-width: var(--container-lg);
  margin-right: auto;
  margin-left: auto;
}
header.main-header.main-header-landing .wp-block-buttons {
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  header.main-header {
    padding-top: 100px !important;
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  header.main-header {
    min-height: 100vh;
  }
  header.main-header .decor {
    opacity: 1;
  }
  header.main-header.main-header-landing {
    min-height: 780px;
  }
}
header.main-header .slogan {
  position: absolute;
  right: var(--hpd);
  z-index: 2;
  bottom: 60px;
  width: auto;
}
@media screen and (max-width: 992px) {
  header.main-header .slogan {
    right: unset;
    bottom: 170px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  header.main-header .slogan {
    max-width: 220px;
    left: 50%;
    transform: translateX(-50%);
  }
}
header.main-header .slogan img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 360px;
  transform: translateY(104%);
  animation: rFromBottom 1s var(--ease) forwards;
  animation-delay: 750ms;
}
header.main-header .text-socket:not(.slogan) {
  transform: translateX(-50%);
  transition: 500ms var(--ease);
  z-index: 1;
}
@media screen and (max-width: 992px) {
  header.main-header .text-socket:not(.slogan).decor-title {
    padding-bottom: 40px;
  }
}
header.main-header .text-socket:not(.slogan) h1, header.main-header .text-socket:not(.slogan) .h1 {
  transform: translateX(100%);
  transition: 500ms var(--ease);
}
header.main-header .text-socket:not(.slogan) .h1 + p, header.main-header .text-socket:not(.slogan) .h1 + p + p, header.main-header .text-socket:not(.slogan) h1 + p, header.main-header .text-socket:not(.slogan) h1 + p + p {
  transform: translateY(30px);
  opacity: 0;
  max-width: 650px;
  margin-top: 60px;
  transition: 500ms var(--ease);
}
header.main-header .text-socket:not(.slogan) .over-title {
  opacity: 0;
  transition: 800ms var(--ease);
  transform: translateY(-20px);
  margin-bottom: 15px;
}
header.main-header .text-socket:not(.slogan) h1 + p + p {
  margin-top: 10px !important;
}
header.main-header .text-socket:not(.slogan).visible {
  transform: translateX(0);
  transition: 1300ms var(--ease);
  transition-delay: 50ms;
}
header.main-header .text-socket:not(.slogan).visible .h1, header.main-header .text-socket:not(.slogan).visible h1 {
  transform: translateX(0);
  transition: 1150ms var(--ease);
}
header.main-header .text-socket:not(.slogan).visible .h1 + p, header.main-header .text-socket:not(.slogan).visible .h1 + p + p, header.main-header .text-socket:not(.slogan).visible h1 + p, header.main-header .text-socket:not(.slogan).visible h1 + p + p {
  transform: translateY(0);
  opacity: 1;
  transition: 500ms var(--ease);
  transition-delay: 1200ms;
}
header.main-header .text-socket:not(.slogan).visible .over-title {
  opacity: 1;
  transition: 800ms var(--ease);
  transform: translateY(0);
  transition-delay: 1000ms;
}
header.main-header .h1, header.main-header h1 {
  position: relative;
}
header.main-header .h1 > span, header.main-header h1 > span {
  font-size: 20px;
  line-height: 23px;
  font-weight: 300;
}
header.main-header .text-col {
  z-index: 1;
  max-width: var(--container-lg);
}
header.main-header .text-col p:not(.h1) {
  color: var(--quaternary);
}
header.main-header .text-col p:not(.h1) > span {
  color: var(--secondary);
}
header.main-header .is-bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
header.main-header .is-bg-img[data-plx] {
  height: 120%;
}
header.main-header .scroll-btn {
  bottom: 130px;
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(-50%, -50%);
  }
  40% {
    transform: translate(-50%, -62%);
  }
  60% {
    transform: translate(-50%, -59%);
  }
}
@media screen and (max-width: 992px) {
  header.main-header .swiper {
    padding-top: 80px;
  }
  header.main-header .banner.offset-img.bg-primary.visibilite.flex-center-all.fx-col .img-wr {
    position: relative;
    top: -5vh;
    display: flex;
  }
  header.main-header .nav-group.nav-group-header {
    position: absolute;
    top: 0;
    left: var(--hpd);
    width: calc(100% - var(--hpd)*2);
    justify-content: space-between;
    align-items: center;
    flex-flow: row;
  }
}
@media screen and (min-width: 992px) {
  header.main-header .text {
    padding-right: var(--gap);
  }
  header.main-header .swiper-slide img {
    min-height: clamp(450px, 550px, 70vh);
    object-fit: cover;
    max-height: 630px;
  }
}
header.header-small {
  min-height: max(50vh, 600px);
  padding-top: 100px;
  height: auto;
  overflow: hidden;
}
header.header-small::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  background: black;
  mix-blend-mode: multiply;
  pointer-events: none;
  background: var(--dark-gradient);
  background: var(--header-gradient-overlay);
  left: 0;
  width: 105%;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  header.header-small::before {
    width: 60%;
  }
}
header.header-small .text-cont {
  bottom: 17vh;
  z-index: 2;
  max-width: var(--container-lg);
  pointer-events: none;
  padding: 0 var(--hpd);
}
header.header-small .text-col {
  align-items: baseline;
  flex-flow: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  max-width: var(--container-lg);
}
header.header-small.has-dark-overlay h1 {
  color: #fff;
}
.exp-icon {
  overflow: hidden;
}
.contact-banner {
  min-height: 680px;
}
.contact-banner .btn {
  max-width: 535px;
}
.scroll-type-liner .wrapper {
  padding: 5vh 0;
}
.scroll-type-liner .wrapper .word {
  font-size: 75px;
}
.scroll-type-liner .wrapper .word:nth-of-type(odd) {
  opacity: 0.35;
}
.project-items-wr {
  gap: 28px;
}
.project-items-wr .project-item {
  width: calc(50% - 28px);
  gap: 10px;
}
.inset-img-text {
  width: 100%;
}
.inset-img-text > .text {
  padding: max(50px, 5.5vw) var(--hpd);
}
.inset-img-text > .text .text-block {
  margin-top: 25px;
}
.inset-img-text > .text h2, .inset-img-text > .text h3 {
  margin-bottom: 0;
}
.inset-img-text > .text h2 + p, .inset-img-text > .text h2 + h4, .inset-img-text > .text h3 + p, .inset-img-text > .text h3 + h4 {
  margin-bottom: 20px;
}
.inset-img-text .img-wr {
  position: relative;
  min-height: 60vh;
}
#breadcrumbs {
  position: relative;
  color: var(--secondary);
  z-index: 10;
  margin-bottom: 15px;
}
#breadcrumbs a, #breadcrumbs span {
  color: var(--secondary);
  font-size: 15px;
  font-weight: 300;
}
#breadcrumbs > span > span a i {
  display: block;
  height: 16px;
  width: 21px;
  background-image: url(../../../../themes/wcom/assets/img/svg/icon-home-grey.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  top: 2px;
}
#breadcrumbs .breadcrumb_last {
  font-weight: 500;
}
section.header {
  position: relative;
}
section.header #breadcrumbs {
  position: absolute;
  top: calc(var(--navtop) + 25px);
  left: var(--hpd);
}
section.header #breadcrumbs * {
  text-shadow: 1px 1px 2px #00000080;
}
section.header #breadcrumbs a, section.header #breadcrumbs span {
  font-size: 15px;
  font-weight: 300;
}
section.header #breadcrumbs > span > span > a:first-of-type {
  background-image: url(/wp-content/themes/wcom/assets/img/home-white.svg);
  width: 13px;
  height: auto;
  background-size: auto;
}
section.header #breadcrumbs .breadcrumb_last {
  font-weight: 500;
}
.is-bg-img {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.number-counters .number {
  font-size: 80px;
  color: var(--primary);
  font-weight: 600;
}
.number-counters .number + p {
  color: var(--secondary);
}
section.carousel-vertical {
  overflow: hidden;
}
section.carousel-vertical > .wrapper {
  display: flex;
  align-items: center;
}
section.carousel-vertical > .wrapper, section.carousel-vertical .swiper, section.carousel-vertical .swiper-wrapper {
  height: 100%;
  min-height: inherit;
}
@media screen and (min-width: 992px) {
  section.carousel-vertical > .wrapper, section.carousel-vertical .swiper, section.carousel-vertical .swiper-wrapper {
    min-height: 700px;
  }
}
section.carousel-vertical .swiper {
  padding: 25px;
}
section.carousel-vertical .swiper-slide {
  height: auto !important;
}
section.carousel-vertical .swiper-slide:not(.swiper-slide-active) {
  transition: 1000ms var(--ease);
  opacity: 0.45;
  filter: grayscale(0.8);
  transform: scale(0.85);
}
section.carousel-vertical .swiper-slide.swiper-slide-active {
  transition: 1000ms var(--ease);
  opacity: 1;
  transform: scale(1);
}
section.carousel-vertical .cta-row {
  justify-content: flex-start;
}
section.s-expertises {
  overflow: hidden;
}
section.s-expertises .exp-icon {
  height: 105px;
  width: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.s-expertises .exp-icon img {
  max-width: 60px;
  object-fit: contain;
}
@media screen and (min-width: 992px) {
  section.s-expertises .exp-icon {
    height: calc(140px + 1vw);
    width: calc(140px + 1vw);
  }
  section.s-expertises .exp-icon img {
    max-width: 70px;
  }
}
@media screen and (max-width: 768px) {
  section.s-expertises .exp-icon {
    margin-right: auto !important;
    margin-left: 0;
  }
}
section.s-expertises .exp-icon .swiper-slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.s-expertises .section-col:nth-of-type(2) {
  min-height: 450px;
  max-width: 690px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  section.s-expertises .section-col:nth-of-type(2) {
    min-height: max(640px, 68vh);
  }
}
section.s-expertises .section-col:nth-of-type(2) .swiper-wrapper, section.s-expertises .section-col:nth-of-type(2) .swiper-slide, section.s-expertises .section-col:nth-of-type(2) img {
  min-height: inherit;
}
section.s-expertises .section-col:nth-of-type(2) .swiper-slide {
  transition: 200ms ease-out;
}
section.s-expertises .section-col:nth-of-type(2) .swiper-slide img {
  object-position: 60% 40%;
  transform: scale(1.1);
  transition: 200ms ease-out;
}
section.s-expertises .section-col:nth-of-type(2) .swiper-slide.swiper-slide-active {
  transition: 1140ms ease-out;
}
section.s-expertises .section-col:nth-of-type(2) .swiper-slide.swiper-slide-active img {
  transform: scale(1);
  transition: 1140ms ease-out;
}
@media screen and (max-width: 992px) {
  section.s-expertises .inner-container > .swiper {
    margin-bottom: 30px;
  }
}
section.s-expertises-listing .expertise-item {
  position: relative;
}
section.s-expertises-listing .expertise-item:not(:last-of-type) {
  margin-bottom: var(--vpd);
  padding-bottom: var(--vpd);
}
section.s-expertises-listing .expertise-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: var(--ui-grey);
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: 1.2s var(--ease);
}
section.s-expertises-listing .expertise-item .exp-img img {
  transform: scale(1.04);
  transition: 1253ms var(--ease);
}
section.s-expertises-listing .expertise-item .avantages-wr {
  display: flex;
  flex-flow: column;
  gap: calc(35px + 1.5vh);
  margin: 35px 0;
}
section.s-expertises-listing .expertise-item .avantages-wr .avantage h3 {
  position: relative;
  line-height: 30px;
  padding-left: 40px;
  text-align: left;
}
section.s-expertises-listing .expertise-item .avantages-wr .avantage h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: url(../../../../themes/wcom/assets/img/svg/icon-checkmark-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
  top: 2px;
}
section.s-expertises-listing .expertise-item.visible .exp-icon {
  transform: translateY(0);
  transition: 853ms var(--ease);
}
section.s-expertises-listing .expertise-item.visible .exp-img img {
  transform: scale(1);
  transition: 1253ms var(--ease);
}
section.s-expertises-listing .expertise-item.visible::after {
  transition-delay: 1000ms;
  transform: scaleX(1);
}
section.s-expertises-listing .exp-icon {
  height: 105px;
  width: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  bottom: 0;
  background: var(--primary);
  z-index: 2;
  transform: translateY(100%);
  transition: 853ms var(--ease);
}
section.s-expertises-listing .exp-icon img {
  max-width: 60px;
  object-fit: contain;
}
@media screen and (min-width: 992px) {
  section.s-expertises-listing .exp-icon {
    height: calc(140px + 1vw);
    width: calc(140px + 1vw);
  }
  section.s-expertises-listing .exp-icon img {
    max-width: 70px;
  }
}
section .inner-container {
  position: relative;
}
section .inner-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  z-index: 1;
  height: 50vh;
  width: 50vw;
  background-image: url(../../../../themes/wcom/assets/img/svg/gradient-ellipse.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: unset;
  right: -20vw;
  top: -21vh;
  z-index: 0;
  transform: translateY(200px);
  opacity: 0.4;
  transition: 622ms var(--ease);
}
section .inner-container.visible::after {
  transform: translateY(0);
  opacity: 1;
  transition: 622ms var(--ease);
}
section .swiper.text-col {
  overflow: hidden;
}
section .swiper.text-col .swiper-slide p {
  max-width: 500px;
}
.carousel {
  position: relative;
  display: flex;
  flex-flow: column;
}
.carousel.carousel-realisations {
  width: 100%;
  padding: var(--vpd) 0;
}
.carousel.carousel-realisations .swiper {
  width: 100%;
}
.carousel.carousel-realisations .swiper .swiper-wrapper {
  padding-left: var(--hpd);
}
.carousel.carousel-realisations .controls {
  align-items: flex-start;
}
@media screen and (min-width: 992px) {
  .carousel.carousel-realisations .controls {
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .carousel.carousel-valeurs {
    flex-flow: row;
  }
}
.carousel.carousel-valeurs .swiper {
  width: 100%;
}
.carousel.carousel-valeurs .carousel-nav-items {
  right: unset;
  left: 0;
}
@media screen and (min-width: 992px) {
  .carousel.carousel-valeurs .carousel-nav-items {
    top: 60px;
  }
}
.carousel.carousel-valeurs .swiper-slide {
  transform: translateY(35px);
  transition: 600ms var(--ease);
}
.carousel.carousel-valeurs .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: linear-gradient(0deg, var(--light-grey), #f8f8f800);
  bottom: 0;
  height: 118px;
  width: 101%;
  z-index: 1;
  pointer-events: none;
}
.carousel.carousel-valeurs .swiper-slide.swiper-slide-active {
  transform: translateY(0);
  transition: 600ms var(--ease);
  opacity: 1;
}
.carousel.carousel-valeurs .swiper-slide.swiper-slide-active * {
  transition: 200ms var(--ease);
}
.carousel.carousel-valeurs .swiper-slide.swiper-slide-active::after {
  opacity: 0;
}
.carousel.carousel-valeurs .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.65;
}
.carousel.carousel-valeurs .swiper-slide:not(.swiper-slide-active) * {
  color: var(--grey);
  transition: 200ms var(--ease);
}
.carousel.carousel-valeurs .swiper-slide:not(.swiper-slide-active)::after {
  opacity: 1;
}
.reviews-slider .owl-nav {
  display: none !important;
}
.legal-notice h2, .legal-notice h3 {
  margin: 30px 0;
}
@media screen and (max-width: 500px) {
  .c-summary-navbar .overflow-content {
    flex-flow: column;
  }
  .c-summary-navbar.sticky {
    position: fixed;
    left: 0;
    width: 100vw;
    transform: translate(0, 100%);
  }
  .c-summary-navbar.sticky.visible {
    transform: translate(0%, 0);
  }
  .c-summary-navbar.sticky .overflow-content {
    flex-flow: row;
    width: 100%;
    overflow: scroll;
    position: absolute;
    width: 100vw;
    left: 0;
    justify-content: center;
    padding: 0 !important;
  }
  .modal {
    top: calc(50% + 10px);
    max-height: 90vh;
    padding: 20px 10px 0;
  }
  .modal > .content {
    padding-bottom: 0;
  }
  .bullet-list {
    width: 100%;
    flex-flow: column;
  }
  .bullet-list li {
    line-height: 50px;
  }
  .main-header .centered-logo {
    max-width: 200px;
  }
  .contact-banner .btn {
    max-width: 320px;
  }
}
@media screen and (min-width: 992px) {
  .c-cursor {
    display: block;
  }
  .modal > .content .has-image .img-wr {
    display: block;
  }
  .contact-banner .btn {
    max-width: 50vw;
  }
}
[class*="wp-container"].wp-block-group {
  display: flex;
  justify-content: center;
  width: 100%;
}
[class*="wp-container"].wp-block-group .wp-block-group__inner-container {
  width: 100%;
}
[class*="wp-container"].wp-block-group > .wp-block-group__inner-container .wp-block-columns {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
[class*="wp-container"].wp-block-group .container-sm {
  max-width: var(--container-sm);
}
.wp-block-group p + p, .wp-block-group p {
  margin-bottom: 20px;
}
.wp-block-group .container-lg {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group.block-formules {
  color: #fff;
  background: var(--primary);
  padding: var(--vpd) var(--hpd);
  position: relative;
  overflow: hidden;
}
.wp-block-group.block-formules::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  width: 100%;
  height: 43%;
  background: transparent;
  pointer-events: none;
  background: var(--brand-gradient);
  pointer-events: none;
  opacity: 0.6;
  z-index: 2;
  transform: rotate(90deg) scale(-1);
  right: -40vw;
  left: unset;
  height: 100%;
  z-index: 1;
  opacity: 0.4;
  width: 100%;
  max-height: unset;
}
.wp-block-group.block-formules .is-bg-img {
  left: 0;
  z-index: 0;
  opacity: 0.15;
}
.wp-block-group.block-formules .wp-block-columns {
  margin-top: 90px;
  position: relative;
  z-index: 1;
  gap: 14px;
  justify-content: center;
}
.wp-block-group.block-formules .wp-block-columns li {
  position: relative;
  line-height: 30px;
  padding-left: 40px;
  text-align: left;
}
.wp-block-group.block-formules .wp-block-columns li:not(:last-of-type) {
  margin-bottom: 20px;
}
.wp-block-group.block-formules .wp-block-columns li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: url(../../../../themes/wcom/assets/img/svg/icon-checkmark-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 31px;
  height: 31px;
  top: -4px;
}
.wp-block-group.block-formules .wp-block-columns > .wp-block-column {
  background: #ffffff0d;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 35px 27px;
  border-radius: var(--rounded);
  max-width: 435px;
  overflow: hidden;
}
.wp-block-group.block-formules .wp-block-columns > .wp-block-column:last-of-type {
  border: 1px solid var(--ternary);
  max-width: 570px;
}
.wp-block-group.block-formules .wp-block-columns > .wp-block-column:last-of-type li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: url(../../../../themes/wcom/assets/img/svg/icon-checkmark-yellow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.wp-block-group.block-formules .wp-block-columns > .wp-block-column li, .wp-block-group.block-formules .wp-block-columns > .wp-block-column p {
  color: #ffffffb6;
  font-size: 16px;
  line-height: 1.15;
}
.wp-block-group.block-formules .wp-block-columns > .wp-block-column .wp-block-buttons, .wp-block-group.block-formules .wp-block-columns > .wp-block-column .btn {
  margin-top: 20px;
}
.wp-block-group.s-values .wp-block-group .wp-block-group__inner-container {
  gap: 50px;
  display: flex;
  flex-flow: column;
}
.wp-block-group.s-team .wp-block-columns {
  display: grid;
  grid-template: 1fr / repeat(12, 1fr);
  gap: 15px;
}
.wp-block-group.s-team .wp-block-columns .wp-block-column {
  grid-column: span 6;
  overflow: hidden;
  background: #ffffff0f;
  padding: 10px;
  border-radius: var(--rounded);
}
@media screen and (min-width: 992px) {
  .wp-block-group.s-team .wp-block-columns .wp-block-column {
    padding: 25px;
    grid-column: span 2;
  }
}
.wp-block-group.s-team .wp-block-columns .wp-block-column .wp-block-image {
  margin-bottom: 10px;
}
.wp-block-group.s-team .wp-block-columns .wp-block-column p {
  margin-bottom: 0;
}
.wp-block-group.number-counters .wp-block-columns {
  max-width: var(--container-lg);
  margin: 0 auto;
  min-height: 360px;
}
.wp-block-heading strong, .wp-block-heading b {
  color: var(--secondary);
}
.banner-heading-cta {
  padding-left: var(--hpd);
  padding-right: var(--hpd);
}
.banner-heading-cta .cta-row {
  justify-content: flex-start;
}
.banner-heading-cta .wp-block-group__inner-container {
  max-width: var(--container-lg);
  margin: 0 auto;
  padding: max(25px, 3.4vw);
  background: var(--primary);
  border-radius: var(--rounded);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.banner-heading-cta .wp-block-group__inner-container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  z-index: 0;
  background-image: url(../../../../themes/wcom/assets/img/svg/matrix-background.svg);
  background-size: cover;
  background-repeat: no-repeat;
  right: unset;
  left: 0;
  bottom: 0;
  width: 70%;
  height: 100%;
  transform: translate(0, 0);
  transition: 366ms var(--ease);
  background-position: center;
  opacity: 0.15;
  pointer-events: none;
}
.banner-heading-cta .wp-block-group__inner-container .wp-block-image {
  max-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-columns[class*="wp-container-"] {
  gap: max(20px, 3.5vw);
}
.rounded, .img-wr.brand-gradient, .wp-block-image.brand-gradient {
  border-radius: var(--rounded);
}
.wp-block-image.full-width-img {
  height: max(55vh, 650px);
  overflow: hidden;
  position: relative;
}
.wp-block-image.full-width-img img {
  object-position: center top;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#main > .content-wrapper p + p {
  margin: 10px 0;
}
#main > .content-wrapper p + h2, #main > .content-wrapper p + h3, #main > .content-wrapper table + h2, #main > .content-wrapper table + h3, #main > .content-wrapper table + p, #main > .content-wrapper figure + h2, #main > .content-wrapper figure + h3, #main > .content-wrapper figure + p {
  margin-top: 20px;
}
.wp-block-pullquote {
  padding: 50px 0;
  margin: 0;
  text-align: center;
}
.wp-block-pullquote p {
  font-size: 60px;
}
.wp-block-pullquote cite {
  font-size: 20px;
}
.wp-block-quote {
  margin: 0;
  text-align: center;
  background: #f2f2f2;
}
.wp-block-quote::before {
  content: "''";
  font-size: 150px;
  font-weight: bold;
  color: lightgray;
}
.wp-block-quote p {
  font-size: 20px;
  font-style: italic;
}
.wp-block-quote cite {
  font-size: 16px;
  font-style: normal;
  color: grey;
}
/* =============================== BLOCKQUOTE GRADIENT */
blockquote.bg-image.gradient {
  position: relative;
  background: url("http://localhost:8888/fortil/wp-content/uploads/commitment-man-walking-in-office.jpg");
  background-size: cover;
  background-attachment: fixed;
  min-height: 50vh;
  color: #fff;
  padding: var(--vpd);
  align-items: flex-start;
  justify-content: flex-start;
  display: flex;
  height: auto;
  flex-flow: column-reverse;
}
blockquote.bg-image.gradient::before {
  display: none;
}
blockquote.bg-image.gradient::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}
blockquote.bg-image.gradient p {
  z-index: 2;
  font-weight: 400;
  font-size: calc(30px + .25vw);
  font-style: initial;
  text-align: left;
  position: relative;
  max-width: var(--text-container);
  line-height: calc(30px + .6vw);
  padding-left: 20px;
  position: relative;
  height: fit-content;
}
blockquote.bg-image.gradient p:after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: var(--gradient);
  position: absolute;
  left: 0;
  bottom: 0;
  max-height: unset;
}
blockquote.bg-image.gradient p::before {
  content: url("http://localhost:8888/fortil/wp-content/uploads/svg/quotemark-gradient.svg");
  width: 70px;
  height: 70px;
  background-size: contain;
  position: absolute;
  top: -13vh;
  left: 0;
}
/* =============================== MEDIA QUERIES */
@media screen and (max-width: 430px) {
  .header-alt h2 {
    font-size: calc(30px + 0.1vw);
  }
  blockquote.bg-image.gradient {
    min-height: 70vh;
  }
  blockquote.bg-image.gradient p {
    font-size: calc(23px + .2vw);
  }
}
.wp-block-image {
  margin: 0;
}
.wp-block-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.wp-block-cover .wp-block-cover__inner-container h2 {
  font-size: 40px;
}
.wp-block-cover .wp-block-cover__inner-container p {
  font-size: 16px;
}
[class*="wp-container-"].wp-block-buttons {
  gap: 15px;
}
.wp-block-buttons {
  display: flex;
  gap: 15px;
}
.wp-block-buttons .wp-block-button {
  margin: 0;
  text-align: center;
}
.wp-block-button__link {
  color: #fff;
  background-color: var(--primary);
  border-radius: var(--rounded);
  box-shadow: none;
  text-decoration: none;
}
.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image a {
  width: 100%;
}
.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image a img {
  width: 100% !important;
  height: 100% !important;
}
.wp-block-latest-posts__list li a {
  text-decoration: none !important;
  color: #1e4319;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 20px;
}
.wp-block-spacer {
  height: 100%;
}
body {
  font-family: var(--font);
}
/* ============================================================= LAYOUT */
.vpd {
  padding-top: var(--vpd);
  padding-bottom: var(--vpd);
}
.hpd {
  padding-left: var(--hpd);
  padding-right: var(--hpd);
}
.full {
  width: 100%;
}
.half {
  width: 50%;
}
.p-rel {
  position: relative;
}
.p-abs {
  position: absolute;
}
.just-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.just-img {
  object-fit: cover;
  object-position: center;
}
.shadow {
  box-shadow: 10px 10px 15px -10px #0000002f;
}
.ov-hidden {
  overflow: hidden;
}
.ov-scroll {
  overflow: scroll;
}
.fwb {
  font-weight: 500;
}
.fwi {
  font-weight: inherit;
}
h1, h2, h3 {
  font-family: var(--h-font);
}
.text-container {
  max-width: var(--text-container);
}
.text-container-large {
  max-width: var(--text-container-large);
}
.text-center {
  text-align: center;
}
/* ============================================================= FLEX PRESETS */
.fx, .fx-col, .fx-2, .fx-3, .fx-4, .fx-5, .card-2, .card-3, .card-4, .card-5 {
  display: flex;
}
.fx-col {
  flex-direction: column;
}
.just-center {
  justify-content: center;
}
.just-end {
  justify-content: flex-end;
}
.just-start {
  justify-content: flex-start;
}
.just-around {
  justify-content: space-around;
}
.just-between, .card-2, .card-3, .card-4, .card-5 {
  justify-content: space-between;
}
.al-center {
  align-items: center;
}
.al-end {
  align-items: flex-end;
}
.al-start {
  align-items: flex-start;
}
.wrap, .fx-2, .fx-3, .fx-4, .fx-5, .card-2, .card-3, .card-4, .card-5 {
  flex-wrap: wrap;
}
ul.bullet {
  list-style-type: disc;
  padding-left: 30px;
}
.white {
  color: #fff;
}
.to-white:hover {
  color: #fff;
}
[class*="has-bg-before"] {
  position: relative;
}
[class*="has-bg-before"]::before {
  content: "";
  position: absolute;
  left: unset;
  top: unset;
  height: 40vh;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}
[class*="has-bg-before"][class*="-top"]::before {
  top: 0;
}
[class*="has-bg-before"][class*="-left"]::before {
  left: 0;
}
[class*="has-bg-before"][class*="-h40"]::before {
  height: 40vh;
}
[class*="has-bg-before"][class*="-w40"]::before {
  width: 40vw;
}
[class*="has-bg-before"][class*="-lightGrey"]::before {
  background-color: var(--lightGrey);
}
/* ============================================================= BUTTONS AND ANCHORS */
button, a {
  cursor: pointer;
  display: inline-block;
  transition: 0.4s;
}
.btn-class {
  padding: 10px 15px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
}
.btn-class {
  color: #fff;
  background: #333;
}
.btn-class:hover {
  background: #666;
}
input, textarea {
  padding: 10px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #333;
}
.flex, .fx, [class*="fx-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fx-wr, .wr {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fx-row {
  flex-direction: row;
}
.fx-col {
  flex-direction: column;
}
.fx-wrap {
  flex-wrap: wrap;
}
.just-center, .j-ce {
  justify-content: center;
}
.just-end, .j-end {
  justify-content: flex-end;
}
.just-start, .j-start {
  justify-content: flex-start;
}
.just-around, .j-around {
  justify-content: space-around;
}
.just-between, .j-bet, .just-bet {
  justify-content: space-between;
}
.just-evenly, .j-evenly {
  justify-content: space-evenly;
}
.al-center, .al-ce {
  align-items: center;
}
.al-end {
  align-items: flex-end;
}
.al-start {
  align-items: flex-start;
}
.al-base, .al-baseline {
  align-items: baseline;
}
.flex-1 {
  flex: 1;
}
.flex-50 {
  flex: 0 0 50%;
}
.flex-33 {
  flex: 0 0 33.33%;
}
.flex-25 {
  flex: 0 0 25%;
}
.flex-20 {
  flex: 0 0 20%;
}
.flex-center-all {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx-order-1 {
  order: 1;
}
.fx-order-2 {
  order: 2;
}
.fx-order-3 {
  order: 3;
}
.fx-order-4 {
  order: 4;
}
.fx-order-5 {
  order: 5;
}
.fx-order-6 {
  order: 6;
}
.fx-order-7 {
  order: 7;
}
.fx-order-8 {
  order: 8;
}
.fx-order-9 {
  order: 9;
}
.fx-order-10 {
  order: 10;
}
@media screen and (min-width: 430px) {
  .fx-xs-row {
    flex-direction: row;
  }
  .fx-xs-col {
    flex-direction: column;
  }
  .flex-xs-1 {
    flex: 1;
  }
  .flex-xs-50 {
    flex: 0 0 50%;
  }
  .flex-xs-33 {
    flex: 0 0 33.33%;
  }
  .flex-xs-25 {
    flex: 0 0 25%;
  }
  .flex-xs-20 {
    flex: 0 0 20%;
  }
  .fx-xs-wrap {
    flex-wrap: wrap;
  }
  .just-xs-center {
    justify-content: center;
  }
  .just-xs-end {
    justify-content: flex-end;
  }
  .just-xs-start {
    justify-content: flex-start;
  }
  .just-xs-around {
    justify-content: space-around;
  }
  .just-xs-between {
    justify-content: space-between;
  }
  .al-xs-center {
    align-items: center;
  }
  .al-xs-end {
    align-items: flex-end;
  }
  .al-xs-start {
    align-items: flex-start;
  }
  .fx-xs-order-1 {
    order: 1;
  }
  .fx-xs-order-2 {
    order: 2;
  }
  .fx-xs-order-3 {
    order: 3;
  }
  .fx-xs-order-4 {
    order: 4;
  }
  .fx-xs-order-5 {
    order: 5;
  }
  .fx-xs-order-6 {
    order: 6;
  }
  .fx-xs-order-7 {
    order: 7;
  }
  .fx-xs-order-8 {
    order: 8;
  }
  .fx-xs-order-9 {
    order: 9;
  }
  .fx-xs-order-10 {
    order: 10;
  }
}
@media screen and (min-width: 768px) {
  .fx-sm-row {
    flex-direction: row;
  }
  .fx-sm-col {
    flex-direction: column;
  }
  .flex-sm-1 {
    flex: 1;
  }
  .flex-sm-50 {
    flex: 0 0 50%;
  }
  .flex-sm-33 {
    flex: 0 0 33.33%;
  }
  .flex-sm-25 {
    flex: 0 0 25%;
  }
  .flex-sm-20 {
    flex: 0 0 20%;
  }
  .fx-sm-wrap {
    flex-wrap: wrap;
  }
  .just-sm-center {
    justify-content: center;
  }
  .just-sm-end {
    justify-content: flex-end;
  }
  .just-sm-start {
    justify-content: flex-start;
  }
  .just-sm-around {
    justify-content: space-around;
  }
  .just-sm-between {
    justify-content: space-between;
  }
  .al-sm-center {
    align-items: center;
  }
  .al-sm-end {
    align-items: flex-end;
  }
  .al-sm-start {
    align-items: flex-start;
  }
  .fx-sm-order-1 {
    order: 1;
  }
  .fx-sm-order-2 {
    order: 2;
  }
  .fx-sm-order-3 {
    order: 3;
  }
  .fx-sm-order-4 {
    order: 4;
  }
  .fx-sm-order-5 {
    order: 5;
  }
  .fx-sm-order-6 {
    order: 6;
  }
  .fx-sm-order-7 {
    order: 7;
  }
  .fx-sm-order-8 {
    order: 8;
  }
  .fx-sm-order-9 {
    order: 9;
  }
  .fx-sm-order-10 {
    order: 10;
  }
}
@media screen and (min-width: 992px) {
  .fx-md-row {
    flex-direction: row;
  }
  .fx-md-col {
    flex-direction: column;
  }
  .flex-md-1 {
    flex: 1;
  }
  .flex-md-50 {
    flex: 0 0 50%;
  }
  .flex-md-33 {
    flex: 0 0 33.33%;
  }
  .flex-md-25 {
    flex: 0 0 25%;
  }
  .flex-md-20 {
    flex: 0 0 20%;
  }
  .fx-md-wrap {
    flex-wrap: wrap;
  }
  .just-md-center {
    justify-content: center;
  }
  .just-md-end {
    justify-content: flex-end;
  }
  .just-md-start {
    justify-content: flex-start;
  }
  .just-md-around {
    justify-content: space-around;
  }
  .just-md-between {
    justify-content: space-between;
  }
  .al-md-center {
    align-items: center;
  }
  .al-md-end {
    align-items: flex-end;
  }
  .al-md-start {
    align-items: flex-start;
  }
  .fx-md-order-1 {
    order: 1;
  }
  .fx-md-order-2 {
    order: 2;
  }
  .fx-md-order-3 {
    order: 3;
  }
  .fx-md-order-4 {
    order: 4;
  }
  .fx-md-order-5 {
    order: 5;
  }
  .fx-md-order-6 {
    order: 6;
  }
  .fx-md-order-7 {
    order: 7;
  }
  .fx-md-order-8 {
    order: 8;
  }
  .fx-md-order-9 {
    order: 9;
  }
  .fx-md-order-10 {
    order: 10;
  }
}
@media screen and (min-width: 1200px) {
  .fx-lg-row {
    flex-direction: row;
  }
  .fx-lg-col {
    flex-direction: column;
  }
  .flex-lg-1 {
    flex: 1;
  }
  .flex-lg-50 {
    flex: 0 0 50%;
  }
  .flex-lg-33 {
    flex: 0 0 33.33%;
  }
  .flex-lg-25 {
    flex: 0 0 25%;
  }
  .flex-lg-20 {
    flex: 0 0 20%;
  }
  .fx-lg-wrap {
    flex-wrap: wrap;
  }
  .just-lg-center {
    justify-content: center;
  }
  .just-lg-end {
    justify-content: flex-end;
  }
  .just-lg-start {
    justify-content: flex-start;
  }
  .just-lg-around {
    justify-content: space-around;
  }
  .just-lg-between {
    justify-content: space-between;
  }
  .al-lg-center {
    align-items: center;
  }
  .al-lg-end {
    align-items: flex-end;
  }
  .al-lg-start {
    align-items: flex-start;
  }
  .fx-lg-order-1 {
    order: 1;
  }
  .fx-lg-order-2 {
    order: 2;
  }
  .fx-lg-order-3 {
    order: 3;
  }
  .fx-lg-order-4 {
    order: 4;
  }
  .fx-lg-order-5 {
    order: 5;
  }
  .fx-lg-order-6 {
    order: 6;
  }
  .fx-lg-order-7 {
    order: 7;
  }
  .fx-lg-order-8 {
    order: 8;
  }
  .fx-lg-order-9 {
    order: 9;
  }
  .fx-lg-order-10 {
    order: 10;
  }
}
@media screen and (min-width: 1980px) {
  .fx-xl-row {
    flex-direction: row;
  }
  .fx-xl-col {
    flex-direction: column;
  }
  .flex-xl-1 {
    flex: 1;
  }
  .flex-xl-50 {
    flex: 0 0 50%;
  }
  .flex-xl-33 {
    flex: 0 0 33.33%;
  }
  .flex-xl-25 {
    flex: 0 0 25%;
  }
  .flex-xl-20 {
    flex: 0 0 20%;
  }
  .fx-xl-wrap {
    flex-wrap: wrap;
  }
  .just-xl-center {
    justify-content: center;
  }
  .just-xl-end {
    justify-content: flex-end;
  }
  .just-xl-start {
    justify-content: flex-start;
  }
  .just-xl-around {
    justify-content: space-around;
  }
  .just-xl-between {
    justify-content: space-between;
  }
  .al-xl-center {
    align-items: center;
  }
  .al-xl-end {
    align-items: flex-end;
  }
  .al-xl-start {
    align-items: flex-start;
  }
  .fx-xl-order-1 {
    order: 1;
  }
  .fx-xl-order-2 {
    order: 2;
  }
  .fx-xl-order-3 {
    order: 3;
  }
  .fx-xl-order-4 {
    order: 4;
  }
  .fx-xl-order-5 {
    order: 5;
  }
  .fx-xl-order-6 {
    order: 6;
  }
  .fx-xl-order-7 {
    order: 7;
  }
  .fx-xl-order-8 {
    order: 8;
  }
  .fx-xl-order-9 {
    order: 9;
  }
  .fx-xl-order-10 {
    order: 10;
  }
}
@keyframes fromTop {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes fromBottom {
  from {
    transform: translateY(30px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes rFromBottom {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes rFromRight {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes rFromTop {
  from {
    opacity: 1;
    transform: translateY(-102%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.r-from-bottom-css {
  animation: rFromBottom 650ms var(--ease) forwards;
}
.r-from-bottom {
  opacity: 0;
}
.r-from-bottom.triggered {
  animation: rFromBottom 650ms var(--ease) forwards;
}
.r-from-top {
  animation: rFromTop 650ms var(--ease) forwards;
}
.o-thread {
  width: 100%;
  position: absolute;
  pointer-events: none;
}
.o-thread svg {
  width: 100%;
}
#icon-arrow-group {
  display: flex;
}
@keyframes pathAnimate {
  to {
    stroke-dashoffset: 0;
  }
}
.thread-path {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
}
.thread-path.path-long {
  stroke-dasharray: 4000;
  stroke-dashoffset: 4000;
}
.thread-path.path-long.visible {
  animation: pathAnimate 2.3s ease-in-out forwards;
}
.thread-path.visible {
  animation: pathAnimate 1.5s ease-in-out forwards;
}
.reveal .stagger {
  overflow: hidden;
  display: flex;
}
.reveal .stagger > div {
  transform: translateY(100%);
  transition: 800ms var(--ease);
  will-change: transform;
}
.text-center.reveal .stagger > div {
  margin: 0 auto;
}
.reveal.active .stagger > div {
  transform: translateY(0);
  transition: 800ms var(--ease);
  will-change: transform;
}
.reveal.active .stagger:nth-of-type(2) > div {
  transition-delay: 260ms;
}
.reveal.active .stagger:nth-of-type(3) > div {
  transition-delay: 400ms;
}
@media screen and (max-width: 992px) {
  .thread-path {
    stroke-width: 14px;
  }
}
.color-white {
  color: #fff;
}
.bg-white {
  background-color: #fff;
}
.white {
  color: #fff;
}
.color-primary {
  color: #222545;
}
.bg-primary {
  background-color: #222545;
}
.primary {
  color: #222545;
}
.color-primary-alt {
  color: #1a1c36;
}
.bg-primary-alt {
  background-color: #1a1c36;
}
.primary-alt {
  color: #1a1c36;
}
.color-secondary {
  color: #65BF90;
}
.bg-secondary {
  background-color: #65BF90;
}
.secondary {
  color: #65BF90;
}
.color-ternary {
  color: #EEE785;
}
.bg-ternary {
  background-color: #EEE785;
}
.ternary {
  color: #EEE785;
}
.color-ternary-hover {
  color: #cdc65a;
}
.bg-ternary-hover {
  background-color: #cdc65a;
}
.ternary-hover {
  color: #cdc65a;
}
.color-quaternary {
  color: #8d8fa2;
}
.bg-quaternary {
  background-color: #8d8fa2;
}
.quaternary {
  color: #8d8fa2;
}
.color-grey {
  color: #A8A8A8;
}
.bg-grey {
  background-color: #A8A8A8;
}
.grey {
  color: #A8A8A8;
}
.color-light-grey {
  color: #F8F8F8;
}
.bg-light-grey {
  background-color: #F8F8F8;
}
.light-grey {
  color: #F8F8F8;
}
.color-ui-grey {
  color: #d9d9d9;
}
.bg-ui-grey {
  background-color: #d9d9d9;
}
.ui-grey {
  color: #d9d9d9;
}
.color-error {
  color: #f58e8e;
}
.bg-error {
  background-color: #f58e8e;
}
.error {
  color: #f58e8e;
}
.color-warning {
  color: #ff9c62;
}
.bg-warning {
  background-color: #ff9c62;
}
.warning {
  color: #ff9c62;
}
.color-shadow-white {
  color: #cccbca;
}
.bg-shadow-white {
  background-color: #cccbca;
}
.shadow-white {
  color: #cccbca;
}
.bg-gradient-secondary {
  background-color: linear-gradient(70deg, var(--secondary) 50%, #5ebe8cab 64%, transparent);
}
.bg-gradient-ternary {
  background-color: linear-gradient(70deg, #C6BC24 30%, #d3cc6ef7 60%, #9f9c69b5 80%, transparent);
}
.bg-solid-gradient-secondary {
  background-color: linear-gradient(70deg, var(--primary) 30%, var(--secondary) 87%);
}
.bg-solid-gradient-ternary {
  background-color: linear-gradient(70deg, var(--primary) 30%, #d3cc6e 87%);
}
.bg-brand-gradient {
  background-color: linear-gradient(0, #3dd786 50%, transparent);
}
.bg-dark-gradient {
  background-color: linear-gradient(360deg, rgba(0, 0, 0, 0.84) 0%, rgba(46, 46, 46, 0.55) 35%, rgba(46, 46, 46, 0.27) 60%, rgba(255, 255, 255, 0) 100%);
}
.bg-header-gradient-overlay {
  background-color: linear-gradient(90deg, #1f1f1f 0%, rgba(45, 45, 45, 0.9) 27%, rgba(56, 56, 56, 0.73) 53%, rgba(255, 255, 255, 0) 100%);
}
.bg-card-gradient-overlay {
  background-color: linear-gradient(0deg, #585858 10%, rgba(62, 62, 62, 0.7721682423) 27%, rgba(93, 93, 93, 0.55) 53%, rgba(255, 255, 255, 0) 100%);
}
.white {
  color: #fff;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.my-1 {
  margin-top: 11.1111111111px;
  margin-bottom: 11.1111111111px;
}
.mt-1 {
  margin-top: 11.1111111111px;
}
.mb-1 {
  margin-bottom: 11.1111111111px;
}
.my-2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mt-2 {
  margin-top: 30px;
}
.mb-2 {
  margin-bottom: 30px;
}
.my-3 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mt-3 {
  margin-top: 60px;
}
.mb-3 {
  margin-bottom: 60px;
}
.my-4 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.mt-4 {
  margin-top: 90px;
}
.mb-4 {
  margin-bottom: 90px;
}
.my-5 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.mt-5 {
  margin-top: 120px;
}
.mb-5 {
  margin-bottom: 120px;
}
.mt-g {
  margin-top: var(--vpd);
}
.mt-g {
  margin-bottom: var(--vpd);
}
.ml-g {
  margin-left: var(--hpd);
}
.mr-g {
  margin-right: var(--hpd);
}
.mb-g {
  margin-bottom: var(--vpd);
}
@media screen and (min-width: 992px) {
  .mt-g-0 {
    margin-top: 0;
  }
  .mt-g-0 {
    margin-bottom: 0;
  }
  .ml-g-0 {
    margin-left: 0;
  }
  .mr-g-0 {
    margin-right: 0;
  }
  .mx-md-0 {
    margin-left: 0;
    margin-right: 0;
  }
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.gap {
  gap: var(--gap);
}
.gap-0 {
  gap: 0;
}
.gap-1 {
  gap: calc(max(6px, 0.75vw) * 1);
}
.gap-2 {
  gap: calc(max(6px, 0.75vw) * 2);
}
.gap-3 {
  gap: calc(max(6px, 0.75vw) * 3);
}
.gap-4 {
  gap: calc(max(6px, 0.75vw) * 4);
}
.gap-5 {
  gap: calc(max(6px, 0.75vw) * 5);
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.ml-0 {
  margin-left: 0;
}
.mr-0 {
  margin-right: 0;
}
.mx-1 {
  margin-left: 15px;
  margin-right: 15px;
}
.ml-1 {
  margin-left: 15px;
}
.mr-1 {
  margin-right: 15px;
}
.mx-2 {
  margin-left: 30px;
  margin-right: 30px;
}
.ml-2 {
  margin-left: 30px;
}
.mr-2 {
  margin-right: 30px;
}
.mx-3 {
  margin-left: 60px;
  margin-right: 60px;
}
.ml-3 {
  margin-left: 60px;
}
.mr-3 {
  margin-right: 60px;
}
.mx-4 {
  margin-left: 90px;
  margin-right: 90px;
}
.ml-4 {
  margin-left: 90px;
}
.mr-4 {
  margin-right: 90px;
}
.mx-5 {
  margin-left: 120px;
  margin-right: 120px;
}
.ml-5 {
  margin-left: 120px;
}
.mr-5 {
  margin-right: 120px;
}
@media screen and (min-width: 430px) {
  .my-xs-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mt-xs-0 {
    margin-top: 0;
  }
  .mb-xs-0 {
    margin-bottom: 0;
  }
  .my-xs-1 {
    margin-top: 11.1111111111px;
    margin-bottom: 11.1111111111px;
  }
  .mt-xs-1 {
    margin-top: 11.1111111111px;
  }
  .mb-xs-1 {
    margin-bottom: 11.1111111111px;
  }
  .my-xs-2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mt-xs-2 {
    margin-top: 30px;
  }
  .mb-xs-2 {
    margin-bottom: 30px;
  }
  .my-xs-3 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mt-xs-3 {
    margin-top: 60px;
  }
  .mb-xs-3 {
    margin-bottom: 60px;
  }
  .my-xs-4 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mt-xs-4 {
    margin-top: 90px;
  }
  .mb-xs-4 {
    margin-bottom: 90px;
  }
  .my-xs-5 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .mt-xs-5 {
    margin-top: 120px;
  }
  .mb-xs-5 {
    margin-bottom: 120px;
  }
  .mx-xs-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .gap-xs-0 {
    gap: 0;
  }
  .gap-xs-1 {
    gap: calc(max(6px, 0.75vw) * 1);
  }
  .gap-xs-2 {
    gap: calc(max(6px, 0.75vw) * 2);
  }
  .gap-xs-3 {
    gap: calc(max(6px, 0.75vw) * 3);
  }
  .gap-xs-4 {
    gap: calc(max(6px, 0.75vw) * 4);
  }
  .gap-xs-5 {
    gap: calc(max(6px, 0.75vw) * 5);
  }
  .mx-xs-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .ml-xs-0 {
    margin-left: 0;
  }
  .mr-xs-0 {
    margin-right: 0;
  }
  .mx-xs-1 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .ml-xs-1 {
    margin-left: 15px;
  }
  .mr-xs-1 {
    margin-right: 15px;
  }
  .mx-xs-2 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .ml-xs-2 {
    margin-left: 30px;
  }
  .mr-xs-2 {
    margin-right: 30px;
  }
  .mx-xs-3 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .ml-xs-3 {
    margin-left: 60px;
  }
  .mr-xs-3 {
    margin-right: 60px;
  }
  .mx-xs-4 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .ml-xs-4 {
    margin-left: 90px;
  }
  .mr-xs-4 {
    margin-right: 90px;
  }
  .mx-xs-5 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .ml-xs-5 {
    margin-left: 120px;
  }
  .mr-xs-5 {
    margin-right: 120px;
  }
}
@media screen and (min-width: 768px) {
  .my-sm-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mt-sm-0 {
    margin-top: 0;
  }
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .my-sm-1 {
    margin-top: 11.1111111111px;
    margin-bottom: 11.1111111111px;
  }
  .mt-sm-1 {
    margin-top: 11.1111111111px;
  }
  .mb-sm-1 {
    margin-bottom: 11.1111111111px;
  }
  .my-sm-2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mt-sm-2 {
    margin-top: 30px;
  }
  .mb-sm-2 {
    margin-bottom: 30px;
  }
  .my-sm-3 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mt-sm-3 {
    margin-top: 60px;
  }
  .mb-sm-3 {
    margin-bottom: 60px;
  }
  .my-sm-4 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mt-sm-4 {
    margin-top: 90px;
  }
  .mb-sm-4 {
    margin-bottom: 90px;
  }
  .my-sm-5 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .mt-sm-5 {
    margin-top: 120px;
  }
  .mb-sm-5 {
    margin-bottom: 120px;
  }
  .mx-sm-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .gap-sm-0 {
    gap: 0;
  }
  .gap-sm-1 {
    gap: calc(max(6px, 0.75vw) * 1);
  }
  .gap-sm-2 {
    gap: calc(max(6px, 0.75vw) * 2);
  }
  .gap-sm-3 {
    gap: calc(max(6px, 0.75vw) * 3);
  }
  .gap-sm-4 {
    gap: calc(max(6px, 0.75vw) * 4);
  }
  .gap-sm-5 {
    gap: calc(max(6px, 0.75vw) * 5);
  }
  .mx-sm-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .ml-sm-0 {
    margin-left: 0;
  }
  .mr-sm-0 {
    margin-right: 0;
  }
  .mx-sm-1 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .ml-sm-1 {
    margin-left: 15px;
  }
  .mr-sm-1 {
    margin-right: 15px;
  }
  .mx-sm-2 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .ml-sm-2 {
    margin-left: 30px;
  }
  .mr-sm-2 {
    margin-right: 30px;
  }
  .mx-sm-3 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .ml-sm-3 {
    margin-left: 60px;
  }
  .mr-sm-3 {
    margin-right: 60px;
  }
  .mx-sm-4 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .ml-sm-4 {
    margin-left: 90px;
  }
  .mr-sm-4 {
    margin-right: 90px;
  }
  .mx-sm-5 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .ml-sm-5 {
    margin-left: 120px;
  }
  .mr-sm-5 {
    margin-right: 120px;
  }
}
@media screen and (min-width: 992px) {
  .my-md-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mt-md-0 {
    margin-top: 0;
  }
  .mb-md-0 {
    margin-bottom: 0;
  }
  .my-md-1 {
    margin-top: 11.1111111111px;
    margin-bottom: 11.1111111111px;
  }
  .mt-md-1 {
    margin-top: 11.1111111111px;
  }
  .mb-md-1 {
    margin-bottom: 11.1111111111px;
  }
  .my-md-2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mt-md-2 {
    margin-top: 30px;
  }
  .mb-md-2 {
    margin-bottom: 30px;
  }
  .my-md-3 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mt-md-3 {
    margin-top: 60px;
  }
  .mb-md-3 {
    margin-bottom: 60px;
  }
  .my-md-4 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mt-md-4 {
    margin-top: 90px;
  }
  .mb-md-4 {
    margin-bottom: 90px;
  }
  .my-md-5 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .mt-md-5 {
    margin-top: 120px;
  }
  .mb-md-5 {
    margin-bottom: 120px;
  }
  .mx-md-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .gap-md-0 {
    gap: 0;
  }
  .gap-md-1 {
    gap: calc(max(6px, 0.75vw) * 1);
  }
  .gap-md-2 {
    gap: calc(max(6px, 0.75vw) * 2);
  }
  .gap-md-3 {
    gap: calc(max(6px, 0.75vw) * 3);
  }
  .gap-md-4 {
    gap: calc(max(6px, 0.75vw) * 4);
  }
  .gap-md-5 {
    gap: calc(max(6px, 0.75vw) * 5);
  }
  .mx-md-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .ml-md-0 {
    margin-left: 0;
  }
  .mr-md-0 {
    margin-right: 0;
  }
  .mx-md-1 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .ml-md-1 {
    margin-left: 15px;
  }
  .mr-md-1 {
    margin-right: 15px;
  }
  .mx-md-2 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .ml-md-2 {
    margin-left: 30px;
  }
  .mr-md-2 {
    margin-right: 30px;
  }
  .mx-md-3 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .ml-md-3 {
    margin-left: 60px;
  }
  .mr-md-3 {
    margin-right: 60px;
  }
  .mx-md-4 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .ml-md-4 {
    margin-left: 90px;
  }
  .mr-md-4 {
    margin-right: 90px;
  }
  .mx-md-5 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .ml-md-5 {
    margin-left: 120px;
  }
  .mr-md-5 {
    margin-right: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .my-lg-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mt-lg-0 {
    margin-top: 0;
  }
  .mb-lg-0 {
    margin-bottom: 0;
  }
  .my-lg-1 {
    margin-top: 11.1111111111px;
    margin-bottom: 11.1111111111px;
  }
  .mt-lg-1 {
    margin-top: 11.1111111111px;
  }
  .mb-lg-1 {
    margin-bottom: 11.1111111111px;
  }
  .my-lg-2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mt-lg-2 {
    margin-top: 30px;
  }
  .mb-lg-2 {
    margin-bottom: 30px;
  }
  .my-lg-3 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mt-lg-3 {
    margin-top: 60px;
  }
  .mb-lg-3 {
    margin-bottom: 60px;
  }
  .my-lg-4 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mt-lg-4 {
    margin-top: 90px;
  }
  .mb-lg-4 {
    margin-bottom: 90px;
  }
  .my-lg-5 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .mt-lg-5 {
    margin-top: 120px;
  }
  .mb-lg-5 {
    margin-bottom: 120px;
  }
  .mx-lg-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .gap-lg-0 {
    gap: 0;
  }
  .gap-lg-1 {
    gap: calc(max(6px, 0.75vw) * 1);
  }
  .gap-lg-2 {
    gap: calc(max(6px, 0.75vw) * 2);
  }
  .gap-lg-3 {
    gap: calc(max(6px, 0.75vw) * 3);
  }
  .gap-lg-4 {
    gap: calc(max(6px, 0.75vw) * 4);
  }
  .gap-lg-5 {
    gap: calc(max(6px, 0.75vw) * 5);
  }
  .mx-lg-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .ml-lg-0 {
    margin-left: 0;
  }
  .mr-lg-0 {
    margin-right: 0;
  }
  .mx-lg-1 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .ml-lg-1 {
    margin-left: 15px;
  }
  .mr-lg-1 {
    margin-right: 15px;
  }
  .mx-lg-2 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .ml-lg-2 {
    margin-left: 30px;
  }
  .mr-lg-2 {
    margin-right: 30px;
  }
  .mx-lg-3 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .ml-lg-3 {
    margin-left: 60px;
  }
  .mr-lg-3 {
    margin-right: 60px;
  }
  .mx-lg-4 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .ml-lg-4 {
    margin-left: 90px;
  }
  .mr-lg-4 {
    margin-right: 90px;
  }
  .mx-lg-5 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .ml-lg-5 {
    margin-left: 120px;
  }
  .mr-lg-5 {
    margin-right: 120px;
  }
}
@media screen and (min-width: 1980px) {
  .my-xl-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mt-xl-0 {
    margin-top: 0;
  }
  .mb-xl-0 {
    margin-bottom: 0;
  }
  .my-xl-1 {
    margin-top: 11.1111111111px;
    margin-bottom: 11.1111111111px;
  }
  .mt-xl-1 {
    margin-top: 11.1111111111px;
  }
  .mb-xl-1 {
    margin-bottom: 11.1111111111px;
  }
  .my-xl-2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mt-xl-2 {
    margin-top: 30px;
  }
  .mb-xl-2 {
    margin-bottom: 30px;
  }
  .my-xl-3 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mt-xl-3 {
    margin-top: 60px;
  }
  .mb-xl-3 {
    margin-bottom: 60px;
  }
  .my-xl-4 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mt-xl-4 {
    margin-top: 90px;
  }
  .mb-xl-4 {
    margin-bottom: 90px;
  }
  .my-xl-5 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .mt-xl-5 {
    margin-top: 120px;
  }
  .mb-xl-5 {
    margin-bottom: 120px;
  }
  .mx-xl-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .gap-xl-0 {
    gap: 0;
  }
  .gap-xl-1 {
    gap: calc(max(6px, 0.75vw) * 1);
  }
  .gap-xl-2 {
    gap: calc(max(6px, 0.75vw) * 2);
  }
  .gap-xl-3 {
    gap: calc(max(6px, 0.75vw) * 3);
  }
  .gap-xl-4 {
    gap: calc(max(6px, 0.75vw) * 4);
  }
  .gap-xl-5 {
    gap: calc(max(6px, 0.75vw) * 5);
  }
  .mx-xl-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .ml-xl-0 {
    margin-left: 0;
  }
  .mr-xl-0 {
    margin-right: 0;
  }
  .mx-xl-1 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .ml-xl-1 {
    margin-left: 15px;
  }
  .mr-xl-1 {
    margin-right: 15px;
  }
  .mx-xl-2 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .ml-xl-2 {
    margin-left: 30px;
  }
  .mr-xl-2 {
    margin-right: 30px;
  }
  .mx-xl-3 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .ml-xl-3 {
    margin-left: 60px;
  }
  .mr-xl-3 {
    margin-right: 60px;
  }
  .mx-xl-4 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .ml-xl-4 {
    margin-left: 90px;
  }
  .mr-xl-4 {
    margin-right: 90px;
  }
  .mx-xl-5 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .ml-xl-5 {
    margin-left: 120px;
  }
  .mr-xl-5 {
    margin-right: 120px;
  }
}
.pb-g {
  padding-bottom: var(--vpd);
}
.pt-g {
  padding-top: var(--vpd);
}
.hpd {
  padding-left: var(--hpd);
  padding-right: var(--hpd);
}
.vpd {
  padding-top: var(--vpd);
  padding-bottom: var(--vpd);
}
.hpd05 {
  padding-left: calc(var(--hpd)/2);
  padding-right: calc(var(--hpd)/2);
}
.vpd05 {
  padding-top: calc(var(--vpd)/2);
  padding-bottom: calc(var(--vpd)/2);
}
@media screen and (min-width: 992px) {
  .pt-g-0 {
    margin-top: 0;
  }
  .pt-g-0 {
    margin-bottom: 0;
  }
  .pl-g-0 {
    margin-left: 0;
  }
  .pr-g-0 {
    margin-right: 0;
  }
  .px-md-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.py-1 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pt-1 {
  padding-top: 15px;
}
.pb-1 {
  padding-bottom: 15px;
}
.py-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pt-2 {
  padding-top: 30px;
}
.pb-2 {
  padding-bottom: 30px;
}
.py-3 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pt-3 {
  padding-top: 60px;
}
.pb-3 {
  padding-bottom: 60px;
}
.py-4 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.pt-4 {
  padding-top: 90px;
}
.pb-4 {
  padding-bottom: 90px;
}
.py-5 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.pt-5 {
  padding-top: 120px;
}
.pb-5 {
  padding-bottom: 120px;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.pl-0 {
  padding-left: 0;
}
.pr-0 {
  padding-right: 0;
}
.px-1 {
  padding-left: 15px;
  padding-right: 15px;
}
.pl-1 {
  padding-left: 15px;
}
.pr-1 {
  padding-right: 15px;
}
.px-2 {
  padding-left: 30px;
  padding-right: 30px;
}
.pl-2 {
  padding-left: 30px;
}
.pr-2 {
  padding-right: 30px;
}
.px-3 {
  padding-left: 60px;
  padding-right: 60px;
}
.pl-3 {
  padding-left: 60px;
}
.pr-3 {
  padding-right: 60px;
}
.px-4 {
  padding-left: 90px;
  padding-right: 90px;
}
.pl-4 {
  padding-left: 90px;
}
.pr-4 {
  padding-right: 90px;
}
.px-5 {
  padding-left: 120px;
  padding-right: 120px;
}
.pl-5 {
  padding-left: 120px;
}
.pr-5 {
  padding-right: 120px;
}
@media screen and (min-width: 430px) {
  .py-xs-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pt-xs-0 {
    padding-top: 0;
  }
  .pb-xs-0 {
    padding-bottom: 0;
  }
  .py-xs-1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pt-xs-1 {
    padding-top: 15px;
  }
  .pb-xs-1 {
    padding-bottom: 15px;
  }
  .py-xs-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-xs-2 {
    padding-top: 30px;
  }
  .pb-xs-2 {
    padding-bottom: 30px;
  }
  .py-xs-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-xs-3 {
    padding-top: 60px;
  }
  .pb-xs-3 {
    padding-bottom: 60px;
  }
  .py-xs-4 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pt-xs-4 {
    padding-top: 90px;
  }
  .pb-xs-4 {
    padding-bottom: 90px;
  }
  .py-xs-5 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pt-xs-5 {
    padding-top: 120px;
  }
  .pb-xs-5 {
    padding-bottom: 120px;
  }
  .px-xs-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .pl-xs-0 {
    padding-left: 0;
  }
  .pr-xs-0 {
    padding-right: 0;
  }
  .hpd-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xs-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pl-xs-1 {
    padding-left: 15px;
  }
  .pr-xs-1 {
    padding-right: 15px;
  }
  .hpd-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xs-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pl-xs-2 {
    padding-left: 30px;
  }
  .pr-xs-2 {
    padding-right: 30px;
  }
  .hpd-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xs-3 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .pl-xs-3 {
    padding-left: 60px;
  }
  .pr-xs-3 {
    padding-right: 60px;
  }
  .hpd-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xs-4 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .pl-xs-4 {
    padding-left: 90px;
  }
  .pr-xs-4 {
    padding-right: 90px;
  }
  .hpd-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xs-5 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .pl-xs-5 {
    padding-left: 120px;
  }
  .pr-xs-5 {
    padding-right: 120px;
  }
  .hpd-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .py-sm-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pt-sm-0 {
    padding-top: 0;
  }
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .py-sm-1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pt-sm-1 {
    padding-top: 15px;
  }
  .pb-sm-1 {
    padding-bottom: 15px;
  }
  .py-sm-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-sm-2 {
    padding-top: 30px;
  }
  .pb-sm-2 {
    padding-bottom: 30px;
  }
  .py-sm-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-sm-3 {
    padding-top: 60px;
  }
  .pb-sm-3 {
    padding-bottom: 60px;
  }
  .py-sm-4 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pt-sm-4 {
    padding-top: 90px;
  }
  .pb-sm-4 {
    padding-bottom: 90px;
  }
  .py-sm-5 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pt-sm-5 {
    padding-top: 120px;
  }
  .pb-sm-5 {
    padding-bottom: 120px;
  }
  .px-sm-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .pl-sm-0 {
    padding-left: 0;
  }
  .pr-sm-0 {
    padding-right: 0;
  }
  .hpd-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pl-sm-1 {
    padding-left: 15px;
  }
  .pr-sm-1 {
    padding-right: 15px;
  }
  .hpd-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pl-sm-2 {
    padding-left: 30px;
  }
  .pr-sm-2 {
    padding-right: 30px;
  }
  .hpd-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-3 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .pl-sm-3 {
    padding-left: 60px;
  }
  .pr-sm-3 {
    padding-right: 60px;
  }
  .hpd-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-4 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .pl-sm-4 {
    padding-left: 90px;
  }
  .pr-sm-4 {
    padding-right: 90px;
  }
  .hpd-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-5 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .pl-sm-5 {
    padding-left: 120px;
  }
  .pr-sm-5 {
    padding-right: 120px;
  }
  .hpd-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .py-md-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pt-md-0 {
    padding-top: 0;
  }
  .pb-md-0 {
    padding-bottom: 0;
  }
  .py-md-1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pt-md-1 {
    padding-top: 15px;
  }
  .pb-md-1 {
    padding-bottom: 15px;
  }
  .py-md-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-md-2 {
    padding-top: 30px;
  }
  .pb-md-2 {
    padding-bottom: 30px;
  }
  .py-md-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-md-3 {
    padding-top: 60px;
  }
  .pb-md-3 {
    padding-bottom: 60px;
  }
  .py-md-4 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pt-md-4 {
    padding-top: 90px;
  }
  .pb-md-4 {
    padding-bottom: 90px;
  }
  .py-md-5 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pt-md-5 {
    padding-top: 120px;
  }
  .pb-md-5 {
    padding-bottom: 120px;
  }
  .px-md-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .pl-md-0 {
    padding-left: 0;
  }
  .pr-md-0 {
    padding-right: 0;
  }
  .hpd-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pl-md-1 {
    padding-left: 15px;
  }
  .pr-md-1 {
    padding-right: 15px;
  }
  .hpd-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pl-md-2 {
    padding-left: 30px;
  }
  .pr-md-2 {
    padding-right: 30px;
  }
  .hpd-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-3 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .pl-md-3 {
    padding-left: 60px;
  }
  .pr-md-3 {
    padding-right: 60px;
  }
  .hpd-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-4 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .pl-md-4 {
    padding-left: 90px;
  }
  .pr-md-4 {
    padding-right: 90px;
  }
  .hpd-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-5 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .pl-md-5 {
    padding-left: 120px;
  }
  .pr-md-5 {
    padding-right: 120px;
  }
  .hpd-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .py-lg-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pt-lg-0 {
    padding-top: 0;
  }
  .pb-lg-0 {
    padding-bottom: 0;
  }
  .py-lg-1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pt-lg-1 {
    padding-top: 15px;
  }
  .pb-lg-1 {
    padding-bottom: 15px;
  }
  .py-lg-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-lg-2 {
    padding-top: 30px;
  }
  .pb-lg-2 {
    padding-bottom: 30px;
  }
  .py-lg-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-lg-3 {
    padding-top: 60px;
  }
  .pb-lg-3 {
    padding-bottom: 60px;
  }
  .py-lg-4 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pt-lg-4 {
    padding-top: 90px;
  }
  .pb-lg-4 {
    padding-bottom: 90px;
  }
  .py-lg-5 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pt-lg-5 {
    padding-top: 120px;
  }
  .pb-lg-5 {
    padding-bottom: 120px;
  }
  .px-lg-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .pl-lg-0 {
    padding-left: 0;
  }
  .pr-lg-0 {
    padding-right: 0;
  }
  .hpd-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pl-lg-1 {
    padding-left: 15px;
  }
  .pr-lg-1 {
    padding-right: 15px;
  }
  .hpd-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pl-lg-2 {
    padding-left: 30px;
  }
  .pr-lg-2 {
    padding-right: 30px;
  }
  .hpd-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-3 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .pl-lg-3 {
    padding-left: 60px;
  }
  .pr-lg-3 {
    padding-right: 60px;
  }
  .hpd-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-4 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .pl-lg-4 {
    padding-left: 90px;
  }
  .pr-lg-4 {
    padding-right: 90px;
  }
  .hpd-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-5 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .pl-lg-5 {
    padding-left: 120px;
  }
  .pr-lg-5 {
    padding-right: 120px;
  }
  .hpd-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 1980px) {
  .py-xl-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pt-xl-0 {
    padding-top: 0;
  }
  .pb-xl-0 {
    padding-bottom: 0;
  }
  .py-xl-1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pt-xl-1 {
    padding-top: 15px;
  }
  .pb-xl-1 {
    padding-bottom: 15px;
  }
  .py-xl-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-xl-2 {
    padding-top: 30px;
  }
  .pb-xl-2 {
    padding-bottom: 30px;
  }
  .py-xl-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-xl-3 {
    padding-top: 60px;
  }
  .pb-xl-3 {
    padding-bottom: 60px;
  }
  .py-xl-4 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pt-xl-4 {
    padding-top: 90px;
  }
  .pb-xl-4 {
    padding-bottom: 90px;
  }
  .py-xl-5 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pt-xl-5 {
    padding-top: 120px;
  }
  .pb-xl-5 {
    padding-bottom: 120px;
  }
  .px-xl-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .pl-xl-0 {
    padding-left: 0;
  }
  .pr-xl-0 {
    padding-right: 0;
  }
  .hpd-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xl-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pl-xl-1 {
    padding-left: 15px;
  }
  .pr-xl-1 {
    padding-right: 15px;
  }
  .hpd-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xl-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pl-xl-2 {
    padding-left: 30px;
  }
  .pr-xl-2 {
    padding-right: 30px;
  }
  .hpd-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xl-3 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .pl-xl-3 {
    padding-left: 60px;
  }
  .pr-xl-3 {
    padding-right: 60px;
  }
  .hpd-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xl-4 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .pl-xl-4 {
    padding-left: 90px;
  }
  .pr-xl-4 {
    padding-right: 90px;
  }
  .hpd-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xl-5 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .pl-xl-5 {
    padding-left: 120px;
  }
  .pr-xl-5 {
    padding-right: 120px;
  }
  .hpd-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.border {
  border: 1px solid var(--color-primary);
}
.border-none {
  border: none;
}
.border-top {
  border-top: 1px solid var(--color-primary);
}
.border-bottom {
  border-bottom: 1px solid var(--color-primary);
}
.border-left {
  border-left: 1px solid var(--color-primary);
}
.border-right {
  border-right: 1px solid var(--color-primary);
}
.text-capitalize {
  text-transform: capitalize;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-left, .tl {
  text-align: left;
}
.text-center, .tc {
  text-align: center;
}
.text-right, .tr {
  text-align: right;
}
/*Et que j'en prenne pas un à m'ajouter la justification sur du web*/
@media screen and (min-width: 430px) {
  .text-xs-capitalize {
    text-transform: capitalize;
  }
  .text-xs-uppercase {
    text-transform: uppercase;
  }
  .text-xs-left {
    text-align: left;
  }
  .text-xs-center {
    text-align: center;
  }
  .text-xs-right {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .text-sm-capitalize {
    text-transform: capitalize;
  }
  .text-sm-uppercase {
    text-transform: uppercase;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .text-md-capitalize {
    text-transform: capitalize;
  }
  .text-md-uppercase {
    text-transform: uppercase;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .text-lg-capitalize {
    text-transform: capitalize;
  }
  .text-lg-uppercase {
    text-transform: uppercase;
  }
  .text-lg-left {
    text-align: left;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
}
@media screen and (min-width: 1980px) {
  .text-xl-capitalize {
    text-transform: capitalize;
  }
  .text-xl-uppercase {
    text-transform: uppercase;
  }
  .text-xl-left {
    text-align: left;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
}
.display-none, .d-none {
  display: none;
}
.display-flex, .fx {
  display: flex;
}
.display-block {
  display: block;
}
.display-inline-block {
  display: inline-block;
}
.display-inline {
  display: inline;
}
.d-grid {
  display: grid;
}
@media screen and (min-width: 430px) {
  .display-none-xs {
    display: none;
  }
  .display-flex-xs, .fx-xs {
    display: flex;
  }
  .display-block-xs {
    display: block;
  }
  .display-inline-block-xs {
    display: inline-block;
  }
  .display-inline-xs {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .display-none-sm {
    display: none;
  }
  .display-flex-sm, .fx-sm {
    display: flex;
  }
  .display-block-sm {
    display: block;
  }
  .display-inline-block-sm {
    display: inline-block;
  }
  .display-inline-sm {
    display: inline;
  }
}
@media screen and (min-width: 992px) {
  .display-none-md {
    display: none;
  }
  .display-flex-md, .fx-md {
    display: flex;
  }
  .display-block-md {
    display: block;
  }
  .display-inline-block-md {
    display: inline-block;
  }
  .display-inline-md {
    display: inline;
  }
}
@media screen and (min-width: 1200px) {
  .display-none-lg {
    display: none;
  }
  .display-flex-lg, .fx-lg {
    display: flex;
  }
  .display-block-lg {
    display: block;
  }
  .display-inline-block-lg {
    display: inline-block;
  }
  .display-inline-lg {
    display: inline;
  }
}
@media screen and (min-width: 1980px) {
  .display-none-xl {
    display: none;
  }
  .display-flex-xl, .fx-xl {
    display: flex;
  }
  .display-block-xl {
    display: block;
  }
  .display-inline-block-xl {
    display: inline-block;
  }
  .display-inline-xl {
    display: inline;
  }
}
.h-inherit {
  height: inherit;
  min-height: inherit;
}
.w-auto {
  width: auto;
}
.w-max-auto {
  max-width: auto;
}
.w-min-auto {
  min-width: auto;
}
.w-10 {
  width: 10%;
}
.w-max-10 {
  max-width: 10%;
}
.w-min-10 {
  min-width: 10%;
}
.w-20 {
  width: 20%;
}
.w-max-20 {
  max-width: 20%;
}
.w-min-20 {
  min-width: 20%;
}
.w-25 {
  width: 25%;
}
.w-max-25 {
  max-width: 25%;
}
.w-min-25 {
  min-width: 25%;
}
.w-30 {
  width: 30%;
}
.w-max-30 {
  max-width: 30%;
}
.w-min-30 {
  min-width: 30%;
}
.w-33 {
  width: 33.33%;
}
.w-max-33 {
  max-width: 33.33%;
}
.w-min-33 {
  min-width: 33.33%;
}
.w-40 {
  width: 40%;
}
.w-max-40 {
  max-width: 40%;
}
.w-min-40 {
  min-width: 40%;
}
.w-50 {
  width: 50%;
}
.w-max-50 {
  max-width: 50%;
}
.w-min-50 {
  min-width: 50%;
}
.w-60 {
  width: 60%;
}
.w-max-60 {
  max-width: 60%;
}
.w-min-60 {
  min-width: 60%;
}
.w-66 {
  width: 66.66%;
}
.w-max-66 {
  max-width: 66.66%;
}
.w-min-66 {
  min-width: 66.66%;
}
.w-75 {
  width: 75%;
}
.w-max-75 {
  max-width: 75%;
}
.w-min-75 {
  min-width: 75%;
}
.w-90 {
  width: 90%;
}
.w-max-90 {
  max-width: 90%;
}
.w-min-90 {
  min-width: 90%;
}
.w-100 {
  width: 100%;
}
.w-max-100 {
  max-width: 100%;
}
.w-min-100 {
  min-width: 100%;
}
.h-10 {
  height: 10vh;
}
.h-max-10 {
  max-height: 10vh;
}
.h-min-10 {
  min-height: 10vh;
}
.h-20 {
  height: 20vh;
}
.h-max-20 {
  max-height: 20vh;
}
.h-min-20 {
  min-height: 20vh;
}
.h-25 {
  height: 25vh;
}
.h-max-25 {
  max-height: 25vh;
}
.h-min-25 {
  min-height: 25vh;
}
.h-33 {
  height: 33.33vh;
}
.h-max-33 {
  max-height: 33.33vh;
}
.h-min-33 {
  min-height: 33.33vh;
}
.h-40 {
  height: 40vh;
}
.h-max-40 {
  max-height: 40vh;
}
.h-min-40 {
  min-height: 40vh;
}
.h-50 {
  height: 50vh;
}
.h-max-50 {
  max-height: 50vh;
}
.h-min-50 {
  min-height: 50vh;
}
.h-60 {
  height: 60vh;
}
.h-max-60 {
  max-height: 60vh;
}
.h-min-60 {
  min-height: 60vh;
}
.h-66 {
  height: 66.66vh;
}
.h-max-66 {
  max-height: 66.66vh;
}
.h-min-66 {
  min-height: 66.66vh;
}
.h-100 {
  height: 100vh;
}
.h-max-100 {
  max-height: 100vh;
}
.h-min-100 {
  min-height: 100vh;
}
@media screen and (min-width: 430px) {
  .w-xs-auto {
    width: auto;
  }
  .w-max-xs-auto {
    max-width: auto;
  }
  .w-min-xs-auto {
    min-width: auto;
  }
  .w-xs-10 {
    width: 10%;
  }
  .w-max-xs-10 {
    max-width: 10%;
  }
  .w-min-xs-10 {
    min-width: 10%;
  }
  .w-xs-20 {
    width: 20%;
  }
  .w-max-xs-20 {
    max-width: 20%;
  }
  .w-min-xs-20 {
    min-width: 20%;
  }
  .w-xs-25 {
    width: 25%;
  }
  .w-max-xs-25 {
    max-width: 25%;
  }
  .w-min-xs-25 {
    min-width: 25%;
  }
  .w-xs-30 {
    width: 30%;
  }
  .w-max-xs-30 {
    max-width: 30%;
  }
  .w-min-xs-30 {
    min-width: 30%;
  }
  .w-xs-33 {
    width: 33.33%;
  }
  .w-max-xs-33 {
    max-width: 33.33%;
  }
  .w-min-xs-33 {
    min-width: 33.33%;
  }
  .w-xs-40 {
    width: 40%;
  }
  .w-max-xs-40 {
    max-width: 40%;
  }
  .w-min-xs-40 {
    min-width: 40%;
  }
  .w-xs-50 {
    width: 50%;
  }
  .w-max-xs-50 {
    max-width: 50%;
  }
  .w-min-xs-50 {
    min-width: 50%;
  }
  .w-xs-60 {
    width: 60%;
  }
  .w-max-xs-60 {
    max-width: 60%;
  }
  .w-min-xs-60 {
    min-width: 60%;
  }
  .w-xs-66 {
    width: 66.66%;
  }
  .w-max-xs-66 {
    max-width: 66.66%;
  }
  .w-min-xs-66 {
    min-width: 66.66%;
  }
  .w-xs-75 {
    width: 75%;
  }
  .w-max-xs-75 {
    max-width: 75%;
  }
  .w-min-xs-75 {
    min-width: 75%;
  }
  .w-xs-90 {
    width: 90%;
  }
  .w-max-xs-90 {
    max-width: 90%;
  }
  .w-min-xs-90 {
    min-width: 90%;
  }
  .w-xs-100 {
    width: 100%;
  }
  .w-max-xs-100 {
    max-width: 100%;
  }
  .w-min-xs-100 {
    min-width: 100%;
  }
  [class*="gap-0"] > .w-xs-auto {
    width: auto;
    max-width: calc(auto - (0));
  }
  [class*="gap-0"] > .w-xs-10 {
    width: 10%;
    max-width: calc(10% - (0));
  }
  [class*="gap-0"] > .w-xs-20 {
    width: 20%;
    max-width: calc(20% - (0));
  }
  [class*="gap-0"] > .w-xs-25 {
    width: 25%;
    max-width: calc(25% - (0));
  }
  [class*="gap-0"] > .w-xs-30 {
    width: 30%;
    max-width: calc(30% - (0));
  }
  [class*="gap-0"] > .w-xs-33 {
    width: 33.33%;
    max-width: calc(33.33% - (0));
  }
  [class*="gap-0"] > .w-xs-40 {
    width: 40%;
    max-width: calc(40% - (0));
  }
  [class*="gap-0"] > .w-xs-50 {
    width: 50%;
    max-width: calc(50% - (0));
  }
  [class*="gap-0"] > .w-xs-60 {
    width: 60%;
    max-width: calc(60% - (0));
  }
  [class*="gap-0"] > .w-xs-66 {
    width: 66.66%;
    max-width: calc(66.66% - (0));
  }
  [class*="gap-0"] > .w-xs-75 {
    width: 75%;
    max-width: calc(75% - (0));
  }
  [class*="gap-0"] > .w-xs-90 {
    width: 90%;
    max-width: calc(90% - (0));
  }
  [class*="gap-0"] > .w-xs-100 {
    width: 100%;
    max-width: calc(100% - (0));
  }
  .gap-list.gap-xs-0 > {
    flex-flow: wrap;
  }
  .gap-list.gap-xs-0 > .w-xs-auto {
    width: auto;
    max-width: calc(auto - (0));
  }
  .gap-list.gap-xs-0 > .w-xs-10 {
    width: 10%;
    max-width: calc(10% - (0));
  }
  .gap-list.gap-xs-0 > .w-xs-20 {
    width: 20%;
    max-width: calc(20% - (0));
  }
  .gap-list.gap-xs-0 > .w-xs-25 {
    width: 25%;
    max-width: calc(25% - (0));
  }
  .gap-list.gap-xs-0 > .w-xs-30 {
    width: 30%;
    max-width: calc(30% - (0));
  }
  .gap-list.gap-xs-0 > .w-xs-33 {
    width: 33.33%;
    max-width: calc(33.33% - (0));
  }
  .gap-list.gap-xs-0 > .w-xs-40 {
    width: 40%;
    max-width: calc(40% - (0));
  }
  .gap-list.gap-xs-0 > .w-xs-50 {
    width: 50%;
    max-width: calc(50% - (0));
  }
  .gap-list.gap-xs-0 > .w-xs-60 {
    width: 60%;
    max-width: calc(60% - (0));
  }
  .gap-list.gap-xs-0 > .w-xs-66 {
    width: 66.66%;
    max-width: calc(66.66% - (0));
  }
  .gap-list.gap-xs-0 > .w-xs-75 {
    width: 75%;
    max-width: calc(75% - (0));
  }
  .gap-list.gap-xs-0 > .w-xs-90 {
    width: 90%;
    max-width: calc(90% - (0));
  }
  .gap-list.gap-xs-0 > .w-xs-100 {
    width: 100%;
    max-width: calc(100% - (0));
  }
  [class*="gap-1"] > .w-xs-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-xs-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-xs-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-xs-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-xs-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-xs-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-xs-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-xs-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-xs-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-xs-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-xs-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-xs-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-xs-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-xs-1 > {
    flex-flow: wrap;
  }
  .gap-list.gap-xs-1 > .w-xs-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-xs-1 > .w-xs-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-xs-1 > .w-xs-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-xs-1 > .w-xs-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-xs-1 > .w-xs-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-xs-1 > .w-xs-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-xs-1 > .w-xs-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-xs-1 > .w-xs-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-xs-1 > .w-xs-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-xs-1 > .w-xs-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-xs-1 > .w-xs-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-xs-1 > .w-xs-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-xs-1 > .w-xs-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-2"] > .w-xs-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-xs-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-xs-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-xs-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-xs-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-xs-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-xs-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-xs-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-xs-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-xs-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-xs-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-xs-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-xs-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-xs-2 > {
    flex-flow: wrap;
  }
  .gap-list.gap-xs-2 > .w-xs-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-xs-2 > .w-xs-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-xs-2 > .w-xs-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-xs-2 > .w-xs-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-xs-2 > .w-xs-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-xs-2 > .w-xs-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-xs-2 > .w-xs-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-xs-2 > .w-xs-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-xs-2 > .w-xs-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-xs-2 > .w-xs-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-xs-2 > .w-xs-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-xs-2 > .w-xs-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-xs-2 > .w-xs-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-3"] > .w-xs-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-xs-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-xs-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-xs-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-xs-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-xs-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-xs-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-xs-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-xs-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-xs-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-xs-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-xs-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-xs-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-xs-3 > {
    flex-flow: wrap;
  }
  .gap-list.gap-xs-3 > .w-xs-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-xs-3 > .w-xs-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-xs-3 > .w-xs-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-xs-3 > .w-xs-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-xs-3 > .w-xs-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-xs-3 > .w-xs-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-xs-3 > .w-xs-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-xs-3 > .w-xs-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-xs-3 > .w-xs-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-xs-3 > .w-xs-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-xs-3 > .w-xs-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-xs-3 > .w-xs-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-xs-3 > .w-xs-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-4"] > .w-xs-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-xs-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-xs-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-xs-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-xs-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-xs-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-xs-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-xs-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-xs-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-xs-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-xs-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-xs-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-xs-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-xs-4 > {
    flex-flow: wrap;
  }
  .gap-list.gap-xs-4 > .w-xs-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-xs-4 > .w-xs-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-xs-4 > .w-xs-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-xs-4 > .w-xs-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-xs-4 > .w-xs-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-xs-4 > .w-xs-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-xs-4 > .w-xs-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-xs-4 > .w-xs-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-xs-4 > .w-xs-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-xs-4 > .w-xs-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-xs-4 > .w-xs-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-xs-4 > .w-xs-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-xs-4 > .w-xs-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-5"] > .w-xs-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-xs-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-xs-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-xs-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-xs-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-xs-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-xs-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-xs-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-xs-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-xs-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-xs-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-xs-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-xs-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-xs-5 > {
    flex-flow: wrap;
  }
  .gap-list.gap-xs-5 > .w-xs-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-xs-5 > .w-xs-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-xs-5 > .w-xs-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-xs-5 > .w-xs-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-xs-5 > .w-xs-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-xs-5 > .w-xs-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-xs-5 > .w-xs-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-xs-5 > .w-xs-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-xs-5 > .w-xs-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-xs-5 > .w-xs-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-xs-5 > .w-xs-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-xs-5 > .w-xs-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-xs-5 > .w-xs-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 5)));
  }
}
@media screen and (min-width: 768px) {
  .w-sm-auto {
    width: auto;
  }
  .w-max-sm-auto {
    max-width: auto;
  }
  .w-min-sm-auto {
    min-width: auto;
  }
  .w-sm-10 {
    width: 10%;
  }
  .w-max-sm-10 {
    max-width: 10%;
  }
  .w-min-sm-10 {
    min-width: 10%;
  }
  .w-sm-20 {
    width: 20%;
  }
  .w-max-sm-20 {
    max-width: 20%;
  }
  .w-min-sm-20 {
    min-width: 20%;
  }
  .w-sm-25 {
    width: 25%;
  }
  .w-max-sm-25 {
    max-width: 25%;
  }
  .w-min-sm-25 {
    min-width: 25%;
  }
  .w-sm-30 {
    width: 30%;
  }
  .w-max-sm-30 {
    max-width: 30%;
  }
  .w-min-sm-30 {
    min-width: 30%;
  }
  .w-sm-33 {
    width: 33.33%;
  }
  .w-max-sm-33 {
    max-width: 33.33%;
  }
  .w-min-sm-33 {
    min-width: 33.33%;
  }
  .w-sm-40 {
    width: 40%;
  }
  .w-max-sm-40 {
    max-width: 40%;
  }
  .w-min-sm-40 {
    min-width: 40%;
  }
  .w-sm-50 {
    width: 50%;
  }
  .w-max-sm-50 {
    max-width: 50%;
  }
  .w-min-sm-50 {
    min-width: 50%;
  }
  .w-sm-60 {
    width: 60%;
  }
  .w-max-sm-60 {
    max-width: 60%;
  }
  .w-min-sm-60 {
    min-width: 60%;
  }
  .w-sm-66 {
    width: 66.66%;
  }
  .w-max-sm-66 {
    max-width: 66.66%;
  }
  .w-min-sm-66 {
    min-width: 66.66%;
  }
  .w-sm-75 {
    width: 75%;
  }
  .w-max-sm-75 {
    max-width: 75%;
  }
  .w-min-sm-75 {
    min-width: 75%;
  }
  .w-sm-90 {
    width: 90%;
  }
  .w-max-sm-90 {
    max-width: 90%;
  }
  .w-min-sm-90 {
    min-width: 90%;
  }
  .w-sm-100 {
    width: 100%;
  }
  .w-max-sm-100 {
    max-width: 100%;
  }
  .w-min-sm-100 {
    min-width: 100%;
  }
  [class*="gap-0"] > .w-sm-auto {
    width: auto;
    max-width: calc(auto - (0));
  }
  [class*="gap-0"] > .w-sm-10 {
    width: 10%;
    max-width: calc(10% - (0));
  }
  [class*="gap-0"] > .w-sm-20 {
    width: 20%;
    max-width: calc(20% - (0));
  }
  [class*="gap-0"] > .w-sm-25 {
    width: 25%;
    max-width: calc(25% - (0));
  }
  [class*="gap-0"] > .w-sm-30 {
    width: 30%;
    max-width: calc(30% - (0));
  }
  [class*="gap-0"] > .w-sm-33 {
    width: 33.33%;
    max-width: calc(33.33% - (0));
  }
  [class*="gap-0"] > .w-sm-40 {
    width: 40%;
    max-width: calc(40% - (0));
  }
  [class*="gap-0"] > .w-sm-50 {
    width: 50%;
    max-width: calc(50% - (0));
  }
  [class*="gap-0"] > .w-sm-60 {
    width: 60%;
    max-width: calc(60% - (0));
  }
  [class*="gap-0"] > .w-sm-66 {
    width: 66.66%;
    max-width: calc(66.66% - (0));
  }
  [class*="gap-0"] > .w-sm-75 {
    width: 75%;
    max-width: calc(75% - (0));
  }
  [class*="gap-0"] > .w-sm-90 {
    width: 90%;
    max-width: calc(90% - (0));
  }
  [class*="gap-0"] > .w-sm-100 {
    width: 100%;
    max-width: calc(100% - (0));
  }
  .gap-list.gap-sm-0 > {
    flex-flow: wrap;
  }
  .gap-list.gap-sm-0 > .w-sm-auto {
    width: auto;
    max-width: calc(auto - (0));
  }
  .gap-list.gap-sm-0 > .w-sm-10 {
    width: 10%;
    max-width: calc(10% - (0));
  }
  .gap-list.gap-sm-0 > .w-sm-20 {
    width: 20%;
    max-width: calc(20% - (0));
  }
  .gap-list.gap-sm-0 > .w-sm-25 {
    width: 25%;
    max-width: calc(25% - (0));
  }
  .gap-list.gap-sm-0 > .w-sm-30 {
    width: 30%;
    max-width: calc(30% - (0));
  }
  .gap-list.gap-sm-0 > .w-sm-33 {
    width: 33.33%;
    max-width: calc(33.33% - (0));
  }
  .gap-list.gap-sm-0 > .w-sm-40 {
    width: 40%;
    max-width: calc(40% - (0));
  }
  .gap-list.gap-sm-0 > .w-sm-50 {
    width: 50%;
    max-width: calc(50% - (0));
  }
  .gap-list.gap-sm-0 > .w-sm-60 {
    width: 60%;
    max-width: calc(60% - (0));
  }
  .gap-list.gap-sm-0 > .w-sm-66 {
    width: 66.66%;
    max-width: calc(66.66% - (0));
  }
  .gap-list.gap-sm-0 > .w-sm-75 {
    width: 75%;
    max-width: calc(75% - (0));
  }
  .gap-list.gap-sm-0 > .w-sm-90 {
    width: 90%;
    max-width: calc(90% - (0));
  }
  .gap-list.gap-sm-0 > .w-sm-100 {
    width: 100%;
    max-width: calc(100% - (0));
  }
  [class*="gap-1"] > .w-sm-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-sm-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-sm-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-sm-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-sm-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-sm-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-sm-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-sm-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-sm-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-sm-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-sm-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-sm-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-sm-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-sm-1 > {
    flex-flow: wrap;
  }
  .gap-list.gap-sm-1 > .w-sm-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-sm-1 > .w-sm-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-sm-1 > .w-sm-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-sm-1 > .w-sm-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-sm-1 > .w-sm-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-sm-1 > .w-sm-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-sm-1 > .w-sm-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-sm-1 > .w-sm-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-sm-1 > .w-sm-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-sm-1 > .w-sm-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-sm-1 > .w-sm-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-sm-1 > .w-sm-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-sm-1 > .w-sm-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-2"] > .w-sm-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-sm-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-sm-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-sm-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-sm-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-sm-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-sm-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-sm-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-sm-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-sm-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-sm-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-sm-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-sm-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-sm-2 > {
    flex-flow: wrap;
  }
  .gap-list.gap-sm-2 > .w-sm-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-sm-2 > .w-sm-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-sm-2 > .w-sm-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-sm-2 > .w-sm-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-sm-2 > .w-sm-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-sm-2 > .w-sm-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-sm-2 > .w-sm-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-sm-2 > .w-sm-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-sm-2 > .w-sm-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-sm-2 > .w-sm-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-sm-2 > .w-sm-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-sm-2 > .w-sm-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-sm-2 > .w-sm-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-3"] > .w-sm-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-sm-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-sm-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-sm-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-sm-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-sm-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-sm-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-sm-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-sm-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-sm-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-sm-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-sm-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-sm-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-sm-3 > {
    flex-flow: wrap;
  }
  .gap-list.gap-sm-3 > .w-sm-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-sm-3 > .w-sm-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-sm-3 > .w-sm-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-sm-3 > .w-sm-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-sm-3 > .w-sm-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-sm-3 > .w-sm-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-sm-3 > .w-sm-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-sm-3 > .w-sm-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-sm-3 > .w-sm-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-sm-3 > .w-sm-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-sm-3 > .w-sm-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-sm-3 > .w-sm-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-sm-3 > .w-sm-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-4"] > .w-sm-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-sm-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-sm-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-sm-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-sm-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-sm-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-sm-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-sm-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-sm-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-sm-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-sm-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-sm-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-sm-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-sm-4 > {
    flex-flow: wrap;
  }
  .gap-list.gap-sm-4 > .w-sm-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-sm-4 > .w-sm-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-sm-4 > .w-sm-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-sm-4 > .w-sm-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-sm-4 > .w-sm-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-sm-4 > .w-sm-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-sm-4 > .w-sm-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-sm-4 > .w-sm-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-sm-4 > .w-sm-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-sm-4 > .w-sm-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-sm-4 > .w-sm-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-sm-4 > .w-sm-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-sm-4 > .w-sm-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-5"] > .w-sm-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-sm-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-sm-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-sm-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-sm-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-sm-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-sm-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-sm-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-sm-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-sm-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-sm-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-sm-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-sm-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-sm-5 > {
    flex-flow: wrap;
  }
  .gap-list.gap-sm-5 > .w-sm-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-sm-5 > .w-sm-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-sm-5 > .w-sm-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-sm-5 > .w-sm-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-sm-5 > .w-sm-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-sm-5 > .w-sm-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-sm-5 > .w-sm-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-sm-5 > .w-sm-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-sm-5 > .w-sm-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-sm-5 > .w-sm-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-sm-5 > .w-sm-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-sm-5 > .w-sm-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-sm-5 > .w-sm-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 5)));
  }
}
@media screen and (min-width: 992px) {
  .w-md-auto {
    width: auto;
  }
  .w-max-md-auto {
    max-width: auto;
  }
  .w-min-md-auto {
    min-width: auto;
  }
  .w-md-10 {
    width: 10%;
  }
  .w-max-md-10 {
    max-width: 10%;
  }
  .w-min-md-10 {
    min-width: 10%;
  }
  .w-md-20 {
    width: 20%;
  }
  .w-max-md-20 {
    max-width: 20%;
  }
  .w-min-md-20 {
    min-width: 20%;
  }
  .w-md-25 {
    width: 25%;
  }
  .w-max-md-25 {
    max-width: 25%;
  }
  .w-min-md-25 {
    min-width: 25%;
  }
  .w-md-30 {
    width: 30%;
  }
  .w-max-md-30 {
    max-width: 30%;
  }
  .w-min-md-30 {
    min-width: 30%;
  }
  .w-md-33 {
    width: 33.33%;
  }
  .w-max-md-33 {
    max-width: 33.33%;
  }
  .w-min-md-33 {
    min-width: 33.33%;
  }
  .w-md-40 {
    width: 40%;
  }
  .w-max-md-40 {
    max-width: 40%;
  }
  .w-min-md-40 {
    min-width: 40%;
  }
  .w-md-50 {
    width: 50%;
  }
  .w-max-md-50 {
    max-width: 50%;
  }
  .w-min-md-50 {
    min-width: 50%;
  }
  .w-md-60 {
    width: 60%;
  }
  .w-max-md-60 {
    max-width: 60%;
  }
  .w-min-md-60 {
    min-width: 60%;
  }
  .w-md-66 {
    width: 66.66%;
  }
  .w-max-md-66 {
    max-width: 66.66%;
  }
  .w-min-md-66 {
    min-width: 66.66%;
  }
  .w-md-75 {
    width: 75%;
  }
  .w-max-md-75 {
    max-width: 75%;
  }
  .w-min-md-75 {
    min-width: 75%;
  }
  .w-md-90 {
    width: 90%;
  }
  .w-max-md-90 {
    max-width: 90%;
  }
  .w-min-md-90 {
    min-width: 90%;
  }
  .w-md-100 {
    width: 100%;
  }
  .w-max-md-100 {
    max-width: 100%;
  }
  .w-min-md-100 {
    min-width: 100%;
  }
  [class*="gap-0"] > .w-md-auto {
    width: auto;
    max-width: calc(auto - (0));
  }
  [class*="gap-0"] > .w-md-10 {
    width: 10%;
    max-width: calc(10% - (0));
  }
  [class*="gap-0"] > .w-md-20 {
    width: 20%;
    max-width: calc(20% - (0));
  }
  [class*="gap-0"] > .w-md-25 {
    width: 25%;
    max-width: calc(25% - (0));
  }
  [class*="gap-0"] > .w-md-30 {
    width: 30%;
    max-width: calc(30% - (0));
  }
  [class*="gap-0"] > .w-md-33 {
    width: 33.33%;
    max-width: calc(33.33% - (0));
  }
  [class*="gap-0"] > .w-md-40 {
    width: 40%;
    max-width: calc(40% - (0));
  }
  [class*="gap-0"] > .w-md-50 {
    width: 50%;
    max-width: calc(50% - (0));
  }
  [class*="gap-0"] > .w-md-60 {
    width: 60%;
    max-width: calc(60% - (0));
  }
  [class*="gap-0"] > .w-md-66 {
    width: 66.66%;
    max-width: calc(66.66% - (0));
  }
  [class*="gap-0"] > .w-md-75 {
    width: 75%;
    max-width: calc(75% - (0));
  }
  [class*="gap-0"] > .w-md-90 {
    width: 90%;
    max-width: calc(90% - (0));
  }
  [class*="gap-0"] > .w-md-100 {
    width: 100%;
    max-width: calc(100% - (0));
  }
  .gap-list.gap-md-0 > {
    flex-flow: wrap;
  }
  .gap-list.gap-md-0 > .w-md-auto {
    width: auto;
    max-width: calc(auto - (0));
  }
  .gap-list.gap-md-0 > .w-md-10 {
    width: 10%;
    max-width: calc(10% - (0));
  }
  .gap-list.gap-md-0 > .w-md-20 {
    width: 20%;
    max-width: calc(20% - (0));
  }
  .gap-list.gap-md-0 > .w-md-25 {
    width: 25%;
    max-width: calc(25% - (0));
  }
  .gap-list.gap-md-0 > .w-md-30 {
    width: 30%;
    max-width: calc(30% - (0));
  }
  .gap-list.gap-md-0 > .w-md-33 {
    width: 33.33%;
    max-width: calc(33.33% - (0));
  }
  .gap-list.gap-md-0 > .w-md-40 {
    width: 40%;
    max-width: calc(40% - (0));
  }
  .gap-list.gap-md-0 > .w-md-50 {
    width: 50%;
    max-width: calc(50% - (0));
  }
  .gap-list.gap-md-0 > .w-md-60 {
    width: 60%;
    max-width: calc(60% - (0));
  }
  .gap-list.gap-md-0 > .w-md-66 {
    width: 66.66%;
    max-width: calc(66.66% - (0));
  }
  .gap-list.gap-md-0 > .w-md-75 {
    width: 75%;
    max-width: calc(75% - (0));
  }
  .gap-list.gap-md-0 > .w-md-90 {
    width: 90%;
    max-width: calc(90% - (0));
  }
  .gap-list.gap-md-0 > .w-md-100 {
    width: 100%;
    max-width: calc(100% - (0));
  }
  [class*="gap-1"] > .w-md-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-md-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-md-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-md-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-md-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-md-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-md-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-md-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-md-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-md-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-md-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-md-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-md-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-md-1 > {
    flex-flow: wrap;
  }
  .gap-list.gap-md-1 > .w-md-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-md-1 > .w-md-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-md-1 > .w-md-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-md-1 > .w-md-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-md-1 > .w-md-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-md-1 > .w-md-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-md-1 > .w-md-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-md-1 > .w-md-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-md-1 > .w-md-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-md-1 > .w-md-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-md-1 > .w-md-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-md-1 > .w-md-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-md-1 > .w-md-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-2"] > .w-md-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-md-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-md-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-md-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-md-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-md-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-md-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-md-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-md-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-md-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-md-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-md-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-md-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-md-2 > {
    flex-flow: wrap;
  }
  .gap-list.gap-md-2 > .w-md-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-md-2 > .w-md-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-md-2 > .w-md-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-md-2 > .w-md-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-md-2 > .w-md-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-md-2 > .w-md-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-md-2 > .w-md-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-md-2 > .w-md-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-md-2 > .w-md-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-md-2 > .w-md-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-md-2 > .w-md-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-md-2 > .w-md-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-md-2 > .w-md-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-3"] > .w-md-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-md-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-md-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-md-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-md-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-md-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-md-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-md-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-md-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-md-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-md-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-md-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-md-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-md-3 > {
    flex-flow: wrap;
  }
  .gap-list.gap-md-3 > .w-md-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-md-3 > .w-md-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-md-3 > .w-md-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-md-3 > .w-md-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-md-3 > .w-md-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-md-3 > .w-md-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-md-3 > .w-md-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-md-3 > .w-md-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-md-3 > .w-md-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-md-3 > .w-md-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-md-3 > .w-md-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-md-3 > .w-md-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-md-3 > .w-md-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-4"] > .w-md-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-md-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-md-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-md-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-md-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-md-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-md-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-md-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-md-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-md-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-md-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-md-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-md-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-md-4 > {
    flex-flow: wrap;
  }
  .gap-list.gap-md-4 > .w-md-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-md-4 > .w-md-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-md-4 > .w-md-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-md-4 > .w-md-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-md-4 > .w-md-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-md-4 > .w-md-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-md-4 > .w-md-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-md-4 > .w-md-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-md-4 > .w-md-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-md-4 > .w-md-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-md-4 > .w-md-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-md-4 > .w-md-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-md-4 > .w-md-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-5"] > .w-md-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-md-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-md-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-md-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-md-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-md-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-md-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-md-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-md-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-md-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-md-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-md-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-md-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-md-5 > {
    flex-flow: wrap;
  }
  .gap-list.gap-md-5 > .w-md-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-md-5 > .w-md-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-md-5 > .w-md-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-md-5 > .w-md-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-md-5 > .w-md-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-md-5 > .w-md-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-md-5 > .w-md-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-md-5 > .w-md-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-md-5 > .w-md-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-md-5 > .w-md-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-md-5 > .w-md-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-md-5 > .w-md-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-md-5 > .w-md-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 5)));
  }
}
@media screen and (min-width: 1200px) {
  .w-lg-auto {
    width: auto;
  }
  .w-max-lg-auto {
    max-width: auto;
  }
  .w-min-lg-auto {
    min-width: auto;
  }
  .w-lg-10 {
    width: 10%;
  }
  .w-max-lg-10 {
    max-width: 10%;
  }
  .w-min-lg-10 {
    min-width: 10%;
  }
  .w-lg-20 {
    width: 20%;
  }
  .w-max-lg-20 {
    max-width: 20%;
  }
  .w-min-lg-20 {
    min-width: 20%;
  }
  .w-lg-25 {
    width: 25%;
  }
  .w-max-lg-25 {
    max-width: 25%;
  }
  .w-min-lg-25 {
    min-width: 25%;
  }
  .w-lg-30 {
    width: 30%;
  }
  .w-max-lg-30 {
    max-width: 30%;
  }
  .w-min-lg-30 {
    min-width: 30%;
  }
  .w-lg-33 {
    width: 33.33%;
  }
  .w-max-lg-33 {
    max-width: 33.33%;
  }
  .w-min-lg-33 {
    min-width: 33.33%;
  }
  .w-lg-40 {
    width: 40%;
  }
  .w-max-lg-40 {
    max-width: 40%;
  }
  .w-min-lg-40 {
    min-width: 40%;
  }
  .w-lg-50 {
    width: 50%;
  }
  .w-max-lg-50 {
    max-width: 50%;
  }
  .w-min-lg-50 {
    min-width: 50%;
  }
  .w-lg-60 {
    width: 60%;
  }
  .w-max-lg-60 {
    max-width: 60%;
  }
  .w-min-lg-60 {
    min-width: 60%;
  }
  .w-lg-66 {
    width: 66.66%;
  }
  .w-max-lg-66 {
    max-width: 66.66%;
  }
  .w-min-lg-66 {
    min-width: 66.66%;
  }
  .w-lg-75 {
    width: 75%;
  }
  .w-max-lg-75 {
    max-width: 75%;
  }
  .w-min-lg-75 {
    min-width: 75%;
  }
  .w-lg-90 {
    width: 90%;
  }
  .w-max-lg-90 {
    max-width: 90%;
  }
  .w-min-lg-90 {
    min-width: 90%;
  }
  .w-lg-100 {
    width: 100%;
  }
  .w-max-lg-100 {
    max-width: 100%;
  }
  .w-min-lg-100 {
    min-width: 100%;
  }
  [class*="gap-0"] > .w-lg-auto {
    width: auto;
    max-width: calc(auto - (0));
  }
  [class*="gap-0"] > .w-lg-10 {
    width: 10%;
    max-width: calc(10% - (0));
  }
  [class*="gap-0"] > .w-lg-20 {
    width: 20%;
    max-width: calc(20% - (0));
  }
  [class*="gap-0"] > .w-lg-25 {
    width: 25%;
    max-width: calc(25% - (0));
  }
  [class*="gap-0"] > .w-lg-30 {
    width: 30%;
    max-width: calc(30% - (0));
  }
  [class*="gap-0"] > .w-lg-33 {
    width: 33.33%;
    max-width: calc(33.33% - (0));
  }
  [class*="gap-0"] > .w-lg-40 {
    width: 40%;
    max-width: calc(40% - (0));
  }
  [class*="gap-0"] > .w-lg-50 {
    width: 50%;
    max-width: calc(50% - (0));
  }
  [class*="gap-0"] > .w-lg-60 {
    width: 60%;
    max-width: calc(60% - (0));
  }
  [class*="gap-0"] > .w-lg-66 {
    width: 66.66%;
    max-width: calc(66.66% - (0));
  }
  [class*="gap-0"] > .w-lg-75 {
    width: 75%;
    max-width: calc(75% - (0));
  }
  [class*="gap-0"] > .w-lg-90 {
    width: 90%;
    max-width: calc(90% - (0));
  }
  [class*="gap-0"] > .w-lg-100 {
    width: 100%;
    max-width: calc(100% - (0));
  }
  .gap-list.gap-lg-0 > {
    flex-flow: wrap;
  }
  .gap-list.gap-lg-0 > .w-lg-auto {
    width: auto;
    max-width: calc(auto - (0));
  }
  .gap-list.gap-lg-0 > .w-lg-10 {
    width: 10%;
    max-width: calc(10% - (0));
  }
  .gap-list.gap-lg-0 > .w-lg-20 {
    width: 20%;
    max-width: calc(20% - (0));
  }
  .gap-list.gap-lg-0 > .w-lg-25 {
    width: 25%;
    max-width: calc(25% - (0));
  }
  .gap-list.gap-lg-0 > .w-lg-30 {
    width: 30%;
    max-width: calc(30% - (0));
  }
  .gap-list.gap-lg-0 > .w-lg-33 {
    width: 33.33%;
    max-width: calc(33.33% - (0));
  }
  .gap-list.gap-lg-0 > .w-lg-40 {
    width: 40%;
    max-width: calc(40% - (0));
  }
  .gap-list.gap-lg-0 > .w-lg-50 {
    width: 50%;
    max-width: calc(50% - (0));
  }
  .gap-list.gap-lg-0 > .w-lg-60 {
    width: 60%;
    max-width: calc(60% - (0));
  }
  .gap-list.gap-lg-0 > .w-lg-66 {
    width: 66.66%;
    max-width: calc(66.66% - (0));
  }
  .gap-list.gap-lg-0 > .w-lg-75 {
    width: 75%;
    max-width: calc(75% - (0));
  }
  .gap-list.gap-lg-0 > .w-lg-90 {
    width: 90%;
    max-width: calc(90% - (0));
  }
  .gap-list.gap-lg-0 > .w-lg-100 {
    width: 100%;
    max-width: calc(100% - (0));
  }
  [class*="gap-1"] > .w-lg-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-lg-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-lg-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-lg-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-lg-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-lg-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-lg-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-lg-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-lg-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-lg-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-lg-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-lg-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-lg-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-lg-1 > {
    flex-flow: wrap;
  }
  .gap-list.gap-lg-1 > .w-lg-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-lg-1 > .w-lg-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-lg-1 > .w-lg-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-lg-1 > .w-lg-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-lg-1 > .w-lg-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-lg-1 > .w-lg-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-lg-1 > .w-lg-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-lg-1 > .w-lg-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-lg-1 > .w-lg-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-lg-1 > .w-lg-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-lg-1 > .w-lg-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-lg-1 > .w-lg-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-lg-1 > .w-lg-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-2"] > .w-lg-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-lg-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-lg-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-lg-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-lg-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-lg-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-lg-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-lg-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-lg-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-lg-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-lg-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-lg-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-lg-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-lg-2 > {
    flex-flow: wrap;
  }
  .gap-list.gap-lg-2 > .w-lg-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-lg-2 > .w-lg-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-lg-2 > .w-lg-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-lg-2 > .w-lg-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-lg-2 > .w-lg-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-lg-2 > .w-lg-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-lg-2 > .w-lg-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-lg-2 > .w-lg-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-lg-2 > .w-lg-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-lg-2 > .w-lg-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-lg-2 > .w-lg-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-lg-2 > .w-lg-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-lg-2 > .w-lg-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-3"] > .w-lg-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-lg-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-lg-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-lg-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-lg-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-lg-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-lg-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-lg-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-lg-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-lg-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-lg-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-lg-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-lg-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-lg-3 > {
    flex-flow: wrap;
  }
  .gap-list.gap-lg-3 > .w-lg-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-lg-3 > .w-lg-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-lg-3 > .w-lg-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-lg-3 > .w-lg-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-lg-3 > .w-lg-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-lg-3 > .w-lg-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-lg-3 > .w-lg-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-lg-3 > .w-lg-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-lg-3 > .w-lg-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-lg-3 > .w-lg-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-lg-3 > .w-lg-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-lg-3 > .w-lg-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-lg-3 > .w-lg-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-4"] > .w-lg-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-lg-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-lg-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-lg-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-lg-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-lg-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-lg-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-lg-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-lg-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-lg-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-lg-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-lg-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-lg-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-lg-4 > {
    flex-flow: wrap;
  }
  .gap-list.gap-lg-4 > .w-lg-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-lg-4 > .w-lg-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-lg-4 > .w-lg-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-lg-4 > .w-lg-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-lg-4 > .w-lg-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-lg-4 > .w-lg-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-lg-4 > .w-lg-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-lg-4 > .w-lg-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-lg-4 > .w-lg-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-lg-4 > .w-lg-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-lg-4 > .w-lg-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-lg-4 > .w-lg-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-lg-4 > .w-lg-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-5"] > .w-lg-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-lg-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-lg-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-lg-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-lg-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-lg-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-lg-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-lg-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-lg-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-lg-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-lg-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-lg-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-lg-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-lg-5 > {
    flex-flow: wrap;
  }
  .gap-list.gap-lg-5 > .w-lg-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-lg-5 > .w-lg-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-lg-5 > .w-lg-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-lg-5 > .w-lg-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-lg-5 > .w-lg-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-lg-5 > .w-lg-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-lg-5 > .w-lg-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-lg-5 > .w-lg-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-lg-5 > .w-lg-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-lg-5 > .w-lg-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-lg-5 > .w-lg-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-lg-5 > .w-lg-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-lg-5 > .w-lg-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 5)));
  }
}
@media screen and (min-width: 1980px) {
  .w-xl-auto {
    width: auto;
  }
  .w-max-xl-auto {
    max-width: auto;
  }
  .w-min-xl-auto {
    min-width: auto;
  }
  .w-xl-10 {
    width: 10%;
  }
  .w-max-xl-10 {
    max-width: 10%;
  }
  .w-min-xl-10 {
    min-width: 10%;
  }
  .w-xl-20 {
    width: 20%;
  }
  .w-max-xl-20 {
    max-width: 20%;
  }
  .w-min-xl-20 {
    min-width: 20%;
  }
  .w-xl-25 {
    width: 25%;
  }
  .w-max-xl-25 {
    max-width: 25%;
  }
  .w-min-xl-25 {
    min-width: 25%;
  }
  .w-xl-30 {
    width: 30%;
  }
  .w-max-xl-30 {
    max-width: 30%;
  }
  .w-min-xl-30 {
    min-width: 30%;
  }
  .w-xl-33 {
    width: 33.33%;
  }
  .w-max-xl-33 {
    max-width: 33.33%;
  }
  .w-min-xl-33 {
    min-width: 33.33%;
  }
  .w-xl-40 {
    width: 40%;
  }
  .w-max-xl-40 {
    max-width: 40%;
  }
  .w-min-xl-40 {
    min-width: 40%;
  }
  .w-xl-50 {
    width: 50%;
  }
  .w-max-xl-50 {
    max-width: 50%;
  }
  .w-min-xl-50 {
    min-width: 50%;
  }
  .w-xl-60 {
    width: 60%;
  }
  .w-max-xl-60 {
    max-width: 60%;
  }
  .w-min-xl-60 {
    min-width: 60%;
  }
  .w-xl-66 {
    width: 66.66%;
  }
  .w-max-xl-66 {
    max-width: 66.66%;
  }
  .w-min-xl-66 {
    min-width: 66.66%;
  }
  .w-xl-75 {
    width: 75%;
  }
  .w-max-xl-75 {
    max-width: 75%;
  }
  .w-min-xl-75 {
    min-width: 75%;
  }
  .w-xl-90 {
    width: 90%;
  }
  .w-max-xl-90 {
    max-width: 90%;
  }
  .w-min-xl-90 {
    min-width: 90%;
  }
  .w-xl-100 {
    width: 100%;
  }
  .w-max-xl-100 {
    max-width: 100%;
  }
  .w-min-xl-100 {
    min-width: 100%;
  }
  [class*="gap-0"] > .w-xl-auto {
    width: auto;
    max-width: calc(auto - (0));
  }
  [class*="gap-0"] > .w-xl-10 {
    width: 10%;
    max-width: calc(10% - (0));
  }
  [class*="gap-0"] > .w-xl-20 {
    width: 20%;
    max-width: calc(20% - (0));
  }
  [class*="gap-0"] > .w-xl-25 {
    width: 25%;
    max-width: calc(25% - (0));
  }
  [class*="gap-0"] > .w-xl-30 {
    width: 30%;
    max-width: calc(30% - (0));
  }
  [class*="gap-0"] > .w-xl-33 {
    width: 33.33%;
    max-width: calc(33.33% - (0));
  }
  [class*="gap-0"] > .w-xl-40 {
    width: 40%;
    max-width: calc(40% - (0));
  }
  [class*="gap-0"] > .w-xl-50 {
    width: 50%;
    max-width: calc(50% - (0));
  }
  [class*="gap-0"] > .w-xl-60 {
    width: 60%;
    max-width: calc(60% - (0));
  }
  [class*="gap-0"] > .w-xl-66 {
    width: 66.66%;
    max-width: calc(66.66% - (0));
  }
  [class*="gap-0"] > .w-xl-75 {
    width: 75%;
    max-width: calc(75% - (0));
  }
  [class*="gap-0"] > .w-xl-90 {
    width: 90%;
    max-width: calc(90% - (0));
  }
  [class*="gap-0"] > .w-xl-100 {
    width: 100%;
    max-width: calc(100% - (0));
  }
  .gap-list.gap-xl-0 > {
    flex-flow: wrap;
  }
  .gap-list.gap-xl-0 > .w-xl-auto {
    width: auto;
    max-width: calc(auto - (0));
  }
  .gap-list.gap-xl-0 > .w-xl-10 {
    width: 10%;
    max-width: calc(10% - (0));
  }
  .gap-list.gap-xl-0 > .w-xl-20 {
    width: 20%;
    max-width: calc(20% - (0));
  }
  .gap-list.gap-xl-0 > .w-xl-25 {
    width: 25%;
    max-width: calc(25% - (0));
  }
  .gap-list.gap-xl-0 > .w-xl-30 {
    width: 30%;
    max-width: calc(30% - (0));
  }
  .gap-list.gap-xl-0 > .w-xl-33 {
    width: 33.33%;
    max-width: calc(33.33% - (0));
  }
  .gap-list.gap-xl-0 > .w-xl-40 {
    width: 40%;
    max-width: calc(40% - (0));
  }
  .gap-list.gap-xl-0 > .w-xl-50 {
    width: 50%;
    max-width: calc(50% - (0));
  }
  .gap-list.gap-xl-0 > .w-xl-60 {
    width: 60%;
    max-width: calc(60% - (0));
  }
  .gap-list.gap-xl-0 > .w-xl-66 {
    width: 66.66%;
    max-width: calc(66.66% - (0));
  }
  .gap-list.gap-xl-0 > .w-xl-75 {
    width: 75%;
    max-width: calc(75% - (0));
  }
  .gap-list.gap-xl-0 > .w-xl-90 {
    width: 90%;
    max-width: calc(90% - (0));
  }
  .gap-list.gap-xl-0 > .w-xl-100 {
    width: 100%;
    max-width: calc(100% - (0));
  }
  [class*="gap-1"] > .w-xl-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-xl-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-xl-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-xl-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-xl-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-xl-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-xl-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-xl-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-xl-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-xl-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-xl-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-xl-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-1"] > .w-xl-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-xl-1 > {
    flex-flow: wrap;
  }
  .gap-list.gap-xl-1 > .w-xl-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-xl-1 > .w-xl-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-xl-1 > .w-xl-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-xl-1 > .w-xl-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-xl-1 > .w-xl-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-xl-1 > .w-xl-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-xl-1 > .w-xl-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-xl-1 > .w-xl-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-xl-1 > .w-xl-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-xl-1 > .w-xl-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-xl-1 > .w-xl-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-xl-1 > .w-xl-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 1)));
  }
  .gap-list.gap-xl-1 > .w-xl-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 1)));
  }
  [class*="gap-2"] > .w-xl-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-xl-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-xl-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-xl-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-xl-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-xl-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-xl-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-xl-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-xl-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-xl-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-xl-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-xl-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-2"] > .w-xl-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-xl-2 > {
    flex-flow: wrap;
  }
  .gap-list.gap-xl-2 > .w-xl-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-xl-2 > .w-xl-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-xl-2 > .w-xl-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-xl-2 > .w-xl-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-xl-2 > .w-xl-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-xl-2 > .w-xl-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-xl-2 > .w-xl-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-xl-2 > .w-xl-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-xl-2 > .w-xl-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-xl-2 > .w-xl-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-xl-2 > .w-xl-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-xl-2 > .w-xl-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 2)));
  }
  .gap-list.gap-xl-2 > .w-xl-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 2)));
  }
  [class*="gap-3"] > .w-xl-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-xl-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-xl-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-xl-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-xl-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-xl-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-xl-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-xl-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-xl-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-xl-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-xl-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-xl-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-3"] > .w-xl-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-xl-3 > {
    flex-flow: wrap;
  }
  .gap-list.gap-xl-3 > .w-xl-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-xl-3 > .w-xl-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-xl-3 > .w-xl-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-xl-3 > .w-xl-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-xl-3 > .w-xl-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-xl-3 > .w-xl-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-xl-3 > .w-xl-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-xl-3 > .w-xl-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-xl-3 > .w-xl-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-xl-3 > .w-xl-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-xl-3 > .w-xl-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-xl-3 > .w-xl-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 3)));
  }
  .gap-list.gap-xl-3 > .w-xl-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 3)));
  }
  [class*="gap-4"] > .w-xl-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-xl-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-xl-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-xl-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-xl-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-xl-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-xl-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-xl-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-xl-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-xl-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-xl-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-xl-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-4"] > .w-xl-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-xl-4 > {
    flex-flow: wrap;
  }
  .gap-list.gap-xl-4 > .w-xl-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-xl-4 > .w-xl-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-xl-4 > .w-xl-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-xl-4 > .w-xl-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-xl-4 > .w-xl-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-xl-4 > .w-xl-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-xl-4 > .w-xl-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-xl-4 > .w-xl-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-xl-4 > .w-xl-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-xl-4 > .w-xl-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-xl-4 > .w-xl-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-xl-4 > .w-xl-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 4)));
  }
  .gap-list.gap-xl-4 > .w-xl-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 4)));
  }
  [class*="gap-5"] > .w-xl-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-xl-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-xl-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-xl-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-xl-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-xl-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-xl-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-xl-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-xl-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-xl-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-xl-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-xl-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 5)));
  }
  [class*="gap-5"] > .w-xl-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-xl-5 > {
    flex-flow: wrap;
  }
  .gap-list.gap-xl-5 > .w-xl-auto {
    width: auto;
    max-width: calc(auto - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-xl-5 > .w-xl-10 {
    width: 10%;
    max-width: calc(10% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-xl-5 > .w-xl-20 {
    width: 20%;
    max-width: calc(20% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-xl-5 > .w-xl-25 {
    width: 25%;
    max-width: calc(25% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-xl-5 > .w-xl-30 {
    width: 30%;
    max-width: calc(30% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-xl-5 > .w-xl-33 {
    width: 33.33%;
    max-width: calc(33.33% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-xl-5 > .w-xl-40 {
    width: 40%;
    max-width: calc(40% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-xl-5 > .w-xl-50 {
    width: 50%;
    max-width: calc(50% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-xl-5 > .w-xl-60 {
    width: 60%;
    max-width: calc(60% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-xl-5 > .w-xl-66 {
    width: 66.66%;
    max-width: calc(66.66% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-xl-5 > .w-xl-75 {
    width: 75%;
    max-width: calc(75% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-xl-5 > .w-xl-90 {
    width: 90%;
    max-width: calc(90% - (calc(max(6px, 0.75vw) * 5)));
  }
  .gap-list.gap-xl-5 > .w-xl-100 {
    width: 100%;
    max-width: calc(100% - (calc(max(6px, 0.75vw) * 5)));
  }
}
.of-cover {
  object-fit: cover;
}
.img-wr.of-contain img, .of-contain img {
  object-fit: contain;
  width: 100%;
}
.of-fill {
  object-fit: fill;
}
.is-bg-img, img.bg-image {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-wr {
  overflow: hidden;
  position: relative;
}
.img-wr img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video-wrapper {
  margin: 0 auto;
  overflow: hidden;
}
.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 430px) {
  .of-xs-cover {
    object-fit: cover;
  }
  .of-xs-contain {
    object-fit: contain;
  }
  .of-xs-fill {
    object-fit: fill;
  }
}
@media screen and (min-width: 768px) {
  .of-sm-cover {
    object-fit: cover;
  }
  .of-sm-contain {
    object-fit: contain;
  }
  .of-sm-fill {
    object-fit: fill;
  }
}
@media screen and (min-width: 992px) {
  .of-md-cover {
    object-fit: cover;
  }
  .of-md-contain {
    object-fit: contain;
  }
  .of-md-fill {
    object-fit: fill;
  }
}
@media screen and (min-width: 1200px) {
  .of-lg-cover {
    object-fit: cover;
  }
  .of-lg-contain {
    object-fit: contain;
  }
  .of-lg-fill {
    object-fit: fill;
  }
}
@media screen and (min-width: 1980px) {
  .of-xl-cover {
    object-fit: cover;
  }
  .of-xl-contain {
    object-fit: contain;
  }
  .of-xl-fill {
    object-fit: fill;
  }
}
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.no-events {
  pointer-events: none;
}
.pos-sticky {
  position: sticky;
  top: 60px;
}
.center-absolute {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.abs-l-0 {
  left: 0;
}
.abs-r-0 {
  right: 0;
}
.abs-t-0 {
  top: 0;
}
.abs-b-0 {
  bottom: 0;
}
@media screen and (min-width: 430px) {
  .pos-rel-xs {
    position: relative;
  }
  .pos-xs-sticky {
    position: sticky;
    top: var(--navtop);
  }
  .pos-abs-xs {
    position: absolute;
  }
  .abs-l-xs-0 {
    left: 0;
  }
  .abs-r-xs-0 {
    right: 0;
  }
  .abs-t-xs-0 {
    top: 0;
  }
  .abs-b-xs-0 {
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .pos-rel-sm {
    position: relative;
  }
  .pos-sm-sticky {
    position: sticky;
    top: var(--navtop);
  }
  .pos-abs-sm {
    position: absolute;
  }
  .abs-l-sm-0 {
    left: 0;
  }
  .abs-r-sm-0 {
    right: 0;
  }
  .abs-t-sm-0 {
    top: 0;
  }
  .abs-b-sm-0 {
    bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .pos-rel-md {
    position: relative;
  }
  .pos-md-sticky {
    position: sticky;
    top: var(--navtop);
  }
  .pos-abs-md {
    position: absolute;
  }
  .abs-l-md-0 {
    left: 0;
  }
  .abs-r-md-0 {
    right: 0;
  }
  .abs-t-md-0 {
    top: 0;
  }
  .abs-b-md-0 {
    bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .pos-rel-lg {
    position: relative;
  }
  .pos-lg-sticky {
    position: sticky;
    top: var(--navtop);
  }
  .pos-abs-lg {
    position: absolute;
  }
  .abs-l-lg-0 {
    left: 0;
  }
  .abs-r-lg-0 {
    right: 0;
  }
  .abs-t-lg-0 {
    top: 0;
  }
  .abs-b-lg-0 {
    bottom: 0;
  }
}
@media screen and (min-width: 1980px) {
  .pos-rel-xl {
    position: relative;
  }
  .pos-xl-sticky {
    position: sticky;
    top: var(--navtop);
  }
  .pos-abs-xl {
    position: absolute;
  }
  .abs-l-xl-0 {
    left: 0;
  }
  .abs-r-xl-0 {
    right: 0;
  }
  .abs-t-xl-0 {
    top: 0;
  }
  .abs-b-xl-0 {
    bottom: 0;
  }
}
[class*="pos-sticky"] {
  top: 60px;
}
[class*="z-i-back"] {
  z-index: -1 !important;
}
[class*="z-i-front"] {
  z-index: 1 !important;
}
[class*="z-i-front-2"] {
  z-index: 2 !important;
}
.grecaptcha-badge {
  display: none !important;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.contact.inline-contact {
  margin: var(--vpd) 0;
  background: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: var(--shadow-light);
  display: flex;
  flex-flow: column;
  padding: max(25px, 2.5vw);
}
.contact.inline-contact div[id*="wpcf7"] .form-row {
  margin-bottom: 0;
  align-items: end;
}
.contact.inline-contact div[id*="wpcf7"] .send-message {
  position: relative;
}
.contact.inline-contact div[id*="wpcf7"] .send-message::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  z-index: 1;
  background: url(../../../../themes/wcom/assets/img/svg/icon-arrow.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  right: 16px;
  left: unset;
  bottom: unset;
  transform: translateY(-50%) translateX(0px);
  top: 50%;
  transition: 366ms var(--ease);
  background-position: center;
  right: 87px;
}
@media screen and (min-width: 992px) {
  .contact.inline-contact div[id*="wpcf7"] .send-message, .contact.inline-contact div[id*="wpcf7"] .send-message p {
    width: fit-content;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.sent-msg-notification {
  position: fixed;
  z-index: 150;
  width: 200px;
  height: 60px;
  bottom: 20px;
  right: 50px;
  font-size: 15px;
  border-radius: var(--rounded);
  padding: 8px;
  transition: 500ms var(--ease);
  transform: translateX(0);
  opacity: 1;
}
.sent-msg-notification img {
  width: 25px;
  margin-right: 10px;
}
.sent-msg-notification h4 {
  margin: 0;
  font-size: 14px;
}
.sent-msg-notification.hidden {
  transition: 500ms var(--ease);
  transform: translate(20px);
  opacity: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
div[id*="wpcf7"] hr {
  border: none;
  background: transparent;
  height: 1px;
  margin: 30px 0;
}
div[id*="wpcf7"] {
  padding: 1px;
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
}
div[id*="wpcf7"] .form-row {
  margin-bottom: 20px;
}
div[id*="wpcf7"] .form-row .fx-col.w-50 {
  max-height: 107px;
}
div[id*="wpcf7"] .fx-col.w-50 {
  justify-content: space-between;
}
div[id*="wpcf7"] .rgpd-opt-in {
  gap: 10px;
  cursor: pointer;
}
div[id*="wpcf7"] .rgpd-opt-in .wpcf7-list-item.last {
  display: flex;
  color: transparent;
}
div[id*="wpcf7"] .rgpd-opt-in > span {
  font-weight: 600;
}
div[id*="wpcf7"] .rgpd-opt-in > span .first {
  margin: 0;
  width: 10px;
}
div[id*="wpcf7"] .rgpd-opt-in > span .first span.wpcf7-list-item-label {
  color: transparent;
  width: 0;
}
div[id*="wpcf7"] .rgpd-opt-in p {
  font-size: 16px;
}
div[id*="wpcf7"] .rgpd-opt-in > p {
  width: 18px;
}
div[id*="wpcf7"] .rgpd-opt-in > div {
  font-size: 16px;
}
div[id*="wpcf7"] .rgpd-opt-in .wpcf7-list-item-label {
  white-space: nowrap;
}
div[id*="wpcf7"] .rgpd-opt-in .wpcf7-not-valid-tip {
  position: relative;
  top: 20px;
}
div[id*="wpcf7"] .xp-years {
  margin-top: 30px;
}
div[id*="wpcf7"] form p:not(.h2, .h3, .h4) {
  margin: 0;
}
div[id*="wpcf7"] label {
  display: block;
  font-size: 10px;
  color: var(--primary);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 25px;
  opacity: 0.6;
}
div[id*="wpcf7"] textarea:not([type="checkbox"]):not([type="submit"]), div[id*="wpcf7"] input:not([type="checkbox"]):not([type="submit"]) {
  color: var(--primary);
  width: calc(100% - 9px);
  margin: 0;
  margin-bottom: 0;
  -webkit-transition: 200ms var(--ease);
  -o-transition: 200ms var(--ease);
  transition: 200ms var(--ease);
  border-radius: 3px;
  padding: 14px 10px;
  font-size: 15px;
  border: 1px solid var(--ui-grey);
  font-family: var(--font);
  color: var(--primary);
}
div[id*="wpcf7"] textarea:focus, div[id*="wpcf7"] input:focus {
  outline: 1px solid var(--secondary);
}
div[id*="wpcf7"] textarea::placeholder, div[id*="wpcf7"] input::placeholder {
  color: #a3a3a3;
  font-weight: 300;
}
div[id*="wpcf7"] select {
  padding: 15px 5px;
  min-width: 100px;
  background: 0 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjcxNyIgaGVpZ2h0PSI2LjI1MSIgdmlld0JveD0iMCAwIDkuNzE3IDYuMjUxIj4KICA8ZyBpZD0iR3JvdXBlXzE4MjMiIGRhdGEtbmFtZT0iR3JvdXBlIDE4MjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuNDE0IDEuNDE0KSI+CiAgICA8bGluZSBpZD0iTGlnbmVfMyIgZGF0YS1uYW1lPSJMaWduZSAzIiB4Mj0iNC44NDEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMuNDY2IDMuNDIzKSByb3RhdGUoLTQ1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPgogICAgPGxpbmUgaWQ9IkxpZ25lXzYiIGRhdGEtbmFtZT0iTGlnbmUgNiIgeDI9IjQuODQxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIHJvdGF0ZSg0NSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICA8L2c+Cjwvc3ZnPgo=);
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: 50%;
  padding-right: 25px;
  max-width: 100%;
  border-radius: 5px;
  font-size: 16px;
  width: calc(100% - 24px);
  border-color: var(--grey);
}
div[id*="wpcf7"] select:focus {
  outline: 1px solid var(--primary);
}
div[id*="wpcf7"] textarea {
  width: 100%;
  -webkit-transition: 200ms var(--ease);
  -o-transition: 200ms var(--ease);
  transition: 200ms var(--ease);
  max-height: 170px;
  border: 1px solid var(--grey);
}
div[id*="wpcf7"] textarea:focus {
  outline: 1px solid var(--primary);
}
div[id*="wpcf7"] textarea::placeholder {
  color: #a3a3a3;
  font-weight: 300;
}
div[id*="wpcf7"] .job-attachments .codedropz-upload-inner h3 {
  font-size: 24px;
  text-align: center;
  margin: 0 auto;
}
div[id*="wpcf7"] .job-attachments .cd-upload-btn {
  padding: 9px 22px;
  font-size: 13px;
  margin-top: 10px;
  background: var(--primary);
  border-radius: 100px;
  color: #fff;
}
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  outline: none;
  border: none;
  border-radius: var(--rounded);
  padding: 18px 52px 18px 20px;
  color: #fff;
  cursor: pointer;
  position: relative;
  width: fit-content;
  transform: scale(1);
  transition: 366ms var(--ease);
  font-family: var(--h-font), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: var(--gradient-secondary);
  position: relative;
  color: #fff;
  background: var(--solid-gradient-secondary);
  padding: 16px 22px;
}
[type="submit"]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  z-index: 1;
  background: url(../../../../themes/wcom/assets/img/svg/icon-arrow-right-white.svg) no-repeat;
  background-size: contain;
  right: 26px;
  bottom: -1px;
  left: unset;
  width: 17px;
  height: 100%;
  transform: translate(0, 0);
  transition: 366ms var(--ease);
  background-position: center;
}
[type="submit"]:hover {
  transform: scale(1.03);
}
[type="submit"]:hover::after {
  transform: translate(3px, 0);
  transition: 366ms var(--ease);
}
[type="submit"]:hover {
  color: #fff;
  background: var(--secondary);
  transition: 366ms var(--ease);
}
[type="submit"]:hover {
  background: var(--solid-gradient-secondary);
}
.dark-ui div[id*="wpcf7"] .form-row {
  margin-bottom: 6px;
  max-width: 580px;
}
.dark-ui div[id*="wpcf7"] input:not([type="submit"]), .dark-ui div[id*="wpcf7"] textarea {
  color: #fff;
  border: 1px solid #ffffff38 !important;
}
.dark-ui div[id*="wpcf7"] input:not([type="submit"])::placeholder, .dark-ui div[id*="wpcf7"] textarea::placeholder {
  color: #fff;
  opacity: 0.4;
}
.dark-ui div[id*="wpcf7"] textarea {
  max-height: 120px;
  color: #fff !important;
  opacity: 1;
}
#job-application-form h2:first-of-type {
  margin: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: var(--primary);
  background: none;
  border: none;
  padding: 10px;
  margin: 0;
}
.wpcf7 form.sent .wpcf7-response-output.hidden {
  transition: 1000ms var(--ease);
  opacity: 0;
  pointer-events: none;
}
.modal form.sent .wpcf7-response-output {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fffffffa;
  padding: 30px;
  box-shadow: 0px 2px 5px #00000024;
  text-align: center;
  border-radius: 3px;
  font-size: 16px;
  margin: 0;
  transition: 1s var(--ease);
}
.modal form.sent .wpcf7-response-output.hidden {
  opacity: 0;
  transform: translate(-50%, -10%);
  pointer-events: none;
  transition: 1s var(--ease);
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: transparent;
  background: #ffeded;
  border-radius: 5px;
  color: #ff5353;
  font-weight: 400;
  font-size: 15px;
  width: fit-content;
}
.wpcf7-not-valid-tip {
  color: var(--error);
  font-size: 11px;
  font-weight: normal;
  display: block;
  margin-top: 7px;
  white-space: nowrap;
  line-height: 8px;
  width: fit-content;
}
label + br {
  display: none;
}
select {
  padding: 15px 5px;
  min-width: 100px;
  background: 0 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjcxOCIgaGVpZ2h0PSI2LjI1MiIgdmlld0JveD0iMCAwIDkuNzE4IDYuMjUyIj4KICA8ZyBpZD0iR3JvdXBlXzE4MjMiIGRhdGEtbmFtZT0iR3JvdXBlIDE4MjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuNDE0IDEuNDE0KSI+CiAgICA8bGluZSBpZD0iTGlnbmVfMyIgZGF0YS1uYW1lPSJMaWduZSAzIiB4Mj0iNC44NDEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMuNDY2IDMuNDIzKSByb3RhdGUoLTQ1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMmEyYjMwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPgogICAgPGxpbmUgaWQ9IkxpZ25lXzYiIGRhdGEtbmFtZT0iTGlnbmUgNiIgeDI9IjQuODQxIiB0cmFuc2Zvcm09InJvdGF0ZSg0NSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzJhMmIzMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICA8L2c+Cjwvc3ZnPgo=)  !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: 50%;
  padding-right: 25px;
  max-width: 100%;
  border-radius: 5px;
  color: var(--primary) !important;
}
.codedropz-upload-handler {
  border: 2px dashed var(--secondary) !important;
  margin: 10px 0;
}
.codedropz-upload-handler .codedropz-btn-wrap {
  padding-bottom: 5px;
}
.dnd-upload-status span.dnd-icon-remove {
  background: var(--grey);
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--round);
}
input[type="checkbox"], input[type="radio"] {
  --active: var(--secondary);
  --active-inner: #fff;
  --focus: 2px rgba(39, 94, 254, .3);
  --border: var(--grey);
  --border-hover: var(--secondary);
  --background: #fff;
  --disabled: var(--inactive);
  --disabled-inner: var(--grey);
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 21px;
  outline: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  cursor: pointer;
  border: 1px solid var(--bc, var(--border));
  background: var(--b, var(--background));
  transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  margin-left: 1px;
}
input[type="checkbox"]:after, input[type="radio"]:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
}
input[type="checkbox"]:checked, input[type="radio"]:checked {
  --b: var(--active);
  --bc: var(--active);
  --d-o: .3s;
  --d-t: .6s;
  --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
}
input[type="checkbox"]:disabled, input[type="radio"]:disabled {
  --b: var(--disabled);
  cursor: not-allowed;
  opacity: 0.9;
}
input[type="checkbox"]:disabled:checked, input[type="radio"]:disabled:checked {
  --b: var(--disabled-inner);
  --bc: var(--border);
}
input[type="checkbox"]:disabled + label, input[type="radio"]:disabled + label {
  cursor: not-allowed;
}
input[type="checkbox"]:hover:not(:checked):not(:disabled), input[type="radio"]:hover:not(:checked):not(:disabled) {
  --bc: var(--border-hover);
}
input[type="checkbox"]:not(.switch), input[type="radio"]:not(.switch) {
  width: 18px;
  height: 18px;
  padding: 9px;
  border-width: 2px;
}
input[type="checkbox"]:not(.switch):after, input[type="radio"]:not(.switch):after {
  opacity: var(--o, 0);
}
input[type="checkbox"]:not(.switch):checked, input[type="radio"]:not(.switch):checked {
  --o: 1;
}
input[type="checkbox"] + label, input[type="radio"] + label {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-left: 2px;
  color: var(--primary);
}
input[type="checkbox"]:not(:checked) + label, input[type="radio"]:not(:checked) + label {
  color: var(--primary);
  font-weight: 500;
}
.form-check-input[type=checkbox] {
  border-radius: 100px;
}
input[type="checkbox"], input[type="radio"] {
  border-radius: 50%;
}
input[type="checkbox"]:focus, input[type="radio"]:focus {
  box-shadow: none;
}
input[type="checkbox"]:after, input[type="radio"]:after {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--active);
  opacity: 0;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
input[type="checkbox"]:checked, input[type="radio"]:checked {
  background: var(--background) !important;
  --s: .5;
}
input[type="checkbox"]:checked + label, input[type="radio"]:checked + label {
  color: var(--primary);
  font-weight: 500;
}
input[type="checkbox"].switch, input[type="radio"].switch {
  width: 38px;
  border-radius: 11px;
  --bc: var(--ui-grey) !important;
  background: var(--ui-grey);
}
input[type="checkbox"].switch:after, input[type="radio"].switch:after {
  opacity: 1;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: #fff;
  transform: translateX(var(--x, 0));
}
input[type="checkbox"].switch:checked, input[type="radio"].switch:checked {
  --ab: var(--active);
  --x: 17px;
  background: var(--primary) !important;
  border-color: var(--primary) !important;
}
input[type="checkbox"].switch:checked:after, input[type="radio"].switch:checked:after {
  background: #fff !important;
}
input[type="checkbox"].switch:disabled:not(:checked):after, input[type="radio"].switch:disabled:not(:checked):after {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  div[id*="wpcf7"] .form-row .w-50 {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 430px) {
  div[id*="wpcf7"] input {
    max-width: 100%;
  }
}
div#tarteaucitronRoot * {
  font-family: var(--font) !important;
}
#tarteaucitronRoot {
  top: unset !important;
  bottom: 0;
}
span#tarteaucitronDot {
  display: none !important;
}
div#tarteaucitron {
  top: 50% !important;
  transform: translateY(-50%);
}
div#tarteaucitronRoot.tarteaucitronBeforeVisible:before {
  display: none !important;
}
#tarteaucitronAlertBig {
  z-index: 150 !important;
  background: #003d52d9 !important;
  box-shadow: 0px 1px 8px 0px #0000004d;
  margin: 0 auto !important;
  border-radius: 3px;
  padding: 10px !important;
  left: unset !important;
  top: unset !important;
  height: auto !important;
  max-width: max(25vw, 390px) !important;
  max-height: 310px !important;
  transition: 0.5s ease-out !important;
  text-align: center !important;
  right: var(--hpd) !important;
  bottom: 25px !important;
  transform: translate(0, 200%);
  animation: 500ms ease-out forwards fadeInUp !important;
  animation-delay: 3200ms !important;
  opacity: 0;
}
@keyframes fadeInUp {
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
a.tarteaucitronSelfLink {
  display: none !important;
}
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  height: auto;
  display: flex;
  flex-flow: column;
  margin: 0 0 8px;
}
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
  font-weight: 800;
  text-align: left;
}
#tarteaucitronAlertBig button#tarteaucitronPersonalize2 {
  background: #fff !important;
  color: var(--primary) !important;
  box-shadow: none !important;
  font-size: 14px !important;
  min-width: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: center;
  align-self: center;
  margin: 0 auto 6px;
  font-weight: 400 !important;
  padding: 11px !important;
}
#tarteaucitronRoot .tarteaucitronCross:before, #tarteaucitronAlertBig button#tarteaucitronPersonalize2 span {
  display: none !important;
}
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, #tarteaucitronAlertBig #tarteaucitronPrivacyUrl, #tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog {
  color: #fff !important;
  font-weight: 300 !important;
  text-align: left;
}
#tarteaucitronRoot button {
  border-radius: 2px !important;
  padding: 8px !important;
  margin: 3px;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle, #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button, #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  background: var(--gold) !important;
}
button#tarteaucitronPrivacyUrl {
  padding: 0 !important;
  opacity: 0.6;
  padding: 10px 0 1px !important;
}
div#tarteaucitronServices {
  border-radius: var(--rounded);
  box-shadow: 0 40px 60px #545454;
  background: #fff;
}
#tarteaucitron #tarteaucitronClosePanel, #tarteaucitron #tarteaucitronInfo, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  background: var(--primary) !important;
  border: none !important;
}
#tarteaucitron #tarteaucitronClosePanel {
  top: -7px !important;
}
#tarteaucitron .tarteaucitronBorder, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  border-color: transparent !important;
  border: none !important;
}
#tarteaucitron ul li {
  padding: 0 7px;
  border-radius: var(--rounded);
}
#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronRoot .tarteaucitronDeny {
  background: 0 0 !important;
  font-size: 12px !important;
  border: #ffffff69 1px solid;
  color: #ffffff69 !important;
  font-weight: 300;
}
#tarteaucitron ul .tarteaucitronDeny {
  background: var(--blue) !important;
}
#tarteaucitronRoot .tarteaucitronAllow {
  background: #fff !important;
  color: var(--blue) !important;
  font-size: 14px !important;
  line-height: 1.2;
  padding: 10px 16px;
}
#tarteaucitronAlertBig #tarteaucitronPersonalize2, .tarteaucitronCTAButton, #tarteaucitronRoot .tarteaucitronAllow {
  font-size: 14px !important;
  line-height: 1.2;
  padding: 10px 16px;
}
#tarteaucitronRoot .tarteaucitronCross:before {
  color: #fff !important;
}
span.tarteaucitronCheck:before {
  color: var(--blue) !important;
}
#tarteaucitronIcon {
  display: none !important;
  background: 0 0;
  position: absolute !important;
  display: none;
  width: auto;
  z-index: 100;
  left: var(--hpd) !important;
}
div#tarteaucitronAlertSmall {
  left: 0 !important;
  right: unset !important;
}
#tarteaucitronIcon #tarteaucitronManager {
  background: 0 0 !important;
  padding: 0 !important;
}
button#tarteaucitronCookiesNumber {
  display: none !important;
}
div#tarteaucitronAlertSmall {
  position: absolute;
  bottom: 20px;
  z-index: 100;
  top: unset;
  left: var(--hpd) !important;
  border-radius: var(--rounded);
}
#tarteaucitronIcon {
  width: 100px !important;
  height: 96px !important;
  position: relative !important;
  display: flex;
  z-index: 10 !important;
  justify-content: center;
}
#tarteaucitronIcon #tarteaucitronManager {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
#tarteaucitronIcon #tarteaucitronManager img {
  width: 60px !important;
  height: 60px !important;
  background: #ffffff94;
  border-radius: var(--round);
  padding: 8px;
  position: absolute;
  top: 0;
  transform: translateX(-50%) !important;
  left: 50% !important;
}
button#tarteaucitronManager:after {
  content: "Cookies";
  position: absolute;
  z-index: 100;
  bottom: 10px;
  color: var(--grey);
  margin: 0 auto;
  text-align: center;
  transform: translate(-50%, -50%);
  left: 50%;
}
div#tarteaucitronAlertSmall {
  background: 0 0 !important;
}
#tarteaucitronRoot div#tarteaucitron {
  margin-top: 10px !important;
}
@media screen and (max-width: 550px) {
  #tarteaucitronRoot #tarteaucitronAlertBig {
    max-width: 85vw !important;
    margin: 0 auto !important;
    padding: 15px !important;
    margin: 0 !important;
    left: 50% !important;
    right: 50% !important;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    flex-flow: column !important;
    max-height: unset !important;
    transform: translate(-50%, 0) !important;
  }
  @keyframes fadeInUp {
    from {
      transform: translate(-50%, 20px);
      opacity: 0;
    }
    to {
      transform: translate(-50%, 0);
      opacity: 1;
    }
  }
  #tarteaucitronRoot #tarteaucitronAlertBig button {
    margin-top: 10px;
  }
  #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    margin: 12px 0;
  }
}
/* =============================
// Accessibility
============================= */
:root {
  --invert-filter: invert(1) hue-rotate(185deg) brightness(1.7);
  --dark-mode-backdrop: #3a3c44;
}
#accessibility-settings {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
  z-index: 100;
}
#accessibility-settings .access-menu-toggle {
  background: #1d1d1d30;
  padding: 5px;
  width: 28px;
  position: absolute;
  right: 0;
  bottom: 12px;
  border-radius: var(--rounded) 0 0 var(--rounded);
}
#accessibility-settings .access-menu-toggle img {
  opacity: 0.6;
}
#accessibility-settings .nav-inner {
  transition: 300ms var(--ease);
  position: relative;
  gap: 10px;
}
#accessibility-settings .nav-inner.visible {
  transform: translateX(0);
  transition: 300ms var(--ease);
}
#accessibility-settings .nav-inner .toggle-item {
  cursor: pointer;
  font-size: 13px;
  transition: 300ms var(--ease);
  background: #2a2b304d;
  border-radius: var(--round);
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 300;
}
#accessibility-settings .nav-inner .toggle-item.active {
  color: var(--blue);
  background: #1c1d25ab;
  font-weight: 500;
}
#accessibility-settings .nav-inner .toggle-item.active .inner {
  color: var(--blue);
}
#accessibility-settings .nav-inner .toggle-item .cursor {
  width: 25px;
  height: 12px;
  position: relative;
}
#accessibility-settings .nav-inner .toggle-item .cursor span {
  border-radius: 50%;
  height: 10px;
  width: 10px;
  position: absolute;
  left: 0;
  background: var(--grey);
  transform: translateX(0);
  transition: 200ms;
}
#accessibility-settings .nav-inner .toggle-item.active span {
  transform: translateX(100%);
  background: var(--blue);
}
#accessibility-settings .nav-inner .toggle-item#toggle-contrast-mode svg {
  width: 100%;
  max-width: 13px;
}
#accessibility-settings .nav-inner .toggle-item#toggle-contrast-mode svg path {
  fill: #fff;
}
body.access-text-size {
  zoom: 1.03;
  -ms-zoom: 0.3;
  -webkit-zoom: 0.3;
}
body.access-text-size * {
  font-weight: 500;
}
body.contrast-mode:not(.single-product):not(.woocommerce-cart):not(.tax-product_cat):not(.woocommerce-checkout) {
  background: var(--primary);
}
body.contrast-mode:not(.single-product):not(.woocommerce-cart):not(.tax-product_cat):not(.woocommerce-checkout) .bg-offwhite, body.contrast-mode:not(.single-product):not(.woocommerce-cart):not(.tax-product_cat):not(.woocommerce-checkout) .bg-white, body.contrast-mode:not(.single-product):not(.woocommerce-cart):not(.tax-product_cat):not(.woocommerce-checkout) .bg-light-grey {
  background-color: var(--primary);
  color: #fff;
}
body.contrast-mode:not(.single-product):not(.woocommerce-cart):not(.tax-product_cat):not(.woocommerce-checkout) .brand-grid .row .text {
  background: #2a2b30f2;
}
body.contrast-mode:not(.single-product):not(.woocommerce-cart):not(.tax-product_cat):not(.woocommerce-checkout) .toggle-is-trigger .o-evt:after {
  filter: brightness(100);
}
body.contrast-mode:not(.single-product):not(.woocommerce-cart):not(.tax-product_cat):not(.woocommerce-checkout) a.product-details-btn {
  color: #fff !important;
  border-color: #fff !important;
}
body.contrast-mode:not(.single-product):not(.woocommerce-cart):not(.tax-product_cat):not(.woocommerce-checkout) .reassurance-brand-main, body.contrast-mode:not(.single-product):not(.woocommerce-cart):not(.tax-product_cat):not(.woocommerce-checkout) .bg-slate, body.contrast-mode:not(.single-product):not(.woocommerce-cart):not(.tax-product_cat):not(.woocommerce-checkout) .bg-light-blue, body.contrast-mode:not(.single-product):not(.woocommerce-cart):not(.tax-product_cat):not(.woocommerce-checkout) .bg-light-green {
  background: var(--dark-mode-backdrop);
  transition: 200ms ease;
}
body.contrast-mode:not(.single-product):not(.woocommerce-cart):not(.tax-product_cat):not(.woocommerce-checkout) .showcase-product {
  color: #fff;
}
body.contrast-mode:not(.single-product):not(.woocommerce-cart):not(.tax-product_cat):not(.woocommerce-checkout) .showcase-product:not(:nth-of-type(2)) .product-perks-icons > .fx-col img {
  filter: var(--invert-filter);
}
body.contrast-mode:not(.single-product):not(.woocommerce-cart):not(.tax-product_cat):not(.woocommerce-checkout) .showcase-product .price-per-day {
  color: #fff;
}
body.contrast-mode:not(.single-product):not(.woocommerce-cart):not(.tax-product_cat):not(.woocommerce-checkout) .reviews-block {
  background: #1f1f23 !important;
}
body.contrast-mode:not(.single-product):not(.woocommerce-cart):not(.tax-product_cat):not(.woocommerce-checkout) footer img, body.contrast-mode:not(.single-product):not(.woocommerce-cart):not(.tax-product_cat):not(.woocommerce-checkout) .brand-grid .row .text img, body.contrast-mode:not(.single-product):not(.woocommerce-cart):not(.tax-product_cat):not(.woocommerce-checkout) .reviews-block img {
  filter: var(--invert-filter);
}
body.contrast-mode:not(.single-product):not(.woocommerce-cart):not(.tax-product_cat):not(.woocommerce-checkout) h1, body.contrast-mode:not(.single-product):not(.woocommerce-cart):not(.tax-product_cat):not(.woocommerce-checkout) h2, body.contrast-mode:not(.single-product):not(.woocommerce-cart):not(.tax-product_cat):not(.woocommerce-checkout) h3, body.contrast-mode:not(.single-product):not(.woocommerce-cart):not(.tax-product_cat):not(.woocommerce-checkout) h4, body.contrast-mode:not(.single-product):not(.woocommerce-cart):not(.tax-product_cat):not(.woocommerce-checkout) h5, body.contrast-mode:not(.single-product):not(.woocommerce-cart):not(.tax-product_cat):not(.woocommerce-checkout) h6, body.contrast-mode:not(.single-product):not(.woocommerce-cart):not(.tax-product_cat):not(.woocommerce-checkout) p, body.contrast-mode:not(.single-product):not(.woocommerce-cart):not(.tax-product_cat):not(.woocommerce-checkout) .price, body.contrast-mode:not(.single-product):not(.woocommerce-cart):not(.tax-product_cat):not(.woocommerce-checkout) ul li {
  color: #fff;
}
body.contrast-mode .btn.wp-block-buttons::before, body.contrast-mode .btn.wp-block-buttons::after {
  display: none;
}
body.contrast-mode .btn.fill-blue-alt, body.contrast-mode .btn.fill-slate {
  background: var(--blue);
}
body.contrast-mode .btn.alt-blue .wp-block-button__link {
  background: var(--blue);
}
body.contrast-mode .nav-navtop-block ul li {
  color: #fff;
}
body.contrast-mode .nav-navtop-block .nav-filter {
  transform: translateY(0%);
  background: #2a2b30ed;
}
body.contrast-mode .nav-navtop-block .navtop-logo img {
  filter: var(--invert-filter);
}
body.contrast-mode .nav-navtop-block .menu-navtop-container .menu > li.menu-item-15 a:after {
  filter: brightness(100);
}
body.contrast-mode .nav-navtop-block .menu-navtop-container::after {
  background: var(--primary);
}
body.contrast-mode .nav-navtop-block #burger span {
  background: #fff;
}
body.contrast-mode .nav-navtop-block .icon-cart-icon img {
  filter: brightness(100);
}
body.contrast-mode #accessibility-settings .nav-inner .toggle-item.active {
  background: #141419;
}
body.contrast-mode .bg-white > div[id*=wpcf7] input:not([type=submit]) {
  color: #fff !important;
}
body.contrast-mode .bg-white > div[id*=wpcf7] select {
  color: #fff !important;
  filter: brightness(100);
}
body #tarteaucitronIcon #tarteaucitronManager img {
  background-color: transparent;
}
@media screen and (max-width: 992px) {
  #accessibility-settings {
    width: 65px;
    bottom: 0;
    top: unset;
    position: absolute;
    right: 120px;
    top: 50%;
    transform: translateY(-50%);
  }
  #accessibility-settings .toggle-item {
    font-size: 13px;
    border-radius: var(--rounded) 0 0 0;
  }
}
.swiper {
  position: relative;
}
.swiper .swiper-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
}
.swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.swiper .swiper-slide.shadow {
  box-shadow: var(--shadow-extralight);
}
.swiper .swiper-slide.project-slide {
  height: 560px;
  position: relative;
}
.swiper .swiper-slide.project-slide .text {
  position: absolute;
  z-index: 1;
  left: 0;
  color: #fff;
  bottom: 35px;
  padding: max(25px, 2.5vw);
}
.swiper .swiper-slide.project-slide.swiper-slide .text {
  transform: translateY(100%);
  opacity: 0;
  transition: 1000ms var(--ease);
}
.swiper .swiper-slide.project-slide.swiper-slide.swiper-slide-active .text, .swiper .swiper-slide.project-slide.swiper-slide.visible .text, .swiper .swiper-slide.project-slide.swiper-slide.in-view .text {
  transform: translateY(0);
  opacity: 1;
  transition: 1000ms var(--ease);
}
.swiper .swiper-slide.project-slide .img-wr, .swiper .swiper-slide.project-slide img {
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide .title {
  display: none;
}
.swiper .swiper-slide .slide-wrapper, .swiper .swiper-slide .img-wr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper .swiper-slide img {
  height: 100%;
  width: 100%;
}
.swiper .swiper-slide.visible {
  filter: none;
}
.swiper .swiper-slide.visible .node-title .char {
  transform: translateY(0);
  transition: 1000ms var(--ease);
  transition-delay: calc(120ms * var(--char-index));
  color: var(--primary);
}
.swiper .swiper-slide.visible[data-swiper-slide-index="1"] .node-title .char {
  color: #bfdde7;
}
.swiper .swiper-slide.visible[data-swiper-slide-index="0"] .node-title .char {
  color: #737574;
}
.carousel-nav-items {
  bottom: unset;
  z-index: 10;
  display: flex;
  align-items: center;
  color: var(--primary);
  background: transparent;
  width: auto;
  left: unset;
  top: 0;
}
.carousel-nav-items .swiper-pagination {
  font-family: var(--h-font);
  font-size: max(30px, 1.7vw);
  position: relative;
  margin-top: 30px;
  display: flex;
  align-items: baseline;
  width: 100%;
  justify-content: center;
}
.carousel-nav-items .swiper-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
.carousel-nav-items .pagination-current {
  font-size: 170%;
}
.carousel-nav-items .pagination-total {
  color: var(--grey);
}
.carousel-nav-items [class*="swiper-button"] {
  position: relative;
  margin: 0;
  top: 0;
  width: var(--carousel-nav-btn);
  height: var(--carousel-nav-btn);
  border-radius: var(--rounded);
  border: 1px solid var(--primary);
}
.carousel-nav-items [class*="swiper-button"].swiper-button-next {
  right: 0;
}
.carousel-nav-items [class*="swiper-button"].swiper-button-next:after {
  content: "";
  background: url(../../../../themes/wcom/assets/img/svg/icon-arrow-right-primary.svg);
  width: 20px;
  height: 20px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel-nav-items [class*="swiper-button"].swiper-button-prev {
  left: 0;
}
.carousel-nav-items [class*="swiper-button"].swiper-button-prev:after {
  content: "";
  background: url(../../../../themes/wcom/assets/img/svg/icon-arrow-left-primary.svg);
  width: 20px;
  height: 20px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel-nav-items [class*="swiper-button"].dark-ui {
  color: #fff;
  background: var(--primary);
}
.carousel-nav-items [class*="swiper-button"].dark-ui .swiper-nav [class*="swiper-button"] {
  filter: brightness(100) saturate(0);
}
.swiper-pagination {
  font-family: var(--h-font);
  font-size: max(30px, 1.7vw);
  position: relative;
  margin: 20px 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  max-width: unset;
  border-radius: 110px;
  overflow: hidden;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--brand-gradient);
}
.swiper-pagination-progressbar {
  background: #3a3c4426 !important;
}
.home .main-header .decor::before, .home .main-header .decor::after {
  pointer-events: none;
  animation: revealDecor 3.25s var(--ease) forwards;
}
.home .main-header .decor::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: url(../../../../themes/wcom/assets/img/svg/verteus-header-lefthand.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  transform: none;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  z-index: 1;
  transform: scale(1.05) translateX(-21%);
}
.home .main-header .decor::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: url(../../../../themes/wcom/assets/img/svg/verteus-header-righthand.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  transform: none;
  top: 0;
  right: 0;
  left: unset;
  width: 80vw;
  height: 100%;
  z-index: 1;
  transform: scale(1.05) translateX(21%);
}
@keyframes revealDecor {
  to {
    transform: scale(1) translateX(0);
  }
}
/*Style général pour toutes les cartes du site*/
#wcom_map, [class^="wcom_map_"] {
  width: 100%;
  height: 75vh;
}
/*Style particulier d'une carte via son id de post*/
/*.wcom_map_{post_id} {
  width: 100%;
  height: 350px;
}*/
.modal[data-calendly="rdv"] [data-calendly="vm"] {
  display: none;
}
.modal[data-calendly="vm"] [data-calendly="rdv"] {
  display: none;
}
.btn#scroll-top.visible {
  opacity: 1;
  pointer-events: all;
  transition: 300ms ease-out;
}
.btn#scroll-top {
  position: fixed;
  right: 3.5vw;
  bottom: 38px;
  background: transparent;
  width: 50px;
  height: 50px;
  padding: 0;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  border: none;
  transition: 300ms ease-out;
}
.btn#scroll-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: url(../../../../themes/wcom/assets/img/svg/icon-arrow-seemore-primary.svg) no-repeat;
  transform: rotate(-90deg) translate(-50%, -50%);
  background-size: contain;
  left: 50%;
  position: absolute;
  top: 10px;
  width: 40px;
  height: 40px;
  filter: brightness(0.8);
}
