/*------------------------------*/
/* Styles générés par main.less */
/*------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
/* MARGIN & PADDING HELPERS */
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.margin-10 {
  margin: 10px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-15 {
  margin: 15px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-left-15 {
  margin-left: 15px !important;
}
.margin-right-15 {
  margin-right: 15px !important;
}
.margin-20 {
  margin: 20px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-right-20 {
  margin-right: 20px !important;
}
.padding-5 {
  padding: 5px !important;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-bottom-5 {
  padding-bottom: 5px !important;
}
.padding-left-5 {
  padding-left: 5px !important;
}
.padding-right-5 {
  padding-right: 5px !important;
}
.padding-10 {
  padding: 10px !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.padding-20 {
  padding: 20px !important;
}
.padding-left-20 {
  padding-left: 20px !important;
}
.padding-right-20 {
  padding-right: 20px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-right-20 {
  margin-right: 20px !important;
}
/* TEXT HELPERS */
.text-nowrap {
  white-space: nowrap;
}
.word-wrap {
  width: 100%;
  word-wrap: break-word;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-ellipsis {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.font-xl {
  font-size: 1.2em !important;
}
.font-xxl {
  font-size: 1.6em !important;
}
.font-xxxl {
  font-size: 2em !important;
}
.font-m {
  font-size: 1em !important;
}
.font-xs {
  font-size: .8em !important;
}
.font-xxs {
  font-size: .6em !important;
}
.font-xxxs {
  font-size: .4em !important;
}
.weight-400,
.text-regular {
  font-weight: 400;
}
.weight-500,
.text-medium {
  font-weight: 500;
}
.weight-700,
.text-semibold {
  font-weight: 700;
}
.weight-800,
.text-bold {
  font-weight: 800;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.initialcase {
  text-transform: initial;
}
.underline {
  text-decoration: underline;
}
/* LAYOUT HELPERS */
.flex,
[class*="flex-"] {
  display: flex;
}
.flex[class*="-start"],
[class*="flex-"][class*="-start"],
.flex[class*="-justify_start"],
[class*="flex-"][class*="-justify_start"] {
  justify-content: flex-start !important;
}
.flex[class*="-end"],
[class*="flex-"][class*="-end"],
.flex[class*="-justify_end"],
[class*="flex-"][class*="-justify_end"] {
  justify-content: flex-end !important;
}
.flex[class*="-center"],
[class*="flex-"][class*="-center"],
.flex[class*="-justify_center"],
[class*="flex-"][class*="-justify_center"] {
  justify-content: center !important;
}
.flex[class*="-space"],
[class*="flex-"][class*="-space"],
.flex[class*="-justify_space"],
[class*="flex-"][class*="-justify_space"] {
  justify-content: space-between !important;
}
.flex[class*="-evenly"],
[class*="flex-"][class*="-evenly"],
.flex[class*="-justify_evenly"],
[class*="flex-"][class*="-justify_evenly"] {
  justify-content: space-evenly !important;
}
.flex[class*="-justify_stretch"],
[class*="flex-"][class*="-justify_stretch"] {
  justify-content: stretch !important;
}
.flex[class*="-justify_stretch"] > *,
[class*="flex-"][class*="-justify_stretch"] > * {
  flex-grow: 1;
}
.flex[class*="-align_start"],
[class*="flex-"][class*="-align_start"] {
  align-items: flex-start !important;
}
.flex[class*="-align_end"],
[class*="flex-"][class*="-align_end"] {
  align-items: flex-end !important;
}
.flex[class*="-middle"],
[class*="flex-"][class*="-middle"],
.flex[class*="-align_center"],
[class*="flex-"][class*="-align_center"] {
  align-items: center !important;
}
.flex[class*="-wrap"],
[class*="flex-"][class*="-wrap"] {
  flex-wrap: wrap !important;
}
.flex[class*="-nowrap"],
[class*="flex-"][class*="-nowrap"] {
  flex-wrap: nowrap !important;
}
.flex[class*="-column"],
[class*="flex-"][class*="-column"] {
  flex-direction: column !important;
}
.flex[class*="-full"],
[class*="flex-"][class*="-full"] {
  width: 100%;
}
.flex[class*="-gap"],
[class*="flex-"][class*="-gap"] {
  gap: 10px;
}
.flex[class*="-gap-2"],
[class*="flex-"][class*="-gap-2"] {
  gap: 2px;
}
.flex[class*="-gap-5"],
[class*="flex-"][class*="-gap-5"] {
  gap: 5px;
}
.flex[class*="-gap-10"],
[class*="flex-"][class*="-gap-10"] {
  gap: 10px;
}
.flex[class*="-gap-15"],
[class*="flex-"][class*="-gap-15"] {
  gap: 15px;
}
.flex[class*="-gap-20"],
[class*="flex-"][class*="-gap-20"] {
  gap: 20px;
}
.flex[class*="-col_2"] > *,
[class*="flex-"][class*="-col_2"] > * {
  flex-basis: 50%;
}
.flexsize[class*="-20"],
[class*="flexsize-"][class*="-20"] {
  flex: 20%;
}
.flexsize[class*="-50"],
[class*="flexsize-"][class*="-50"] {
  flex: 0 1 50%;
}
.flexsize[class*="-100"],
[class*="flexsize-"][class*="-100"] {
  flex: 100%;
}
.block {
  display: block;
}
.min-height[class*="-100"],
[class*="min-height-"][class*="-100"] {
  min-height: 100%;
}
.position[class*="-relative"],
[class*="position-"][class*="-relative"] {
  position: relative;
}
.position[class*="-sticky"],
[class*="position-"][class*="-sticky"] {
  position: sticky;
  z-index: 1;
  top: 0;
}
.position[class*="-absolute"],
[class*="position-"][class*="-absolute"] {
  position: absolute;
  z-index: 1;
}
.position[class*="-fixed"],
[class*="position-"][class*="-fixed"] {
  position: fixed;
  z-index: 1;
}
.position[class*="-z-0"],
[class*="position-"][class*="-z-0"] {
  z-index: 0;
}
.position[class*="-z-1"],
[class*="position-"][class*="-z-1"] {
  z-index: 1;
}
.position[class*="-z-2"],
[class*="position-"][class*="-z-2"] {
  z-index: 2;
}
.position[class*="-z-3"],
[class*="position-"][class*="-z-3"] {
  z-index: 3;
}
.position[class*="-z-4"],
[class*="position-"][class*="-z-4"] {
  z-index: 4;
}
.position[class*="-z-5"],
[class*="position-"][class*="-z-5"] {
  z-index: 5;
}
.position[class*="-z-6"],
[class*="position-"][class*="-z-6"] {
  z-index: 6;
}
.position[class*="-z-7"],
[class*="position-"][class*="-z-7"] {
  z-index: 7;
}
.position[class*="-z-8"],
[class*="position-"][class*="-z-8"] {
  z-index: 8;
}
.position[class*="-z-9"],
[class*="position-"][class*="-z-9"] {
  z-index: 9;
}
.position[class*="-z-10"],
[class*="position-"][class*="-z-10"] {
  z-index: 10;
}
.position[class*="-z-9999"],
[class*="position-"][class*="-z-9999"] {
  z-index: 9999;
}
.position[class*="-bottom"],
[class*="position-"][class*="-bottom"] {
  bottom: 0;
}
.position[class*="-top"],
[class*="position-"][class*="-top"] {
  top: 0;
}
.position[class*="-left"],
[class*="position-"][class*="-left"] {
  left: 0;
}
.position[class*="-right"],
[class*="position-"][class*="-right"] {
  right: 0;
}
/* DISPLAY HELPERS */
.clickable {
  cursor: pointer;
}
.grabbable {
  cursor: grab !important;
}
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden !important;
}
.no-scroll,
.no-overflow {
  overflow: hidden !important;
}
.no-select {
  user-select: none;
}
.no-event {
  pointer-events: none;
}
.scroll-x {
  overflow-x: scroll;
}
.scroll-y {
  overflow-y: scroll;
}
.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.cover {
  object-fit: cover;
  min-height: 100%;
}
.scrollbar {
  padding-right: 5px;
}
.scrollbar::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  opacity: .5;
}
.scrollbar::-webkit-scrollbar:hover {
  opacity: 1;
}
.scrollbar::-webkit-scrollbar-button {
  display: none;
}
.scrollbar::-webkit-scrollbar-thumb {
  background: ;
}
.scrollbar::-webkit-scrollbar-track {
  background: ;
}
/* RESPONSIVE HELPERS */
@media screen and (max-width: 1024px) {
  .hidden-mobile {
    position: fixed;
    z-index: -999;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    visibility: hidden;
  }
}
/*! GRIDLEX Just a Flexbox Grid System */
[class*="grid"] {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -0.5rem;
}
.col,
[class*="col-"] {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding: 0 0.5rem 1rem;
}
.col {
  flex: 1 1 0%;
}
.col.squared {
  position: relative;
  z-index: 1;
}
.col.squared:before {
  content: "";
  display: block;
  margin-top: 100%;
}
.col.squared .content {
  position: absolute;
  top: 0;
  right: 0.5rem;
  bottom: 1rem;
  left: 0.5rem;
  display: block;
  margin: 0;
}
.grid.col,
.grid[class*="col-"] {
  margin: 0;
  padding: 0;
}
/************************ HELPERS SUFFIXES *************************/
[class*="grid-"][class*="-noGutter"] {
  margin: 0;
}
[class*="grid-"][class*="-noGutter"] > [class*="col"] {
  padding: 0;
}
[class*="grid-"][class*="-noWrap"] {
  flex-wrap: nowrap;
}
[class*="grid-"][class*="-center"] {
  justify-content: center;
}
[class*="grid-"][class*="-right"] {
  justify-content: flex-end;
  align-self: flex-end;
  margin-left: auto;
}
[class*="grid-"][class*="-top"] {
  align-items: flex-start;
}
[class*="grid-"][class*="-middle"] {
  align-items: center;
}
[class*="grid-"][class*="-bottom"] {
  align-items: flex-end;
}
[class*="grid-"][class*="-reverse"] {
  flex-direction: row-reverse;
}
[class*="grid-"][class*="-column"] {
  flex-direction: column;
}
[class*="grid-"][class*="-column"] > [class*="col-"] {
  flex-basis: auto;
}
[class*="grid-"][class*="-column-reverse"] {
  flex-direction: column-reverse;
}
[class*="grid-"][class*="-spaceBetween"] {
  justify-content: space-between;
}
[class*="grid-"][class*="-spaceAround"] {
  justify-content: space-around;
}
[class*="grid-"][class*="-equalHeight"] > [class*="col"] {
  display: flex;
}
[class*="grid-"][class*="-equalHeight"] > [class*="col"] > * {
  flex: 1;
}
[class*="grid-"][class*="-noBottom"] > [class*="col"] {
  padding-bottom: 0;
}
[class*="col-"][class*="-top"] {
  align-self: flex-start;
}
[class*="col-"][class*="-middle"] {
  align-self: center;
}
[class*="col-"][class*="-bottom"] {
  align-self: flex-end;
}
[class*="col-"][class*="-first"] {
  order: -1;
}
[class*="col-"][class*="-last"] {
  order: 1;
}
/************************
GRID BY NUMBER
*************************/
[class*="grid-1"] > .col,
[class*="grid-1"] > [class*="col-"] {
  flex-basis: 100%;
  max-width: 100%;
}
[class*="grid-2"] > .col,
[class*="grid-2"] > [class*="col-"] {
  flex-basis: 50%;
  max-width: 50%;
}
[class*="grid-3"] > .col,
[class*="grid-3"] > [class*="col-"] {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
[class*="grid-4"] > .col,
[class*="grid-4"] > [class*="col-"] {
  flex-basis: 25%;
  max-width: 25%;
}
[class*="grid-5"] > .col,
[class*="grid-5"] > [class*="col-"] {
  flex-basis: 20%;
  max-width: 20%;
}
[class*="grid-6"] > .col,
[class*="grid-6"] > [class*="col-"] {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
[class*="grid-7"] > .col,
[class*="grid-7"] > [class*="col-"] {
  flex-basis: 14.28571429%;
  max-width: 14.28571429%;
}
[class*="grid-8"] > .col,
[class*="grid-8"] > [class*="col-"] {
  flex-basis: 12.5%;
  max-width: 12.5%;
}
[class*="grid-9"] > .col,
[class*="grid-9"] > [class*="col-"] {
  flex-basis: 11.11111111%;
  max-width: 11.11111111%;
}
[class*="grid-10"] > .col,
[class*="grid-10"] > [class*="col-"] {
  flex-basis: 10%;
  max-width: 10%;
}
[class*="grid-11"] > .col,
[class*="grid-10"] > [class*="col-"] {
  flex-basis: 9.09090909%;
  max-width: 9.09090909%;
}
[class*="grid-12"] > .col,
[class*="grid-11"] > [class*="col-"] {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
@media screen and (max-width: 80em) {
  [class*="_lg-1"] > .col,
  [class*="_lg-1"] > [class*="col-"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_lg-2"] > .col,
  [class*="_lg-2"] > [class*="col-"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_lg-3"] > .col,
  [class*="_lg-3"] > [class*="col-"] {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*="_lg-4"] > .col,
  [class*="_lg-4"] > [class*="col-"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_lg-5"] > .col,
  [class*="_lg-5"] > [class*="col-"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_lg-6"] > .col,
  [class*="_lg-6"] > [class*="col-"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*="_lg-7"] > .col,
  [class*="_lg-7"] > [class*="col-"] {
    flex-basis: 14.28571429%;
    max-width: 14.28571429%;
  }
  [class*="_lg-8"] > .col,
  [class*="_lg-8"] > [class*="col-"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_lg-9"] > .col,
  [class*="_lg-9"] > [class*="col-"] {
    flex-basis: 11.11111111%;
    max-width: 11.11111111%;
  }
  [class*="_lg-10"] > .col,
  [class*="_lg-10"] > [class*="col-"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_lg-11"] > .col,
  [class*="_lg-10"] > [class*="col-"] {
    flex-basis: 9.09090909%;
    max-width: 9.09090909%;
  }
  [class*="_lg-12"] > .col,
  [class*="_lg-11"] > [class*="col-"] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}
@media screen and (max-width: 64em) {
  [class*="_md-1"] > .col,
  [class*="_md-1"] > [class*="col-"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_md-2"] > .col,
  [class*="_md-2"] > [class*="col-"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_md-3"] > .col,
  [class*="_md-3"] > [class*="col-"] {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*="_md-4"] > .col,
  [class*="_md-4"] > [class*="col-"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_md-5"] > .col,
  [class*="_md-5"] > [class*="col-"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_md-6"] > .col,
  [class*="_md-6"] > [class*="col-"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*="_md-7"] > .col,
  [class*="_md-7"] > [class*="col-"] {
    flex-basis: 14.28571429%;
    max-width: 14.28571429%;
  }
  [class*="_md-8"] > .col,
  [class*="_md-8"] > [class*="col-"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_md-9"] > .col,
  [class*="_md-9"] > [class*="col-"] {
    flex-basis: 11.11111111%;
    max-width: 11.11111111%;
  }
  [class*="_md-10"] > .col,
  [class*="_md-10"] > [class*="col-"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_md-11"] > .col,
  [class*="_md-10"] > [class*="col-"] {
    flex-basis: 9.09090909%;
    max-width: 9.09090909%;
  }
  [class*="_md-12"] > .col,
  [class*="_md-11"] > [class*="col-"] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}
@media screen and (max-width: 48em) {
  [class*="_sm-1"] > .col,
  [class*="_sm-1"] > [class*="col-"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_sm-2"] > .col,
  [class*="_sm-2"] > [class*="col-"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_sm-3"] > .col,
  [class*="_sm-3"] > [class*="col-"] {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*="_sm-4"] > .col,
  [class*="_sm-4"] > [class*="col-"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_sm-5"] > .col,
  [class*="_sm-5"] > [class*="col-"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_sm-6"] > .col,
  [class*="_sm-6"] > [class*="col-"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*="_sm-7"] > .col,
  [class*="_sm-7"] > [class*="col-"] {
    flex-basis: 14.28571429%;
    max-width: 14.28571429%;
  }
  [class*="_sm-8"] > .col,
  [class*="_sm-8"] > [class*="col-"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_sm-9"] > .col,
  [class*="_sm-9"] > [class*="col-"] {
    flex-basis: 11.11111111%;
    max-width: 11.11111111%;
  }
  [class*="_sm-10"] > .col,
  [class*="_sm-10"] > [class*="col-"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_sm-11"] > .col,
  [class*="_sm-10"] > [class*="col-"] {
    flex-basis: 9.09090909%;
    max-width: 9.09090909%;
  }
  [class*="_sm-12"] > .col,
  [class*="_sm-11"] > [class*="col-"] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}
@media screen and (max-width: 35.5em) {
  [class*="_xs-1"] > .col,
  [class*="_xs-1"] > [class*="col-"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_xs-2"] > .col,
  [class*="_xs-2"] > [class*="col-"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_xs-3"] > .col,
  [class*="_xs-3"] > [class*="col-"] {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*="_xs-4"] > .col,
  [class*="_xs-4"] > [class*="col-"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_xs-5"] > .col,
  [class*="_xs-5"] > [class*="col-"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_xs-6"] > .col,
  [class*="_xs-6"] > [class*="col-"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*="_xs-7"] > .col,
  [class*="_xs-7"] > [class*="col-"] {
    flex-basis: 14.28571429%;
    max-width: 14.28571429%;
  }
  [class*="_xs-8"] > .col,
  [class*="_xs-8"] > [class*="col-"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_xs-9"] > .col,
  [class*="_xs-9"] > [class*="col-"] {
    flex-basis: 11.11111111%;
    max-width: 11.11111111%;
  }
  [class*="_xs-10"] > .col,
  [class*="_xs-10"] > [class*="col-"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_xs-11"] > .col,
  [class*="_xs-10"] > [class*="col-"] {
    flex-basis: 9.09090909%;
    max-width: 9.09090909%;
  }
  [class*="_xs-12"] > .col,
  [class*="_xs-11"] > [class*="col-"] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}
/************************
COLS SIZES
*************************/
[class*='grid'] > [class*="col-1"] {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
[class*='grid'] > [class*="col-2"] {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
[class*='grid'] > [class*="col-3"] {
  flex-basis: 25%;
  max-width: 25%;
}
[class*='grid'] > [class*="col-4"] {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
[class*='grid'] > [class*="col-5"] {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
[class*='grid'] > [class*="col-6"] {
  flex-basis: 50%;
  max-width: 50%;
}
[class*='grid'] > [class*="col-7"] {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
[class*='grid'] > [class*="col-8"] {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
[class*='grid'] > [class*="col-9"] {
  flex-basis: 75%;
  max-width: 75%;
}
[class*='grid'] > [class*="col-10"] {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
[class*='grid'] > [class*="col-11"] {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
[class*='grid'] > [class*="col-12"] {
  flex-basis: 100%;
  max-width: 100%;
}
[class*="grid"] > [data-push-left*="off-0"] {
  margin-left: 0;
}
[class*="grid"] > [data-push-left*="off-1"] {
  margin-left: 8.33333333%;
}
[class*="grid"] > [data-push-left*="off-2"] {
  margin-left: 16.66666667%;
}
[class*="grid"] > [data-push-left*="off-3"] {
  margin-left: 25%;
}
[class*="grid"] > [data-push-left*="off-4"] {
  margin-left: 33.33333333%;
}
[class*="grid"] > [data-push-left*="off-5"] {
  margin-left: 41.66666667%;
}
[class*="grid"] > [data-push-left*="off-6"] {
  margin-left: 50%;
}
[class*="grid"] > [data-push-left*="off-6"] {
  margin-left: 50%;
}
[class*="grid"] > [data-push-left*="off-7"] {
  margin-left: 58.33333333%;
}
[class*="grid"] > [data-push-left*="off-8"] {
  margin-left: 66.66666667%;
}
[class*="grid"] > [data-push-left*="off-9"] {
  margin-left: 75%;
}
[class*="grid"] > [data-push-left*="off-10"] {
  margin-left: 83.33333333%;
}
[class*="grid"] > [data-push-left*="off-11"] {
  margin-left: 91.66666667%;
}
[class*="grid"] > [data-push-right*="off-0"] {
  margin-right: 0;
}
[class*="grid"] > [data-push-right*="off-1"] {
  margin-right: 8.33333333%;
}
[class*="grid"] > [data-push-right*="off-2"] {
  margin-right: 16.66666667%;
}
[class*="grid"] > [data-push-right*="off-3"] {
  margin-right: 25%;
}
[class*="grid"] > [data-push-right*="off-4"] {
  margin-right: 33.33333333%;
}
[class*="grid"] > [data-push-right*="off-5"] {
  margin-right: 41.66666667%;
}
[class*="grid"] > [data-push-right*="off-6"] {
  margin-right: 50%;
}
[class*="grid"] > [data-push-right*="off-6"] {
  margin-right: 50%;
}
[class*="grid"] > [data-push-right*="off-7"] {
  margin-right: 58.33333333%;
}
[class*="grid"] > [data-push-right*="off-8"] {
  margin-right: 66.66666667%;
}
[class*="grid"] > [data-push-right*="off-9"] {
  margin-right: 75%;
}
[class*="grid"] > [data-push-right*="off-10"] {
  margin-right: 83.33333333%;
}
[class*="grid"] > [data-push-right*="off-11"] {
  margin-right: 91.66666667%;
}
@media screen and (max-width: 80em) {
  [class*='grid'] > [class*="_lg-1"] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  [class*='grid'] > [class*="_lg-2"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*='grid'] > [class*="_lg-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*='grid'] > [class*="_lg-4"] {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*='grid'] > [class*="_lg-5"] {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  [class*='grid'] > [class*="_lg-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*='grid'] > [class*="_lg-7"] {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  [class*='grid'] > [class*="_lg-8"] {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  [class*='grid'] > [class*="_lg-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*='grid'] > [class*="_lg-10"] {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  [class*='grid'] > [class*="_lg-11"] {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  [class*='grid'] > [class*="_lg-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="grid"] > [data-push-left*="_lg-0"] {
    margin-left: 0;
  }
  [class*="grid"] > [data-push-left*="_lg-1"] {
    margin-left: 8.33333333%;
  }
  [class*="grid"] > [data-push-left*="_lg-2"] {
    margin-left: 16.66666667%;
  }
  [class*="grid"] > [data-push-left*="_lg-3"] {
    margin-left: 25%;
  }
  [class*="grid"] > [data-push-left*="_lg-4"] {
    margin-left: 33.33333333%;
  }
  [class*="grid"] > [data-push-left*="_lg-5"] {
    margin-left: 41.66666667%;
  }
  [class*="grid"] > [data-push-left*="_lg-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [data-push-left*="_lg-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [data-push-left*="_lg-7"] {
    margin-left: 58.33333333%;
  }
  [class*="grid"] > [data-push-left*="_lg-8"] {
    margin-left: 66.66666667%;
  }
  [class*="grid"] > [data-push-left*="_lg-9"] {
    margin-left: 75%;
  }
  [class*="grid"] > [data-push-left*="_lg-10"] {
    margin-left: 83.33333333%;
  }
  [class*="grid"] > [data-push-left*="_lg-11"] {
    margin-left: 91.66666667%;
  }
  [class*="grid"] > [data-push-right*="_lg-0"] {
    margin-right: 0;
  }
  [class*="grid"] > [data-push-right*="_lg-1"] {
    margin-right: 8.33333333%;
  }
  [class*="grid"] > [data-push-right*="_lg-2"] {
    margin-right: 16.66666667%;
  }
  [class*="grid"] > [data-push-right*="_lg-3"] {
    margin-right: 25%;
  }
  [class*="grid"] > [data-push-right*="_lg-4"] {
    margin-right: 33.33333333%;
  }
  [class*="grid"] > [data-push-right*="_lg-5"] {
    margin-right: 41.66666667%;
  }
  [class*="grid"] > [data-push-right*="_lg-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [data-push-right*="_lg-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [data-push-right*="_lg-7"] {
    margin-right: 58.33333333%;
  }
  [class*="grid"] > [data-push-right*="_lg-8"] {
    margin-right: 66.66666667%;
  }
  [class*="grid"] > [data-push-right*="_lg-9"] {
    margin-right: 75%;
  }
  [class*="grid"] > [data-push-right*="_lg-10"] {
    margin-right: 83.33333333%;
  }
  [class*="grid"] > [data-push-right*="_lg-11"] {
    margin-right: 91.66666667%;
  }
}
@media screen and (max-width: 64em) {
  [class*='grid'] > [class*="_md-1"] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  [class*='grid'] > [class*="_md-2"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*='grid'] > [class*="_md-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*='grid'] > [class*="_md-4"] {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*='grid'] > [class*="_md-5"] {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  [class*='grid'] > [class*="_md-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*='grid'] > [class*="_md-7"] {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  [class*='grid'] > [class*="_md-8"] {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  [class*='grid'] > [class*="_md-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*='grid'] > [class*="_md-10"] {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  [class*='grid'] > [class*="_md-11"] {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  [class*='grid'] > [class*="_md-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="grid"] > [data-push-left*="_md-0"] {
    margin-left: 0;
  }
  [class*="grid"] > [data-push-left*="_md-1"] {
    margin-left: 8.33333333%;
  }
  [class*="grid"] > [data-push-left*="_md-2"] {
    margin-left: 16.66666667%;
  }
  [class*="grid"] > [data-push-left*="_md-3"] {
    margin-left: 25%;
  }
  [class*="grid"] > [data-push-left*="_md-4"] {
    margin-left: 33.33333333%;
  }
  [class*="grid"] > [data-push-left*="_md-5"] {
    margin-left: 41.66666667%;
  }
  [class*="grid"] > [data-push-left*="_md-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [data-push-left*="_md-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [data-push-left*="_md-7"] {
    margin-left: 58.33333333%;
  }
  [class*="grid"] > [data-push-left*="_md-8"] {
    margin-left: 66.66666667%;
  }
  [class*="grid"] > [data-push-left*="_md-9"] {
    margin-left: 75%;
  }
  [class*="grid"] > [data-push-left*="_md-10"] {
    margin-left: 83.33333333%;
  }
  [class*="grid"] > [data-push-left*="_md-11"] {
    margin-left: 91.66666667%;
  }
  [class*="grid"] > [data-push-right*="_md-0"] {
    margin-right: 0;
  }
  [class*="grid"] > [data-push-right*="_md-1"] {
    margin-right: 8.33333333%;
  }
  [class*="grid"] > [data-push-right*="_md-2"] {
    margin-right: 16.66666667%;
  }
  [class*="grid"] > [data-push-right*="_md-3"] {
    margin-right: 25%;
  }
  [class*="grid"] > [data-push-right*="_md-4"] {
    margin-right: 33.33333333%;
  }
  [class*="grid"] > [data-push-right*="_md-5"] {
    margin-right: 41.66666667%;
  }
  [class*="grid"] > [data-push-right*="_md-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [data-push-right*="_md-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [data-push-right*="_md-7"] {
    margin-right: 58.33333333%;
  }
  [class*="grid"] > [data-push-right*="_md-8"] {
    margin-right: 66.66666667%;
  }
  [class*="grid"] > [data-push-right*="_md-9"] {
    margin-right: 75%;
  }
  [class*="grid"] > [data-push-right*="_md-10"] {
    margin-right: 83.33333333%;
  }
  [class*="grid"] > [data-push-right*="_md-11"] {
    margin-right: 91.66666667%;
  }
}
@media screen and (max-width: 48em) {
  [class*='grid'] > [class*="_sm-1"] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  [class*='grid'] > [class*="_sm-2"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*='grid'] > [class*="_sm-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*='grid'] > [class*="_sm-4"] {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*='grid'] > [class*="_sm-5"] {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  [class*='grid'] > [class*="_sm-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*='grid'] > [class*="_sm-7"] {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  [class*='grid'] > [class*="_sm-8"] {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  [class*='grid'] > [class*="_sm-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*='grid'] > [class*="_sm-10"] {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  [class*='grid'] > [class*="_sm-11"] {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  [class*='grid'] > [class*="_sm-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="grid"] > [data-push-left*="_sm-0"] {
    margin-left: 0;
  }
  [class*="grid"] > [data-push-left*="_sm-1"] {
    margin-left: 8.33333333%;
  }
  [class*="grid"] > [data-push-left*="_sm-2"] {
    margin-left: 16.66666667%;
  }
  [class*="grid"] > [data-push-left*="_sm-3"] {
    margin-left: 25%;
  }
  [class*="grid"] > [data-push-left*="_sm-4"] {
    margin-left: 33.33333333%;
  }
  [class*="grid"] > [data-push-left*="_sm-5"] {
    margin-left: 41.66666667%;
  }
  [class*="grid"] > [data-push-left*="_sm-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [data-push-left*="_sm-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [data-push-left*="_sm-7"] {
    margin-left: 58.33333333%;
  }
  [class*="grid"] > [data-push-left*="_sm-8"] {
    margin-left: 66.66666667%;
  }
  [class*="grid"] > [data-push-left*="_sm-9"] {
    margin-left: 75%;
  }
  [class*="grid"] > [data-push-left*="_sm-10"] {
    margin-left: 83.33333333%;
  }
  [class*="grid"] > [data-push-left*="_sm-11"] {
    margin-left: 91.66666667%;
  }
  [class*="grid"] > [data-push-right*="_sm-0"] {
    margin-right: 0;
  }
  [class*="grid"] > [data-push-right*="_sm-1"] {
    margin-right: 8.33333333%;
  }
  [class*="grid"] > [data-push-right*="_sm-2"] {
    margin-right: 16.66666667%;
  }
  [class*="grid"] > [data-push-right*="_sm-3"] {
    margin-right: 25%;
  }
  [class*="grid"] > [data-push-right*="_sm-4"] {
    margin-right: 33.33333333%;
  }
  [class*="grid"] > [data-push-right*="_sm-5"] {
    margin-right: 41.66666667%;
  }
  [class*="grid"] > [data-push-right*="_sm-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [data-push-right*="_sm-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [data-push-right*="_sm-7"] {
    margin-right: 58.33333333%;
  }
  [class*="grid"] > [data-push-right*="_sm-8"] {
    margin-right: 66.66666667%;
  }
  [class*="grid"] > [data-push-right*="_sm-9"] {
    margin-right: 75%;
  }
  [class*="grid"] > [data-push-right*="_sm-10"] {
    margin-right: 83.33333333%;
  }
  [class*="grid"] > [data-push-right*="_sm-11"] {
    margin-right: 91.66666667%;
  }
}
@media screen and (max-width: 35.5em) {
  [class*='grid'] > [class*="_xs-1"] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  [class*='grid'] > [class*="_xs-2"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*='grid'] > [class*="_xs-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*='grid'] > [class*="_xs-4"] {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  [class*='grid'] > [class*="_xs-5"] {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  [class*='grid'] > [class*="_xs-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*='grid'] > [class*="_xs-7"] {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  [class*='grid'] > [class*="_xs-8"] {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  [class*='grid'] > [class*="_xs-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*='grid'] > [class*="_xs-10"] {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  [class*='grid'] > [class*="_xs-11"] {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  [class*='grid'] > [class*="_xs-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="grid"] > [data-push-left*="_xs-0"] {
    margin-left: 0;
  }
  [class*="grid"] > [data-push-left*="_xs-1"] {
    margin-left: 8.33333333%;
  }
  [class*="grid"] > [data-push-left*="_xs-2"] {
    margin-left: 16.66666667%;
  }
  [class*="grid"] > [data-push-left*="_xs-3"] {
    margin-left: 25%;
  }
  [class*="grid"] > [data-push-left*="_xs-4"] {
    margin-left: 33.33333333%;
  }
  [class*="grid"] > [data-push-left*="_xs-5"] {
    margin-left: 41.66666667%;
  }
  [class*="grid"] > [data-push-left*="_xs-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [data-push-left*="_xs-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [data-push-left*="_xs-7"] {
    margin-left: 58.33333333%;
  }
  [class*="grid"] > [data-push-left*="_xs-8"] {
    margin-left: 66.66666667%;
  }
  [class*="grid"] > [data-push-left*="_xs-9"] {
    margin-left: 75%;
  }
  [class*="grid"] > [data-push-left*="_xs-10"] {
    margin-left: 83.33333333%;
  }
  [class*="grid"] > [data-push-left*="_xs-11"] {
    margin-left: 91.66666667%;
  }
  [class*="grid"] > [data-push-right*="_xs-0"] {
    margin-right: 0;
  }
  [class*="grid"] > [data-push-right*="_xs-1"] {
    margin-right: 8.33333333%;
  }
  [class*="grid"] > [data-push-right*="_xs-2"] {
    margin-right: 16.66666667%;
  }
  [class*="grid"] > [data-push-right*="_xs-3"] {
    margin-right: 25%;
  }
  [class*="grid"] > [data-push-right*="_xs-4"] {
    margin-right: 33.33333333%;
  }
  [class*="grid"] > [data-push-right*="_xs-5"] {
    margin-right: 41.66666667%;
  }
  [class*="grid"] > [data-push-right*="_xs-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [data-push-right*="_xs-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [data-push-right*="_xs-7"] {
    margin-right: 58.33333333%;
  }
  [class*="grid"] > [data-push-right*="_xs-8"] {
    margin-right: 66.66666667%;
  }
  [class*="grid"] > [data-push-right*="_xs-9"] {
    margin-right: 75%;
  }
  [class*="grid"] > [data-push-right*="_xs-10"] {
    margin-right: 83.33333333%;
  }
  [class*="grid"] > [data-push-right*="_xs-11"] {
    margin-right: 91.66666667%;
  }
}
/************************
HIDING COLS
*************************/
[class*="col-"]:not([class*="col-0"]) {
  display: block;
}
[class*="grid"][class*="col-"]:not([class*="col-0"]) {
  display: flex;
}
[class*="col-"][class*="col-0"] {
  display: none;
}
@media screen and (max-width: 80em) {
  [class*="grid"] > :not([class*="_lg-0"]) {
    display: block;
  }
  [class*="grid"]:not([class*="_lg-0"]) {
    display: flex;
  }
  [class*="grid"] > [class*="_lg-0"],
  [class*="grid"][class*="-equalHeight"] > [class*="_lg-0"] {
    display: none;
  }
}
@media screen and (max-width: 64em) {
  [class*="grid"] > :not([class*="_md-0"]) {
    display: block;
  }
  [class*="grid"]:not([class*="_md-0"]) {
    display: flex;
  }
  [class*="grid"] > [class*="_md-0"],
  [class*="grid"][class*="-equalHeight"] > [class*="_md-0"] {
    display: none;
  }
}
@media screen and (max-width: 48em) {
  [class*="grid"] > :not([class*="_sm-0"]) {
    display: block;
  }
  [class*="grid"]:not([class*="_sm-0"]) {
    display: flex;
  }
  [class*="grid"] > [class*="_sm-0"],
  [class*="grid"][class*="-equalHeight"] > [class*="_sm-0"] {
    display: none;
  }
}
@media screen and (max-width: 35.5em) {
  [class*="grid"] > :not([class*="_xs-0"]) {
    display: block;
  }
  [class*="grid"]:not([class*="_xs-0"]) {
    display: flex;
  }
  [class*="grid"] > [class*="_xs-0"],
  [class*="grid"][class*="-equalHeight"] > [class*="_xs-0"] {
    display: none;
  }
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MsMadi';
  src: url('../fonts/MsMadi-Regular.woff2') format('woff2'), url('../fonts/MsMadi-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html,
body {
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #3b4230;
  font-size: 14px;
}
section {
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  padding-bottom: 12vh;
  background: #FFF;
}
section .section-container {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}
section .flower {
  position: absolute;
  left: 0;
  top: 40px;
  display: block;
  width: 140px;
}
section h2 {
  display: flex;
  align-items: center;
  text-align: center;
  min-height: 100px;
  margin-bottom: 30px;
  font-weight: 600;
  gap: 10px;
  color: #5c6240;
  background-position: left center;
  background-repeat: no-repeat;
}
section h2 span {
  font-size: 30px;
}
section h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
section p,
section ul,
section ol {
  text-align: justify;
  list-style-position: inside;
}
section p + p,
section ul + p,
section ol + p,
section p + ul,
section ul + ul,
section ol + ul,
section p + ol,
section ul + ol,
section ol + ol {
  margin-top: 10px;
}
section.white {
  background: #ffffff url("../img/leaves-white.png") center repeat;
  background-attachment: fixed;
}
section.color {
  background: #ffe2c2 url("../img/leaves-color.png") center repeat;
  background-attachment: fixed;
}
section.color h2 {
  color: #e97c6d;
}
img {
  display: block;
}
a {
  font-weight: 600;
  text-decoration: none;
  color: #3b4230;
}
.text-center {
  text-align: center;
}
.btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  min-height: 40px;
  padding: 2px 20px 0;
  border-radius: 20px;
  color: #FFF;
  background: #E97C6D;
}
.btn.green {
  background: #798858;
}
.tile {
  padding: 30px;
  border-radius: 16px;
  background: #FFFFFFEE;
  border: 1px solid #FFF;
  box-shadow: inset 0 2px 6px rgba(250, 250, 250, 0.6);
}
.tile + .tile {
  margin-top: 30px;
}
#accueil {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  background-image: linear-gradient(to right bottom, #fffae7, #fff4e0, #ffeedb, #ffe8d6, #ffe2d2);
}
#accueil .site-title {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 80%;
  margin: 0 auto;
  font-weight: normal;
}
#accueil .site-title .site-logo {
  display: block;
  width: 180px;
}
#accueil .site-title .site-title-text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
#accueil .site-title .title-site {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 3rem;
  text-align: center;
  white-space: nowrap;
  color: #3B4231;
}
#accueil .site-title .title-name {
  display: block;
  font-family: MsMadi, serif;
  font-size: 50px;
  line-height: 3rem;
  text-align: center;
  white-space: nowrap;
  color: #3B4231;
}
#accueil .site-title .title-name::first-letter {
  letter-spacing: -0.3em;
  font-size: 55px;
}
#accueil .site-title .site-virgule {
  position: absolute;
  bottom: -2px;
  left: 50px;
  width: 75px;
}
#accueil #home-content {
  position: relative;
  z-index: 1;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  padding-top: 3rem;
}
#accueil #home-nav {
  flex: 100%;
  justify-content: flex-end;
  padding: 20px;
}
#accueil .site-intro {
  background: rgba(250, 250, 250, 0.8);
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #FFF;
  box-shadow: inset 0 2px 6px rgba(250, 250, 250, 0.6), 0 3px 5px rgba(119, 87, 87, 0.2), 5px 15px 50px rgba(85, 64, 28, 0.2);
}
#accueil .site-intro em {
  display: block;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}
#home-img {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: -150px;
  display: block;
  max-width: 50vw;
}
#parcours h2 {
  background-image: url("../img/fleur-parcours.svg");
  background-size: 140px;
}
#parcours .col {
  position: relative;
}
#parcours #parcours-01 {
  background-color: #F2F8E699;
  border: none;
  box-shadow: none;
}
#parcours #parcours-02 {
  background-color: #FFF6F199;
  border: none;
  box-shadow: none;
}
#parcours #parcours-img-01 {
  position: absolute;
  right: -23px;
  height: 100%;
}
#parcours #parcours-img-02 {
  position: absolute;
  left: -23px;
  top: 50%;
  max-height: 100%;
  max-width: 100%;
  transform: translateY(-50%);
}
#pratique h2 {
  background-image: url("../img/fleur-pratique.svg");
  background-size: 140px;
}
#pratique #pratique-bilan-img {
  display: flex;
  justify-content: flex-end;
}
#pratique #pratique-bilan-img img {
  width: 220px;
}
#pratique #pratique-entretiens-img {
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
  padding-left: 100px;
}
#pratique #pratique-entretiens-img img {
  width: 400px;
}
#pratique #pratique-supervision-img {
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
  padding-left: 50px;
}
#pratique #pratique-supervision-img img {
  width: 180px;
}
#pratique #pratique-interpretation-img {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
  padding-right: 50px;
}
#pratique #pratique-interpretation-img img {
  width: 380px;
}
#cabinet h2 {
  background-image: url("../img/fleur-cabinet.svg");
  background-size: 140px;
}
#cabinet figure img {
  display: block;
  width: 100%;
  border-radius: 16px;
}
#cabinet figure figcaption {
  padding-top: 20px;
  text-align: center;
}
#cabinet .map {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #FFB39F;
  box-shadow: none;
  border: none;
  overflow: hidden;
}
#cabinet .map::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  background: url(../img/map.png) center no-repeat;
  background-size: cover;
  opacity: 0.2;
}
#cabinet .map .tile {
  position: relative;
  z-index: 1;
}
#ressources h2 {
  background-image: url("../img/fleur-ressources.svg");
  background-size: 140px;
}
#ressources #ressources-img {
  width: 400px;
  max-width: 80vw;
  margin-top: -20px;
}
#honoraires {
  min-height: auto;
}
#honoraires h2 {
  background-image: url("../img/fleur-honoraires.svg");
  background-size: 140px;
}
#honoraires #honoraires-infos {
  background: #F2F8E699;
  border: none;
  box-shadow: none;
}
#honoraires #honoraires-mentions {
  border: #526b2b solid 2px;
}
#rdv {
  min-height: auto;
}
#rdv h2 {
  background-image: url("../img/fleur-rdv.svg");
  background-size: 140px;
}
#rdv .tile {
  background: #FFF6F199;
  border: none;
  box-shadow: none;
}
#rdv .col {
  position: relative;
}
#rdv img {
  position: absolute;
  bottom: 0;
}
#rdv h2 {
  color: #e97c6d;
}
#rdv p + p {
  margin-top: 0;
}
#rdv a[href*="tel:"],
#rdv a[href*="mailto:"] {
  color: #e97c6d;
  font-size: 20px;
  font-weight: 700;
}
#rdv a.doctolib {
  text-decoration: underline;
  font-weight: 600;
}
#credits {
  min-height: auto;
  padding: 40px 0;
  background: #FCF9F5;
}
#credits p {
  text-align: center;
}
@media screen and (max-width: calc(576px - 1px)) {
  .contact-block a[href^="mailto:"] span {
    font-size: 16px;
  }
  .contact-block a[href^="phone:"] span {
    font-size: 22px;
  }
  .contact-phone {
    flex-direction: column;
  }
  .contact-phone-btn a {
    flex: 100%;
  }
  a.contact-phone-link {
    flex: 50px !important;
    width: 100%;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  section {
    padding-top: 20px;
  }
  section .section-container {
    padding: 0 10px;
  }
  section h2 {
    padding-top: 100px;
    background-position: left 20px;
  }
  .tile {
    padding: 20px;
  }
  #home-img {
    bottom: auto;
    top: 50vh;
    left: 55vw;
    max-width: 80vw;
    transform: translate(-50%, -50%) rotate(-90deg);
  }
  #accueil .site-intro {
    margin-top: 150px;
    padding: 20px;
  }
  #accueil .site-title {
    flex-direction: column;
    gap: 10px;
  }
  #accueil .site-title .site-logo {
    width: 100px;
  }
  #accueil .site-title .site-title-text {
    align-items: center;
    gap: 10px;
  }
  #accueil .site-title .title-site {
    font-size: 24px;
  }
  #accueil .site-title .site-virgule {
    bottom: -5px;
    left: 60px;
  }
  #parcours #parcours-img-01,
  #parcours #parcours-img-02 {
    position: relative;
    right: auto;
    left: auto;
    margin-top: 20px;
    height: auto;
    width: 100%;
  }
  #parcours #parcours-02 .col:first-child {
    order: 1;
  }
  #parcours #parcours-02 .col:last-child {
    order: 0;
  }
  #pratique #pratique-entretiens-img {
    padding-left: 40px;
  }
  #pratique #pratique-interpretation-img {
    padding-right: 30px;
  }
  #pratique #pratique-supervision-img img {
    width: 140px;
  }
  #rdv img {
    position: relative;
    margin-top: 50px;
  }
}
@media screen and (max-width: calc(1024px - 1px)) {
  #desktop-nav {
    display: none;
  }
  section p,
  section ul,
  section ol {
    text-align: left;
  }
  #credits {
    padding-bottom: 140px;
  }
  #mobile-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    gap: 40px;
    width: 100%;
    background: #FFF;
  }
  #mobile-nav nav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #FFF2EB;
    transition: transform 0.5s cubic-bezier(0.61, 0.61, 0.27, 1);
    overflow-y: scroll;
    transform: translateY(100vh);
  }
  #mobile-nav nav .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 40px 20px 140px 20px;
  }
  #mobile-nav nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    font-size: 18px;
  }
  #mobile-nav nav a:not(.btn) {
    width: 100%;
  }
  #mobile-nav nav .btn {
    padding: 0 30px;
    border-radius: 30px;
  }
  #mobile-nav .bar {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    background: #FFF;
    border-top: #66666622 1px solid;
    padding: 10px;
  }
  #mobile-nav .bar #mobile-nav-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 26px;
  }
  #mobile-nav .bar #mobile-nav-icons {
    display: flex;
    gap: 10px;
  }
  #mobile-nav .bar #mobile-nav-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 26px;
    border-radius: 40px;
  }
  #mobile-nav .bar #mobile-nav-icons a.mail {
    color: #e97c6d;
    background: #FFF2EB;
  }
  #mobile-nav .bar #mobile-nav-icons a.tel {
    color: #798858;
    background: #F2F8E6;
  }
  #mobile-nav .bar #mobile-nav-icons a.plan {
    color: #2e2f2d;
    background: #F1F1F1;
  }
  #mobile-nav .site-title {
    display: flex;
    align-items: center;
    gap: 30px;
    font-weight: normal;
  }
  #mobile-nav .site-title .site-logo {
    display: block;
    width: 80px;
  }
  #mobile-nav .site-title .site-title-text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  #mobile-nav .site-title .title-site {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2rem;
    text-align: center;
    white-space: nowrap;
    color: #3B4231;
  }
  #mobile-nav .site-title .title-name {
    display: block;
    font-family: MsMadi, serif;
    font-size: 30px;
    line-height: 3rem;
    text-align: center;
    white-space: nowrap;
    color: #3B4231;
  }
  #mobile-nav .site-title .title-name::first-letter {
    letter-spacing: -0.3em;
    font-size: 45px;
  }
  #mobile-nav .site-title .site-virgule {
    position: absolute;
    bottom: 5px;
    left: 35px;
    width: 45px;
  }
  #mobile-nav #mobile-nav-trigger::before {
    transform: rotate(0);
    transition: transform 0.2s ease;
  }
  body[nav-mobile="true"] #mobile-nav nav {
    transform: translateY(0);
  }
  body[nav-mobile="true"] #mobile-nav #mobile-nav-trigger::before {
    content: "\f00d";
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 768px) {
  #map iframe {
    aspect-ratio: 1;
  }
}
@media screen and (min-width: 1024px) {
  #mobile-nav {
    display: none;
  }
  #desktop-nav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
    height: 80px;
    background: #FFF;
  }
  #desktop-nav .site-title .site-name {
    font-weight: 700;
    line-height: 1;
  }
  #desktop-nav .site-title .site-job {
    line-height: 1;
  }
  #desktop-nav nav {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  #accueil {
    padding-bottom: 40px;
  }
  #vision [class*="grid"] {
    align-items: center;
    margin: 100px 0;
  }
  #vision .vision-txt-01,
  #vision .vision-txt-02 {
    padding: 50px;
  }
  #vision .vision-txt-02 {
    order: 1;
  }
  #vision .vision-img-02 {
    order: 0;
  }
  #credits .section-container {
    max-width: 100%;
  }
  #credits .section-container p {
    text-align: center;
    margin: 0;
  }
  #map {
    position: relative;
  }
  #map[active="true"] iframe {
    opacity: 1;
    pointer-events: initial;
  }
  #map[active="true"] .map-txt {
    display: none;
  }
  #map iframe {
    aspect-ratio: 1.77777778;
    opacity: 0.5;
    pointer-events: none;
  }
  .map-txt {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transform: translate(-50%, -50%);
    padding: 40px;
  }
}
