@charset "UTF-8";
@font-face {
  font-family: "Canela Light";
  src: url("./../font-family/Canela/Canela-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Canela Medium";
  src: url("./../font-family/Canela/Canela-Medium.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Canela";
  src: url("./../font-family/Canela/Canela-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("./../font-family/Graphik/Graphik-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Graphik Medium";
  src: url("./../font-family/Graphik/Graphik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
.ff {
  font-family: "Canela", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

p,
.sf {
  font-family: "Graphik", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* ----------------------------- */
/* ==Reset (base)                */
/* ----------------------------- */
/*
 * 1. Switch to border-box model for all elements
 * 2. Avoid min-width: auto on flex and grid items
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  min-width: 0;
  /* 2 */
}

/*
 * 1. Remove the grey highlight on links in iOS 
 * 2. Prevent orientation font changes in iOS
 * 3. Breaks words to prevent overflow in all browsers
 */
html {
  font-size: 100%;
  -webkit-tap-highlight-color: transparent;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-wrap: break-word;
  /* 3 */
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Canela", serif;
  font-size: 1rem;
  line-height: 1.1;
  background-color: #fff;
  color: #0B2231;
}
body *::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

/*
 * Headings
 */
h1,
.h1-like,
h2,
.h2-like,
h3,
.h3-like,
h4,
.h4-like,
h5,
.h5-like,
h6,
.h6-like {
  color: #0B2231;
}

/*
 * Links
 */
a {
  color: #0B2231;
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  color: #1F1F26;
  text-decoration: none;
}

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/*
 * Vertical rythm
 */
h1,
.h1-like,
h2,
.h2-like,
h4 {
  margin: 0;
}

p,
address,
ol,
ul,
dl,
blockquote,
pre,
h3,
.h3-like,
h4,
.h4-like,
h5,
.h5-like,
h6,
.h6-like,
dt,
dd {
  margin: 0;
}

/*
 * Nested elements
 */
ol ol,
ol ul,
ul ol,
ul ul,
li ul,
li ol,
nav ul,
nav ol,
li p,
li .p-like {
  margin-top: 0;
  margin-bottom: 0;
}

/*
 * Lists
 */
ul,
ol {
  padding-left: 1rem;
}

nav ul,
nav ol {
  list-style: none;
  padding: 0;
}

/*
 * Embed content
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img,
table,
td,
blockquote,
pre,
code,
input,
textarea,
select,
video,
svg,
iframe {
  max-width: 100%;
}

iframe,
img,
input,
select,
textarea {
  height: auto;
}

img {
  border-style: none;
}

/**
 * Remove the border on iframes in all browsers
 */
iframe {
  border-style: none;
}

/*
 * Fill color matching to text color
 */
svg:not([fill]) {
  fill: currentColor;
}

/*
 * Hide the overflow in IE
 */
svg:not(:root) {
  overflow: hidden;
}

/*
 * Tables
 */
table {
  border-collapse: collapse;
}

/*
 * Rulers
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 1rem 0;
  clear: both;
  color: inherit;
}

/*
 * table styles
 */
table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  vertical-align: top;
  margin-bottom: 1rem;
}

/* 
 * Hidden but not for an assistive technology like a screen reader, Yahoo! method 
 */
.visually-hidden,
.sr-only {
  position: absolute !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

/*
 * Disable animations styles when reduced motion is enabled
 */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/*
 * Change the cursor on busy elements in all browsers.
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers.
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers.
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers.
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* ----------------------------- */
/* ==Reset (forms)               */
/* ----------------------------- */
/*
 * Remove the tapping delay on clickable elements in all browsers .
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
a:focus,
area:focus,
button:focus,
input:focus,
label:focus,
select:focus,
summary:focus,
textarea:focus,
[tabindex]:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/*
 * 1. Change the inconsistent appearance in all browsers.
 * 2. Add typography inheritance in all browsers.
 */
button,
input,
select,
textarea {
  margin: 0;
  background-color: transparent; /* 1 */
  color: inherit; /* 1 */
  font-family: inherit; /* 2 */
  font-size: inherit; /* 2 */
  line-height: inherit; /* 2 */
  letter-spacing: inherit; /* 2 */
  vertical-align: middle;
}

/*
 * Basic User Interface reset
 */
button,
input:not([type=radio]):not([type=checkbox]),
select,
textarea {
  border: 0;
}

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

pre {
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  white-space: pre-wrap;
  line-height: normal;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

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

/* 
 * Remove the inheritance of text transform in Firefox
 */
button,
select {
  text-transform: none;
}

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

form,
fieldset {
  border: none;
}

fieldset {
  margin: 0;
  padding: 1rem;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0 0.125rem;
  border: 0;
  color: inherit;
  white-space: normal;
}

label {
  display: inline-block;
  cursor: pointer;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  white-space: pre-wrap;
}

progress {
  display: inline-block;
  width: 100%;
  vertical-align: baseline;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

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

/*
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/*
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/*
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/*
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/*
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* ----------------------------- */
/* ==Print (quick print reset)   */
/* ----------------------------- */
@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    width: auto;
    margin: auto;
    font-family: serif;
    font-size: 12pt;
  }
  p,
  .p-like,
  h1,
  .h1-like,
  h2,
  .h2-like,
  h3,
  .h3-like,
  h4,
  .h4-like,
  h5,
  .h5-like,
  h6,
  .h6-like,
  blockquote,
  label,
  ul,
  ol {
    color: #000;
    margin: auto;
  }
  .print {
    display: block;
  }
  .no-print {
    display: none;
  }
  /* no orphans, no widows */
  p,
  .p-like,
  blockquote {
    orphans: 3;
    widows: 3;
  }
  /* no breaks inside these elements */
  blockquote,
  ul,
  ol {
    page-break-inside: avoid;
  }
  /* page break before main headers
  h1,
  .h1-like {
    page-break-before: always;
  }
  */
  /* no breaks after these elements */
  h1,
  .h1-like,
  h2,
  .h2-like,
  h3,
  .h3-like,
  caption {
    page-break-after: avoid;
  }
  a {
    color: #000;
  }
  /* displaying URLs
  a[href]::after {
    content: " (" attr(href) ")";
  }
  */
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: "";
  }
}
/* -------------------------------------------------- */
/* ==Grillade : système de micro-grille  de KNACSS   */
/* ------------------------------------------------ */
.grid {
  display: -ms-grid;
  display: grid;
}

@media (min-width: 356px) {
  .sm\:grid {
    display: -ms-grid;
    display: grid;
  }
}
@media (min-width: 1024px) {
  .smd\:grid {
    display: -ms-grid;
    display: grid;
  }
}
@media (min-width: 1350px) {
  .md\:grid {
    display: -ms-grid;
    display: grid;
  }
}
/* grid-template-columns initialisation */
.grid-cols-1 {
  -ms-grid-columns: (minmax(0, 1fr))[1];
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  -ms-grid-columns: (minmax(0, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  -ms-grid-columns: (minmax(0, 1fr))[5];
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  -ms-grid-columns: (minmax(0, 1fr))[6];
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

/* grid-template-columns au sein des breakpoints */
@media (min-width: 356px) {
  .sm\:grid-cols-1 {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-cols-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-4 {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:grid-cols-5 {
    -ms-grid-columns: (minmax(0, 1fr))[5];
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .sm\:grid-cols-6 {
    -ms-grid-columns: (minmax(0, 1fr))[6];
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .smd\:grid-cols-1 {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .smd\:grid-cols-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .smd\:grid-cols-3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .smd\:grid-cols-4 {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .smd\:grid-cols-5 {
    -ms-grid-columns: (minmax(0, 1fr))[5];
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .smd\:grid-cols-6 {
    -ms-grid-columns: (minmax(0, 1fr))[6];
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 1350px) {
  .md\:grid-cols-1 {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-5 {
    -ms-grid-columns: (minmax(0, 1fr))[5];
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-cols-6 {
    -ms-grid-columns: (minmax(0, 1fr))[6];
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
/* gap initialisation */
.gap-0 {
  gap: 0;
}

.gap-x-0 {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}

.gap-y-0 {
  row-gap: 0;
}

.gap-5 {
  gap: 0.313rem;
}

.gap-x-5 {
  -webkit-column-gap: 0.313rem;
     -moz-column-gap: 0.313rem;
          column-gap: 0.313rem;
}

.gap-y-5 {
  row-gap: 0.313rem;
}

.gap-10 {
  gap: 0.625rem;
}

.gap-x-10 {
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.gap-y-10 {
  row-gap: 0.625rem;
}

.gap-16 {
  gap: 1rem;
}

.gap-x-16 {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.gap-y-16 {
  row-gap: 1rem;
}

.gap-20 {
  gap: 1.25rem;
}

.gap-x-20 {
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

.gap-y-20 {
  row-gap: 1.25rem;
}

.gap-30 {
  gap: 1.875rem;
}

.gap-x-30 {
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}

.gap-y-30 {
  row-gap: 1.875rem;
}

.gap-36 {
  gap: 2.25rem;
}

.gap-x-36 {
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
}

.gap-y-36 {
  row-gap: 2.25rem;
}

.gap-40 {
  gap: 2.5rem;
}

.gap-x-40 {
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.gap-y-40 {
  row-gap: 2.5rem;
}

.gap-70 {
  gap: 4.375rem;
}

.gap-x-70 {
  -webkit-column-gap: 4.375rem;
     -moz-column-gap: 4.375rem;
          column-gap: 4.375rem;
}

.gap-y-70 {
  row-gap: 4.375rem;
}

/* gap au sein des breakpoints */
@media (min-width: 356px) {
  .sm\:gap-0 {
    gap: 0;
  }
  .sm\:gap-x-0 {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .sm\:gap-y-0 {
    row-gap: 0;
  }
  .sm\:gap-5 {
    gap: 0.313rem;
  }
  .sm\:gap-x-5 {
    -webkit-column-gap: 0.313rem;
       -moz-column-gap: 0.313rem;
            column-gap: 0.313rem;
  }
  .sm\:gap-y-5 {
    row-gap: 0.313rem;
  }
  .sm\:gap-10 {
    gap: 0.625rem;
  }
  .sm\:gap-x-10 {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
  .sm\:gap-y-10 {
    row-gap: 0.625rem;
  }
  .sm\:gap-16 {
    gap: 1rem;
  }
  .sm\:gap-x-16 {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .sm\:gap-y-16 {
    row-gap: 1rem;
  }
  .sm\:gap-20 {
    gap: 1.25rem;
  }
  .sm\:gap-x-20 {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .sm\:gap-y-20 {
    row-gap: 1.25rem;
  }
  .sm\:gap-30 {
    gap: 1.875rem;
  }
  .sm\:gap-x-30 {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
  .sm\:gap-y-30 {
    row-gap: 1.875rem;
  }
  .sm\:gap-36 {
    gap: 2.25rem;
  }
  .sm\:gap-x-36 {
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
  }
  .sm\:gap-y-36 {
    row-gap: 2.25rem;
  }
  .sm\:gap-40 {
    gap: 2.5rem;
  }
  .sm\:gap-x-40 {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
  .sm\:gap-y-40 {
    row-gap: 2.5rem;
  }
  .sm\:gap-70 {
    gap: 4.375rem;
  }
  .sm\:gap-x-70 {
    -webkit-column-gap: 4.375rem;
       -moz-column-gap: 4.375rem;
            column-gap: 4.375rem;
  }
  .sm\:gap-y-70 {
    row-gap: 4.375rem;
  }
}
@media (min-width: 1024px) {
  .smd\:gap-0 {
    gap: 0;
  }
  .smd\:gap-x-0 {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .smd\:gap-y-0 {
    row-gap: 0;
  }
  .smd\:gap-5 {
    gap: 0.313rem;
  }
  .smd\:gap-x-5 {
    -webkit-column-gap: 0.313rem;
       -moz-column-gap: 0.313rem;
            column-gap: 0.313rem;
  }
  .smd\:gap-y-5 {
    row-gap: 0.313rem;
  }
  .smd\:gap-10 {
    gap: 0.625rem;
  }
  .smd\:gap-x-10 {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
  .smd\:gap-y-10 {
    row-gap: 0.625rem;
  }
  .smd\:gap-16 {
    gap: 1rem;
  }
  .smd\:gap-x-16 {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .smd\:gap-y-16 {
    row-gap: 1rem;
  }
  .smd\:gap-20 {
    gap: 1.25rem;
  }
  .smd\:gap-x-20 {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .smd\:gap-y-20 {
    row-gap: 1.25rem;
  }
  .smd\:gap-30 {
    gap: 1.875rem;
  }
  .smd\:gap-x-30 {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
  .smd\:gap-y-30 {
    row-gap: 1.875rem;
  }
  .smd\:gap-36 {
    gap: 2.25rem;
  }
  .smd\:gap-x-36 {
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
  }
  .smd\:gap-y-36 {
    row-gap: 2.25rem;
  }
  .smd\:gap-40 {
    gap: 2.5rem;
  }
  .smd\:gap-x-40 {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
  .smd\:gap-y-40 {
    row-gap: 2.5rem;
  }
  .smd\:gap-70 {
    gap: 4.375rem;
  }
  .smd\:gap-x-70 {
    -webkit-column-gap: 4.375rem;
       -moz-column-gap: 4.375rem;
            column-gap: 4.375rem;
  }
  .smd\:gap-y-70 {
    row-gap: 4.375rem;
  }
}
@media (min-width: 1350px) {
  .md\:gap-0 {
    gap: 0;
  }
  .md\:gap-x-0 {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .md\:gap-y-0 {
    row-gap: 0;
  }
  .md\:gap-5 {
    gap: 0.313rem;
  }
  .md\:gap-x-5 {
    -webkit-column-gap: 0.313rem;
       -moz-column-gap: 0.313rem;
            column-gap: 0.313rem;
  }
  .md\:gap-y-5 {
    row-gap: 0.313rem;
  }
  .md\:gap-10 {
    gap: 0.625rem;
  }
  .md\:gap-x-10 {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
  .md\:gap-y-10 {
    row-gap: 0.625rem;
  }
  .md\:gap-16 {
    gap: 1rem;
  }
  .md\:gap-x-16 {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .md\:gap-y-16 {
    row-gap: 1rem;
  }
  .md\:gap-20 {
    gap: 1.25rem;
  }
  .md\:gap-x-20 {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .md\:gap-y-20 {
    row-gap: 1.25rem;
  }
  .md\:gap-30 {
    gap: 1.875rem;
  }
  .md\:gap-x-30 {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
  .md\:gap-y-30 {
    row-gap: 1.875rem;
  }
  .md\:gap-36 {
    gap: 2.25rem;
  }
  .md\:gap-x-36 {
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
  }
  .md\:gap-y-36 {
    row-gap: 2.25rem;
  }
  .md\:gap-40 {
    gap: 2.5rem;
  }
  .md\:gap-x-40 {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
  .md\:gap-y-40 {
    row-gap: 2.5rem;
  }
  .md\:gap-70 {
    gap: 4.375rem;
  }
  .md\:gap-x-70 {
    -webkit-column-gap: 4.375rem;
       -moz-column-gap: 4.375rem;
            column-gap: 4.375rem;
  }
  .md\:gap-y-70 {
    row-gap: 4.375rem;
  }
}
/* grid-items initialisation */
.col-start-1 {
  -ms-grid-column: 1;
      grid-column-start: 1;
}

.col-end-1 {
  -ms-grid-column-span: 1;
  grid-column-end: 1;
}

.col-span-1 {
  -ms-grid-column-span: 1;
  grid-column: span 1/span 1;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-1 {
  -ms-grid-row: 1;
      grid-row-start: 1;
}

.row-end-1 {
  -ms-grid-row-span: 1;
  grid-row-end: 1;
}

.row-span-1 {
  -ms-grid-row-span: 1;
  grid-row: span 1/span 1;
}

.col-start-2 {
  -ms-grid-column: 2;
      grid-column-start: 2;
}

.col-end-2 {
  -ms-grid-column-span: 2;
  grid-column-end: 2;
}

.col-span-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2/span 2;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-2 {
  -ms-grid-row: 2;
      grid-row-start: 2;
}

.row-end-2 {
  -ms-grid-row-span: 2;
  grid-row-end: 2;
}

.row-span-2 {
  -ms-grid-row-span: 2;
  grid-row: span 2/span 2;
}

.col-start-3 {
  -ms-grid-column: 3;
      grid-column-start: 3;
}

.col-end-3 {
  -ms-grid-column-span: 3;
  grid-column-end: 3;
}

.col-span-3 {
  -ms-grid-column-span: 3;
  grid-column: span 3/span 3;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-3 {
  -ms-grid-row: 3;
      grid-row-start: 3;
}

.row-end-3 {
  -ms-grid-row-span: 3;
  grid-row-end: 3;
}

.row-span-3 {
  -ms-grid-row-span: 3;
  grid-row: span 3/span 3;
}

.col-start-4 {
  -ms-grid-column: 4;
      grid-column-start: 4;
}

.col-end-4 {
  -ms-grid-column-span: 4;
  grid-column-end: 4;
}

.col-span-4 {
  -ms-grid-column-span: 4;
  grid-column: span 4/span 4;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-4 {
  -ms-grid-row: 4;
      grid-row-start: 4;
}

.row-end-4 {
  -ms-grid-row-span: 4;
  grid-row-end: 4;
}

.row-span-4 {
  -ms-grid-row-span: 4;
  grid-row: span 4/span 4;
}

.col-start-5 {
  -ms-grid-column: 5;
      grid-column-start: 5;
}

.col-end-5 {
  -ms-grid-column-span: 5;
  grid-column-end: 5;
}

.col-span-5 {
  -ms-grid-column-span: 5;
  grid-column: span 5/span 5;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-5 {
  -ms-grid-row: 5;
      grid-row-start: 5;
}

.row-end-5 {
  -ms-grid-row-span: 5;
  grid-row-end: 5;
}

.row-span-5 {
  -ms-grid-row-span: 5;
  grid-row: span 5/span 5;
}

.col-start-6 {
  -ms-grid-column: 6;
      grid-column-start: 6;
}

.col-end-6 {
  -ms-grid-column-span: 6;
  grid-column-end: 6;
}

.col-span-6 {
  -ms-grid-column-span: 6;
  grid-column: span 6/span 6;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-6 {
  -ms-grid-row: 6;
      grid-row-start: 6;
}

.row-end-6 {
  -ms-grid-row-span: 6;
  grid-row-end: 6;
}

.row-span-6 {
  -ms-grid-row-span: 6;
  grid-row: span 6/span 6;
}

/* grid-items au sein des breakpoints */
@media (min-width: 356px) {
  .sm\:col-start-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .sm\:col-end-1 {
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }
  .sm\:col-span-1 {
    -ms-grid-column-span: 1;
    grid-column: span 1/span 1;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-1 {
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
  .sm\:row-end-1 {
    -ms-grid-row-span: 1;
    grid-row-end: 1;
  }
  .sm\:row-span-1 {
    -ms-grid-row-span: 1;
    grid-row: span 1/span 1;
  }
  .sm\:col-start-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .sm\:col-end-2 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
  .sm\:col-span-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-2 {
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  .sm\:row-end-2 {
    -ms-grid-row-span: 2;
    grid-row-end: 2;
  }
  .sm\:row-span-2 {
    -ms-grid-row-span: 2;
    grid-row: span 2/span 2;
  }
  .sm\:col-start-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .sm\:col-end-3 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
  .sm\:col-span-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3/span 3;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-3 {
    -ms-grid-row: 3;
        grid-row-start: 3;
  }
  .sm\:row-end-3 {
    -ms-grid-row-span: 3;
    grid-row-end: 3;
  }
  .sm\:row-span-3 {
    -ms-grid-row-span: 3;
    grid-row: span 3/span 3;
  }
  .sm\:col-start-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .sm\:col-end-4 {
    -ms-grid-column-span: 4;
    grid-column-end: 4;
  }
  .sm\:col-span-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4/span 4;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-4 {
    -ms-grid-row: 4;
        grid-row-start: 4;
  }
  .sm\:row-end-4 {
    -ms-grid-row-span: 4;
    grid-row-end: 4;
  }
  .sm\:row-span-4 {
    -ms-grid-row-span: 4;
    grid-row: span 4/span 4;
  }
  .sm\:col-start-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .sm\:col-end-5 {
    -ms-grid-column-span: 5;
    grid-column-end: 5;
  }
  .sm\:col-span-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5/span 5;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-5 {
    -ms-grid-row: 5;
        grid-row-start: 5;
  }
  .sm\:row-end-5 {
    -ms-grid-row-span: 5;
    grid-row-end: 5;
  }
  .sm\:row-span-5 {
    -ms-grid-row-span: 5;
    grid-row: span 5/span 5;
  }
  .sm\:col-start-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .sm\:col-end-6 {
    -ms-grid-column-span: 6;
    grid-column-end: 6;
  }
  .sm\:col-span-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6/span 6;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-6 {
    -ms-grid-row: 6;
        grid-row-start: 6;
  }
  .sm\:row-end-6 {
    -ms-grid-row-span: 6;
    grid-row-end: 6;
  }
  .sm\:row-span-6 {
    -ms-grid-row-span: 6;
    grid-row: span 6/span 6;
  }
}
@media (min-width: 1024px) {
  .smd\:col-start-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .smd\:col-end-1 {
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }
  .smd\:col-span-1 {
    -ms-grid-column-span: 1;
    grid-column: span 1/span 1;
  }
  .smd\:col-span-full {
    grid-column: 1/-1;
  }
  .smd\:row-start-1 {
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
  .smd\:row-end-1 {
    -ms-grid-row-span: 1;
    grid-row-end: 1;
  }
  .smd\:row-span-1 {
    -ms-grid-row-span: 1;
    grid-row: span 1/span 1;
  }
  .smd\:col-start-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .smd\:col-end-2 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
  .smd\:col-span-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
  }
  .smd\:col-span-full {
    grid-column: 1/-1;
  }
  .smd\:row-start-2 {
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  .smd\:row-end-2 {
    -ms-grid-row-span: 2;
    grid-row-end: 2;
  }
  .smd\:row-span-2 {
    -ms-grid-row-span: 2;
    grid-row: span 2/span 2;
  }
  .smd\:col-start-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .smd\:col-end-3 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
  .smd\:col-span-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3/span 3;
  }
  .smd\:col-span-full {
    grid-column: 1/-1;
  }
  .smd\:row-start-3 {
    -ms-grid-row: 3;
        grid-row-start: 3;
  }
  .smd\:row-end-3 {
    -ms-grid-row-span: 3;
    grid-row-end: 3;
  }
  .smd\:row-span-3 {
    -ms-grid-row-span: 3;
    grid-row: span 3/span 3;
  }
  .smd\:col-start-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .smd\:col-end-4 {
    -ms-grid-column-span: 4;
    grid-column-end: 4;
  }
  .smd\:col-span-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4/span 4;
  }
  .smd\:col-span-full {
    grid-column: 1/-1;
  }
  .smd\:row-start-4 {
    -ms-grid-row: 4;
        grid-row-start: 4;
  }
  .smd\:row-end-4 {
    -ms-grid-row-span: 4;
    grid-row-end: 4;
  }
  .smd\:row-span-4 {
    -ms-grid-row-span: 4;
    grid-row: span 4/span 4;
  }
  .smd\:col-start-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .smd\:col-end-5 {
    -ms-grid-column-span: 5;
    grid-column-end: 5;
  }
  .smd\:col-span-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5/span 5;
  }
  .smd\:col-span-full {
    grid-column: 1/-1;
  }
  .smd\:row-start-5 {
    -ms-grid-row: 5;
        grid-row-start: 5;
  }
  .smd\:row-end-5 {
    -ms-grid-row-span: 5;
    grid-row-end: 5;
  }
  .smd\:row-span-5 {
    -ms-grid-row-span: 5;
    grid-row: span 5/span 5;
  }
  .smd\:col-start-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .smd\:col-end-6 {
    -ms-grid-column-span: 6;
    grid-column-end: 6;
  }
  .smd\:col-span-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6/span 6;
  }
  .smd\:col-span-full {
    grid-column: 1/-1;
  }
  .smd\:row-start-6 {
    -ms-grid-row: 6;
        grid-row-start: 6;
  }
  .smd\:row-end-6 {
    -ms-grid-row-span: 6;
    grid-row-end: 6;
  }
  .smd\:row-span-6 {
    -ms-grid-row-span: 6;
    grid-row: span 6/span 6;
  }
}
@media (min-width: 1350px) {
  .md\:col-start-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .md\:col-end-1 {
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }
  .md\:col-span-1 {
    -ms-grid-column-span: 1;
    grid-column: span 1/span 1;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-1 {
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
  .md\:row-end-1 {
    -ms-grid-row-span: 1;
    grid-row-end: 1;
  }
  .md\:row-span-1 {
    -ms-grid-row-span: 1;
    grid-row: span 1/span 1;
  }
  .md\:col-start-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .md\:col-end-2 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
  .md\:col-span-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-2 {
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  .md\:row-end-2 {
    -ms-grid-row-span: 2;
    grid-row-end: 2;
  }
  .md\:row-span-2 {
    -ms-grid-row-span: 2;
    grid-row: span 2/span 2;
  }
  .md\:col-start-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .md\:col-end-3 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
  .md\:col-span-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3/span 3;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-3 {
    -ms-grid-row: 3;
        grid-row-start: 3;
  }
  .md\:row-end-3 {
    -ms-grid-row-span: 3;
    grid-row-end: 3;
  }
  .md\:row-span-3 {
    -ms-grid-row-span: 3;
    grid-row: span 3/span 3;
  }
  .md\:col-start-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .md\:col-end-4 {
    -ms-grid-column-span: 4;
    grid-column-end: 4;
  }
  .md\:col-span-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4/span 4;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-4 {
    -ms-grid-row: 4;
        grid-row-start: 4;
  }
  .md\:row-end-4 {
    -ms-grid-row-span: 4;
    grid-row-end: 4;
  }
  .md\:row-span-4 {
    -ms-grid-row-span: 4;
    grid-row: span 4/span 4;
  }
  .md\:col-start-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .md\:col-end-5 {
    -ms-grid-column-span: 5;
    grid-column-end: 5;
  }
  .md\:col-span-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5/span 5;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-5 {
    -ms-grid-row: 5;
        grid-row-start: 5;
  }
  .md\:row-end-5 {
    -ms-grid-row-span: 5;
    grid-row-end: 5;
  }
  .md\:row-span-5 {
    -ms-grid-row-span: 5;
    grid-row: span 5/span 5;
  }
  .md\:col-start-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .md\:col-end-6 {
    -ms-grid-column-span: 6;
    grid-column-end: 6;
  }
  .md\:col-span-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6/span 6;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-6 {
    -ms-grid-row: 6;
        grid-row-start: 6;
  }
  .md\:row-end-6 {
    -ms-grid-row-span: 6;
    grid-row-end: 6;
  }
  .md\:row-span-6 {
    -ms-grid-row-span: 6;
    grid-row: span 6/span 6;
  }
}
/* ----------------------------  */
/* ==Layout classes              */
/* ----------------------------- */
/* Global container */
.layout-maxed {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 380px) minmax(20px, 1fr);
  grid-template-columns: minmax(20px, 1fr) minmax(auto, 380px) minmax(20px, 1fr);
}
@media (min-width: 356px) {
  .layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 356px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 356px) minmax(20px, 1fr);
  }
}
@media (min-width: 1024px) {
  .layout-maxed {
    -ms-grid-columns: minmax(30px, 1fr) minmax(auto, 1024px) minmax(30px, 1fr);
    grid-template-columns: minmax(30px, 1fr) minmax(auto, 1024px) minmax(30px, 1fr);
  }
}
@media (min-width: 1350px) {
  .layout-maxed {
    -ms-grid-columns: minmax(40px, 1fr) minmax(auto, 1350px) minmax(40px, 1fr);
    grid-template-columns: minmax(40px, 1fr) minmax(auto, 1350px) minmax(40px, 1fr);
  }
}

/* Center all children */
.layout-maxed > * {
  -ms-grid-column: 2;
  grid-column: 2;
}

/* Hero box  */
.layout-hero {
  grid-column: 1/-1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: inherit;
  grid-template-columns: inherit;
}

.layout-hero > * {
  -ms-grid-column: 2;
  grid-column: 2;
}

/* Hero image */
.layout-hero-img {
  grid-column: 1/-1;
  -ms-grid-column-align: center;
      justify-self: center;
  max-width: 100%;
}

.d-none {
  display: none !important;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.w-75 {
  width: 75%;
}

.h-75 {
  height: 75%;
}

.w-50 {
  width: 50%;
}

.h-50 {
  height: 50%;
}

.w-25 {
  width: 25%;
}

.h-25 {
  height: 25%;
}

.margin {
  margin: 100px 0;
}
@media screen and (max-width: 1350px) {
  .margin {
    margin: 60px 0;
  }
}
.margin-top {
  margin-top: 100px;
}
@media screen and (max-width: 1350px) {
  .margin-top {
    margin-top: 60px;
  }
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

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

.flex-no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.flex-shrink {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.flex-no-shrink {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flex-no-grow {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

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

.text-italic {
  font-style: italic;
}

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

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

.text-smaller {
  font-size: smaller;
}

.text-larger {
  font-size: larger;
}

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

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

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

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

.text-wrap {
  overflow-wrap: break-word;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.justify-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

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

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

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

.align-start {
  -ms-flex-line-pack: start;
      align-content: start;
}

.align-end {
  -ms-flex-line-pack: end;
      align-content: end;
}

.align-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.align-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.align-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.align-evenly {
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.justify-self-auto {
  -ms-grid-column-align: auto;
      justify-self: auto;
}

.justify-self-start {
  -ms-grid-column-align: start;
      justify-self: start;
}

.justify-self-end {
  -ms-grid-column-align: end;
      justify-self: end;
}

.justify-self-center {
  -ms-grid-column-align: center;
      justify-self: center;
}

.justify-self-stretch {
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

.align-self-auto {
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

.align-self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.align-top {
  vertical-align: top;
}

.align-bottom {
  vertical-align: bottom;
}

.align-middle {
  vertical-align: middle;
}

.item-first {
  -webkit-box-ordinal-group: -99;
      -ms-flex-order: -100;
          order: -100;
}

.item-last {
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
}

@media (min-width: 356px) {
  .sm\:hidden {
    display: none;
  }
}
@media (min-width: 1024px) {
  .smd\:hidden {
    display: none;
  }
}
@media (min-width: 1350px) {
  .md\:hidden {
    display: none;
  }
}
@media (min-width: 356px) {
  .sm\:block {
    display: block;
  }
}
@media (min-width: 1024px) {
  .smd\:block {
    display: block;
  }
}
@media (min-width: 1350px) {
  .md\:block {
    display: block;
  }
}
@media (min-width: 356px) {
  .sm\:inline {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .smd\:inline {
    display: inline;
  }
}
@media (min-width: 1350px) {
  .md\:inline {
    display: inline;
  }
}
@media (min-width: 356px) {
  .sm\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .smd\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 1350px) {
  .md\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 356px) {
  .sm\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .smd\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1350px) {
  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 356px) {
  .sm\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .smd\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1350px) {
  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 356px) {
  .sm\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  .smd\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 1350px) {
  .md\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 356px) {
  .sm\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .smd\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1350px) {
  .md\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 356px) {
  .sm\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  .smd\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 1350px) {
  .md\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 356px) {
  .sm\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .smd\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1350px) {
  .md\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 356px) {
  .sm\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .smd\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 1350px) {
  .md\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 356px) {
  .sm\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
@media (min-width: 1024px) {
  .smd\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
@media (min-width: 1350px) {
  .md\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
@media (min-width: 356px) {
  .sm\:flex-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 1024px) {
  .smd\:flex-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 1350px) {
  .md\:flex-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 356px) {
  .sm\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .smd\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1350px) {
  .md\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 356px) {
  .sm\:flex-no-grow {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (min-width: 1024px) {
  .smd\:flex-no-grow {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (min-width: 1350px) {
  .md\:flex-no-grow {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (min-width: 356px) {
  .sm\:float-left {
    float: left;
  }
}
@media (min-width: 1024px) {
  .smd\:float-left {
    float: left;
  }
}
@media (min-width: 1350px) {
  .md\:float-left {
    float: left;
  }
}
@media (min-width: 356px) {
  .sm\:float-right {
    float: right;
  }
}
@media (min-width: 1024px) {
  .smd\:float-right {
    float: right;
  }
}
@media (min-width: 1350px) {
  .md\:float-right {
    float: right;
  }
}
@media (min-width: 356px) {
  .sm\:float-none {
    float: none;
  }
}
@media (min-width: 1024px) {
  .smd\:float-none {
    float: none;
  }
}
@media (min-width: 1350px) {
  .md\:float-none {
    float: none;
  }
}
@media (min-width: 356px) {
  .sm\:text-bold {
    font-weight: bold;
  }
}
@media (min-width: 1024px) {
  .smd\:text-bold {
    font-weight: bold;
  }
}
@media (min-width: 1350px) {
  .md\:text-bold {
    font-weight: bold;
  }
}
@media (min-width: 356px) {
  .sm\:text-italic {
    font-style: italic;
  }
}
@media (min-width: 1024px) {
  .smd\:text-italic {
    font-style: italic;
  }
}
@media (min-width: 1350px) {
  .md\:text-italic {
    font-style: italic;
  }
}
@media (min-width: 356px) {
  .sm\:text-uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 1024px) {
  .smd\:text-uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 1350px) {
  .md\:text-uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 356px) {
  .sm\:text-lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 1024px) {
  .smd\:text-lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 1350px) {
  .md\:text-lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 356px) {
  .sm\:text-smaller {
    font-size: smaller;
  }
}
@media (min-width: 1024px) {
  .smd\:text-smaller {
    font-size: smaller;
  }
}
@media (min-width: 1350px) {
  .md\:text-smaller {
    font-size: smaller;
  }
}
@media (min-width: 356px) {
  .sm\:text-larger {
    font-size: larger;
  }
}
@media (min-width: 1024px) {
  .smd\:text-larger {
    font-size: larger;
  }
}
@media (min-width: 1350px) {
  .md\:text-larger {
    font-size: larger;
  }
}
@media (min-width: 356px) {
  .sm\:text-left {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .smd\:text-left {
    text-align: left;
  }
}
@media (min-width: 1350px) {
  .md\:text-left {
    text-align: left;
  }
}
@media (min-width: 356px) {
  .sm\:text-center {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .smd\:text-center {
    text-align: center;
  }
}
@media (min-width: 1350px) {
  .md\:text-center {
    text-align: center;
  }
}
@media (min-width: 356px) {
  .sm\:text-right {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .smd\:text-right {
    text-align: right;
  }
}
@media (min-width: 1350px) {
  .md\:text-right {
    text-align: right;
  }
}
@media (min-width: 356px) {
  .sm\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 1024px) {
  .smd\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 1350px) {
  .md\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 356px) {
  .sm\:text-wrap {
    overflow-wrap: break-word;
  }
}
@media (min-width: 1024px) {
  .smd\:text-wrap {
    overflow-wrap: break-word;
  }
}
@media (min-width: 1350px) {
  .md\:text-wrap {
    overflow-wrap: break-word;
  }
}
@media (min-width: 356px) {
  .sm\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .smd\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 1350px) {
  .md\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 356px) {
  .sm\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .smd\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 1350px) {
  .md\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 356px) {
  .sm\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1024px) {
  .smd\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1350px) {
  .md\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 356px) {
  .sm\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .smd\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1350px) {
  .md\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 356px) {
  .sm\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (min-width: 1024px) {
  .smd\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (min-width: 1350px) {
  .md\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (min-width: 356px) {
  .sm\:justify-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (min-width: 1024px) {
  .smd\:justify-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (min-width: 1350px) {
  .md\:justify-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (min-width: 356px) {
  .sm\:justify-items-start {
    justify-items: start;
  }
}
@media (min-width: 1024px) {
  .smd\:justify-items-start {
    justify-items: start;
  }
}
@media (min-width: 1350px) {
  .md\:justify-items-start {
    justify-items: start;
  }
}
@media (min-width: 356px) {
  .sm\:justify-items-end {
    justify-items: end;
  }
}
@media (min-width: 1024px) {
  .smd\:justify-items-end {
    justify-items: end;
  }
}
@media (min-width: 1350px) {
  .md\:justify-items-end {
    justify-items: end;
  }
}
@media (min-width: 356px) {
  .sm\:justify-items-center {
    justify-items: center;
  }
}
@media (min-width: 1024px) {
  .smd\:justify-items-center {
    justify-items: center;
  }
}
@media (min-width: 1350px) {
  .md\:justify-items-center {
    justify-items: center;
  }
}
@media (min-width: 356px) {
  .sm\:align-start {
    -ms-flex-line-pack: start;
        align-content: start;
  }
}
@media (min-width: 1024px) {
  .smd\:align-start {
    -ms-flex-line-pack: start;
        align-content: start;
  }
}
@media (min-width: 1350px) {
  .md\:align-start {
    -ms-flex-line-pack: start;
        align-content: start;
  }
}
@media (min-width: 356px) {
  .sm\:align-end {
    -ms-flex-line-pack: end;
        align-content: end;
  }
}
@media (min-width: 1024px) {
  .smd\:align-end {
    -ms-flex-line-pack: end;
        align-content: end;
  }
}
@media (min-width: 1350px) {
  .md\:align-end {
    -ms-flex-line-pack: end;
        align-content: end;
  }
}
@media (min-width: 356px) {
  .sm\:align-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media (min-width: 1024px) {
  .smd\:align-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media (min-width: 1350px) {
  .md\:align-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media (min-width: 356px) {
  .sm\:align-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
}
@media (min-width: 1024px) {
  .smd\:align-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
}
@media (min-width: 1350px) {
  .md\:align-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
}
@media (min-width: 356px) {
  .sm\:align-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
}
@media (min-width: 1024px) {
  .smd\:align-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
}
@media (min-width: 1350px) {
  .md\:align-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
}
@media (min-width: 356px) {
  .sm\:align-evenly {
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
  }
}
@media (min-width: 1024px) {
  .smd\:align-evenly {
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
  }
}
@media (min-width: 1350px) {
  .md\:align-evenly {
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
  }
}
@media (min-width: 356px) {
  .sm\:align-items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .smd\:align-items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1350px) {
  .md\:align-items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 356px) {
  .sm\:align-items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 1024px) {
  .smd\:align-items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 1350px) {
  .md\:align-items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 356px) {
  .sm\:align-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1024px) {
  .smd\:align-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1350px) {
  .md\:align-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 356px) {
  .sm\:place-center {
    place-content: center;
  }
}
@media (min-width: 1024px) {
  .smd\:place-center {
    place-content: center;
  }
}
@media (min-width: 1350px) {
  .md\:place-center {
    place-content: center;
  }
}
@media (min-width: 356px) {
  .sm\:justify-self-auto {
    -ms-grid-column-align: auto;
        justify-self: auto;
  }
}
@media (min-width: 1024px) {
  .smd\:justify-self-auto {
    -ms-grid-column-align: auto;
        justify-self: auto;
  }
}
@media (min-width: 1350px) {
  .md\:justify-self-auto {
    -ms-grid-column-align: auto;
        justify-self: auto;
  }
}
@media (min-width: 356px) {
  .sm\:justify-self-start {
    -ms-grid-column-align: start;
        justify-self: start;
  }
}
@media (min-width: 1024px) {
  .smd\:justify-self-start {
    -ms-grid-column-align: start;
        justify-self: start;
  }
}
@media (min-width: 1350px) {
  .md\:justify-self-start {
    -ms-grid-column-align: start;
        justify-self: start;
  }
}
@media (min-width: 356px) {
  .sm\:justify-self-end {
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@media (min-width: 1024px) {
  .smd\:justify-self-end {
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@media (min-width: 1350px) {
  .md\:justify-self-end {
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@media (min-width: 356px) {
  .sm\:justify-self-center {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
@media (min-width: 1024px) {
  .smd\:justify-self-center {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
@media (min-width: 1350px) {
  .md\:justify-self-center {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
@media (min-width: 356px) {
  .sm\:justify-self-stretch {
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
}
@media (min-width: 1024px) {
  .smd\:justify-self-stretch {
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
}
@media (min-width: 1350px) {
  .md\:justify-self-stretch {
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
}
@media (min-width: 356px) {
  .sm\:align-self-auto {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}
@media (min-width: 1024px) {
  .smd\:align-self-auto {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}
@media (min-width: 1350px) {
  .md\:align-self-auto {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}
@media (min-width: 356px) {
  .sm\:align-self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (min-width: 1024px) {
  .smd\:align-self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (min-width: 1350px) {
  .md\:align-self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (min-width: 356px) {
  .sm\:align-self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (min-width: 1024px) {
  .smd\:align-self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (min-width: 1350px) {
  .md\:align-self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (min-width: 356px) {
  .sm\:align-self-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media (min-width: 1024px) {
  .smd\:align-self-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media (min-width: 1350px) {
  .md\:align-self-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media (min-width: 356px) {
  .sm\:align-self-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
@media (min-width: 1024px) {
  .smd\:align-self-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
@media (min-width: 1350px) {
  .md\:align-self-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
@media (min-width: 356px) {
  .sm\:align-top {
    vertical-align: top;
  }
}
@media (min-width: 1024px) {
  .smd\:align-top {
    vertical-align: top;
  }
}
@media (min-width: 1350px) {
  .md\:align-top {
    vertical-align: top;
  }
}
@media (min-width: 356px) {
  .sm\:align-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1024px) {
  .smd\:align-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1350px) {
  .md\:align-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 356px) {
  .sm\:align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 1024px) {
  .smd\:align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 1350px) {
  .md\:align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 356px) {
  .sm\:item-first {
    -webkit-box-ordinal-group: -99;
        -ms-flex-order: -100;
            order: -100;
  }
}
@media (min-width: 1024px) {
  .smd\:item-first {
    -webkit-box-ordinal-group: -99;
        -ms-flex-order: -100;
            order: -100;
  }
}
@media (min-width: 1350px) {
  .md\:item-first {
    -webkit-box-ordinal-group: -99;
        -ms-flex-order: -100;
            order: -100;
  }
}
@media (min-width: 356px) {
  .sm\:item-last {
    -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
            order: 100;
  }
}
@media (min-width: 1024px) {
  .smd\:item-last {
    -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
            order: 100;
  }
}
@media (min-width: 1350px) {
  .md\:item-last {
    -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
            order: 100;
  }
}
.lc-1 {
  -webkit-line-clamp: 1;
}

.lc-2 {
  -webkit-line-clamp: 2;
}

.lc-3 {
  -webkit-line-clamp: 3;
}

.lc-4 {
  -webkit-line-clamp: 4;
}

.is-unstyled {
  list-style: none;
  padding-left: 0;
}

.is-disabled,
[disabled] {
  opacity: 0.6;
  cursor: not-allowed !important;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.text-normal {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}

@media (min-width: 356px) {
  .sm\:visually-hidden {
    position: absolute !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
  }
  .sm\:is-unstyled {
    list-style: none;
    padding-left: 0;
  }
  .sm\:is-disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
  .sm\:text-normal {
    font-weight: normal;
    font-style: normal;
    text-transform: none;
  }
}
@media (min-width: 1024px) {
  .smd\:visually-hidden {
    position: absolute !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
  }
  .smd\:is-unstyled {
    list-style: none;
    padding-left: 0;
  }
  .smd\:is-disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
  .smd\:text-normal {
    font-weight: normal;
    font-style: normal;
    text-transform: none;
  }
}
@media (min-width: 1350px) {
  .md\:visually-hidden {
    position: absolute !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
  }
  .md\:is-unstyled {
    list-style: none;
    padding-left: 0;
  }
  .md\:is-disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
  .md\:text-normal {
    font-weight: normal;
    font-style: normal;
    text-transform: none;
  }
}
/* Font sizes utility classes */
.text-10 {
  font-size: 0.625rem;
}

.text-11 {
  font-size: 0.6875rem;
}

.text-12 {
  font-size: 0.75rem;
}

.text-14 {
  font-size: 0.875rem;
}

.text-16 {
  font-size: 1rem;
}

.text-18 {
  font-size: 1.125rem;
}

.text-20 {
  font-size: 1.25rem;
}

.text-24 {
  font-size: 1.5rem;
}

.text-28 {
  font-size: 1.75rem;
}

.text-30 {
  font-size: 1.875rem;
}

.text-36 {
  font-size: 2.25rem;
}

.text-38 {
  font-size: 2.375rem;
}

.text-40 {
  font-size: 2.5rem;
}

.text-45 {
  font-size: 2.813rem;
}

.text-60 {
  font-size: 3.75rem;
}

.text-80 {
  font-size: 5rem;
}

.text-128 {
  font-size: 8rem;
}

.text-base {
  font-size: 1rem;
}

.text-inherit {
  font-size: inherit;
}

@media (min-width: 356px) {
  .sm\:text-10 {
    font-size: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .smd\:text-10 {
    font-size: 0.625rem;
  }
}
@media (min-width: 1350px) {
  .md\:text-10 {
    font-size: 0.625rem;
  }
}
@media (min-width: 356px) {
  .sm\:text-11 {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1024px) {
  .smd\:text-11 {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1350px) {
  .md\:text-11 {
    font-size: 0.6875rem;
  }
}
@media (min-width: 356px) {
  .sm\:text-12 {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .smd\:text-12 {
    font-size: 0.75rem;
  }
}
@media (min-width: 1350px) {
  .md\:text-12 {
    font-size: 0.75rem;
  }
}
@media (min-width: 356px) {
  .sm\:text-14 {
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .smd\:text-14 {
    font-size: 0.875rem;
  }
}
@media (min-width: 1350px) {
  .md\:text-14 {
    font-size: 0.875rem;
  }
}
@media (min-width: 356px) {
  .sm\:text-16 {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .smd\:text-16 {
    font-size: 1rem;
  }
}
@media (min-width: 1350px) {
  .md\:text-16 {
    font-size: 1rem;
  }
}
@media (min-width: 356px) {
  .sm\:text-18 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .smd\:text-18 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1350px) {
  .md\:text-18 {
    font-size: 1.125rem;
  }
}
@media (min-width: 356px) {
  .sm\:text-20 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .smd\:text-20 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1350px) {
  .md\:text-20 {
    font-size: 1.25rem;
  }
}
@media (min-width: 356px) {
  .sm\:text-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .smd\:text-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1350px) {
  .md\:text-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 356px) {
  .sm\:text-28 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .smd\:text-28 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1350px) {
  .md\:text-28 {
    font-size: 1.75rem;
  }
}
@media (min-width: 356px) {
  .sm\:text-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .smd\:text-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1350px) {
  .md\:text-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 356px) {
  .sm\:text-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .smd\:text-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1350px) {
  .md\:text-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 356px) {
  .sm\:text-38 {
    font-size: 2.375rem;
  }
}
@media (min-width: 1024px) {
  .smd\:text-38 {
    font-size: 2.375rem;
  }
}
@media (min-width: 1350px) {
  .md\:text-38 {
    font-size: 2.375rem;
  }
}
@media (min-width: 356px) {
  .sm\:text-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .smd\:text-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1350px) {
  .md\:text-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 356px) {
  .sm\:text-45 {
    font-size: 2.813rem;
  }
}
@media (min-width: 1024px) {
  .smd\:text-45 {
    font-size: 2.813rem;
  }
}
@media (min-width: 1350px) {
  .md\:text-45 {
    font-size: 2.813rem;
  }
}
@media (min-width: 356px) {
  .sm\:text-60 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .smd\:text-60 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1350px) {
  .md\:text-60 {
    font-size: 3.75rem;
  }
}
@media (min-width: 356px) {
  .sm\:text-80 {
    font-size: 5rem;
  }
}
@media (min-width: 1024px) {
  .smd\:text-80 {
    font-size: 5rem;
  }
}
@media (min-width: 1350px) {
  .md\:text-80 {
    font-size: 5rem;
  }
}
@media (min-width: 356px) {
  .sm\:text-128 {
    font-size: 8rem;
  }
}
@media (min-width: 1024px) {
  .smd\:text-128 {
    font-size: 8rem;
  }
}
@media (min-width: 1350px) {
  .md\:text-128 {
    font-size: 8rem;
  }
}
@media (min-width: 356px) {
  .sm\:text-base {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .smd\:text-base {
    font-size: 1rem;
  }
}
@media (min-width: 1350px) {
  .md\:text-base {
    font-size: 1rem;
  }
}
@media (min-width: 356px) {
  .sm\:text-inherit {
    font-size: inherit;
  }
}
@media (min-width: 1024px) {
  .smd\:text-inherit {
    font-size: inherit;
  }
}
@media (min-width: 1350px) {
  .md\:text-inherit {
    font-size: inherit;
  }
}
.primary-title {
  font-family: "Canela Light", serif;
  font-size: 3.75rem;
  font-display: swap;
  font-weight: 300;
}
@media screen and (max-width: 1350px) {
  .primary-title {
    font-size: 2.375rem;
    line-height: 2.813rem;
  }
}
.primary-title.regular {
  font-family: "Canela", serif;
  font-weight: 400;
}

.secondary-title {
  font-family: "Canela", serif;
  font-size: 2.5rem;
  line-height: 2.813rem;
  font-display: swap;
  font-weight: 400;
}
@media screen and (max-width: 1350px) {
  .secondary-title {
    font-family: "Canela Medium", serif;
    font-size: 2.25rem;
    line-height: 2.813rem;
  }
  .secondary-title.quote {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
.secondary-title.semibold {
  font-weight: 600;
}
@media screen and (max-width: 1350px) {
  .secondary-title.no-smaller {
    font-size: 2.5rem;
    line-height: 2.813rem;
    font-family: "Canela", serif;
  }
}

.tertiary-title {
  font-family: "Canela Medium", serif;
  font-display: swap;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 500;
}
.tertiary-title.regular {
  font-family: "Canela", serif;
}

.fourth-title, .single-article .article-body h3 {
  font-family: "Canela Medium", serif;
  font-size: 1.125rem;
  font-display: swap;
  font-weight: 500;
}
@media screen and (min-width: 1350px) {
  .fourth-title, .single-article .article-body h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.fourth-title.no-smaller, .single-article .article-body h3.no-smaller {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.fifth-title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-display: swap;
}
@media screen and (min-width: 1350px) {
  .fifth-title {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}

.p-description, .info .left-container .p-description ul li, .info .left-container .single-article .article-body p ul li, .single-article .article-body .info .left-container p ul li, .single-article .article-body p {
  font-family: "Graphik", serif;
  font-display: swap;
  color: rgba(11, 34, 49, 0.7);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
@media screen and (min-width: 1350px) {
  .p-description, .info .left-container .p-description ul li, .info .left-container .single-article .article-body p ul li, .single-article .article-body .info .left-container p ul li, .single-article .article-body p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.p-description.little, .info .left-container .p-description ul li.little, .info .left-container .single-article .article-body p ul li.little, .single-article .article-body .info .left-container p ul li.little, .single-article .article-body p.little {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 1350px) {
  .p-description.little, .info .left-container .p-description ul li.little, .info .left-container .single-article .article-body p ul li.little, .single-article .article-body .info .left-container p ul li.little, .single-article .article-body p.little {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.p-description.small, .info .left-container .p-description ul li.small, .info .left-container .single-article .article-body p ul li.small, .single-article .article-body .info .left-container p ul li.small, .single-article .article-body p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.p-description.no-smaller, .info .left-container .p-description ul li.no-smaller, .info .left-container .single-article .article-body p ul li.no-smaller, .single-article .article-body .info .left-container p ul li.no-smaller, .single-article .article-body p.no-smaller {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.sf-medium {
  font-family: "Graphik Medium", serif;
  font-weight: 500;
}

/* Spacers utility classes */
.p-0 {
  padding: 0;
}

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

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

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

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

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

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

.m-0 {
  margin: 0;
}

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

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

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

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

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

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

@media (min-width: 356px) {
  .sm\:p-0 {
    padding: 0;
  }
  .sm\:pt-0 {
    padding-top: 0;
  }
  .sm\:pr-0 {
    padding-right: 0;
  }
  .sm\:pb-0 {
    padding-bottom: 0;
  }
  .sm\:pl-0 {
    padding-left: 0;
  }
  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sm\:m-0 {
    margin: 0;
  }
  .sm\:mt-0 {
    margin-top: 0;
  }
  .sm\:mr-0 {
    margin-right: 0;
  }
  .sm\:mb-0 {
    margin-bottom: 0;
  }
  .sm\:ml-0 {
    margin-left: 0;
  }
  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .smd\:p-0 {
    padding: 0;
  }
  .smd\:pt-0 {
    padding-top: 0;
  }
  .smd\:pr-0 {
    padding-right: 0;
  }
  .smd\:pb-0 {
    padding-bottom: 0;
  }
  .smd\:pl-0 {
    padding-left: 0;
  }
  .smd\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .smd\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .smd\:m-0 {
    margin: 0;
  }
  .smd\:mt-0 {
    margin-top: 0;
  }
  .smd\:mr-0 {
    margin-right: 0;
  }
  .smd\:mb-0 {
    margin-bottom: 0;
  }
  .smd\:ml-0 {
    margin-left: 0;
  }
  .smd\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .smd\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1350px) {
  .md\:p-0 {
    padding: 0;
  }
  .md\:pt-0 {
    padding-top: 0;
  }
  .md\:pr-0 {
    padding-right: 0;
  }
  .md\:pb-0 {
    padding-bottom: 0;
  }
  .md\:pl-0 {
    padding-left: 0;
  }
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .md\:m-0 {
    margin: 0;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mr-0 {
    margin-right: 0;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:ml-0 {
    margin-left: 0;
  }
  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.p-1 {
  padding: 1px;
}

.pt-1 {
  padding-top: 1px;
}

.pr-1 {
  padding-right: 1px;
}

.pb-1 {
  padding-bottom: 1px;
}

.pl-1 {
  padding-left: 1px;
}

.px-1 {
  padding-left: 1px;
  padding-right: 1px;
}

.py-1 {
  padding-top: 1px;
  padding-bottom: 1px;
}

.m-1 {
  margin: 1px;
}

.mt-1 {
  margin-top: 1px;
}

.mr-1 {
  margin-right: 1px;
}

.mb-1 {
  margin-bottom: 1px;
}

.ml-1 {
  margin-left: 1px;
}

.mx-1 {
  margin-left: 1px;
  margin-right: 1px;
}

.my-1 {
  margin-top: 1px;
  margin-bottom: 1px;
}

@media (min-width: 356px) {
  .sm\:p-1 {
    padding: 1px;
  }
  .sm\:pt-1 {
    padding-top: 1px;
  }
  .sm\:pr-1 {
    padding-right: 1px;
  }
  .sm\:pb-1 {
    padding-bottom: 1px;
  }
  .sm\:pl-1 {
    padding-left: 1px;
  }
  .sm\:px-1 {
    padding-left: 1px;
    padding-right: 1px;
  }
  .sm\:py-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .sm\:m-1 {
    margin: 1px;
  }
  .sm\:mt-1 {
    margin-top: 1px;
  }
  .sm\:mr-1 {
    margin-right: 1px;
  }
  .sm\:mb-1 {
    margin-bottom: 1px;
  }
  .sm\:ml-1 {
    margin-left: 1px;
  }
  .sm\:mx-1 {
    margin-left: 1px;
    margin-right: 1px;
  }
  .sm\:my-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }
}
@media (min-width: 1024px) {
  .smd\:p-1 {
    padding: 1px;
  }
  .smd\:pt-1 {
    padding-top: 1px;
  }
  .smd\:pr-1 {
    padding-right: 1px;
  }
  .smd\:pb-1 {
    padding-bottom: 1px;
  }
  .smd\:pl-1 {
    padding-left: 1px;
  }
  .smd\:px-1 {
    padding-left: 1px;
    padding-right: 1px;
  }
  .smd\:py-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .smd\:m-1 {
    margin: 1px;
  }
  .smd\:mt-1 {
    margin-top: 1px;
  }
  .smd\:mr-1 {
    margin-right: 1px;
  }
  .smd\:mb-1 {
    margin-bottom: 1px;
  }
  .smd\:ml-1 {
    margin-left: 1px;
  }
  .smd\:mx-1 {
    margin-left: 1px;
    margin-right: 1px;
  }
  .smd\:my-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }
}
@media (min-width: 1350px) {
  .md\:p-1 {
    padding: 1px;
  }
  .md\:pt-1 {
    padding-top: 1px;
  }
  .md\:pr-1 {
    padding-right: 1px;
  }
  .md\:pb-1 {
    padding-bottom: 1px;
  }
  .md\:pl-1 {
    padding-left: 1px;
  }
  .md\:px-1 {
    padding-left: 1px;
    padding-right: 1px;
  }
  .md\:py-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .md\:m-1 {
    margin: 1px;
  }
  .md\:mt-1 {
    margin-top: 1px;
  }
  .md\:mr-1 {
    margin-right: 1px;
  }
  .md\:mb-1 {
    margin-bottom: 1px;
  }
  .md\:ml-1 {
    margin-left: 1px;
  }
  .md\:mx-1 {
    margin-left: 1px;
    margin-right: 1px;
  }
  .md\:my-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }
}
.p-2 {
  padding: 0.125rem;
}

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

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

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

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

.px-2 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.py-2 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.m-2 {
  margin: 0.125rem;
}

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

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

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

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

.mx-2 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.my-2 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

@media (min-width: 356px) {
  .sm\:p-2 {
    padding: 0.125rem;
  }
  .sm\:pt-2 {
    padding-top: 0.125rem;
  }
  .sm\:pr-2 {
    padding-right: 0.125rem;
  }
  .sm\:pb-2 {
    padding-bottom: 0.125rem;
  }
  .sm\:pl-2 {
    padding-left: 0.125rem;
  }
  .sm\:px-2 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .sm\:py-2 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .sm\:m-2 {
    margin: 0.125rem;
  }
  .sm\:mt-2 {
    margin-top: 0.125rem;
  }
  .sm\:mr-2 {
    margin-right: 0.125rem;
  }
  .sm\:mb-2 {
    margin-bottom: 0.125rem;
  }
  .sm\:ml-2 {
    margin-left: 0.125rem;
  }
  .sm\:mx-2 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
  .sm\:my-2 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
}
@media (min-width: 1024px) {
  .smd\:p-2 {
    padding: 0.125rem;
  }
  .smd\:pt-2 {
    padding-top: 0.125rem;
  }
  .smd\:pr-2 {
    padding-right: 0.125rem;
  }
  .smd\:pb-2 {
    padding-bottom: 0.125rem;
  }
  .smd\:pl-2 {
    padding-left: 0.125rem;
  }
  .smd\:px-2 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .smd\:py-2 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .smd\:m-2 {
    margin: 0.125rem;
  }
  .smd\:mt-2 {
    margin-top: 0.125rem;
  }
  .smd\:mr-2 {
    margin-right: 0.125rem;
  }
  .smd\:mb-2 {
    margin-bottom: 0.125rem;
  }
  .smd\:ml-2 {
    margin-left: 0.125rem;
  }
  .smd\:mx-2 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
  .smd\:my-2 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
}
@media (min-width: 1350px) {
  .md\:p-2 {
    padding: 0.125rem;
  }
  .md\:pt-2 {
    padding-top: 0.125rem;
  }
  .md\:pr-2 {
    padding-right: 0.125rem;
  }
  .md\:pb-2 {
    padding-bottom: 0.125rem;
  }
  .md\:pl-2 {
    padding-left: 0.125rem;
  }
  .md\:px-2 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .md\:py-2 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .md\:m-2 {
    margin: 0.125rem;
  }
  .md\:mt-2 {
    margin-top: 0.125rem;
  }
  .md\:mr-2 {
    margin-right: 0.125rem;
  }
  .md\:mb-2 {
    margin-bottom: 0.125rem;
  }
  .md\:ml-2 {
    margin-left: 0.125rem;
  }
  .md\:mx-2 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
  .md\:my-2 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
}
.p-4 {
  padding: 0.25rem;
}

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

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

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

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

.px-4 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-4 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.m-4 {
  margin: 0.25rem;
}

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

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

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

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

.mx-4 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-4 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 356px) {
  .sm\:p-4 {
    padding: 0.25rem;
  }
  .sm\:pt-4 {
    padding-top: 0.25rem;
  }
  .sm\:pr-4 {
    padding-right: 0.25rem;
  }
  .sm\:pb-4 {
    padding-bottom: 0.25rem;
  }
  .sm\:pl-4 {
    padding-left: 0.25rem;
  }
  .sm\:px-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .sm\:py-4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .sm\:m-4 {
    margin: 0.25rem;
  }
  .sm\:mt-4 {
    margin-top: 0.25rem;
  }
  .sm\:mr-4 {
    margin-right: 0.25rem;
  }
  .sm\:mb-4 {
    margin-bottom: 0.25rem;
  }
  .sm\:ml-4 {
    margin-left: 0.25rem;
  }
  .sm\:mx-4 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .sm\:my-4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .smd\:p-4 {
    padding: 0.25rem;
  }
  .smd\:pt-4 {
    padding-top: 0.25rem;
  }
  .smd\:pr-4 {
    padding-right: 0.25rem;
  }
  .smd\:pb-4 {
    padding-bottom: 0.25rem;
  }
  .smd\:pl-4 {
    padding-left: 0.25rem;
  }
  .smd\:px-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .smd\:py-4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .smd\:m-4 {
    margin: 0.25rem;
  }
  .smd\:mt-4 {
    margin-top: 0.25rem;
  }
  .smd\:mr-4 {
    margin-right: 0.25rem;
  }
  .smd\:mb-4 {
    margin-bottom: 0.25rem;
  }
  .smd\:ml-4 {
    margin-left: 0.25rem;
  }
  .smd\:mx-4 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .smd\:my-4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 1350px) {
  .md\:p-4 {
    padding: 0.25rem;
  }
  .md\:pt-4 {
    padding-top: 0.25rem;
  }
  .md\:pr-4 {
    padding-right: 0.25rem;
  }
  .md\:pb-4 {
    padding-bottom: 0.25rem;
  }
  .md\:pl-4 {
    padding-left: 0.25rem;
  }
  .md\:px-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .md\:py-4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .md\:m-4 {
    margin: 0.25rem;
  }
  .md\:mt-4 {
    margin-top: 0.25rem;
  }
  .md\:mr-4 {
    margin-right: 0.25rem;
  }
  .md\:mb-4 {
    margin-bottom: 0.25rem;
  }
  .md\:ml-4 {
    margin-left: 0.25rem;
  }
  .md\:mx-4 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .md\:my-4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
.p-8 {
  padding: 0.5rem;
}

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

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

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

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

.px-8 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-8 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.m-8 {
  margin: 0.5rem;
}

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

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

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

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

.mx-8 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-8 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 356px) {
  .sm\:p-8 {
    padding: 0.5rem;
  }
  .sm\:pt-8 {
    padding-top: 0.5rem;
  }
  .sm\:pr-8 {
    padding-right: 0.5rem;
  }
  .sm\:pb-8 {
    padding-bottom: 0.5rem;
  }
  .sm\:pl-8 {
    padding-left: 0.5rem;
  }
  .sm\:px-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .sm\:py-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm\:m-8 {
    margin: 0.5rem;
  }
  .sm\:mt-8 {
    margin-top: 0.5rem;
  }
  .sm\:mr-8 {
    margin-right: 0.5rem;
  }
  .sm\:mb-8 {
    margin-bottom: 0.5rem;
  }
  .sm\:ml-8 {
    margin-left: 0.5rem;
  }
  .sm\:mx-8 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .sm\:my-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .smd\:p-8 {
    padding: 0.5rem;
  }
  .smd\:pt-8 {
    padding-top: 0.5rem;
  }
  .smd\:pr-8 {
    padding-right: 0.5rem;
  }
  .smd\:pb-8 {
    padding-bottom: 0.5rem;
  }
  .smd\:pl-8 {
    padding-left: 0.5rem;
  }
  .smd\:px-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .smd\:py-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .smd\:m-8 {
    margin: 0.5rem;
  }
  .smd\:mt-8 {
    margin-top: 0.5rem;
  }
  .smd\:mr-8 {
    margin-right: 0.5rem;
  }
  .smd\:mb-8 {
    margin-bottom: 0.5rem;
  }
  .smd\:ml-8 {
    margin-left: 0.5rem;
  }
  .smd\:mx-8 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .smd\:my-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1350px) {
  .md\:p-8 {
    padding: 0.5rem;
  }
  .md\:pt-8 {
    padding-top: 0.5rem;
  }
  .md\:pr-8 {
    padding-right: 0.5rem;
  }
  .md\:pb-8 {
    padding-bottom: 0.5rem;
  }
  .md\:pl-8 {
    padding-left: 0.5rem;
  }
  .md\:px-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:py-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:m-8 {
    margin: 0.5rem;
  }
  .md\:mt-8 {
    margin-top: 0.5rem;
  }
  .md\:mr-8 {
    margin-right: 0.5rem;
  }
  .md\:mb-8 {
    margin-bottom: 0.5rem;
  }
  .md\:ml-8 {
    margin-left: 0.5rem;
  }
  .md\:mx-8 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .md\:my-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.p-10 {
  padding: 0.625rem;
}

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

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

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

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

.px-10 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.py-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.m-10 {
  margin: 0.625rem;
}

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

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

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

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

.mx-10 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.my-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media (min-width: 356px) {
  .sm\:p-10 {
    padding: 0.625rem;
  }
  .sm\:pt-10 {
    padding-top: 0.625rem;
  }
  .sm\:pr-10 {
    padding-right: 0.625rem;
  }
  .sm\:pb-10 {
    padding-bottom: 0.625rem;
  }
  .sm\:pl-10 {
    padding-left: 0.625rem;
  }
  .sm\:px-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .sm\:py-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .sm\:m-10 {
    margin: 0.625rem;
  }
  .sm\:mt-10 {
    margin-top: 0.625rem;
  }
  .sm\:mr-10 {
    margin-right: 0.625rem;
  }
  .sm\:mb-10 {
    margin-bottom: 0.625rem;
  }
  .sm\:ml-10 {
    margin-left: 0.625rem;
  }
  .sm\:mx-10 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .sm\:my-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .smd\:p-10 {
    padding: 0.625rem;
  }
  .smd\:pt-10 {
    padding-top: 0.625rem;
  }
  .smd\:pr-10 {
    padding-right: 0.625rem;
  }
  .smd\:pb-10 {
    padding-bottom: 0.625rem;
  }
  .smd\:pl-10 {
    padding-left: 0.625rem;
  }
  .smd\:px-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .smd\:py-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .smd\:m-10 {
    margin: 0.625rem;
  }
  .smd\:mt-10 {
    margin-top: 0.625rem;
  }
  .smd\:mr-10 {
    margin-right: 0.625rem;
  }
  .smd\:mb-10 {
    margin-bottom: 0.625rem;
  }
  .smd\:ml-10 {
    margin-left: 0.625rem;
  }
  .smd\:mx-10 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .smd\:my-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 1350px) {
  .md\:p-10 {
    padding: 0.625rem;
  }
  .md\:pt-10 {
    padding-top: 0.625rem;
  }
  .md\:pr-10 {
    padding-right: 0.625rem;
  }
  .md\:pb-10 {
    padding-bottom: 0.625rem;
  }
  .md\:pl-10 {
    padding-left: 0.625rem;
  }
  .md\:px-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .md\:py-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .md\:m-10 {
    margin: 0.625rem;
  }
  .md\:mt-10 {
    margin-top: 0.625rem;
  }
  .md\:mr-10 {
    margin-right: 0.625rem;
  }
  .md\:mb-10 {
    margin-bottom: 0.625rem;
  }
  .md\:ml-10 {
    margin-left: 0.625rem;
  }
  .md\:mx-10 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .md\:my-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
.p-12 {
  padding: 0.75rem;
}

.pt-12 {
  padding-top: 0.75rem;
}

.pr-12 {
  padding-right: 0.75rem;
}

.pb-12 {
  padding-bottom: 0.75rem;
}

.pl-12 {
  padding-left: 0.75rem;
}

.px-12 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-12 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.m-12 {
  margin: 0.75rem;
}

.mt-12 {
  margin-top: 0.75rem;
}

.mr-12 {
  margin-right: 0.75rem;
}

.mb-12 {
  margin-bottom: 0.75rem;
}

.ml-12 {
  margin-left: 0.75rem;
}

.mx-12 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-12 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 356px) {
  .sm\:p-12 {
    padding: 0.75rem;
  }
  .sm\:pt-12 {
    padding-top: 0.75rem;
  }
  .sm\:pr-12 {
    padding-right: 0.75rem;
  }
  .sm\:pb-12 {
    padding-bottom: 0.75rem;
  }
  .sm\:pl-12 {
    padding-left: 0.75rem;
  }
  .sm\:px-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm\:py-12 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sm\:m-12 {
    margin: 0.75rem;
  }
  .sm\:mt-12 {
    margin-top: 0.75rem;
  }
  .sm\:mr-12 {
    margin-right: 0.75rem;
  }
  .sm\:mb-12 {
    margin-bottom: 0.75rem;
  }
  .sm\:ml-12 {
    margin-left: 0.75rem;
  }
  .sm\:mx-12 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .sm\:my-12 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .smd\:p-12 {
    padding: 0.75rem;
  }
  .smd\:pt-12 {
    padding-top: 0.75rem;
  }
  .smd\:pr-12 {
    padding-right: 0.75rem;
  }
  .smd\:pb-12 {
    padding-bottom: 0.75rem;
  }
  .smd\:pl-12 {
    padding-left: 0.75rem;
  }
  .smd\:px-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .smd\:py-12 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .smd\:m-12 {
    margin: 0.75rem;
  }
  .smd\:mt-12 {
    margin-top: 0.75rem;
  }
  .smd\:mr-12 {
    margin-right: 0.75rem;
  }
  .smd\:mb-12 {
    margin-bottom: 0.75rem;
  }
  .smd\:ml-12 {
    margin-left: 0.75rem;
  }
  .smd\:mx-12 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .smd\:my-12 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1350px) {
  .md\:p-12 {
    padding: 0.75rem;
  }
  .md\:pt-12 {
    padding-top: 0.75rem;
  }
  .md\:pr-12 {
    padding-right: 0.75rem;
  }
  .md\:pb-12 {
    padding-bottom: 0.75rem;
  }
  .md\:pl-12 {
    padding-left: 0.75rem;
  }
  .md\:px-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:py-12 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md\:m-12 {
    margin: 0.75rem;
  }
  .md\:mt-12 {
    margin-top: 0.75rem;
  }
  .md\:mr-12 {
    margin-right: 0.75rem;
  }
  .md\:mb-12 {
    margin-bottom: 0.75rem;
  }
  .md\:ml-12 {
    margin-left: 0.75rem;
  }
  .md\:mx-12 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .md\:my-12 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
.p-16 {
  padding: 1rem;
}

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

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

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

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

.px-16 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-16 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.m-16 {
  margin: 1rem;
}

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

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

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

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

.mx-16 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-16 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 356px) {
  .sm\:p-16 {
    padding: 1rem;
  }
  .sm\:pt-16 {
    padding-top: 1rem;
  }
  .sm\:pr-16 {
    padding-right: 1rem;
  }
  .sm\:pb-16 {
    padding-bottom: 1rem;
  }
  .sm\:pl-16 {
    padding-left: 1rem;
  }
  .sm\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:m-16 {
    margin: 1rem;
  }
  .sm\:mt-16 {
    margin-top: 1rem;
  }
  .sm\:mr-16 {
    margin-right: 1rem;
  }
  .sm\:mb-16 {
    margin-bottom: 1rem;
  }
  .sm\:ml-16 {
    margin-left: 1rem;
  }
  .sm\:mx-16 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .sm\:my-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .smd\:p-16 {
    padding: 1rem;
  }
  .smd\:pt-16 {
    padding-top: 1rem;
  }
  .smd\:pr-16 {
    padding-right: 1rem;
  }
  .smd\:pb-16 {
    padding-bottom: 1rem;
  }
  .smd\:pl-16 {
    padding-left: 1rem;
  }
  .smd\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .smd\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .smd\:m-16 {
    margin: 1rem;
  }
  .smd\:mt-16 {
    margin-top: 1rem;
  }
  .smd\:mr-16 {
    margin-right: 1rem;
  }
  .smd\:mb-16 {
    margin-bottom: 1rem;
  }
  .smd\:ml-16 {
    margin-left: 1rem;
  }
  .smd\:mx-16 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .smd\:my-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1350px) {
  .md\:p-16 {
    padding: 1rem;
  }
  .md\:pt-16 {
    padding-top: 1rem;
  }
  .md\:pr-16 {
    padding-right: 1rem;
  }
  .md\:pb-16 {
    padding-bottom: 1rem;
  }
  .md\:pl-16 {
    padding-left: 1rem;
  }
  .md\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:m-16 {
    margin: 1rem;
  }
  .md\:mt-16 {
    margin-top: 1rem;
  }
  .md\:mr-16 {
    margin-right: 1rem;
  }
  .md\:mb-16 {
    margin-bottom: 1rem;
  }
  .md\:ml-16 {
    margin-left: 1rem;
  }
  .md\:mx-16 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .md\:my-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.p-20 {
  padding: 1.25rem;
}

.pt-20 {
  padding-top: 1.25rem;
}

.pr-20 {
  padding-right: 1.25rem;
}

.pb-20 {
  padding-bottom: 1.25rem;
}

.pl-20 {
  padding-left: 1.25rem;
}

.px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.m-20 {
  margin: 1.25rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mr-20 {
  margin-right: 1.25rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.ml-20 {
  margin-left: 1.25rem;
}

.mx-20 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 356px) {
  .sm\:p-20 {
    padding: 1.25rem;
  }
  .sm\:pt-20 {
    padding-top: 1.25rem;
  }
  .sm\:pr-20 {
    padding-right: 1.25rem;
  }
  .sm\:pb-20 {
    padding-bottom: 1.25rem;
  }
  .sm\:pl-20 {
    padding-left: 1.25rem;
  }
  .sm\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .sm\:m-20 {
    margin: 1.25rem;
  }
  .sm\:mt-20 {
    margin-top: 1.25rem;
  }
  .sm\:mr-20 {
    margin-right: 1.25rem;
  }
  .sm\:mb-20 {
    margin-bottom: 1.25rem;
  }
  .sm\:ml-20 {
    margin-left: 1.25rem;
  }
  .sm\:mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .sm\:my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .smd\:p-20 {
    padding: 1.25rem;
  }
  .smd\:pt-20 {
    padding-top: 1.25rem;
  }
  .smd\:pr-20 {
    padding-right: 1.25rem;
  }
  .smd\:pb-20 {
    padding-bottom: 1.25rem;
  }
  .smd\:pl-20 {
    padding-left: 1.25rem;
  }
  .smd\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .smd\:py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .smd\:m-20 {
    margin: 1.25rem;
  }
  .smd\:mt-20 {
    margin-top: 1.25rem;
  }
  .smd\:mr-20 {
    margin-right: 1.25rem;
  }
  .smd\:mb-20 {
    margin-bottom: 1.25rem;
  }
  .smd\:ml-20 {
    margin-left: 1.25rem;
  }
  .smd\:mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .smd\:my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1350px) {
  .md\:p-20 {
    padding: 1.25rem;
  }
  .md\:pt-20 {
    padding-top: 1.25rem;
  }
  .md\:pr-20 {
    padding-right: 1.25rem;
  }
  .md\:pb-20 {
    padding-bottom: 1.25rem;
  }
  .md\:pl-20 {
    padding-left: 1.25rem;
  }
  .md\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .md\:m-20 {
    margin: 1.25rem;
  }
  .md\:mt-20 {
    margin-top: 1.25rem;
  }
  .md\:mr-20 {
    margin-right: 1.25rem;
  }
  .md\:mb-20 {
    margin-bottom: 1.25rem;
  }
  .md\:ml-20 {
    margin-left: 1.25rem;
  }
  .md\:mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .md\:my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-24 {
  padding: 1.5rem;
}

.pt-24 {
  padding-top: 1.5rem;
}

.pr-24 {
  padding-right: 1.5rem;
}

.pb-24 {
  padding-bottom: 1.5rem;
}

.pl-24 {
  padding-left: 1.5rem;
}

.px-24 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-24 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.m-24 {
  margin: 1.5rem;
}

.mt-24 {
  margin-top: 1.5rem;
}

.mr-24 {
  margin-right: 1.5rem;
}

.mb-24 {
  margin-bottom: 1.5rem;
}

.ml-24 {
  margin-left: 1.5rem;
}

.mx-24 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-24 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 356px) {
  .sm\:p-24 {
    padding: 1.5rem;
  }
  .sm\:pt-24 {
    padding-top: 1.5rem;
  }
  .sm\:pr-24 {
    padding-right: 1.5rem;
  }
  .sm\:pb-24 {
    padding-bottom: 1.5rem;
  }
  .sm\:pl-24 {
    padding-left: 1.5rem;
  }
  .sm\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:m-24 {
    margin: 1.5rem;
  }
  .sm\:mt-24 {
    margin-top: 1.5rem;
  }
  .sm\:mr-24 {
    margin-right: 1.5rem;
  }
  .sm\:mb-24 {
    margin-bottom: 1.5rem;
  }
  .sm\:ml-24 {
    margin-left: 1.5rem;
  }
  .sm\:mx-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .sm\:my-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .smd\:p-24 {
    padding: 1.5rem;
  }
  .smd\:pt-24 {
    padding-top: 1.5rem;
  }
  .smd\:pr-24 {
    padding-right: 1.5rem;
  }
  .smd\:pb-24 {
    padding-bottom: 1.5rem;
  }
  .smd\:pl-24 {
    padding-left: 1.5rem;
  }
  .smd\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .smd\:py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .smd\:m-24 {
    margin: 1.5rem;
  }
  .smd\:mt-24 {
    margin-top: 1.5rem;
  }
  .smd\:mr-24 {
    margin-right: 1.5rem;
  }
  .smd\:mb-24 {
    margin-bottom: 1.5rem;
  }
  .smd\:ml-24 {
    margin-left: 1.5rem;
  }
  .smd\:mx-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .smd\:my-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1350px) {
  .md\:p-24 {
    padding: 1.5rem;
  }
  .md\:pt-24 {
    padding-top: 1.5rem;
  }
  .md\:pr-24 {
    padding-right: 1.5rem;
  }
  .md\:pb-24 {
    padding-bottom: 1.5rem;
  }
  .md\:pl-24 {
    padding-left: 1.5rem;
  }
  .md\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:m-24 {
    margin: 1.5rem;
  }
  .md\:mt-24 {
    margin-top: 1.5rem;
  }
  .md\:mr-24 {
    margin-right: 1.5rem;
  }
  .md\:mb-24 {
    margin-bottom: 1.5rem;
  }
  .md\:ml-24 {
    margin-left: 1.5rem;
  }
  .md\:mx-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .md\:my-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.p-30 {
  padding: 1.875rem;
}

.pt-30 {
  padding-top: 1.875rem;
}

.pr-30 {
  padding-right: 1.875rem;
}

.pb-30 {
  padding-bottom: 1.875rem;
}

.pl-30 {
  padding-left: 1.875rem;
}

.px-30 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.py-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.m-30 {
  margin: 1.875rem;
}

.mt-30 {
  margin-top: 1.875rem;
}

.mr-30 {
  margin-right: 1.875rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.ml-30 {
  margin-left: 1.875rem;
}

.mx-30 {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.my-30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

@media (min-width: 356px) {
  .sm\:p-30 {
    padding: 1.875rem;
  }
  .sm\:pt-30 {
    padding-top: 1.875rem;
  }
  .sm\:pr-30 {
    padding-right: 1.875rem;
  }
  .sm\:pb-30 {
    padding-bottom: 1.875rem;
  }
  .sm\:pl-30 {
    padding-left: 1.875rem;
  }
  .sm\:px-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .sm\:py-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .sm\:m-30 {
    margin: 1.875rem;
  }
  .sm\:mt-30 {
    margin-top: 1.875rem;
  }
  .sm\:mr-30 {
    margin-right: 1.875rem;
  }
  .sm\:mb-30 {
    margin-bottom: 1.875rem;
  }
  .sm\:ml-30 {
    margin-left: 1.875rem;
  }
  .sm\:mx-30 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .sm\:my-30 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .smd\:p-30 {
    padding: 1.875rem;
  }
  .smd\:pt-30 {
    padding-top: 1.875rem;
  }
  .smd\:pr-30 {
    padding-right: 1.875rem;
  }
  .smd\:pb-30 {
    padding-bottom: 1.875rem;
  }
  .smd\:pl-30 {
    padding-left: 1.875rem;
  }
  .smd\:px-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .smd\:py-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .smd\:m-30 {
    margin: 1.875rem;
  }
  .smd\:mt-30 {
    margin-top: 1.875rem;
  }
  .smd\:mr-30 {
    margin-right: 1.875rem;
  }
  .smd\:mb-30 {
    margin-bottom: 1.875rem;
  }
  .smd\:ml-30 {
    margin-left: 1.875rem;
  }
  .smd\:mx-30 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .smd\:my-30 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1350px) {
  .md\:p-30 {
    padding: 1.875rem;
  }
  .md\:pt-30 {
    padding-top: 1.875rem;
  }
  .md\:pr-30 {
    padding-right: 1.875rem;
  }
  .md\:pb-30 {
    padding-bottom: 1.875rem;
  }
  .md\:pl-30 {
    padding-left: 1.875rem;
  }
  .md\:px-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .md\:py-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .md\:m-30 {
    margin: 1.875rem;
  }
  .md\:mt-30 {
    margin-top: 1.875rem;
  }
  .md\:mr-30 {
    margin-right: 1.875rem;
  }
  .md\:mb-30 {
    margin-bottom: 1.875rem;
  }
  .md\:ml-30 {
    margin-left: 1.875rem;
  }
  .md\:mx-30 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .md\:my-30 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.p-36 {
  padding: 2.25rem;
}

.pt-36 {
  padding-top: 2.25rem;
}

.pr-36 {
  padding-right: 2.25rem;
}

.pb-36 {
  padding-bottom: 2.25rem;
}

.pl-36 {
  padding-left: 2.25rem;
}

.px-36 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-36 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.m-36 {
  margin: 2.25rem;
}

.mt-36 {
  margin-top: 2.25rem;
}

.mr-36 {
  margin-right: 2.25rem;
}

.mb-36 {
  margin-bottom: 2.25rem;
}

.ml-36 {
  margin-left: 2.25rem;
}

.mx-36 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.my-36 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

@media (min-width: 356px) {
  .sm\:p-36 {
    padding: 2.25rem;
  }
  .sm\:pt-36 {
    padding-top: 2.25rem;
  }
  .sm\:pr-36 {
    padding-right: 2.25rem;
  }
  .sm\:pb-36 {
    padding-bottom: 2.25rem;
  }
  .sm\:pl-36 {
    padding-left: 2.25rem;
  }
  .sm\:px-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .sm\:py-36 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .sm\:m-36 {
    margin: 2.25rem;
  }
  .sm\:mt-36 {
    margin-top: 2.25rem;
  }
  .sm\:mr-36 {
    margin-right: 2.25rem;
  }
  .sm\:mb-36 {
    margin-bottom: 2.25rem;
  }
  .sm\:ml-36 {
    margin-left: 2.25rem;
  }
  .sm\:mx-36 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
  .sm\:my-36 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .smd\:p-36 {
    padding: 2.25rem;
  }
  .smd\:pt-36 {
    padding-top: 2.25rem;
  }
  .smd\:pr-36 {
    padding-right: 2.25rem;
  }
  .smd\:pb-36 {
    padding-bottom: 2.25rem;
  }
  .smd\:pl-36 {
    padding-left: 2.25rem;
  }
  .smd\:px-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .smd\:py-36 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .smd\:m-36 {
    margin: 2.25rem;
  }
  .smd\:mt-36 {
    margin-top: 2.25rem;
  }
  .smd\:mr-36 {
    margin-right: 2.25rem;
  }
  .smd\:mb-36 {
    margin-bottom: 2.25rem;
  }
  .smd\:ml-36 {
    margin-left: 2.25rem;
  }
  .smd\:mx-36 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
  .smd\:my-36 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 1350px) {
  .md\:p-36 {
    padding: 2.25rem;
  }
  .md\:pt-36 {
    padding-top: 2.25rem;
  }
  .md\:pr-36 {
    padding-right: 2.25rem;
  }
  .md\:pb-36 {
    padding-bottom: 2.25rem;
  }
  .md\:pl-36 {
    padding-left: 2.25rem;
  }
  .md\:px-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .md\:py-36 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .md\:m-36 {
    margin: 2.25rem;
  }
  .md\:mt-36 {
    margin-top: 2.25rem;
  }
  .md\:mr-36 {
    margin-right: 2.25rem;
  }
  .md\:mb-36 {
    margin-bottom: 2.25rem;
  }
  .md\:ml-36 {
    margin-left: 2.25rem;
  }
  .md\:mx-36 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
  .md\:my-36 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}
.p-40 {
  padding: 2.5rem;
}

.pt-40 {
  padding-top: 2.5rem;
}

.pr-40 {
  padding-right: 2.5rem;
}

.pb-40 {
  padding-bottom: 2.5rem;
}

.pl-40 {
  padding-left: 2.5rem;
}

.px-40 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.m-40 {
  margin: 2.5rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.mr-40 {
  margin-right: 2.5rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.ml-40 {
  margin-left: 2.5rem;
}

.mx-40 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 356px) {
  .sm\:p-40 {
    padding: 2.5rem;
  }
  .sm\:pt-40 {
    padding-top: 2.5rem;
  }
  .sm\:pr-40 {
    padding-right: 2.5rem;
  }
  .sm\:pb-40 {
    padding-bottom: 2.5rem;
  }
  .sm\:pl-40 {
    padding-left: 2.5rem;
  }
  .sm\:px-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:py-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:m-40 {
    margin: 2.5rem;
  }
  .sm\:mt-40 {
    margin-top: 2.5rem;
  }
  .sm\:mr-40 {
    margin-right: 2.5rem;
  }
  .sm\:mb-40 {
    margin-bottom: 2.5rem;
  }
  .sm\:ml-40 {
    margin-left: 2.5rem;
  }
  .sm\:mx-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .sm\:my-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .smd\:p-40 {
    padding: 2.5rem;
  }
  .smd\:pt-40 {
    padding-top: 2.5rem;
  }
  .smd\:pr-40 {
    padding-right: 2.5rem;
  }
  .smd\:pb-40 {
    padding-bottom: 2.5rem;
  }
  .smd\:pl-40 {
    padding-left: 2.5rem;
  }
  .smd\:px-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .smd\:py-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .smd\:m-40 {
    margin: 2.5rem;
  }
  .smd\:mt-40 {
    margin-top: 2.5rem;
  }
  .smd\:mr-40 {
    margin-right: 2.5rem;
  }
  .smd\:mb-40 {
    margin-bottom: 2.5rem;
  }
  .smd\:ml-40 {
    margin-left: 2.5rem;
  }
  .smd\:mx-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .smd\:my-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1350px) {
  .md\:p-40 {
    padding: 2.5rem;
  }
  .md\:pt-40 {
    padding-top: 2.5rem;
  }
  .md\:pr-40 {
    padding-right: 2.5rem;
  }
  .md\:pb-40 {
    padding-bottom: 2.5rem;
  }
  .md\:pl-40 {
    padding-left: 2.5rem;
  }
  .md\:px-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:py-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:m-40 {
    margin: 2.5rem;
  }
  .md\:mt-40 {
    margin-top: 2.5rem;
  }
  .md\:mr-40 {
    margin-right: 2.5rem;
  }
  .md\:mb-40 {
    margin-bottom: 2.5rem;
  }
  .md\:ml-40 {
    margin-left: 2.5rem;
  }
  .md\:mx-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .md\:my-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.p-70 {
  padding: 4.375rem;
}

.pt-70 {
  padding-top: 4.375rem;
}

.pr-70 {
  padding-right: 4.375rem;
}

.pb-70 {
  padding-bottom: 4.375rem;
}

.pl-70 {
  padding-left: 4.375rem;
}

.px-70 {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}

.py-70 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.m-70 {
  margin: 4.375rem;
}

.mt-70 {
  margin-top: 4.375rem;
}

.mr-70 {
  margin-right: 4.375rem;
}

.mb-70 {
  margin-bottom: 4.375rem;
}

.ml-70 {
  margin-left: 4.375rem;
}

.mx-70 {
  margin-left: 4.375rem;
  margin-right: 4.375rem;
}

.my-70 {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

@media (min-width: 356px) {
  .sm\:p-70 {
    padding: 4.375rem;
  }
  .sm\:pt-70 {
    padding-top: 4.375rem;
  }
  .sm\:pr-70 {
    padding-right: 4.375rem;
  }
  .sm\:pb-70 {
    padding-bottom: 4.375rem;
  }
  .sm\:pl-70 {
    padding-left: 4.375rem;
  }
  .sm\:px-70 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
  .sm\:py-70 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .sm\:m-70 {
    margin: 4.375rem;
  }
  .sm\:mt-70 {
    margin-top: 4.375rem;
  }
  .sm\:mr-70 {
    margin-right: 4.375rem;
  }
  .sm\:mb-70 {
    margin-bottom: 4.375rem;
  }
  .sm\:ml-70 {
    margin-left: 4.375rem;
  }
  .sm\:mx-70 {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }
  .sm\:my-70 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 1024px) {
  .smd\:p-70 {
    padding: 4.375rem;
  }
  .smd\:pt-70 {
    padding-top: 4.375rem;
  }
  .smd\:pr-70 {
    padding-right: 4.375rem;
  }
  .smd\:pb-70 {
    padding-bottom: 4.375rem;
  }
  .smd\:pl-70 {
    padding-left: 4.375rem;
  }
  .smd\:px-70 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
  .smd\:py-70 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .smd\:m-70 {
    margin: 4.375rem;
  }
  .smd\:mt-70 {
    margin-top: 4.375rem;
  }
  .smd\:mr-70 {
    margin-right: 4.375rem;
  }
  .smd\:mb-70 {
    margin-bottom: 4.375rem;
  }
  .smd\:ml-70 {
    margin-left: 4.375rem;
  }
  .smd\:mx-70 {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }
  .smd\:my-70 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 1350px) {
  .md\:p-70 {
    padding: 4.375rem;
  }
  .md\:pt-70 {
    padding-top: 4.375rem;
  }
  .md\:pr-70 {
    padding-right: 4.375rem;
  }
  .md\:pb-70 {
    padding-bottom: 4.375rem;
  }
  .md\:pl-70 {
    padding-left: 4.375rem;
  }
  .md\:px-70 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
  .md\:py-70 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .md\:m-70 {
    margin: 4.375rem;
  }
  .md\:mt-70 {
    margin-top: 4.375rem;
  }
  .md\:mr-70 {
    margin-right: 4.375rem;
  }
  .md\:mb-70 {
    margin-bottom: 4.375rem;
  }
  .md\:ml-70 {
    margin-left: 4.375rem;
  }
  .md\:mx-70 {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }
  .md\:my-70 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
}
.p-auto {
  padding: auto;
}

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

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

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

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

.px-auto {
  padding-left: auto;
  padding-right: auto;
}

.py-auto {
  padding-top: auto;
  padding-bottom: auto;
}

.m-auto {
  margin: auto;
}

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

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

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

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

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

@media (min-width: 356px) {
  .sm\:p-auto {
    padding: auto;
  }
  .sm\:pt-auto {
    padding-top: auto;
  }
  .sm\:pr-auto {
    padding-right: auto;
  }
  .sm\:pb-auto {
    padding-bottom: auto;
  }
  .sm\:pl-auto {
    padding-left: auto;
  }
  .sm\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }
  .sm\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .sm\:m-auto {
    margin: auto;
  }
  .sm\:mt-auto {
    margin-top: auto;
  }
  .sm\:mr-auto {
    margin-right: auto;
  }
  .sm\:mb-auto {
    margin-bottom: auto;
  }
  .sm\:ml-auto {
    margin-left: auto;
  }
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 1024px) {
  .smd\:p-auto {
    padding: auto;
  }
  .smd\:pt-auto {
    padding-top: auto;
  }
  .smd\:pr-auto {
    padding-right: auto;
  }
  .smd\:pb-auto {
    padding-bottom: auto;
  }
  .smd\:pl-auto {
    padding-left: auto;
  }
  .smd\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }
  .smd\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .smd\:m-auto {
    margin: auto;
  }
  .smd\:mt-auto {
    margin-top: auto;
  }
  .smd\:mr-auto {
    margin-right: auto;
  }
  .smd\:mb-auto {
    margin-bottom: auto;
  }
  .smd\:ml-auto {
    margin-left: auto;
  }
  .smd\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .smd\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 1350px) {
  .md\:p-auto {
    padding: auto;
  }
  .md\:pt-auto {
    padding-top: auto;
  }
  .md\:pr-auto {
    padding-right: auto;
  }
  .md\:pb-auto {
    padding-bottom: auto;
  }
  .md\:pl-auto {
    padding-left: auto;
  }
  .md\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }
  .md\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .md\:m-auto {
    margin: auto;
  }
  .md\:mt-auto {
    margin-top: auto;
  }
  .md\:mr-auto {
    margin-right: auto;
  }
  .md\:mb-auto {
    margin-bottom: auto;
  }
  .md\:ml-auto {
    margin-left: auto;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
html, body {
  font-family: "Canela", serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

html:has(#wpadminbar) {
  margin-top: 32px !important;
}

.caret {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.bg-highlight {
  background-color: #0B2231;
  padding: 0 4px;
  color: white;
}

.text-highlight {
  padding: 0 4px;
  color: #0B2231;
}

.blur {
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

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

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

.dev-links {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 50%;
  height: 83px;
  width: 40px;
  margin-top: -40px;
  background-color: #000;
}
.dev-links .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  width: 40px;
  height: 40px;
}
.dev-links .link:hover {
  color: #0bbde3;
}
.dev-links .link:nth-child(1) {
  height: 43px;
  border-bottom: solid 3px #fff;
}
.dev-links .dashicons {
  width: 22px;
  height: 22px;
  font-size: 22px;
}

.contrast-extralight {
  background-color: #FBF9F8;
}
.contrast-light {
  background-color: #EFEAE5 !important;
}
.contrast-medium {
  background-color: #DFD6CA;
}
.contrast-dark {
  background-color: #D9CCBB !important;
}

.just-mobile {
  display: block;
  z-index: 1;
}

.just-desktop {
  display: none !important;
}

@media screen and (min-width: 1350px) {
  .just-mobile {
    display: none !important;
  }
  .just-desktop {
    display: -ms-grid !important;
    display: grid !important;
    z-index: 1;
  }
}
.header-site {
  position: fixed;
  z-index: 99;
  top: 0;
  padding: 0;
  background-color: transparent;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 1350px) {
  .header-site {
    padding: 18px 0;
  }
}
.header-site .mobile-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  color: #fff;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 80px 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 4;
  height: 100vh;
  opacity: 0;
}
.header-site .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 5;
}
@media screen and (max-width: 1350px) {
  .header-site .header-container .mega-menu {
    display: none;
  }
}
.header-site .header-container .left-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1350px) {
  .header-site .header-container .left-container {
    gap: 15px;
  }
}
.header-site .header-container .left-container .burger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  padding: 6px 4px;
}
@media screen and (min-width: 1350px) {
  .header-site .header-container .left-container .burger-menu {
    display: none;
  }
}
.header-site .header-container .left-container .burger-menu .burger {
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  position: relative;
}
.header-site .header-container .left-container .brand {
  width: 150px;
}
.header-site .header-container .left-container .brand svg {
  width: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #fff;
  height: 20px;
}
.header-site .header-container .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1350px) {
  .header-site .header-container .btn-container {
    gap: 8px;
  }
  .header-site .header-container .btn-container .menu-desktop {
    display: none;
  }
}
.header-site .header-container .btn-container .contact-link {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 0.875rem;
  font-family: "Graphik", serif;
}
.header-site .header-container .btn-container .btn-header {
  padding: 20px;
  color: #fff;
  font-size: 0.875rem;
  font-family: "Graphik", serif;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1350px) {
  .header-site .header-container .btn-container .btn-header {
    padding: 16px 20px;
  }
}
.header-site .header-container .btn-container .user {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1350px) {
  .header-site .header-container .btn-container .user {
    width: 24px;
    height: 24px;
  }
}
.header-site .header-container .btn-container .user svg {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-site .lang-selector {
  padding: 0;
  font-family: "Graphik", serif;
  font-size: 0.875rem;
}
.header-site .lang-selector a {
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1 !important;
}
@media screen and (max-width: 1350px) {
  .header-site .lang-selector a {
    color: #0B2231;
  }
}
.header-site .lang-selector a svg {
  width: 12px;
  height: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-site .lang-selector:hover svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-site .lang-selector:hover .nav-link.dropdown {
  background-color: rgba(11, 34, 49, 0.05);
}
.header-site .lang-selector .lang-dropdown {
  padding: 30px 0 !important;
}
@media screen and (max-width: 1350px) {
  .header-site .lang-selector .lang-dropdown {
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-site .lang-selector .lang-dropdown .nav-link.dropdown {
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 20px 10px;
}
@media screen and (max-width: 1350px) {
  .header-site .lang-selector .lang-dropdown .nav-link.dropdown {
    background-color: rgba(11, 34, 49, 0.05);
    padding: 20px;
  }
  .header-site .lang-selector .lang-dropdown .nav-link.dropdown svg {
    display: none;
  }
}
.header-site .lang-selector .wrap {
  gap: 10px;
  text-align: center;
}
@media screen and (max-width: 1350px) {
  .header-site .lang-selector .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header-site .lang-selector .wrap .separator {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 1px;
}
@media screen and (max-width: 1350px) {
  .header-site .lang-selector .wrap .separator {
    width: 1px;
    height: 20px;
  }
}
@media screen and (max-width: 1350px) {
  .header-site .lang-selector .wrap .child-link {
    padding: 20px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-site .lang-selector .wrap .child-link:hover {
    background-color: rgba(11, 34, 49, 0.05);
  }
}
.header-site .nav .nav-item .nav-link {
  font-size: 0.875rem;
  font-family: "Graphik", serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-site .nav .nav-item:hover {
  text-decoration: none;
}
.header-site.menu-open .header-container .left-container .burger-menu .burger:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
}
.header-site.menu-open .header-container .left-container .burger-menu .burger:nth-child(2) {
  opacity: 0;
}
.header-site.menu-open .header-container .left-container .burger-menu .burger:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -6px;
}
.header-site.menu-open .mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-site.menu-open .mobile-menu .mega-menu {
  width: 100%;
  border-top: 1px solid rgba(11, 34, 49, 0.3);
  padding-top: 30px;
}
.header-site.menu-open .mobile-menu .mega-menu .nav .nav-item {
  padding: 0 20px;
}
.header-site.menu-open .mobile-menu .mega-menu .nav .nav-item .nav-link {
  color: #0B2231;
  font-size: 1.125rem;
  line-height: 1.5rem;
  opacity: 1;
  width: 100%;
  padding: 0;
}
.header-site.menu-open .mobile-menu .mega-menu .nav .nav-item .nav-link a {
  color: #0B2231;
}
.header-site.menu-open .mobile-menu .mega-menu .nav .nav-item.dropdown .nav-link.active::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  top: 3px;
  border-color: #0B2231;
}
.header-site.menu-open .mobile-menu .mega-menu .nav .nav-item.dropdown .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-site.menu-open .mobile-menu .mega-menu .nav .nav-item.dropdown .nav-link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #0B2231;
  border-right: 2px solid #0B2231;
  position: relative;
  top: -3px;
}
.header-site.menu-open .mobile-menu .mega-menu .nav .nav-item.dropdown .sub-nav {
  position: relative;
  top: auto;
}
.header-site.menu-open .mobile-menu .mega-menu .nav .nav-item.dropdown .sub-nav.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-site.menu-open .mobile-menu .mega-menu .nav .nav-item.dropdown .sub-nav .wrap {
  margin-top: 20px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  gap: 5px;
}
.header-site.menu-open .mobile-menu .bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.header-site.menu-open .mobile-menu .contact-link {
  border-bottom: 1px solid #94764F;
  color: #0B2231;
  padding: 10px 0;
  font-family: "Graphik", serif;
}
.header-site.scrolled, .header-site.menu-open, .header-site.hovered {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.header-site.scrolled .header-container .left-container .burger-menu .burger, .header-site.menu-open .header-container .left-container .burger-menu .burger, .header-site.hovered .header-container .left-container .burger-menu .burger {
  background-color: #0B2231;
}
.header-site.scrolled .header-container .left-container .brand svg, .header-site.menu-open .header-container .left-container .brand svg, .header-site.hovered .header-container .left-container .brand svg {
  color: #0B2231;
}
.header-site.scrolled .nav .nav-item .nav-link, .header-site.menu-open .nav .nav-item .nav-link, .header-site.hovered .nav .nav-item .nav-link {
  color: #0B2231;
  opacity: 0.7;
}
.header-site.scrolled .nav .nav-item .nav-link a, .header-site.menu-open .nav .nav-item .nav-link a, .header-site.hovered .nav .nav-item .nav-link a {
  color: #0B2231;
}
.header-site.scrolled .nav .nav-item .nav-link:hover, .header-site.menu-open .nav .nav-item .nav-link:hover, .header-site.hovered .nav .nav-item .nav-link:hover {
  opacity: 1;
}
.header-site.scrolled .btn-container .contact-link, .header-site.menu-open .btn-container .contact-link, .header-site.hovered .btn-container .contact-link {
  border-bottom: 1px solid #0B2231;
  color: #0B2231;
}
.header-site.scrolled .btn-container .lang-selector, .header-site.menu-open .btn-container .lang-selector, .header-site.hovered .btn-container .lang-selector {
  padding: 0;
}
.header-site.scrolled .btn-container .lang-selector a, .header-site.menu-open .btn-container .lang-selector a, .header-site.hovered .btn-container .lang-selector a {
  color: #0B2231;
}
.header-site.scrolled .btn-container .user svg, .header-site.menu-open .btn-container .user svg, .header-site.hovered .btn-container .user svg {
  color: #0B2231;
}
.header-site.scrolled .btn-container .btn-header, .header-site.menu-open .btn-container .btn-header, .header-site.hovered .btn-container .btn-header {
  background-color: #11476A;
}

.mega-menu .nav, .btn-container .nav {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1350px) {
  .mega-menu .nav, .btn-container .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.mega-menu .nav .p-description, .mega-menu .nav .info .left-container .p-description ul li, .info .left-container .p-description ul .mega-menu .nav li, .mega-menu .nav .info .left-container .single-article .article-body p ul li, .info .left-container .single-article .article-body p ul .mega-menu .nav li, .mega-menu .nav .single-article .article-body .info .left-container p ul li, .single-article .article-body .info .left-container p ul .mega-menu .nav li, .mega-menu .nav .single-article .article-body p, .single-article .article-body .mega-menu .nav p, .btn-container .nav .p-description, .btn-container .nav .info .left-container .p-description ul li, .info .left-container .p-description ul .btn-container .nav li, .btn-container .nav .info .left-container .single-article .article-body p ul li, .info .left-container .single-article .article-body p ul .btn-container .nav li, .btn-container .nav .single-article .article-body .info .left-container p ul li, .single-article .article-body .info .left-container p ul .btn-container .nav li, .btn-container .nav .single-article .article-body p, .single-article .article-body .btn-container .nav p {
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.mega-menu .nav-item, .btn-container .nav-item {
  display: inline-block;
  padding: 30px 10px;
  position: relative;
}
@media screen and (min-width: 1350px) {
  .mega-menu .nav-item:hover, .btn-container .nav-item:hover {
    text-decoration: underline;
  }
  .mega-menu .nav-item:hover .sub-nav, .btn-container .nav-item:hover .sub-nav {
    display: block;
  }
}
.mega-menu .nav-link, .btn-container .nav-link {
  color: #fff;
  padding: 0;
  line-height: 0;
}
.mega-menu .nav-link a, .btn-container .nav-link a {
  color: #fff;
}
.mega-menu .sub-nav, .btn-container .sub-nav {
  display: none;
  position: absolute;
  top: 47px;
  left: 0;
  z-index: 99999999;
}
.mega-menu .sub-nav .wrap, .btn-container .sub-nav .wrap {
  margin-top: 30px;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.mega-menu .sub-nav .wrap .child-link, .btn-container .sub-nav .wrap .child-link {
  color: #0B2231;
  font-size: 0.875rem;
  font-family: "Graphik", serif;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 5px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mega-menu .sub-nav .wrap .child-link:first-child, .btn-container .sub-nav .wrap .child-link:first-child {
  padding-top: 0;
}
.mega-menu .sub-nav .wrap .child-link:last-child, .btn-container .sub-nav .wrap .child-link:last-child {
  padding-bottom: 0;
}
.mega-menu .sub-nav .wrap .child-link:hover, .btn-container .sub-nav .wrap .child-link:hover {
  opacity: 1;
}
.mega-menu .menu-opened .sub-nav, .btn-container .menu-opened .sub-nav {
  display: block;
}
.mega-menu .sub-nav-item, .btn-container .sub-nav-item {
  display: block;
  padding: 10px;
}

.footer-site {
  background-color: #fff;
  color: #0B2231;
  border-top: 1px solid rgba(11, 34, 49, 0.1);
}
.footer-site .footer-top {
  padding: 100px 50px 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 1350px) {
  .footer-site .footer-top {
    gap: 30px;
    padding: 60px 0 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-site .footer-top .footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1350px) {
  .footer-site .footer-top .footer-item {
    gap: 20px;
  }
}
.footer-site .footer-top .footer-item .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 1350px) {
  .footer-site .footer-top .footer-item .sub-menu {
    gap: 10px;
  }
}
.footer-site .footer-top .footer-item .sub-menu .texte {
  opacity: 0.7;
  font-family: "Graphik", serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.footer-site .footer-bottom {
  padding: 50px 0;
  border-top: 1px solid rgba(11, 34, 49, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1350px) {
  .footer-site .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0;
    gap: 20px;
  }
}
.footer-site .footer-bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1350px) {
  .footer-site .footer-bottom-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
.footer-site .footer-bottom .link, .footer-site .footer-bottom .text {
  opacity: 0.7;
  font-family: "Graphik", serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.input.select, .input.checkbox, .input.radio, .input.file, .input.text, .input.textarea, .input.email, .input.tel, .input.number, .input.date, .input.password {
  margin-bottom: 18px;
}

.input.select label, .input.checkbox label, .input.radio label, .input.file label, .input.text label, .input.textarea label, .input.email label, .input.tel label, .input.number label, .input.date label, .input.password label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #94764F;
  margin: 0 0 5px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.input.select select, .input.file input, .input.text input, .input.textarea input, .input.email input, .input.tel input, .input.number input, .input.date input, .input.password input {
  display: block;
  width: 100%;
  padding: 18px 20px;
  font-size: 16px;
  line-height: 25px;
  border: solid 1px rgba(148, 118, 79, 0.2);
  background-color: transparent;
  border-radius: 5px;
  color: #94764F;
  font-family: "Canela", serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input.select select::-webkit-input-placeholder, .input.file input::-webkit-input-placeholder, .input.text input::-webkit-input-placeholder, .input.textarea input::-webkit-input-placeholder, .input.email input::-webkit-input-placeholder, .input.tel input::-webkit-input-placeholder, .input.number input::-webkit-input-placeholder, .input.date input::-webkit-input-placeholder, .input.password input::-webkit-input-placeholder {
  color: rgba(148, 118, 79, 0.5);
}
.input.select select::-moz-placeholder, .input.file input::-moz-placeholder, .input.text input::-moz-placeholder, .input.textarea input::-moz-placeholder, .input.email input::-moz-placeholder, .input.tel input::-moz-placeholder, .input.number input::-moz-placeholder, .input.date input::-moz-placeholder, .input.password input::-moz-placeholder {
  color: rgba(148, 118, 79, 0.5);
}
.input.select select:-ms-input-placeholder, .input.file input:-ms-input-placeholder, .input.text input:-ms-input-placeholder, .input.textarea input:-ms-input-placeholder, .input.email input:-ms-input-placeholder, .input.tel input:-ms-input-placeholder, .input.number input:-ms-input-placeholder, .input.date input:-ms-input-placeholder, .input.password input:-ms-input-placeholder {
  color: rgba(148, 118, 79, 0.5);
}
.input.select select::-ms-input-placeholder, .input.file input::-ms-input-placeholder, .input.text input::-ms-input-placeholder, .input.textarea input::-ms-input-placeholder, .input.email input::-ms-input-placeholder, .input.tel input::-ms-input-placeholder, .input.number input::-ms-input-placeholder, .input.date input::-ms-input-placeholder, .input.password input::-ms-input-placeholder {
  color: rgba(148, 118, 79, 0.5);
}
.input.select select::placeholder, .input.file input::placeholder, .input.text input::placeholder, .input.textarea input::placeholder, .input.email input::placeholder, .input.tel input::placeholder, .input.number input::placeholder, .input.date input::placeholder, .input.password input::placeholder {
  color: rgba(148, 118, 79, 0.5);
}

.input.select select {
  background-image: url(../img/icon/caret_blue.png);
  background-repeat: no-repeat;
  background-position: top 50% right 15px;
  background-size: 13px;
}

.input.file input:focus-visible, .input.text input:focus-visible, .input.textarea input:focus-visible, .input.email input:focus-visible, .input.tel input:focus-visible, .input.number input:focus-visible, .input.date input:focus-visible, .input.password input:focus-visible {
  outline: none;
}
.input.file input::-webkit-input-placeholder, .input.text input::-webkit-input-placeholder, .input.textarea input::-webkit-input-placeholder, .input.email input::-webkit-input-placeholder, .input.tel input::-webkit-input-placeholder, .input.number input::-webkit-input-placeholder, .input.date input::-webkit-input-placeholder, .input.password input::-webkit-input-placeholder {
  color: #B9B9B9;
}
.input.file input::-moz-placeholder, .input.text input::-moz-placeholder, .input.textarea input::-moz-placeholder, .input.email input::-moz-placeholder, .input.tel input::-moz-placeholder, .input.number input::-moz-placeholder, .input.date input::-moz-placeholder, .input.password input::-moz-placeholder {
  color: #B9B9B9;
}
.input.file input:-ms-input-placeholder, .input.text input:-ms-input-placeholder, .input.textarea input:-ms-input-placeholder, .input.email input:-ms-input-placeholder, .input.tel input:-ms-input-placeholder, .input.number input:-ms-input-placeholder, .input.date input:-ms-input-placeholder, .input.password input:-ms-input-placeholder {
  color: #B9B9B9;
}
.input.file input::-ms-input-placeholder, .input.text input::-ms-input-placeholder, .input.textarea input::-ms-input-placeholder, .input.email input::-ms-input-placeholder, .input.tel input::-ms-input-placeholder, .input.number input::-ms-input-placeholder, .input.date input::-ms-input-placeholder, .input.password input::-ms-input-placeholder {
  color: #B9B9B9;
}
.input.file input::placeholder, .input.text input::placeholder, .input.textarea input::placeholder, .input.email input::placeholder, .input.tel input::placeholder, .input.number input::placeholder, .input.date input::placeholder, .input.password input::placeholder {
  color: #B9B9B9;
}
.input.radio {
  accent-color: chocolate;
}
.input.radio input {
  margin-right: 10px;
}
.input.radio .radio-group {
  display: inline-block;
  margin-right: 20px;
}
.input.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Canela", serif;
}
.input.checkbox label {
  padding-left: 38px;
}
.input.checkbox input {
  margin-right: 10px;
  margin-left: -36px;
  top: 6px;
  position: relative;
}
.input.select select option[value=""] {
  display: none;
}
.input.required > label:after {
  content: "*";
  padding-left: 6px;
  font-size: 15px;
}
.input.error label {
  color: #ef6869;
}
.input.error input {
  border-color: #ef6869;
}

.error-message {
  color: #ef6869;
  font-size: 14px;
}

.gform_heading {
  display: none;
}

.gform_wrapper .gform_validation_errors, .gform_wrapper .validation_message {
  font-family: "Graphik Medium", serif !important;
}
.gform_wrapper .gform_validation_errors .gform_submission_error, .gform_wrapper .gform_validation_errors a, .gform_wrapper .validation_message .gform_submission_error, .gform_wrapper .validation_message a {
  font-family: "Graphik Medium", serif !important;
}
.gform_wrapper form .gform_fields {
  row-gap: 30px !important;
  -webkit-column-gap: 20px !important;
     -moz-column-gap: 20px !important;
          column-gap: 20px !important;
}
@media screen and (max-width: 1350px) {
  .gform_wrapper form .gform_fields {
    row-gap: 20px !important;
  }
}
.gform_wrapper form label {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  color: #0B2231;
  font-family: "Graphik Medium", serif !important;
  font-weight: 500 !important;
}
.gform_wrapper form label .gfield_required {
  color: #0B2231 !important;
}
.gform_wrapper form input, .gform_wrapper form textarea, .gform_wrapper form select {
  border: 1px solid rgba(11, 34, 49, 0.3) !important;
  border-radius: 10px !important;
  font-family: "Graphik", serif !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  padding: 15px !important;
  resize: none;
}
.gform_wrapper form input::-webkit-input-placeholder, .gform_wrapper form textarea::-webkit-input-placeholder, .gform_wrapper form select::-webkit-input-placeholder {
  line-height: 1;
}
.gform_wrapper form input::-moz-placeholder, .gform_wrapper form textarea::-moz-placeholder, .gform_wrapper form select::-moz-placeholder {
  line-height: 1;
}
.gform_wrapper form input:-ms-input-placeholder, .gform_wrapper form textarea:-ms-input-placeholder, .gform_wrapper form select:-ms-input-placeholder {
  line-height: 1;
}
.gform_wrapper form input::-ms-input-placeholder, .gform_wrapper form textarea::-ms-input-placeholder, .gform_wrapper form select::-ms-input-placeholder {
  line-height: 1;
}
.gform_wrapper form input::placeholder, .gform_wrapper form textarea::placeholder, .gform_wrapper form select::placeholder {
  line-height: 1;
}
.gform_wrapper form input {
  height: auto !important;
}
.gform_wrapper form .require {
  font-size: 0.75rem;
  color: rgba(11, 34, 49, 0.7);
  font-family: "Graphik", serif;
}
.gform_wrapper form .gfield--type-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gform_wrapper form .gfield--type-consent a {
  text-decoration: underline;
}
.gform_wrapper form .gfield--type-consent input[type=checkbox] {
  position: relative;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 18px !important;
  height: 18px !important;
  border: none !important;
  border-radius: 3px !important;
  background: none;
  cursor: pointer;
  margin: 0;
  padding: 0 !important;
}
.gform_wrapper form .gfield--type-consent input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid rgba(11, 34, 49, 0.3) !important;
  opacity: 1;
}
.gform_wrapper form .gfield--type-consent input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  width: 4px;
  height: 8px;
  border: solid #94764F;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.gform_wrapper form .gfield--type-consent input[type=checkbox]:checked::after {
  opacity: 1;
}
.gform_wrapper form .gfield--type-consent input[type=checkbox]:checked::before {
  border: 1px solid #94764F !important;
}
.gform_wrapper form .gfield--type-consent label {
  font-weight: 400 !important;
  font-family: "Graphik", serif !important;
}

.gform_required_legend, .gfield_required {
  display: none;
}

.breadcrumbs {
  margin-top: 120px;
  z-index: 2;
}
@media screen and (max-width: 1350px) {
  .breadcrumbs {
    margin-top: 100px;
  }
}
.breadcrumbs > span span:nth-child(1) a {
  margin-left: 0;
}
.breadcrumbs span, .breadcrumbs a {
  color: #fff;
}
.breadcrumbs.black span, .breadcrumbs.black a {
  color: #0B2231;
}
.breadcrumbs a, .breadcrumbs span {
  margin: 0 3px;
  opacity: 0.5;
  font-size: 0.875rem;
}
.breadcrumbs a:first-child {
  margin-left: 0;
}
.breadcrumbs .last {
  opacity: 1;
}
.breadcrumbs .breadcrumb_last {
  margin-left: 8px;
}
.btn,
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem;
  gap: 8px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition-property: background-color, color, border, -webkit-box-shadow;
  transition-property: background-color, color, border, -webkit-box-shadow;
  transition-property: box-shadow, background-color, color, border;
  transition-property: box-shadow, background-color, color, border, -webkit-box-shadow;
  text-decoration: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn:focus,
.button:focus {
  -webkit-tap-highlight-color: transparent;
}

.btn-small,
.button-small {
  padding: 0.5rem;
  font-size: 0.8em;
}
.btn-big,
.button-big {
  padding: 1rem 1rem;
  font-size: 1.4em;
}
.btn-block,
.button-block {
  width: 100% !important;
  display: block;
}
.btn-unstyled,
.button-unstyled {
  padding: 0;
  border: none;
  text-align: left;
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn-unstyled:focus,
.button-unstyled:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-family: "Graphik Medium", serif;
  font-size: 1rem;
  z-index: 1;
}
.btn-icon .circle {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #94764F;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.btn-icon svg {
  color: #fff;
  font-size: 12px;
}
.btn-icon.fit-width {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-icon:hover .circle {
  background-color: #735A39;
}

.btn-primary {
  color: #fff;
  background-color: #94764F;
}
.btn-primary:focus, .btn-primary:active, .btn-primary:hover {
  color: #fff;
  background-color: #655136;
}

.btn-secondary {
  color: #fff;
  background-color: #0B2231;
}
.btn-secondary:focus, .btn-secondary:active, .btn-secondary:hover {
  color: #fff;
  background-color: black;
}

.btn-tertiary {
  color: #fff;
  background-color: #13D0B3;
}
.btn-tertiary:focus, .btn-tertiary:active, .btn-tertiary:hover {
  color: #fff;
  background-color: #0d8f7b;
}

.btn-success {
  color: #94764F;
  background-color: #7fbf69;
}
.btn-success:focus, .btn-success:active, .btn-success:hover {
  color: #94764F;
  background-color: #5a9d43;
}

.btn-danger {
  color: #fff;
  background-color: #ef6869;
}
.btn-danger:focus, .btn-danger:active, .btn-danger:hover {
  color: #fff;
  background-color: #e82729;
}

.btn-warning {
  color: #94764F;
  background-color: #F49A54;
}
.btn-warning:focus, .btn-warning:active, .btn-warning:hover {
  color: #94764F;
  background-color: #f07211;
}

.btn-info {
  color: #fff;
  background-color: #13D0B3;
}
.btn-info:focus, .btn-info:active, .btn-info:hover {
  color: #fff;
  background-color: #0d8f7b;
}

.btn-gray {
  color: #94764F;
  background-color: #F3F4F5;
}
.btn-gray:focus, .btn-gray:active, .btn-gray:hover {
  color: #94764F;
  background-color: #ccd0d5;
}

.btn-white {
  color: #94764F;
  background-color: #fff;
}
.btn-white:focus, .btn-white:active, .btn-white:hover {
  color: #94764F;
  background-color: #dbdbdb;
}

.btn-dark {
  color: #fff;
  background-color: #1F1F26;
}
.btn-dark:focus, .btn-dark:active, .btn-dark:hover {
  color: #fff;
  background-color: black;
}

.btn-light {
  color: #94764F;
  background-color: #f4f4f6;
}
.btn-light:focus, .btn-light:active, .btn-light:hover {
  color: #94764F;
  background-color: #cdcdd6;
}

.btn-cyan {
  color: #fff;
  background-color: #13D0B3;
}
.btn-cyan:focus, .btn-cyan:active, .btn-cyan:hover {
  color: #fff;
  background-color: #0d8f7b;
}

.btn-text {
  color: #fff;
  background-color: #0B2231;
}
.btn-text:focus, .btn-text:active, .btn-text:hover {
  color: #fff;
  background-color: black;
}

.btn-blue {
  color: #fff;
  background-color: #0B2231;
}
.btn-blue:focus, .btn-blue:active, .btn-blue:hover {
  color: #fff;
  background-color: black;
}

.btn-blue-light {
  color: #fff;
  background-color: #11476A;
}
.btn-blue-light:focus, .btn-blue-light:active, .btn-blue-light:hover {
  color: #fff;
  background-color: #071e2c;
}

.btn-gold {
  color: #fff;
  background-color: #94764F;
}
.btn-gold:focus, .btn-gold:active, .btn-gold:hover {
  color: #fff;
  background-color: #655136;
}

.btn-dark-gold {
  color: #fff;
  background-color: #735A39;
}
.btn-dark-gold:focus, .btn-dark-gold:active, .btn-dark-gold:hover {
  color: #fff;
  background-color: #433521;
}

.btn-beige {
  color: #94764F;
  background-color: #FAF8F6;
}
.btn-beige:focus, .btn-beige:active, .btn-beige:hover {
  color: #94764F;
  background-color: #e1d4c8;
}

.round-btn {
  border: 1px solid rgba(11, 34, 49, 0.2);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.round-btn svg {
  fill: #0B2231;
  font-size: 22px;
}
.round-btn:hover {
  background-color: rgba(11, 34, 49, 0.1);
  border-color: rgba(11, 34, 49, 0.4);
}

.btn-angle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Graphik Medium", serif;
  font-size: 1rem;
  text-transform: uppercase;
}
.btn-angle svg {
  color: #735A39;
  font-size: 12px;
}

.swiper .swiper-button-next, .swiper .swiper-button-prev {
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0B2231;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media screen and (max-width: 1024px) {
  .swiper .swiper-button-next, .swiper .swiper-button-prev {
    display: none;
  }
}
.swiper .swiper-button-next::after, .swiper .swiper-button-prev::after {
  content: none;
}
.swiper .swiper-button-next svg, .swiper .swiper-button-prev svg {
  width: 20px;
  height: 14px;
}
.swiper .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.swiper .swiper-slide {
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.swiper .swiper-slide.is-visible {
  opacity: 1;
}

.btn-blue-light {
  border-radius: 10px;
  padding: 10px 20px;
  font-family: "Graphik", serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  background-color: #11476A;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

dialog.modal {
  border: 0;
  border-radius: 20px;
  max-width: 600px;
  width: 100%;
  padding: 0;
}
dialog.modal .modal-header {
  border-bottom: solid 1px rgba(148, 118, 79, 0.1);
  padding: 30px 40px 31px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
dialog.modal .modal-header .btn {
  background-color: rgba(148, 118, 79, 0.1);
  font-size: 16px;
  gap: 5px;
}
dialog.modal .modal-content {
  padding: 40px;
}
dialog.modal .modal-content .description {
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: rgba(148, 118, 79, 0.7);
}
dialog.modal::-ms-backdrop {
  background-color: rgba(148, 118, 79, 0.3);
  backdrop-filter: blur(7px);
}
dialog.modal::backdrop {
  background-color: rgba(148, 118, 79, 0.3);
  backdrop-filter: blur(7px);
}

body:has(dialog[open]) {
  overflow: hidden;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.text-primary, .fifth-title {
  color: #94764F !important;
}

.text-secondary, .fourth-title, .single-article .article-body h3 {
  color: #0B2231 !important;
}

.text-tertiary {
  color: #13D0B3 !important;
}

.text-success {
  color: #7fbf69 !important;
}

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

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

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

.text-gray {
  color: #F3F4F5 !important;
}

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

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

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

.text-cyan {
  color: #13D0B3 !important;
}

.text-text {
  color: #0B2231 !important;
}

.text-blue {
  color: #0B2231 !important;
}

.text-blue-light {
  color: #11476A !important;
}

.text-gold {
  color: #94764F !important;
}

.text-dark-gold {
  color: #735A39 !important;
}

.text-beige {
  color: #FAF8F6 !important;
}

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

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

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

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

.weight-semibold, .secondary-title.semibold {
  font-weight: 600 !important;
}

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

.title-30 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  padding: 30px 0;
  margin: 0;
}

.title-40 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  padding: 30px 0;
  margin: 0;
}

.title-50, .page-title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  padding: 30px 0;
  margin: 0;
}

.title-60 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  padding: 30px 0;
  margin: 0;
}

.well {
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid rgba(31, 39, 73, 0.1019607843);
}

.well-primary {
  background-color: #94764F;
  color: #fff;
  border: 1px solid #836946;
}

.well-secondary {
  background-color: #0B2231;
  color: #fff;
  border: 1px solid #06141c;
}

.well-tertiary {
  background-color: #13D0B3;
  color: #fff;
  border: 1px solid #11b99f;
}

.well-success {
  background-color: #7fbf69;
  color: #94764F;
  border: 1px solid #70b757;
}

.well-danger {
  background-color: #ef6869;
  color: #fff;
  border: 1px solid #ed5152;
}

.well-warning {
  background-color: #F49A54;
  color: #94764F;
  border: 1px solid #f28c3c;
}

.well-info {
  background-color: #13D0B3;
  color: #fff;
  border: 1px solid #11b99f;
}

.well-gray {
  background-color: #F3F4F5;
  color: #94764F;
  border: 1px solid #e5e7e9;
}

.well-white {
  background-color: #fff;
  color: #94764F;
  border: 1px solid #f2f2f2;
}

.well-dark {
  background-color: #1F1F26;
  color: #fff;
  border: 1px solid #141418;
}

.well-light {
  background-color: #f4f4f6;
  color: #94764F;
  border: 1px solid #e6e6eb;
}

.well-cyan {
  background-color: #13D0B3;
  color: #fff;
  border: 1px solid #11b99f;
}

.well-text {
  background-color: #0B2231;
  color: #fff;
  border: 1px solid #06141c;
}

.well-blue {
  background-color: #0B2231;
  color: #fff;
  border: 1px solid #06141c;
}

.well-blue-light {
  background-color: #11476A;
  color: #fff;
  border: 1px solid #0d3854;
}

.well-gold {
  background-color: #94764F;
  color: #fff;
  border: 1px solid #836946;
}

.well-dark-gold {
  background-color: #735A39;
  color: #fff;
  border: 1px solid #624d31;
}

.well-beige {
  background-color: #FAF8F6;
  color: #94764F;
  border: 1px solid #f1ebe6;
}

.bg-primary {
  background-color: #94764F !important;
  color: #fff;
}

.bg-secondary {
  background-color: #0B2231 !important;
  color: #fff;
}

.bg-tertiary {
  background-color: #13D0B3 !important;
  color: #fff;
}

.bg-success {
  background-color: #7fbf69 !important;
  color: #94764F;
}

.bg-danger {
  background-color: #ef6869 !important;
  color: #fff;
}

.bg-warning {
  background-color: #F49A54 !important;
  color: #94764F;
}

.bg-info {
  background-color: #13D0B3 !important;
  color: #fff;
}

.bg-gray {
  background-color: #F3F4F5 !important;
  color: #94764F;
}

.bg-white {
  background-color: #fff !important;
  color: #94764F;
}

.bg-dark {
  background-color: #1F1F26 !important;
  color: #fff;
}

.bg-light {
  background-color: #f4f4f6 !important;
  color: #94764F;
}

.bg-cyan {
  background-color: #13D0B3 !important;
  color: #fff;
}

.bg-text {
  background-color: #0B2231 !important;
  color: #fff;
}

.bg-blue {
  background-color: #0B2231 !important;
  color: #fff;
}

.bg-blue-light {
  background-color: #11476A !important;
  color: #fff;
}

.bg-gold {
  background-color: #94764F !important;
  color: #fff;
}

.bg-dark-gold {
  background-color: #735A39 !important;
  color: #fff;
}

.bg-beige {
  background-color: #FAF8F6 !important;
  color: #94764F;
}

.half-bkg {
  position: relative;
  padding-top: 90px;
  overflow: hidden;
}
@media screen and (min-width: 1350px) {
  .half-bkg {
    border-top: 0.5px solid rgba(11, 34, 49, 0.2);
    padding-top: 70px;
  }
}
.half-bkg video {
  height: 50%;
  -webkit-transform: translateY(10%) scale(1.55);
          transform: translateY(10%) scale(1.55);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 1350px) {
  .half-bkg video {
    -webkit-transform: translateY(30%) translateX(45%) scale(2);
            transform: translateY(30%) translateX(45%) scale(2);
    -webkit-transform-origin: unset;
            transform-origin: unset;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 50px;
}
.pagination .page a,
.pagination .current span {
  border: solid 1px rgba(148, 118, 79, 0.1);
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
}
.pagination .page a {
  color: rgba(148, 118, 79, 0.5);
}
.pagination .current span {
  color: #94764F;
}

.badge-primary {
  background-color: #94764F;
  color: white;
}

.badge-secondary {
  background-color: #0B2231;
  color: white;
}

.badge-tertiary {
  background-color: #13D0B3;
  color: white;
}

.badge-success {
  background-color: #7fbf69;
  color: white;
}

.badge-danger {
  background-color: #ef6869;
  color: white;
}

.badge-warning {
  background-color: #F49A54;
  color: white;
}

.badge-info {
  background-color: #13D0B3;
  color: white;
}

.badge-gray {
  background-color: #F3F4F5;
  color: white;
}

.badge-white {
  background-color: #fff;
  color: white;
}

.badge-dark {
  background-color: #1F1F26;
  color: white;
}

.badge-light {
  background-color: #f4f4f6;
  color: white;
}

.badge-cyan {
  background-color: #13D0B3;
  color: white;
}

.badge-text {
  background-color: #0B2231;
  color: white;
}

.badge-blue {
  background-color: #0B2231;
  color: white;
}

.badge-blue-light {
  background-color: #11476A;
  color: white;
}

.badge-gold {
  background-color: #94764F;
  color: white;
}

.badge-dark-gold {
  background-color: #735A39;
  color: white;
}

.badge-beige {
  background-color: #FAF8F6;
  color: white;
}

.badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: rgba(11, 34, 49, 0.2);
  border-radius: 35px;
  padding: 7px 15px;
  font-family: "Graphik Medium", serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  backdrop-filter: blur(5px);
  z-index: 2;
}

.st-accordion__item {
  padding: 10px 0;
}

.st-accordion__content {
  display: none;
}

.st-accordion__content--visible {
  display: block;
}

.caret {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 2px;
}
.caret::before, .caret::after {
  content: "";
  position: absolute;
  border-radius: 9999px;
  background-color: #94764F;
  width: 8px;
  height: 2px;
  top: calc(50% - 1px);
  right: 0;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
.caret::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.caret::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.caret-bottom {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.caret-start {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.video-empreinte {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.card-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  height: 260px;
  border-radius: 15px;
}
.card-post video {
  -webkit-transform: translateY(0%) scale(2.55);
          transform: translateY(0%) scale(2.55);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.card-post.no-thumb {
  background-color: gray;
}
.card-post::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  opacity: 0.4;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 34, 49, 0.8)), to(#0B2231));
  background: linear-gradient(to bottom, rgba(11, 34, 49, 0.8), #0B2231);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
}
.card-post .overlay-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  z-index: 2;
  -webkit-transition: backdrop-filter 0.3s ease, opacity 0.3s ease;
  transition: backdrop-filter 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 1;
}
.card-post .tertiary-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 6.75em;
}
.card-post .year {
  opacity: 0.7;
  text-transform: capitalize;
}
.card-post img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  width: 100%;
}
.card-post .content {
  position: absolute;
  padding: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1350px) {
  .card-post::after {
    opacity: 0.5;
  }
  .card-post .overlay-blur {
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    opacity: 1;
  }
}

.card-equipe {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-equipe img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  width: 100%;
}
.card-equipe .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 25px;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  border-radius: 0 0 15px 15px;
  min-height: 120px;
}

.card-investissement {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-investissement video {
  -webkit-transform: translateY(0%) scale(3.55);
          transform: translateY(0%) scale(3.55);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.card-investissement.no-thumb {
  background-color: gray;
}
.card-investissement img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  width: 100%;
}
.card-investissement .expertise {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: rgba(11, 34, 49, 0.2);
  border-radius: 35px;
  padding: 7px 15px;
  text-transform: uppercase;
  font-family: "Graphik Medium", serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  backdrop-filter: blur(5px);
}
.card-investissement .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 25px 30px 25px;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  min-height: 120px;
}

.page-accueil .home-swiper {
  width: 100%;
  height: 540px;
  margin: 30px 0;
}
.page-accueil .home-swiper .swiper-slide .cover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ui-colors .container-color div {
  width: 60px;
  aspect-ratio: 1/1;
}

.page-ui-kit .ui-block {
  margin-bottom: 90px;
}
.page-ui-kit .ui-title {
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 2px 3px rgba(148, 118, 79, 0.1);
          box-shadow: 0px 2px 3px rgba(148, 118, 79, 0.1);
  margin-bottom: 20px;
}
.page-ui-kit .ui-title:before {
  content: "#";
  padding-right: 12px;
}
.page-ui-kit .icons > svg {
  display: none;
}
.page-ui-kit .icons svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}
.page-ui-kit .icons .svg {
  display: inline-block;
  padding: 22px 0 0 0;
  margin: 8px;
  border: solid 1px #343434;
  width: 110px;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
}
.page-ui-kit .icons .text {
  background-color: #343434;
  color: #fff;
  padding: 5px;
  margin: 22px 0 0 0;
  font-size: 12px;
}
@media screen and (min-width: 356px) {
  .page-ui-kit .cards .container > div {
    width: 47%;
  }
}
@media screen and (min-width: 1350px) {
  .page-ui-kit .cards .container > div {
    width: 31%;
  }
}

.detail-equipe {
  margin: 0;
}
.detail-equipe .detail-container {
  max-width: 1000px;
  margin: 50px auto 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1350px) {
  .detail-equipe .detail-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 30px auto 0 auto;
  }
}
.detail-equipe .detail-container .left-container {
  padding-right: 100px;
  height: 460px;
}
@media screen and (max-width: 1350px) {
  .detail-equipe .detail-container .left-container {
    padding-right: 0;
    height: 400px;
  }
}
.detail-equipe .detail-container .left-container > img {
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.detail-equipe .detail-container .right-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.detail-equipe .detail-container .right-container .top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1350px) {
  .detail-equipe .detail-container .right-container .top-container {
    gap: 10px;
  }
}
.detail-equipe .detail-container .right-container .top-container .function {
  color: #735A39;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "Graphik", serif;
}
@media screen and (max-width: 1350px) {
  .detail-equipe .detail-container .right-container .top-container .function {
    margin-bottom: 10px;
  }
}
.detail-equipe .detail-container .right-container .bottom-container {
  padding: 30px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1350px) {
  .detail-equipe .detail-container .right-container .bottom-container {
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.detail-equipe .detail-container .right-container .bottom-container .left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.detail-equipe .detail-container .right-container .bottom-container .right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.detail-investissement .detail-container {
  margin: 50px auto 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1350px) {
  .detail-investissement .detail-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 30px auto 0 auto;
  }
}
.detail-investissement .detail-container .left-container {
  padding-right: 90px;
  min-height: 460px;
  height: 100%;
  max-height: 500px;
}
@media screen and (max-width: 1350px) {
  .detail-investissement .detail-container .left-container {
    padding-right: 0;
    height: 250px;
  }
}
.detail-investissement .detail-container .left-container > img {
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.detail-investissement .detail-container .right-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 1350px) {
  .detail-investissement .detail-container .right-container {
    gap: 30px;
  }
}
.detail-investissement .detail-container .right-container .top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1350px) {
  .detail-investissement .detail-container .right-container .top-container {
    gap: 20px;
  }
}
.detail-investissement .detail-container .right-container .top-container .link {
  color: #735A39;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: "Graphik Medium", serif;
  text-decoration: underline;
  font-weight: 500;
}
.detail-investissement .detail-container .right-container .bottom-container {
  padding: 20px 30px;
  border-radius: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1350px) {
  .detail-investissement .detail-container .right-container .bottom-container {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.detail-investissement .detail-container .right-container .bottom-container-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1350px) {
  .detail-investissement .detail-container .right-container .bottom-container-item {
    gap: 10px;
  }
}

.single-detail-investissement .last-investissement {
  margin: 0 0 100px 0;
}
@media screen and (max-width: 1350px) {
  .single-detail-investissement .last-investissement {
    margin: 0 0 60px 0;
  }
}

.page-legal {
  max-width: 800px;
  margin: 40px auto 100px auto;
}
.page-legal h2 {
  margin-bottom: 20px;
  font-family: "Canela Medium", serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2.25rem;
  margin-top: 40px;
}
@media screen and (max-width: 1350px) {
  .page-legal h2 {
    line-height: 1.5rem;
  }
}
.page-legal h2:first-child {
  margin-top: 0;
}
.page-legal p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: "Graphik", serif;
  font-display: swap;
  color: rgba(11, 34, 49, 0.7);
}
.page-legal a {
  text-decoration: underline;
  opacity: 0.7;
}
.page-legal .btn {
  padding: 30px 30px 30px 20px;
  background-color: rgba(11, 34, 49, 0.05);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-decoration: none;
}
.page-legal .btn::after {
  content: "";
  margin-left: auto;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #94764F;
  border-right: 2px solid #94764F;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-legal .wp-block-separator {
  border-top: 1px solid rgba(11, 34, 49, 0.2);
  margin: 80px 0 0 0;
}

.single-article {
  display: -ms-grid;
  display: grid;
  margin: 60px 0 0;
}
@media screen and (min-width: 1350px) {
  .single-article {
    gap: 80px;
    margin: 75px 0 100px;
  }
}
.single-article .article-body {
  max-width: 800px;
  margin: auto;
}
.single-article .article-body .bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  border-top: 1px solid rgba(11, 34, 49, 0.2);
  padding-top: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.single-article .article-body p {
  margin-bottom: 30px;
}
.single-article .article-body figure {
  margin-bottom: 30px;
}
.single-article .article-body img {
  height: 250px !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  border-radius: 20px;
}
.single-article .article-body h2 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-family: "Canela Medium", serif;
  margin-bottom: 30px;
  font-weight: 500;
}
.single-article .article-body h3 {
  margin-bottom: 20px;
}
.single-article .article-body .wp-block-separator {
  margin-bottom: 30px;
  border-top: 0.5px solid rgba(11, 34, 49, 0.2);
}
.single-article .sticky-container {
  height: 100%;
  position: relative;
}
.single-article .sticky-container img {
  position: sticky;
  top: 120px;
  height: 520px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .filters {
    gap: 0;
    margin-bottom: 20px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media screen and (min-width: 1350px) {
  .filters form {
    width: 100%;
  }
}
.filters .select-container {
  z-index: 5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1350px) {
  .filters .select-container {
    position: absolute;
    top: 102%;
    right: 0;
    background: #fff;
    z-index: 10;
    overflow-y: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    border-radius: 10px;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color: #0B2231;
    font-family: "Graphik", serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    gap: 0;
    display: none;
    width: 100%;
  }
  .filters .select-container.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.filters .select-container .reset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.filters .select-container .top-container {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 0;
}
.filters .select-container .top-container .close-btn {
  font-size: 24px;
  cursor: pointer;
}
.filters .select-container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1350px) {
  .filters .select-container .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.filters .select-container .content .dropdown {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1350px) {
  .filters .select-container .content .dropdown {
    margin-bottom: 10px;
  }
}
.filters .select-container .content .dropdown .select {
  padding: 15px;
  border-radius: 8px;
  min-width: 200px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #EFEAE5;
  border: 1px solid rgba(11, 34, 49, 0.4);
  cursor: pointer;
}
@media screen and (max-width: 1350px) {
  .filters .select-container .content .dropdown .select {
    border: none;
    width: -webkit-fill-available;
    margin: 0 20px;
  }
}
.filters .select-container .content .dropdown .select svg {
  color: #0B2231;
  position: absolute;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 20px;
  height: 9px;
}
@media screen and (min-width: 1350px) {
  .filters .select-container .content .dropdown .select.active {
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
}
.filters .select-container .content .dropdown .select.active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.filters .select-container .content .dropdown .select.child-active::before {
  content: " ";
  width: 8px;
  height: 8px;
  background-color: #94764F;
  border-radius: 50%;
  margin-right: 5px;
}
.filters .select-container .content .dropdown .cats {
  list-style-type: none;
  padding: 15px 0;
  border-radius: 8px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 105%;
  margin-top: 10px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1350px) {
  .filters .select-container .content .dropdown .cats {
    position: relative;
    border: none;
    margin-top: 0;
    padding: 0;
    -webkit-box-shadow: inset 0 -20px 20px -20px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 -20px 20px -20px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    height: 0;
    display: block;
  }
}
.filters .select-container .content .dropdown .cats.open {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1350px) {
  .filters .select-container .content .dropdown .cats.open {
    height: 200px;
    overflow: scroll;
  }
}
.filters .select-container .content .dropdown .cats li {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 1350px) {
  .filters .select-container .content .dropdown .cats li {
    padding: 12px 30px;
  }
  .filters .select-container .content .dropdown .cats li:last-child {
    margin-bottom: 20px;
  }
}
.filters .select-container .content .dropdown .cats li label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.filters .select-container .content .dropdown .cats li input[type=checkbox],
.filters .select-container .content .dropdown .cats li input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(11, 34, 49, 0.2);
  border-radius: 4px;
  position: relative;
  background: #fff;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.filters .select-container .content .dropdown .cats li input[type=checkbox]::after,
.filters .select-container .content .dropdown .cats li input[type=radio]::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 6px;
  height: 12px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.filters .select-container .content .dropdown .cats li input[type=checkbox]:checked::after,
.filters .select-container .content .dropdown .cats li input[type=radio]:checked::after {
  opacity: 1;
}
.filters .select-container .actions {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1350px) {
  .filters .select-container .actions {
    padding: 0 20px 20px;
  }
}
.filters .select-container .actions > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.archive-posts {
  margin-bottom: 100px;
}
@media screen and (max-width: 1350px) {
  .archive-posts {
    margin-bottom: 60px;
  }
}
.archive-posts .archive-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 50px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 1350px) {
  .archive-posts .archive-cards {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
}
.archive-posts .disclaimer-archive {
  text-align: center;
  margin-top: 40px;
}

.contact-page {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin: 40px 0 100px;
}
@media screen and (max-width: 1350px) {
  .contact-page {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    margin: 30px 0 50px;
    gap: 60px;
  }
}
.contact-page .left-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  margin-right: 70px;
}
@media screen and (max-width: 1350px) {
  .contact-page .left-container {
    margin-right: 0;
    gap: 40px;
  }
}
.contact-page .left-container .items-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 70px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}
@media screen and (max-width: 1350px) {
  .contact-page .left-container .items-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.contact-page .left-container .items-container .item-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-page .left-container .items-container .item-address .mail {
  text-decoration: underline;
}
.contact-page .right-container {
  position: relative;
}
@media screen and (min-width: 1350px) {
  .contact-page .right-container .btn-icon {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.contact-page .right-container .gfield--type-submit {
  display: none !important;
}

.citation {
  padding: 75px 0 40px 0;
  margin: auto;
}
@media screen and (max-width: 1350px) {
  .citation {
    padding: 30px 0 10px 0;
  }
}
.citation:not(.full) {
  max-width: 960px;
}
.citation.full {
  padding: 50px 0 40px 0;
}
@media screen and (max-width: 1350px) {
  .citation.full {
    padding: 30px 0 10px 0;
  }
}
.citation.full .secondary-title {
  font-size: 1.875rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 1350px) {
  .citation.full .secondary-title {
    text-align: left;
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
.citation .secondary-title {
  text-align: center;
}
.citation .secondary-title svg {
  margin: 0 10px 5px 0;
}
@media screen and (max-width: 1350px) {
  .citation .secondary-title svg {
    margin: 0 5px 2px 0;
    font-size: 30px;
  }
}

.last-posts {
  overflow: hidden;
  margin-top: 100px;
}
@media screen and (max-width: 1350px) {
  .last-posts {
    margin-top: 60px;
  }
}
.last-posts.no-margin {
  margin: 0;
}
.last-posts .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
@media screen and (max-width: 1350px) {
  .last-posts .title {
    margin: 0;
  }
  .last-posts .title > *:not(:first-child) {
    display: none !important;
  }
}
.last-posts .last-posts-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1350px) {
  .last-posts .last-posts-container {
    gap: 25px;
  }
}
.last-posts .last-posts-container .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.last-posts .last-posts-container .swiper {
  max-width: 100%;
  overflow: visible;
  width: 100%;
}
@media screen and (max-width: 1350px) {
  .last-posts .last-posts-container .swiper {
    padding-right: 40px;
  }
}
.last-posts .last-posts-container .swiper .swiper-wrapper {
  max-width: 100%;
  width: 100%;
}
.last-posts .btn-icon.home {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 1350px) {
  .last-posts .btn-icon.home {
    margin: 0;
  }
}

.last-posts {
  overflow: hidden;
  margin-top: 100px;
}
@media screen and (max-width: 1350px) {
  .last-posts {
    margin-top: 60px;
  }
}
.last-posts.no-margin {
  margin: 0;
}
.last-posts .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.last-posts .marquee {
  width: 100%;
  overflow: visible;
  max-width: 100%;
}
.last-posts .marquee__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  -webkit-animation: marquee 40s linear infinite;
          animation: marquee 40s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (max-width: 1350px) {
  .last-posts .marquee__track {
    gap: 20px;
  }
}
.last-posts .marquee__track > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
}
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .last-posts .marquee__track {
    -webkit-animation: none;
            animation: none;
  }
}

.section-banner {
  position: relative;
  margin: 100px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 1350px) {
  .section-banner {
    margin: 60px 0 0;
  }
}
.section-banner.no-margin {
  margin: 0;
}
.section-banner video {
  -webkit-transform: translateY(0%) scale(1.45);
          transform: translateY(0%) scale(1.45);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media screen and (max-width: 1350px) {
  .section-banner video {
    -webkit-transform: translateY(20%) translateX(45%) scale(1.9);
            transform: translateY(20%) translateX(45%) scale(1.9);
    -webkit-transform-origin: unset;
            transform-origin: unset;
  }
}
.section-banner.work video {
  -webkit-transform: translateY(15%) translateX(0%) scale(1.7);
          transform: translateY(15%) translateX(0%) scale(1.7);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media screen and (max-width: 1350px) {
  .section-banner.work video {
    -webkit-transform: translateY(30%) translateX(45%) scale(1.9);
            transform: translateY(30%) translateX(45%) scale(1.9);
    -webkit-transform-origin: unset;
            transform-origin: unset;
  }
}
.section-banner-content {
  padding: 90px 0;
  max-width: 700px;
  margin: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 1350px) {
  .section-banner-content {
    gap: 25px;
    padding: 90px 0;
  }
}
.section-banner-content .p-description, .section-banner-content .info .left-container .p-description ul li, .info .left-container .p-description ul .section-banner-content li, .section-banner-content .info .left-container .single-article .article-body p ul li, .info .left-container .single-article .article-body p ul .section-banner-content li, .section-banner-content .single-article .article-body .info .left-container p ul li, .single-article .article-body .info .left-container p ul .section-banner-content li, .section-banner-content .single-article .article-body p, .single-article .article-body .section-banner-content p {
  color: rgba(255, 255, 255, 0.7);
}

.default-banner {
  position: relative;
  overflow: hidden;
}
.default-banner video {
  -webkit-transform: translateY(-10%) scale(1.55);
          transform: translateY(-10%) scale(1.55);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media screen and (max-width: 1350px) {
  .default-banner video {
    -webkit-transform: translateY(30%) translateX(45%) scale(2);
            transform: translateY(30%) translateX(45%) scale(2);
    -webkit-transform-origin: unset;
            transform-origin: unset;
  }
}
.default-banner-content {
  padding: 40px 0 70px 0;
  max-width: 700px;
  margin: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 1350px) {
  .default-banner-content {
    gap: 25px;
  }
}
.default-banner .mask {
  height: 40px;
  width: 100%;
  border-radius: 20px 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 1350px) {
  .default-banner .mask {
    height: 20px;
  }
}

body.bg-beige .default-banner .mask {
  background-color: #FAF8F6;
}

.banner-repeat {
  position: relative;
}
.banner-repeat > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-repeat-content {
  padding: 250px 0;
  overflow: hidden;
}
.banner-repeat-content .marquee {
  width: 100%;
  overflow: hidden;
}
.banner-repeat-content .marquee__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  -webkit-animation: marquee 80s linear infinite;
          animation: marquee 80s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (max-width: 1350px) {
  .banner-repeat-content .marquee__track {
    gap: 20px;
  }
}
.banner-repeat-content .marquee__track > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  margin: 0;
  white-space: nowrap;
}

@keyframes marquee {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .banner-repeat-content .marquee__track {
    -webkit-animation: none;
            animation: none;
  }
}
.banner-article {
  position: relative;
  overflow: hidden;
}
.banner-article.no-thumb {
  background-color: gray;
}
.banner-article.no-thumb video {
  -webkit-transform: translateY(0%) scale(2.55);
          transform: translateY(0%) scale(2.55);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.banner-article-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.banner-article-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}
.banner-article-content {
  padding: 40px 0 80px 0;
  margin: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 1350px) {
  .banner-article-content {
    padding: 20px 0 60px 0;
  }
}
.banner-article-content .date {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Graphik Medium", serif;
}

.banner-home {
  position: relative;
  height: 100vh;
}
.banner-home .content {
  padding: 130px 0 480px 0;
  max-width: 1000px;
  margin: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 1350px) {
  .banner-home .content {
    gap: 25px;
    padding: 150px 0 100px;
  }
}

.sticky-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 50px 0 60px 0;
}
@media screen and (min-width: 1350px) {
  .sticky-cards {
    margin: 90px 0;
    gap: 90px;
  }
}
@media screen and (min-width: 1350px) {
  .sticky-cards .half-card {
    position: sticky;
    top: 100px;
    z-index: 1;
  }
  .sticky-cards .half-card:nth-child(2) {
    top: 110px;
    z-index: 2;
  }
  .sticky-cards .half-card:nth-child(3) {
    top: 120px;
    z-index: 3;
  }
}
.sticky-cards ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.sticky-cards .half-card {
  border-radius: 20px;
  padding: 30px 30px 30px 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr 45px 3fr;
  grid-template-columns: 4fr 3fr;
  gap: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1350px) {
  .sticky-cards .half-card {
    padding: 20px;
    gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1350px) {
  .sticky-cards .half-card.half {
    -ms-grid-columns: 5fr 0 6fr;
    grid-template-columns: 5fr 6fr;
    padding-left: 90px;
    gap: 0;
  }
  .sticky-cards .half-card.half .left-container {
    padding-right: 90px;
  }
}
@media screen and (min-width: 1350px) and (max-width: 1350px) {
  .sticky-cards .half-card.half {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.sticky-cards .half-card .left-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1350px) {
  .sticky-cards .half-card .left-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.sticky-cards .half-card .left-container .secondary-title {
  margin-bottom: 20px;
}
.sticky-cards .half-card .left-container strong {
  color: #0b2231;
}
.sticky-cards .half-card .left-container .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
}
.sticky-cards .half-card .left-container .btn-container.small-gap {
  gap: 30px;
}
@media screen and (max-width: 1350px) {
  .sticky-cards .half-card .left-container .btn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .sticky-cards .half-card .left-container .btn-container .btn-icon {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sticky-cards .half-card .img-container {
  height: 560px;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .sticky-cards .half-card .img-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 250px;
  }
  .sticky-cards .half-card .img-container.bkg-linear::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 34, 49, 0)), to(rgba(11, 34, 49, 0.3)));
    background: linear-gradient(to bottom, rgba(11, 34, 49, 0), rgba(11, 34, 49, 0.3));
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
  }
}
.sticky-cards .half-card .img-container img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sticky-cards .half-card .img-container .multi-images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 1350px) {
  .sticky-cards .half-card .img-container .multi-images {
    padding: 10px;
  }
}
.sticky-cards .half-card .img-container .multi-images img {
  border-radius: 10px;
  aspect-ratio: 310/240;
}
.sticky-cards .half-card .img-container .badge {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  bottom: 20px;
  left: 20px;
  position: absolute;
  display: -ms-grid;
  display: grid;
  z-index: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1350px) {
  .sticky-cards .half-card .img-container .badge {
    bottom: 10px;
    left: 10px;
  }
}
.sticky-cards .half-card .img-container .badge-name {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Graphik Medium", serif;
}
.sticky-cards .half-card .img-container .badge-function {
  font-size: 0.875rem;
  line-height: 1.5rem;
  opacity: 0.7;
  font-family: "Graphik", serif;
}

.sticky-citation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 50px 0 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1350px) {
  .sticky-citation {
    margin: 90px 0 0 0;
    gap: 50px;
  }
}
@media screen and (min-width: 1350px) {
  .sticky-citation .half-card {
    position: sticky;
    top: 100px;
    z-index: 1;
  }
  .sticky-citation .half-card:nth-of-type(2) {
    top: 110px;
    z-index: 2;
  }
  .sticky-citation .half-card:nth-of-type(3) {
    top: 120px;
    z-index: 3;
  }
}
.sticky-citation .secondary-title {
  text-align: center;
}
.sticky-citation .half-card {
  border-radius: 20px;
  padding: 30px 30px 30px 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 90px;
  background-color: #FBF9F8;
}
@media screen and (max-width: 1350px) {
  .sticky-citation .half-card {
    padding: 20px;
    gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.sticky-citation .half-card:nth-of-type(2) {
  background-color: #EFEAE5;
}
.sticky-citation .half-card:nth-of-type(3) {
  background-color: #DFD6CA;
}
.sticky-citation .half-card .left-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 90px;
}
@media screen and (max-width: 1350px) {
  .sticky-citation .half-card .left-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
  }
}
.sticky-citation .half-card .left-container img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 40px;
  width: 150px;
}
@media screen and (max-width: 1350px) {
  .sticky-citation .half-card .left-container img {
    margin-bottom: 20px;
  }
}
.sticky-citation .half-card .left-container svg {
  width: 40px;
  height: 35px;
}
@media screen and (max-width: 1350px) {
  .sticky-citation .half-card .left-container svg {
    width: 30px;
    height: 28px;
  }
}
.sticky-citation .half-card .left-container .p-description, .sticky-citation .half-card .info .left-container .p-description ul li, .info .sticky-citation .half-card .left-container .p-description ul li, .sticky-citation .half-card .info .left-container .single-article .article-body p ul li, .info .sticky-citation .half-card .left-container .single-article .article-body p ul li, .sticky-citation .half-card .single-article .article-body .info .left-container p ul li, .single-article .article-body .info .sticky-citation .half-card .left-container p ul li, .sticky-citation .half-card .left-container .single-article .article-body p, .single-article .article-body .sticky-citation .half-card .left-container p {
  margin: 25px 0 30px;
}
@media screen and (max-width: 1350px) {
  .sticky-citation .half-card .left-container .p-description, .sticky-citation .half-card .info .left-container .p-description ul li, .info .sticky-citation .half-card .left-container .p-description ul li, .sticky-citation .half-card .info .left-container .single-article .article-body p ul li, .info .sticky-citation .half-card .left-container .single-article .article-body p ul li, .sticky-citation .half-card .single-article .article-body .info .left-container p ul li, .single-article .article-body .info .sticky-citation .half-card .left-container p ul li, .sticky-citation .half-card .left-container .single-article .article-body p, .single-article .article-body .sticky-citation .half-card .left-container p {
    margin: 20px 0 30px;
  }
}
.sticky-citation .half-card .left-container .name {
  font-family: "Graphik Medium", serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 1350px) {
  .sticky-citation .half-card .left-container .name {
    margin-bottom: 8px;
  }
}
.sticky-citation .half-card .left-container .function {
  font-family: "Graphik", serif;
  font-weight: 400;
  color: rgba(11, 34, 49, 0.7);
  font-size: 0.875rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 1350px) {
  .sticky-citation .half-card .left-container .function {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.sticky-citation .half-card .img-container {
  height: 520px;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .sticky-citation .half-card .img-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 250px;
  }
}
.sticky-citation .half-card .img-container img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.specialities {
  padding: 50px 0 10px 0;
}
.specialities .primary-title {
  margin: 0 auto 50px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1350px) {
  .specialities .primary-title {
    margin: 0 auto 25px auto;
  }
}
.specialities .bottom-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 1350px) {
  .specialities .bottom-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.specialities .bottom-container .left-container {
  padding: 65px 60px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1350px) {
  .specialities .bottom-container .left-container {
    padding: 50px 20px;
  }
}
.specialities .bottom-container .left-container-content {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.specialities .bottom-container .left-container-content .tertiary-title {
  margin-right: 15px;
}
.specialities .bottom-container .left-container-content .tertiary-title svg {
  margin: 0 5px 5px 0;
}
.specialities .bottom-container .right-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.specialities .bottom-container .right-container .speciality-link {
  width: 100%;
  border-radius: 25px;
  padding: 40px 0;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: normal;
}
.specialities video {
  -webkit-transform: translateY(-40%) scale(2.5);
          transform: translateY(-40%) scale(2.5);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media screen and (max-width: 1350px) {
  .specialities video {
    -webkit-transform: translateX(60%) translateY(60%) scale(2.5);
            transform: translateX(60%) translateY(60%) scale(2.5);
    -webkit-transform-origin: unset;
            transform-origin: unset;
  }
}

.info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin: 20px 0 0 0;
}
@media screen and (max-width: 1350px) {
  .info {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    margin: 30px 0 0 0;
  }
}
.info .left-container {
  padding-right: 40px;
}
@media screen and (max-width: 1350px) {
  .info .left-container {
    padding-right: 0;
  }
}
.info .left-container .p-description, .info .left-container .p-description ul li, .info .left-container .single-article .article-body p ul li, .single-article .article-body .info .left-container p ul li, .info .left-container .single-article .article-body p, .single-article .article-body .info .left-container p {
  margin: 30px 0 20px 0;
}
@media screen and (max-width: 1350px) {
  .info .left-container .p-description, .info .left-container .p-description ul li, .info .left-container .single-article .article-body p ul li, .single-article .article-body .info .left-container p ul li, .info .left-container .single-article .article-body p, .single-article .article-body .info .left-container p {
    margin: 30px 0 10px 0;
  }
}
.info .left-container .p-description ul, .info .left-container .p-description ul li ul, .info .left-container .single-article .article-body p ul, .single-article .article-body .info .left-container p ul {
  margin: 20px;
}
.info .right-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1350px) {
  .info .right-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 20px;
  }
}
.info .right-container .info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-align: center;
}
.info .right-container .info-container .info-item {
  border-radius: 15px;
  padding: 25px 40px;
  text-align: center;
  color: #735A39 !important;
  width: 100%;
}
@media screen and (max-width: 1350px) {
  .info .right-container .info-container .info-item {
    padding: 25px 20px;
  }
}

.section-chiffre-cles .chiffre-cles-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
  gap: 50px;
}
@media screen and (max-width: 1350px) {
  .section-chiffre-cles .chiffre-cles-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 0;
  }
}
.section-chiffre-cles .chiffre-cles-container .section-chiffre-cles-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  text-align: center;
}
@media screen and (min-width: 1350px) {
  .section-chiffre-cles .chiffre-cles-container .section-chiffre-cles-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 0;
  }
}
.section-chiffre-cles .chiffre-cles-container .section-chiffre-cles-item .number {
  font-family: "Canela", serif;
  font-size: 5rem;
}
@media screen and (max-width: 1350px) {
  .section-chiffre-cles .chiffre-cles-container .section-chiffre-cles-item .number {
    font-size: 3.75rem;
    font-family: "Canela Light", serif;
  }
}
.section-chiffre-cles .chiffre-cles-container .section-chiffre-cles-item .label {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Graphik", serif;
  opacity: 0.7;
  color: #0B2231;
  text-align: center;
}
.section-chiffre-cles .chiffre-cles-container .section-chiffre-cles-item img {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-chiffre-cles .disclaimer {
  text-align: center;
}

.tab-menu {
  margin: 40px 0 0 0;
  display: -ms-grid;
  display: grid;
  gap: 30px;
}
@media screen and (max-width: 1350px) {
  .tab-menu {
    margin: 40px 0 0 0;
  }
}
.tab-menu.tab-menu--with-no-space {
  gap: 50px;
  padding: 50px;
  border-radius: 20px;
  background-color: rgba(11, 34, 49, 0.1);
}
@media screen and (max-width: 1350px) {
  .tab-menu.tab-menu--with-no-space {
    padding: 30px;
  }
}
.tab-menu.tab-menu--with-no-space .tab-menu-container {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
.tab-menu .tab-menu-container {
  background-color: rgba(11, 34, 49, 0.1);
  padding: 50px;
  border-radius: 20px;
}
@media screen and (max-width: 1350px) {
  .tab-menu .tab-menu-container {
    padding: 30px;
  }
}
.tab-menu .tab-menu-container .secondary-title {
  margin-bottom: 30px;
}
.tab-menu .tab-menu-container .tab-menu-content {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 1350px) {
  .tab-menu .tab-menu-container .tab-menu-content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 1350px) {
  .tab-menu .tab-menu-container .tab-menu-content {
    -ms-grid-columns: (1fr)[var(--columns)];
    grid-template-columns: repeat(var(--columns), 1fr);
  }
}
.tab-menu .tab-menu-container .tab-menu-content .tab-menu-item {
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #0B2231;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-family: "Graphik", serif;
  font-size: 1rem;
  line-height: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 85px;
}
.tab-menu .tab-menu-container .tab-menu-content .tab-menu-item:hover {
  background-color: #13D0B3;
  color: #fff;
}
.tab-menu .tab-menu-container .tab-menu-content .tab-menu-item:hover svg {
  color: #fff;
}
.tab-menu .tab-menu-container .tab-menu-content .tab-menu-item svg {
  color: #735A39;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.half-degrade {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: 70px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 100px;
  margin-top: 40px;
}
@media screen and (max-width: 1350px) {
  .half-degrade {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 50px 20px;
    margin-bottom: 60px;
  }
  .half-degrade::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(17, 71, 106, 0.2), #11476a 360px, rgba(17, 71, 106, 0) 100%);
  }
}
.half-degrade video {
  -webkit-transform: translateY(-40%) scale(2.5);
          transform: translateY(-40%) scale(2.5);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media screen and (max-width: 1350px) {
  .half-degrade video {
    -webkit-transform: translateX(60%) translateY(60%) scale(2.5);
            transform: translateX(60%) translateY(60%) scale(2.5);
    -webkit-transform-origin: unset;
            transform-origin: unset;
  }
}
.half-degrade.invest {
  -ms-grid-columns: 3fr 2fr;
  grid-template-columns: 3fr 2fr;
  padding: 60px 100px;
  margin-top: 60px;
}
@media screen and (max-width: 1350px) {
  .half-degrade.invest {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 50px 20px;
  }
  .half-degrade.invest img {
    -o-object-position: 15%;
       object-position: 15%;
  }
}
.half-degrade.reverse {
  padding: 150px 100px;
}
@media screen and (max-width: 1350px) {
  .half-degrade.reverse {
    padding: 50px 20px;
  }
}
.half-degrade.reverse .left-container {
  width: 65%;
  right: 0;
  left: auto;
}
@media screen and (max-width: 1350px) {
  .half-degrade.reverse .left-container {
    width: 100%;
    height: 360px;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    z-index: 1;
  }
  .half-degrade.reverse .left-container > * {
    height: 100%;
    width: 100%;
  }
  .half-degrade.reverse .left-container img {
    mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
  }
}
.half-degrade.reverse .left-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.half-degrade.reverse .right-container {
  -ms-grid-column: 1;
  grid-column: 1;
}
@media screen and (max-width: 1350px) {
  .half-degrade.reverse .right-container {
    margin: 0 0 250px 0;
  }
}
.half-degrade.reverse .right-container .p-description, .half-degrade.reverse .right-container .single-article .article-body p, .single-article .article-body .half-degrade.reverse .right-container p, .half-degrade.reverse .right-container .info .left-container .p-description ul li, .info .left-container .p-description ul .half-degrade.reverse .right-container li, .half-degrade.reverse .right-container .info .left-container .single-article .article-body p ul li, .info .left-container .single-article .article-body p ul .half-degrade.reverse .right-container li, .half-degrade.reverse .right-container .single-article .article-body .info .left-container p ul li, .single-article .article-body .info .left-container p ul .half-degrade.reverse .right-container li {
  opacity: 0.7;
}
.half-degrade .left-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 65%;
  height: 100%;
}
@media screen and (max-width: 1350px) {
  .half-degrade .left-container {
    width: 100%;
    height: 360px;
  }
}
.half-degrade .left-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.half-degrade .right-container {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: relative;
  -ms-grid-column: 2;
  grid-column: 2;
}
@media screen and (max-width: 1350px) {
  .half-degrade .right-container {
    margin-top: 200px;
  }
}

.last-team {
  overflow: hidden;
}
.last-team .last-team-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1350px) {
  .last-team .last-team-container {
    gap: 25px;
  }
}
.last-team .last-team-container .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.last-team .last-team-container .swiper {
  max-width: 100%;
  overflow: visible;
  width: 100%;
}
@media screen and (max-width: 1350px) {
  .last-team .last-team-container .swiper {
    padding-right: 40px;
  }
}
.last-team .last-team-container .swiper .swiper-wrapper {
  max-width: 100%;
  width: 100%;
}

.tab-chiffre {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 7fr 8fr;
  grid-template-columns: 7fr 8fr;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 1350px) {
  .tab-chiffre {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    margin: 0 0 90px 0;
  }
}
@media screen and (min-width: 1350px) {
  .tab-chiffre.reverse {
    -ms-grid-columns: 8fr 7fr;
    grid-template-columns: 8fr 7fr;
  }
}
@media screen and (min-width: 1350px) {
  .tab-chiffre.reverse .left-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 80px;
  }
}
.tab-chiffre.reverse .right-container .chiffre-items .chiffre-item {
  background-color: #EFEAE5;
  color: #735A39;
}
.tab-chiffre.reverse .right-container .chiffre-items .chiffre-item .number {
  min-width: 150px;
}
.tab-chiffre:not(.reverse) .left-container {
  padding-right: 80px;
}
@media screen and (max-width: 1350px) {
  .tab-chiffre:not(.reverse) .left-container {
    padding-right: 0;
  }
}
@media screen and (min-width: 1350px) {
  .tab-chiffre:not(.reverse) .right-container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.tab-chiffre:not(.reverse) .right-container .chiffre-items .chiffre-item {
  background-color: rgba(11, 34, 49, 0.05);
  color: #11476A;
}
.tab-chiffre:not(.reverse) .right-container .chiffre-items .chiffre-item.fourth-digit {
  min-width: 120px;
}
.tab-chiffre:not(.reverse) .right-container .chiffre-items .chiffre-item .number {
  min-width: 110px;
}
.tab-chiffre .left-container .p-description, .tab-chiffre .left-container .single-article .article-body p, .single-article .article-body .tab-chiffre .left-container p, .tab-chiffre .info .left-container .p-description ul li, .info .tab-chiffre .left-container .p-description ul li, .tab-chiffre .info .left-container .single-article .article-body p ul li, .info .tab-chiffre .left-container .single-article .article-body p ul li, .tab-chiffre .single-article .article-body .info .left-container p ul li, .single-article .article-body .info .tab-chiffre .left-container p ul li {
  margin: 30px 0 20px 0;
}
@media screen and (max-width: 1350px) {
  .tab-chiffre .left-container .p-description, .tab-chiffre .left-container .single-article .article-body p, .single-article .article-body .tab-chiffre .left-container p, .tab-chiffre .info .left-container .p-description ul li, .info .tab-chiffre .left-container .p-description ul li, .tab-chiffre .info .left-container .single-article .article-body p ul li, .info .tab-chiffre .left-container .single-article .article-body p ul li, .tab-chiffre .single-article .article-body .info .left-container p ul li, .single-article .article-body .info .tab-chiffre .left-container p ul li {
    margin: 30px 0 0 0;
  }
}
.tab-chiffre .right-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.tab-chiffre .right-container .chiffre-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.tab-chiffre .right-container .chiffre-items .chiffre-item {
  border-radius: 15px;
  padding: 40px 80px 40px 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1350px) {
  .tab-chiffre .right-container .chiffre-items .chiffre-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 10px;
  }
}
.tab-chiffre .right-container .chiffre-items .chiffre-item .number {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1350px) {
  .tab-chiffre .right-container .chiffre-items .chiffre-item .number {
    font-family: "Canela", serif;
    font-weight: 400;
  }
}
.tab-chiffre .right-container .chiffre-items .chiffre-item .description {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "Graphik", serif;
}
@media screen and (max-width: 1350px) {
  .tab-chiffre .right-container .chiffre-items .chiffre-item .description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.tab-chiffre .right-container .disclaimer {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: "Graphik Medium", serif;
  color: rgba(11, 34, 49, 0.7);
}

#realisations {
  scroll-margin-top: 120px;
}

.quote-blue {
  position: relative;
  padding: 100px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 30px;
}
@media screen and (max-width: 1350px) {
  .quote-blue {
    padding: 50px 20px;
    margin-top: 0;
  }
}
.quote-blue video {
  -webkit-transform: translateX(-150%) scale(2.55);
          transform: translateX(-150%) scale(2.55);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media screen and (max-width: 1350px) {
  .quote-blue video {
    -webkit-transform: translateX(60%) translateY(60%) scale(2.5);
            transform: translateX(60%) translateY(60%) scale(2.5);
    -webkit-transform-origin: unset;
            transform-origin: unset;
  }
}
.quote-blue-content {
  display: -ms-grid;
  display: grid;
  gap: 50px;
  z-index: 1;
  position: relative;
  -ms-grid-columns: 13fr 50px 11fr;
  grid-template-columns: 13fr 11fr;
}
@media screen and (max-width: 1350px) {
  .quote-blue-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.quote-blue-content .secondary-title svg {
  margin: 0 10px 15px 0;
}
@media screen and (max-width: 1350px) {
  .quote-blue-content .secondary-title svg {
    margin: 0 5px 10px 0;
  }
}
.quote-blue-content .p-description, .quote-blue-content .single-article .article-body p, .single-article .article-body .quote-blue-content p, .quote-blue-content .info .left-container .p-description ul li, .info .left-container .p-description ul .quote-blue-content li, .quote-blue-content .info .left-container .single-article .article-body p ul li, .info .left-container .single-article .article-body p ul .quote-blue-content li, .quote-blue-content .single-article .article-body .info .left-container p ul li, .single-article .article-body .info .left-container p ul .quote-blue-content li {
  opacity: 0.7;
}

.last-investissement {
  overflow: hidden;
}
.last-investissement .last-investissement-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-top: 100px;
}
@media screen and (max-width: 1350px) {
  .last-investissement .last-investissement-container {
    gap: 25px;
    margin-top: 60px;
  }
}
.last-investissement .last-investissement-container .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.last-investissement .last-investissement-container .swiper {
  max-width: 100%;
  overflow: visible;
  width: 100%;
}
@media screen and (max-width: 1350px) {
  .last-investissement .last-investissement-container .swiper {
    padding-right: 40px;
  }
}
.last-investissement .last-investissement-container .swiper .swiper-wrapper {
  max-width: 100%;
  width: 100%;
}

.half-long {
  margin: 100px 0 0 0;
}
@media screen and (max-width: 1350px) {
  .half-long {
    margin: 60px 0 0 0;
  }
}
.half-long .half-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 9fr 60px 4fr;
  grid-template-columns: 9fr 4fr;
  border-bottom: 1px solid rgba(11, 34, 49, 0.1);
  padding: 50px 0;
  gap: 60px;
}
@media screen and (max-width: 1350px) {
  .half-long .half-card {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.half-long .half-card > img {
  height: 350px;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.half-long .half-card .right-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.half-long .half-card .right-container .infos {
  margin-top: 8px;
}
.half-long .half-card .right-container .margin-p {
  margin-top: 30px;
}
@media screen and (max-width: 1350px) {
  .half-long .half-card .right-container .margin-p {
    margin-top: 20px;
  }
}

.section-map {
  position: relative;
  overflow: hidden;
}
.section-map .mask {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  border-radius: 0 0 0 20px;
}
@media screen and (min-width: 1024px) and (max-width: 1350px) {
  .section-map .mask {
    display: none;
  }
}
.section-map video {
  -webkit-transform: translateY(-40%) scale(2.5);
          transform: translateY(-40%) scale(2.5);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media screen and (max-width: 1350px) {
  .section-map video {
    -webkit-transform: translateX(60%) translateY(60%) scale(2.5);
            transform: translateX(60%) translateY(60%) scale(2.5);
    -webkit-transform-origin: unset;
            transform-origin: unset;
  }
}
.section-map .top-mask {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  z-index: 1;
}
@media screen and (max-width: 1350px) {
  .section-map .top-mask {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1350px) {
  .section-map .top-mask {
    display: none;
  }
}
.section-map .top-mask .item {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 1350px) {
  .section-map .top-mask .item {
    display: none;
  }
}
@media screen and (max-width: 1350px) {
  .section-map .top-mask .mask2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section-map .top-mask .mask2 svg {
  width: 100%;
  height: auto;
  display: block;
  max-width: 681px;
}
.section-map .mask3 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  border-radius: 0 0 20px 0;
}
.section-map .map-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 70px 1fr;
  grid-template-columns: repeat(2, 1fr);
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
  margin: 50px 40px;
}
@media screen and (max-width: 1350px) {
  .section-map .map-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
    margin: 15px 0 60px;
  }
}
.section-map .map-container .left-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1350px) {
  .section-map .map-container .left-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    gap: 25px;
  }
}
.section-map .map-container .left-container .p-description, .section-map .map-container .left-container .single-article .article-body p, .single-article .article-body .section-map .map-container .left-container p, .section-map .map-container .info .left-container .p-description ul li, .info .section-map .map-container .left-container .p-description ul li, .section-map .map-container .info .left-container .single-article .article-body p ul li, .info .section-map .map-container .left-container .single-article .article-body p ul li, .section-map .map-container .single-article .article-body .info .left-container p ul li, .single-article .article-body .info .section-map .map-container .left-container p ul li {
  opacity: 0.7;
}
@media screen and (min-width: 1350px) {
  .section-map .map-container .right-container {
    padding-left: 20px;
  }
}

.fond {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1350px) {
  .fond {
    margin-bottom: 60px;
    gap: 30px;
  }
}
.fond .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.fond .content-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1350px) {
  .fond .content-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.fond .content-container .fond-container {
  background-color: rgba(11, 34, 49, 0.05);
  padding: 40px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1350px) {
  .fond .content-container .fond-container {
    padding: 30px 20px;
  }
}
.fond .content-container .fond-container .info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1350px) {
  .fond .content-container .fond-container .info-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fond .content-container .fond-container .info-container .info-item {
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #11476A;
  color: #fff;
  font-family: "Graphik", serif;
  font-size: 0.875rem;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  min-width: 130px;
  text-align: center;
}
@media screen and (max-width: 1350px) {
  .fond .content-container .fond-container .info-container .info-item {
    width: 100%;
    text-align: center;
  }
}
.fond .content-container .fond-container .info-container .info-item.bg-gold:hover {
  background-color: #735A39 !important;
}
.fond .content-container .fond-container .info-container .info-item:hover {
  background-color: #13D0B3;
}
.fond .content-container .fond-container .block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.fond .content-container .fond-container .block-content.little-margin {
  gap: 10px;
}
.fond .content-container .fond-container .disclaimer {
  margin: 0 0 20px;
}
.fond .content-container .fond-container .disclaimer.no-margin {
  margin: 0;
}

.contact-section {
  position: relative;
  overflow: hidden;
}
.contact-section video {
  -webkit-transform: translateY(15%) scale(1.55);
          transform: translateY(15%) scale(1.55);
  -webkit-transform-origin: right;
          transform-origin: right;
}
@media screen and (max-width: 1350px) {
  .contact-section video {
    -webkit-transform: translateY(20%) translateX(45%) scale(1.9);
            transform: translateY(20%) translateX(45%) scale(1.9);
    -webkit-transform-origin: unset;
            transform-origin: unset;
  }
}
.contact-section .contact-container {
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  padding: 100px 0;
}
@media screen and (max-width: 1350px) {
  .contact-section .contact-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    padding: 60px 0;
    gap: 40px;
  }
}
.contact-section .contact-container.column {
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 600px;
  margin: auto;
  width: 100%;
  gap: 60px;
}
@media screen and (max-width: 1350px) {
  .contact-section .contact-container.column {
    gap: 40px;
  }
}
.contact-section .contact-container.column .gform_wrapper form input, .contact-section .contact-container.column .gform_wrapper form textarea, .contact-section .contact-container.column .gform_wrapper form select {
  background-color: transparent;
}
.contact-section .contact-container:not(.column) .left-container {
  margin-right: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1350px) {
  .contact-section .contact-container:not(.column) .left-container {
    margin-right: 0;
    gap: 20px;
  }
}
.contact-section .contact-container:not(.column) .left-container .p-description, .contact-section .contact-container:not(.column) .left-container .single-article .article-body p, .single-article .article-body .contact-section .contact-container:not(.column) .left-container p, .contact-section .contact-container:not(.column) .info .left-container .p-description ul li, .info .contact-section .contact-container:not(.column) .left-container .p-description ul li, .contact-section .contact-container:not(.column) .info .left-container .single-article .article-body p ul li, .info .contact-section .contact-container:not(.column) .left-container .single-article .article-body p ul li, .contact-section .contact-container:not(.column) .single-article .article-body .info .left-container p ul li, .single-article .article-body .info .contact-section .contact-container:not(.column) .left-container p ul li {
  color: rgba(255, 255, 255, 0.7);
}
.contact-section .contact-container:not(.column) .left-container .p-description a, .contact-section .contact-container:not(.column) .left-container .single-article .article-body p a, .single-article .article-body .contact-section .contact-container:not(.column) .left-container p a, .contact-section .contact-container:not(.column) .single-article .article-body .info .left-container p ul li a {
  color: #fff;
  text-decoration: underline;
  display: inline;
}
.contact-section .contact-container:not(.column) .gform_wrapper .custom-select {
  position: relative;
}
.contact-section .contact-container:not(.column) .gform_wrapper .custom-select .cs-btn {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background-color: transparent;
  color: #fff;
  width: 100%;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Graphik", serif;
  font-size: 0.875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-section .contact-container:not(.column) .gform_wrapper .custom-select .cs-btn::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: relative;
  top: -3px;
}
.contact-section .contact-container:not(.column) .gform_wrapper .custom-select .cs-menu {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
  gap: 5px;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 3;
}
.contact-section .contact-container:not(.column) .gform_wrapper .custom-select .cs-menu button {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  font-family: "Graphik", serif;
  font-size: 0.875rem;
  background-color: #fff;
  color: #0B2231;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-section .contact-container:not(.column) .gform_wrapper .custom-select .cs-menu button.active {
  color: #13D0B3;
}
.contact-section .contact-container:not(.column) .gform_wrapper .custom-select.open .cs-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-section .contact-container:not(.column) .gform_wrapper .custom-select.open .cs-btn {
  background-color: #fff;
  color: #0B2231;
}
.contact-section .contact-container:not(.column) .gform_wrapper .custom-select.open .cs-btn::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  top: 3px;
  border-color: #0B2231;
}
.contact-section .contact-container:not(.column) .gform_wrapper form label {
  color: #fff;
}
.contact-section .contact-container:not(.column) .gform_wrapper form label .gfield_required {
  color: #fff !important;
}
.contact-section .contact-container:not(.column) .gform_wrapper form input, .contact-section .contact-container:not(.column) .gform_wrapper form textarea, .contact-section .contact-container:not(.column) .gform_wrapper form select {
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background-color: transparent;
  border-radius: 10px !important;
  color: #fff;
}
.contact-section .contact-container:not(.column) .gform_wrapper form input::-webkit-input-placeholder, .contact-section .contact-container:not(.column) .gform_wrapper form textarea::-webkit-input-placeholder, .contact-section .contact-container:not(.column) .gform_wrapper form select::-webkit-input-placeholder {
  color: #fff;
}
.contact-section .contact-container:not(.column) .gform_wrapper form input::-moz-placeholder, .contact-section .contact-container:not(.column) .gform_wrapper form textarea::-moz-placeholder, .contact-section .contact-container:not(.column) .gform_wrapper form select::-moz-placeholder {
  color: #fff;
}
.contact-section .contact-container:not(.column) .gform_wrapper form input:-ms-input-placeholder, .contact-section .contact-container:not(.column) .gform_wrapper form textarea:-ms-input-placeholder, .contact-section .contact-container:not(.column) .gform_wrapper form select:-ms-input-placeholder {
  color: #fff;
}
.contact-section .contact-container:not(.column) .gform_wrapper form input::-ms-input-placeholder, .contact-section .contact-container:not(.column) .gform_wrapper form textarea::-ms-input-placeholder, .contact-section .contact-container:not(.column) .gform_wrapper form select::-ms-input-placeholder {
  color: #fff;
}
.contact-section .contact-container:not(.column) .gform_wrapper form input::placeholder, .contact-section .contact-container:not(.column) .gform_wrapper form textarea::placeholder, .contact-section .contact-container:not(.column) .gform_wrapper form select::placeholder {
  color: #fff;
}
.contact-section .contact-container:not(.column) .gform_wrapper form .require {
  color: rgba(255, 255, 255, 0.7);
}
.contact-section .contact-container:not(.column) .gform_wrapper form .gfield--input-type-consent a {
  color: #fff;
}
.contact-section .contact-container:not(.column) .gform_wrapper form .gfield--input-type-consent input[type=checkbox] {
  border: none !important;
  border-radius: 2px !important;
}
.contact-section .contact-container:not(.column) .gform_wrapper form .gfield--input-type-consent input[type=checkbox]::before {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.contact-section .contact-container .right-container {
  position: relative;
  text-align: start;
}
@media screen and (min-width: 1350px) {
  .contact-section .contact-container .right-container .btn-icon {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.contact-section .contact-container .right-container .gfield--type-submit {
  display: none !important;
}

.expertise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
}
@media screen and (max-width: 1350px) {
  .expertise {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding: 0 0 60px 0;
  }
}
.expertise .big-title {
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  font-size: 8rem;
  line-height: normal;
  font-family: "Canela Light", serif;
  font-weight: 200;
}
@media screen and (max-width: 1350px) {
  .expertise .big-title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 2.25rem;
  }
}
.expertise .expertises-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 100%;
}
.expertise .expertises-accordion .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  width: 100%;
  padding: 30px 0;
  gap: 15px;
}
@media screen and (max-width: 1350px) {
  .expertise .expertises-accordion .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 0;
  }
}
.expertise .expertises-accordion .items .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  -webkit-transition: -webkit-box-flex 0.3s ease-in-out;
  transition: -webkit-box-flex 0.3s ease-in-out;
  transition: flex 0.3s ease-in-out;
  transition: flex 0.3s ease-in-out, -webkit-box-flex 0.3s ease-in-out, -ms-flex 0.3s ease-in-out;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: flex;
}
@media screen and (max-width: 1350px) {
  .expertise .expertises-accordion .items .item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .expertise .expertises-accordion .items .item .title {
    font-size: 1.75rem;
  }
}
.expertise .expertises-accordion .items .item img {
  position: absolute;
  opacity: 0;
  -webkit-transition: 0;
  transition: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  visibility: hidden;
}
.expertise .expertises-accordion .items .item .trigger {
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1350px) {
  .expertise .expertises-accordion .items .item .trigger {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 1.75rem;
    line-height: 1.25rem;
  }
}
.expertise .expertises-accordion .items .item .panel {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out 0.3s;
  transition: opacity 0.6s ease-in-out 0.3s;
  position: absolute;
  padding: 75px 140px 75px 60px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.85);
  margin: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1350px) {
  .expertise .expertises-accordion .items .item .panel {
    margin: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    padding: 100px 20px;
  }
}
.expertise .expertises-accordion .items .item.active {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 55%;
          flex: 1 1 55%;
}
@media screen and (max-width: 1350px) {
  .expertise .expertises-accordion .items .item.active {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .expertise .expertises-accordion .items .item.active .trigger {
    display: none;
  }
  .expertise .expertises-accordion .items .item.active .panel {
    position: relative;
  }
}
.expertise .expertises-accordion .items .item.active .panel {
  visibility: visible;
  opacity: 1;
}
.expertise .expertises-accordion .items .item.active img {
  opacity: 1;
  visibility: visible;
}
.expertise .expertises-accordion .nav-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(11, 34, 49, 0.05);
  border-radius: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 18px;
}
.expertise .expertises-accordion .nav-arrows button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.expertise .expertises-accordion .nav-arrows button.prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.caracteristique {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1350px) {
  .caracteristique {
    padding: 40px 20px;
    gap: 40px;
  }
}
.caracteristique video {
  -webkit-transform: translateY(-40%) scale(2.5);
          transform: translateY(-40%) scale(2.5);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media screen and (max-width: 1350px) {
  .caracteristique video {
    -webkit-transform: translateX(60%) translateY(60%) scale(2.5);
            transform: translateX(60%) translateY(60%) scale(2.5);
    -webkit-transform-origin: unset;
            transform-origin: unset;
  }
}
.caracteristique .secondary-title {
  z-index: 1;
}
.caracteristique .caracteristique-container {
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 70px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
}
@media screen and (max-width: 1350px) {
  .caracteristique .caracteristique-container {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.caracteristique .caracteristique-container .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 13px 0;
  gap: 20px;
}
@media screen and (max-width: 1350px) {
  .caracteristique .caracteristique-container .item {
    padding: 25px 0;
  }
}
.caracteristique .caracteristique-container .item .title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.caracteristique .caracteristique-container .item .value {
  text-align: end;
}
@media screen and (min-width: 1350px) {
  .caracteristique .caracteristique-container .item:nth-child(-n+2) {
    padding-top: 0;
  }
  .caracteristique .caracteristique-container .item:nth-last-child(-n+2) {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1350px) {
  .caracteristique .caracteristique-container .item:first-child {
    padding-top: 0;
  }
  .caracteristique .caracteristique-container .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.fees {
  margin: 100px 0;
}
@media screen and (max-width: 1350px) {
  .fees {
    background-color: rgba(11, 34, 49, 0.08);
    overflow: hidden;
    padding: 50px 0;
    margin: 60px 0 0;
  }
}
.fees .fees-scroll {
  overflow-x: scroll;
  scrollbar-width: none;
}
.fees .fees-scroll::-webkit-scrollbar {
  display: none;
}
.fees .fees-container {
  background-color: rgba(11, 34, 49, 0.08);
  padding: 50px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1350px) {
  .fees .fees-container {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    width: 1200px;
  }
}
.fees .fees-container col:first-child {
  width: 22%;
}
.fees .fees-container thead {
  border-bottom: 1px solid rgba(11, 34, 49, 0.2);
}
.fees .fees-container thead th {
  padding: 0 0 20px;
}
.fees .fees-container tbody {
  margin-top: 30px;
}
.fees .fees-container tbody tr {
  vertical-align: baseline;
}
.fees .fees-container tbody td {
  padding: 10px 20px 10px 0;
}
.fees .fees-container tbody tr:first-child td {
  padding-top: 20px;
}
.fees .fees-container .fees-table-wrapper {
  overflow-x: auto;
}
@media screen and (max-width: 1350px) {
  .fees .fees-container .fees-table-wrapper {
    overflow: scroll;
  }
}
.fees .fees-container .fees-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.half-video {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0 100px;
}
@media screen and (max-width: 1350px) {
  .half-video {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin: 0 0 60px;
  }
  .half-video .primary-title {
    font-size: 2.25rem;
    line-height: 2.813rem;
  }
}
.half-video video {
  -webkit-transform: translateY(0%) scale(2.45);
          transform: translateY(0%) scale(2.45);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media screen and (max-width: 1350px) {
  .half-video video {
    -webkit-transform: translateX(55%) translateY(55%) scale(2.45);
            transform: translateX(55%) translateY(55%) scale(2.45);
    -webkit-transform-origin: unset;
            transform-origin: unset;
  }
}
.half-video .half-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}
@media screen and (max-width: 1350px) {
  .half-video .half-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.half-video .half-content .left-container {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.half-video .half-content .left-container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 50px 70px 40px 50px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .half-video .half-content .left-container .content {
    padding: 50px 20px;
    gap: 25px;
  }
  .half-video .half-content .left-container .content .secondary-title {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
.half-video .half-content img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 1350px) {
  .half-video .half-content img {
    height: 230px;
  }
}

.funds-table-wrapper {
  margin-bottom: 100px;
}
.funds-table-wrapper.no-margin {
  margin: 0;
}
.funds-table-wrapper .funds-table {
  overflow-x: auto;
  scrollbar-width: none;
}
.funds-table-wrapper .funds-table::-webkit-scrollbar {
  display: none;
}
.funds-table-wrapper .funds-table.detail.graph-detail table colgroup col:first-child {
  width: 12.08%;
}
.funds-table-wrapper .funds-table.detail.graph-detail table colgroup col:nth-child(2) {
  width: 6.79%;
}
.funds-table-wrapper .funds-table.detail.graph-detail table colgroup col:nth-child(3) {
  width: 14.72%;
}
.funds-table-wrapper .funds-table.detail.graph-detail table colgroup col:nth-child(4) {
  width: 12.83%;
}
.funds-table-wrapper .funds-table.detail.graph-detail table colgroup col:nth-child(5) {
  width: 4.15%;
}
.funds-table-wrapper .funds-table.detail.graph-detail table colgroup col:nth-child(6) {
  width: 4.91%;
}
.funds-table-wrapper .funds-table.detail.graph-detail table colgroup col:nth-child(7) {
  width: 7.55%;
}
.funds-table-wrapper .funds-table.detail.graph-detail table colgroup col:nth-child(8) {
  width: 10.57%;
}
.funds-table-wrapper .funds-table.detail.graph-detail table colgroup col:nth-child(9) {
  width: 11.32%;
}
.funds-table-wrapper .funds-table.detail.graph-detail table colgroup col:nth-child(10) {
  width: 9.43%;
}
.funds-table-wrapper .funds-table.detail.graph-detail table colgroup col:nth-child(11) {
  width: 5.65%;
}
.funds-table-wrapper .funds-table.detail table {
  width: 100%;
  table-layout: auto;
}
.funds-table-wrapper .funds-table.detail thead th:nth-child(n+5):nth-child(-n+8) {
  border-bottom: 1px solid #0B2231;
}
.funds-table-wrapper .funds-table.detail thead th:nth-child(4) {
  border-bottom: 1px solid rgba(11, 34, 49, 0.2) !important;
}
.funds-table-wrapper .funds-table.detail tbody td:nth-child(4), .funds-table-wrapper .funds-table.detail tbody td:first-child {
  font-family: "Graphik Medium", serif;
}
.funds-table-wrapper .funds-table.detail tbody td:nth-last-child(n+3) {
  padding: 30px 0 20px;
}
.funds-table-wrapper .funds-table.detail tbody td:nth-last-child(-n+2) {
  padding: 20px 0 10px;
}
@media screen and (max-width: 1350px) {
  .funds-table-wrapper .funds-table .funds-header {
    width: 1360px;
  }
}
.funds-table-wrapper .funds-table table {
  width: 100%;
  border-collapse: collapse;
}
.funds-table-wrapper .funds-table table colgroup col:first-child {
  width: 360px;
}
@media screen and (max-width: 1350px) {
  .funds-table-wrapper .funds-table table colgroup col:first-child {
    width: 340px;
  }
}
.funds-table-wrapper .funds-table table colgroup col:last-child {
  width: 70px;
}
.funds-table-wrapper .funds-table table colgroup col:nth-child(2) {
  width: 220px;
}
.funds-table-wrapper .funds-table table colgroup col:nth-child(3) {
  width: 150px;
}
.funds-table-wrapper .funds-table table colgroup col:nth-child(4), .funds-table-wrapper .funds-table table colgroup col:nth-child(5) {
  width: 60px;
}
.funds-table-wrapper .funds-table table colgroup col:nth-child(6) {
  width: 75px;
}
.funds-table-wrapper .funds-table table colgroup col:nth-child(7), .funds-table-wrapper .funds-table table colgroup col:nth-child(8) {
  width: 120px;
}
.funds-table-wrapper .funds-table table colgroup col:nth-child(9) {
  width: 100px;
}
.funds-table-wrapper .funds-table table thead th {
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(11, 34, 49, 0.2);
  text-align: left;
}
.funds-table-wrapper .funds-table table thead th:nth-child(n+4):nth-child(-n+7) {
  border-bottom: 1px solid #0B2231;
}
.funds-table-wrapper .funds-table table tbody tr {
  border-bottom: 1px solid rgba(11, 34, 49, 0.2);
}
.funds-table-wrapper .funds-table table tbody td {
  padding: 0;
  vertical-align: middle;
  max-width: 180px;
}
.funds-table-wrapper .funds-table table tbody td:first-child {
  max-width: none;
}
.funds-table-wrapper .funds-table table tbody td small {
  font-size: 14px;
}
.funds-table-wrapper .funds-table table tbody tr:last-child {
  border-bottom: none;
}
.funds-table-wrapper .funds-table table .fund-name {
  padding: 13px 40px 13px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.funds-table-wrapper .funds-table table .fund-name .link {
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1350px) {
  .funds-table-wrapper .funds-table table .fund-name .link {
    padding: 30px 20px;
  }
}
.funds-table-wrapper .funds-table table .isin-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  font-weight: 700;
  width: 160px;
}
.funds-table-wrapper .funds-table table .toggle-details {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}
.funds-table-wrapper .funds-table table .download-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 48px;
  background: rgba(11, 34, 49, 0.05);
  border-radius: 10px;
  text-decoration: none;
  font-size: 1.2rem;
  color: inherit;
}

.half-image {
  border-radius: 20px;
  padding: 65px 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 100px;
}
@media screen and (max-width: 1350px) {
  .half-image {
    margin-top: 60px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    padding: 20px;
  }
}
.half-image .left-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.half-image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.graph {
  margin: 100px 0 60px 0;
}
.graph .secondary-title {
  margin-bottom: 25px;
}
.graph .funds-table-wrapper .funds-table tbody tr:last-child {
  border-bottom: 1px solid rgba(11, 34, 49, 0.2);
}
@media screen and (max-width: 1350px) {
  .graph table {
    border-top: 1px solid rgba(11, 34, 49, 0.2);
    border-bottom: 1px solid rgba(11, 34, 49, 0.2);
  }
  .graph table thead th {
    padding-top: 15px !important;
  }
}
.graph .graph-container {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 50px;
  margin-top: 20px;
}
@media screen and (max-width: 1350px) {
  .graph .graph-container {
    border-radius: 0;
    padding: 0;
  }
}
.graph .graph-container canvas {
  width: 100% !important;
  height: 100% !important;
}
.graph .graph-container .graph-containers {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  padding: 30px;
  z-index: 1;
  position: relative;
  height: 430px;
}
@media screen and (max-width: 1350px) {
  .graph .graph-container .graph-containers {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
  }
}
.graph .graph-container .graph-containers .legend {
  font-size: 14px;
  font-weight: 500;
  color: #0B2231;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Graphik", serif;
  margin-bottom: 30px;
}
.graph .graph-container .graph-containers .legend::before {
  content: " ";
  height: 2px;
  width: 27px;
  background-color: #0B2231;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.graph .graph-container .graph-containers .graph-content {
  position: relative;
  height: 100%;
}
.graph .graph-container video {
  -webkit-transform: translateY(0%) scale(2.45);
          transform: translateY(0%) scale(2.45);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media screen and (max-width: 1350px) {
  .graph .graph-container video {
    display: none;
  }
}
.graph .dropdown {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 35px;
}
@media screen and (max-width: 1350px) {
  .graph .dropdown {
    margin-bottom: 40px;
  }
}
.graph .dropdown .select {
  padding: 15px;
  border-radius: 8px;
  max-width: 300px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #11476A;
  cursor: pointer;
  color: #fff;
}
@media screen and (max-width: 1350px) {
  .graph .dropdown .select {
    width: -webkit-fill-available !important;
  }
}
.graph .dropdown .select svg {
  color: #fff;
  position: absolute;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 20px;
  height: 9px;
}
@media screen and (min-width: 1350px) {
  .graph .dropdown .select.active {
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
}
.graph .dropdown .select.active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.graph .dropdown .select.child-active::before {
  content: " ";
  width: 8px;
  height: 8px;
  background-color: #94764F;
  border-radius: 50%;
  margin-right: 5px;
}
.graph .dropdown .cats {
  list-style-type: none;
  padding: 15px 0;
  border-radius: 8px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 105%;
  margin-top: 10px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(11, 34, 49, 0.2);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1350px) {
  .graph .dropdown .cats {
    position: relative;
    border: none;
    margin-top: 0;
    padding: 0;
    -webkit-box-shadow: inset 0 -20px 20px -20px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 -20px 20px -20px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    height: 0;
    display: block;
  }
}
.graph .dropdown .cats.open {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1350px) {
  .graph .dropdown .cats.open {
    height: 200px;
    overflow: scroll;
  }
}
.graph .dropdown .cats li {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 1350px) {
  .graph .dropdown .cats li {
    padding: 12px 30px;
  }
  .graph .dropdown .cats li:last-child {
    margin-bottom: 20px;
  }
}
.graph .dropdown .cats li label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.graph .dropdown .cats li input[type=checkbox],
.graph .dropdown .cats li input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(11, 34, 49, 0.2);
  border-radius: 4px;
  position: relative;
  background: #fff;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.graph .dropdown .cats li input[type=checkbox]::after,
.graph .dropdown .cats li input[type=radio]::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.graph .dropdown .cats li input[type=checkbox]:checked,
.graph .dropdown .cats li input[type=radio]:checked {
  background-color: #94764F;
  border: 2px solid #94764F;
}
.graph .dropdown .cats li input[type=checkbox]:checked::after,
.graph .dropdown .cats li input[type=radio]:checked::after {
  opacity: 1;
}

.modal-wrapper {
  position: fixed;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: -1;
}
.modal-wrapper.is-visible {
  z-index: 100;
}
.modal-wrapper .overlay {
  background-color: rgba(11, 34, 49, 0.1);
  backdrop-filter: blur(10px);
  position: absolute;
  inset: 0;
}
.modal-wrapper .modal-link.is-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.modal-wrapper .popup {
  z-index: 6;
  position: relative;
  max-width: 670px;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  top: 70px;
  max-height: calc(100vh - 140px);
  overflow: auto;
}
@media screen and (max-width: 1350px) {
  .modal-wrapper .popup {
    padding: 20px;
    margin: 0 20px;
  }
}
.modal-wrapper .popup .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1350px) {
  .modal-wrapper .popup .title-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 30px;
  }
  .modal-wrapper .popup .title-block .secondary-title {
    width: 100%;
  }
}
.modal-wrapper .popup .title-block .circle {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(11, 34, 49, 0.3);
  cursor: pointer;
}
.modal-wrapper .popup .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-top: 30px;
  font-family: "Graphik", serif;
}
.modal-wrapper .popup .modal-footer .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.modal-wrapper .popup, .modal-wrapper .overlay {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal-wrapper .popup.is-visible,
.modal-wrapper .overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

/* - - - -    Z-index Element Priority    - - - -  */