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

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

body {
  line-height: 1;
  font-size: 1.6rem;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* Box sizing rule */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%; /* Utilisé pour une conversion facile des pixels en rem */
  scroll-behavior: smooth;
}

button {
  all: unset;
}

b {
  font-weight: bolder;
}

img {
  display: block;
  width: 100%;
}

.goo-reset b,
.goo-reset strong {
  font-weight: bolder;
}
.goo-reset ol,
.goo-reset ul {
  margin: 20px 0;
  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;
  list-style: disc;
  list-style-position: inside;
  text-align: left;
  padding-left: 10px;
}

@font-face {
  font-family: "corps";
  src: url("../fonts/Changa/Changa.ttf") format("truetype");
  font-weight: 1 999;
  font-stretch: 1% 100%;
}
@font-face {
  font-family: "title";
  src: url("../fonts/Noto/Noto.ttf") format("truetype");
  font-weight: 1 999;
  font-stretch: 1% 100%;
}
@font-face {
  font-family: "lineicons";
  src: url("../icons/lineicons/fonts/lineicons.ttf") format("truetype");
  font-weight: 1 999;
  font-stretch: 1% 100%;
}
body {
  font-family: "corps";
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: inherit;
  line-height: 1.5;
}

h1 {
  font-size: clamp(3rem, 4vw, 8rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

h3 {
  font-size: clamp(2rem, 4vw, 2.6rem);
}

h4 {
  font-size: clamp(1.8rem, 4vw, 1.6rem);
}

h5 {
  font-size: clamp(1.8rem, 4vw, 3rem);
}

h6 {
  font-size: clamp(1.8rem, 4vw, 3rem);
}

p {
  font-size: clamp(1.6rem, 2vw, 1.6rem);
}

.goo-section-subtitle {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
}

h1 {
  font-family: "ff-ginger-pro";
}

h2 {
  font-family: "ff-ginger-pro";
}

h3 {
  font-family: "ff-ginger-pro";
}

h4 {
  font-family: "corps";
}

h5 {
  font-family: "corps";
}

h6 {
  font-family: "corps";
}

p {
  font-family: "corps";
}

.goo-section-subtitle {
  font-family: "ff-ginger-pro";
}

h1 {
  font-weight: bolder;
}

h2 {
  font-weight: bold;
}

h3 {
  font-weight: bold;
}

h4 {
  font-weight: 800;
}

h5 {
  font-weight: lighter;
}

h6 {
  font-weight: lighter;
}

p {
  font-weight: normal;
}

body {
  background-color: #fff;
  color: #002626;
}

.goo-bg--primary {
  background-color: #0a7f58 !important;
}
.goo-bg--secondary {
  background-color: #d5a021 !important;
}
.goo-bg--tertiary {
  background-color: purple !important;
}
.goo-bg--success {
  background-color: #0a7f58 !important;
}
.goo-bg--info {
  background-color: #004ba8 !important;
}
.goo-bg--warning {
  background-color: orange !important;
}
.goo-bg--danger {
  background-color: #d30019 !important;
}
.goo-bg--dark {
  background-color: #002626 !important;
}
.goo-bg--light {
  background-color: #fff !important;
}

.goo-txt--primary {
  color: #0a7f58 !important;
}
.goo-txt--secondary {
  color: #d5a021 !important;
}
.goo-txt--tertiary {
  color: purple !important;
}
.goo-txt--success {
  color: #0a7f58 !important;
}
.goo-txt--info {
  color: #004ba8 !important;
}
.goo-txt--warning {
  color: orange !important;
}
.goo-txt--danger {
  color: #d30019 !important;
}
.goo-txt--dark {
  color: #002626 !important;
}
.goo-txt--light {
  color: #fff !important;
}

.goo-grid {
  display: grid;
}

.grid-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid-6 {
  grid-template-columns: repeat(6, 1fr);
}

.grid-7 {
  grid-template-columns: repeat(7, 1fr);
}

.grid-8 {
  grid-template-columns: repeat(8, 1fr);
}

.grid-9 {
  grid-template-columns: repeat(9, 1fr);
}

.grid-10 {
  grid-template-columns: repeat(10, 1fr);
}

.grid-11 {
  grid-template-columns: repeat(11, 1fr);
}

.grid-12 {
  grid-template-columns: repeat(12, 1fr);
}

@media (max-width: 1400px) {
  .grid-xxl-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 1400px) {
  .grid-xxl-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1400px) {
  .grid-xxl-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1400px) {
  .grid-xxl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1400px) {
  .grid-xxl-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 1400px) {
  .grid-xxl-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 1400px) {
  .grid-xxl-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}

@media (max-width: 1400px) {
  .grid-xxl-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (max-width: 1400px) {
  .grid-xxl-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}

@media (max-width: 1400px) {
  .grid-xxl-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}

@media (max-width: 1400px) {
  .grid-xxl-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}

@media (max-width: 1400px) {
  .grid-xxl-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (max-width: 1200px) {
  .grid-xl-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 1200px) {
  .grid-xl-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1200px) {
  .grid-xl-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1200px) {
  .grid-xl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1200px) {
  .grid-xl-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 1200px) {
  .grid-xl-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 1200px) {
  .grid-xl-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}

@media (max-width: 1200px) {
  .grid-xl-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (max-width: 1200px) {
  .grid-xl-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}

@media (max-width: 1200px) {
  .grid-xl-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}

@media (max-width: 1200px) {
  .grid-xl-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}

@media (max-width: 1200px) {
  .grid-xl-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (max-width: 992px) {
  .grid-lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 992px) {
  .grid-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .grid-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .grid-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 992px) {
  .grid-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 992px) {
  .grid-lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 992px) {
  .grid-lg-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}

@media (max-width: 992px) {
  .grid-lg-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (max-width: 992px) {
  .grid-lg-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}

@media (max-width: 992px) {
  .grid-lg-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}

@media (max-width: 992px) {
  .grid-lg-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}

@media (max-width: 992px) {
  .grid-lg-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (max-width: 768px) {
  .grid-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 768px) {
  .grid-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .grid-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .grid-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .grid-md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 768px) {
  .grid-md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 768px) {
  .grid-md-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}

@media (max-width: 768px) {
  .grid-md-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (max-width: 768px) {
  .grid-md-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}

@media (max-width: 768px) {
  .grid-md-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}

@media (max-width: 768px) {
  .grid-md-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}

@media (max-width: 768px) {
  .grid-md-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (max-width: 576px) {
  .grid-sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 576px) {
  .grid-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .grid-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 576px) {
  .grid-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 576px) {
  .grid-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 576px) {
  .grid-sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 576px) {
  .grid-sm-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}

@media (max-width: 576px) {
  .grid-sm-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (max-width: 576px) {
  .grid-sm-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}

@media (max-width: 576px) {
  .grid-sm-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}

@media (max-width: 576px) {
  .grid-sm-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}

@media (max-width: 576px) {
  .grid-sm-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (max-width: 320px) {
  .grid-xs-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 320px) {
  .grid-xs-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 320px) {
  .grid-xs-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 320px) {
  .grid-xs-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 320px) {
  .grid-xs-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 320px) {
  .grid-xs-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 320px) {
  .grid-xs-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}

@media (max-width: 320px) {
  .grid-xs-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (max-width: 320px) {
  .grid-xs-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}

@media (max-width: 320px) {
  .grid-xs-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}

@media (max-width: 320px) {
  .grid-xs-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}

@media (max-width: 320px) {
  .grid-xs-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

.gap-0 {
  gap: 0px;
}

.gap-6 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-12 {
  gap: 12px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

@media (max-width: 1400px) {
  .gap-xxl-0 {
    gap: 0px;
  }
}

@media (max-width: 1400px) {
  .gap-xxl-6 {
    gap: 5px;
  }
}

@media (max-width: 1400px) {
  .gap-xxl-10 {
    gap: 10px;
  }
}

@media (max-width: 1400px) {
  .gap-xxl-12 {
    gap: 12px;
  }
}

@media (max-width: 1400px) {
  .gap-xxl-15 {
    gap: 15px;
  }
}

@media (max-width: 1400px) {
  .gap-xxl-20 {
    gap: 20px;
  }
}

@media (max-width: 1400px) {
  .gap-xxl-30 {
    gap: 30px;
  }
}

@media (max-width: 1400px) {
  .gap-xxl-40 {
    gap: 40px;
  }
}

@media (max-width: 1200px) {
  .gap-xl-0 {
    gap: 0px;
  }
}

@media (max-width: 1200px) {
  .gap-xl-6 {
    gap: 5px;
  }
}

@media (max-width: 1200px) {
  .gap-xl-10 {
    gap: 10px;
  }
}

@media (max-width: 1200px) {
  .gap-xl-12 {
    gap: 12px;
  }
}

@media (max-width: 1200px) {
  .gap-xl-15 {
    gap: 15px;
  }
}

@media (max-width: 1200px) {
  .gap-xl-20 {
    gap: 20px;
  }
}

@media (max-width: 1200px) {
  .gap-xl-30 {
    gap: 30px;
  }
}

@media (max-width: 1200px) {
  .gap-xl-40 {
    gap: 40px;
  }
}

@media (max-width: 992px) {
  .gap-lg-0 {
    gap: 0px;
  }
}

@media (max-width: 992px) {
  .gap-lg-6 {
    gap: 5px;
  }
}

@media (max-width: 992px) {
  .gap-lg-10 {
    gap: 10px;
  }
}

@media (max-width: 992px) {
  .gap-lg-12 {
    gap: 12px;
  }
}

@media (max-width: 992px) {
  .gap-lg-15 {
    gap: 15px;
  }
}

@media (max-width: 992px) {
  .gap-lg-20 {
    gap: 20px;
  }
}

@media (max-width: 992px) {
  .gap-lg-30 {
    gap: 30px;
  }
}

@media (max-width: 992px) {
  .gap-lg-40 {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .gap-md-0 {
    gap: 0px;
  }
}

@media (max-width: 768px) {
  .gap-md-6 {
    gap: 5px;
  }
}

@media (max-width: 768px) {
  .gap-md-10 {
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .gap-md-12 {
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .gap-md-15 {
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .gap-md-20 {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .gap-md-30 {
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .gap-md-40 {
    gap: 40px;
  }
}

@media (max-width: 576px) {
  .gap-sm-0 {
    gap: 0px;
  }
}

@media (max-width: 576px) {
  .gap-sm-6 {
    gap: 5px;
  }
}

@media (max-width: 576px) {
  .gap-sm-10 {
    gap: 10px;
  }
}

@media (max-width: 576px) {
  .gap-sm-12 {
    gap: 12px;
  }
}

@media (max-width: 576px) {
  .gap-sm-15 {
    gap: 15px;
  }
}

@media (max-width: 576px) {
  .gap-sm-20 {
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .gap-sm-30 {
    gap: 30px;
  }
}

@media (max-width: 576px) {
  .gap-sm-40 {
    gap: 40px;
  }
}

@media (max-width: 320px) {
  .gap-xs-0 {
    gap: 0px;
  }
}

@media (max-width: 320px) {
  .gap-xs-6 {
    gap: 5px;
  }
}

@media (max-width: 320px) {
  .gap-xs-10 {
    gap: 10px;
  }
}

@media (max-width: 320px) {
  .gap-xs-12 {
    gap: 12px;
  }
}

@media (max-width: 320px) {
  .gap-xs-15 {
    gap: 15px;
  }
}

@media (max-width: 320px) {
  .gap-xs-20 {
    gap: 20px;
  }
}

@media (max-width: 320px) {
  .gap-xs-30 {
    gap: 30px;
  }
}

@media (max-width: 320px) {
  .gap-xs-40 {
    gap: 40px;
  }
}

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

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

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

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

.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-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.goo-display--run-in {
  display: run-in;
}

.goo-display--flow {
  display: flow;
}

.goo-display--flow-root {
  display: flow-root;
}

.goo-display--table {
  display: table;
}

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

.goo-display--grid {
  display: grid;
}

.goo-display--ruby {
  display: ruby;
}

.goo-display--block-flow {
  display: block flow;
}

.goo-display--flex-run-in {
  display: flex run-in;
}

.goo-display--list-item {
  display: list-item;
}

.goo-display--list-item-block {
  display: list-item block;
}

.goo-display--list-item-inline {
  display: list-item inline;
}

.goo-display--list-item-flow {
  display: list-item flow;
}

.goo-display--list-item-flow-root {
  display: list-item flow-root;
}

.goo-display--list-item-block-flow {
  display: list-item block flow;
}

.goo-display--list-item-block-flow-root {
  display: list-item block flow-root;
}

.goo-display--flow-list-item-block {
  display: flow list-item block;
}

.goo-display--table-row-group {
  display: table-row-group;
}

.goo-display--table-header-group {
  display: table-header-group;
}

.goo-display--table-footer-group {
  display: table-footer-group;
}

.goo-display--table-row {
  display: table-row;
}

.goo-display--table-cell {
  display: table-cell;
}

.goo-display--table-column-group {
  display: table-column-group;
}

.goo-display--table-column {
  display: table-column;
}

.goo-display--table-caption {
  display: table-caption;
}

.goo-display--ruby-base {
  display: ruby-base;
}

.goo-display--ruby-text {
  display: ruby-text;
}

.goo-display--ruby-base-container {
  display: ruby-base-container;
}

.goo-display--ruby-text-container {
  display: ruby-text-container;
}

.goo-display--contents {
  display: contents;
}

.goo-display--none {
  display: none;
}

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

.goo-display--inline-table {
  display: inline-table;
}

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

.goo-display--inline-grid {
  display: inline-grid;
}

.goo-display--inherit {
  display: inherit;
}

.goo-display--initial {
  display: initial;
}

.goo-display--unset {
  display: unset;
}

@media (max-width: 1400px) {
  .goo-hide--xxl {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .goo-hide--xl {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .goo-hide--lg {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .goo-hide--md {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .goo-hide--sm {
    display: none !important;
  }
}
.goo-container {
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .goo-container {
    padding: 0 10px;
  }
}

.goo-header {
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 80px;
  height: 80px;
  color: #0a7f58;
  background-color: white;
  border-bottom: 0px solid #fff;
  padding: 20px;
}
.goo-header.scrolled {
  background-color: white;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #0a7f58;
}
.goo-header .goo-logo {
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.goo-header .goo-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.goo-header .goo-logo a img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 240px;
  height: 60px;
}
@media (max-width: 768px) {
  .goo-header .goo-logo a img {
    height: 60px;
  }
}
.goo-header .menu-link-spec {
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  border-radius: 0rem;
  padding: 10px;
  color: #fff;
  background-color: #0a7f58;
  font-weight: 700;
}
.goo-header .menu-link-spec:hover {
  background-color: #fff;
  color: #0a7f58;
}
.goo-header menu {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
.goo-header menu li {
  padding: 8px;
}
.goo-header menu li.spec {
  color: #fff;
  background-color: #0a7f58;
}
.goo-header menu li.spec:hover {
  background-color: #fff;
  color: #0a7f58;
}

.goo-header-mega-menu {
  /* Responsive Design */
}
.goo-header-mega-menu .navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: grid;
  grid-template-columns: 4fr 2fr 4fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  background-color: white;
}
.goo-header-mega-menu .menu-spec {
  justify-self: flex-end;
}
.goo-header-mega-menu .menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
}
.goo-header-mega-menu .brand {
  font-weight: bolder;
  font-size: 1.5em;
}
.goo-header-mega-menu .brand:hover {
  font-weight: bolder;
  color: #428aff;
}
.goo-header-mega-menu button {
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.goo-header-mega-menu .menu-btn {
  margin-left: 1em;
  background: none;
  display: inline-block;
}
.goo-header-mega-menu .menu-btn span {
  font-size: 2.3em;
}
.goo-header-mega-menu .menu-dropdown > div,
.goo-header-mega-menu .sub-dropdown > div {
  cursor: pointer;
}
.goo-header-mega-menu .menu-dropdown > div i,
.goo-header-mega-menu .sub-dropdown > div i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  .goo-header-mega-menu {
    /* Width */
    /* Track */
    /* Handle */
    /* Handle on hover */
    /* Hide menu */
  }
  .goo-header-mega-menu .navbar {
    padding: 0 20px;
  }
  .goo-header-mega-menu .mega-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .goo-header-mega-menu .menu-btn {
    display: none;
  }
  .goo-header-mega-menu .menu {
    z-index: 9999;
    background: #fff;
    color: #002626;
    position: absolute;
    top: 4.65em;
    left: 0;
    width: 100%;
    padding: 0 2em;
    overflow-y: auto;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -ms-flex-line-pack: start;
        align-content: flex-start;
    gap: 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .goo-header-mega-menu .menu {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) and (max-width: 992px) {
  .goo-header-mega-menu .menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .goo-header-mega-menu .menu > li:first-child {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
  }
  .goo-header-mega-menu .sub-dropdown > div span:first-child {
    font-weight: bold;
  }
  .goo-header-mega-menu .menu-dropdown {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .goo-header-mega-menu .menu-dropdown > div {
    border-bottom: 3px transparent solid;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 100%;
    font-weight: 700;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
  }
  .goo-header-mega-menu .sub-dropdown {
    -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
    transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
    border-radius: 0rem;
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0);
    border: 0px solid #002626;
    font-size: 1.4rem;
  }
  .goo-header-mega-menu .sub-dropdown:hover {
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  .goo-header-mega-menu .menu-dropdown > div,
  .goo-header-mega-menu .sub-dropdown > div {
    cursor: pointer;
  }
  .goo-header-mega-menu .menu-dropdown > div i,
  .goo-header-mega-menu .sub-dropdown > div i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .goo-header-mega-menu .menu-dropdown > div .menu-chevron,
  .goo-header-mega-menu .sub-dropdown > div .menu-chevron {
    display: none;
  }
  .goo-header-mega-menu .dropdown-title a {
    -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
    transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0rem;
    padding: 20px;
    background-color: #002626;
    color: #fff;
    border: 2px solid transparent;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .goo-header-mega-menu .dropdown-title a:hover {
    background-color: #0a7f58;
    color: #fff;
    border-color: #0a7f58;
  }
  .goo-header-mega-menu .category-title {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #0a7f58;
    cursor: default;
    font-weight: 800;
    font-size: 1.6rem;
    padding: 8px;
  }
  .goo-header-mega-menu .category-title span {
    margin-right: 6px;
  }
  .goo-header-mega-menu .dropdown-link {
    -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
    transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
    border-radius: 0rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #002626;
    padding: 8px;
    margin-bottom: 4px;
    line-height: 1.5;
  }
  .goo-header-mega-menu .dropdown-link:hover {
    color: #fff;
    background-color: #0a7f58;
  }
  .goo-header-mega-menu .menu-dropdown:hover:not(.just-link) > div {
    background-color: white;
    color: #002626;
  }
  .goo-header-mega-menu .menu-chevron {
    display: none;
  }
  .goo-header-mega-menu .menu::-webkit-scrollbar {
    width: 8px;
  }
  .goo-header-mega-menu .menu::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .goo-header-mega-menu .menu::-webkit-scrollbar-thumb {
    background: #888;
  }
  .goo-header-mega-menu .menu::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .goo-header-mega-menu .menu {
    height: 0;
    opacity: 0;
  }
  .goo-header-mega-menu .menu-dropdown:hover .menu {
    height: calc(90vh - 80px);
    padding: 2em;
    opacity: 1;
  }
  .goo-header-mega-menu .link-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .goo-header-mega-menu .link-home div {
    text-align: center;
  }
  .goo-header-mega-menu .link-home a {
    border-radius: 50%;
    background-color: #002626;
    padding: 8px;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
  }
  .goo-header-mega-menu .just-mobile {
    display: none;
  }
}
@media (max-width: 1200px) {
  .goo-header-mega-menu {
    /* Width */
    /* Track */
    /* Handle */
    /* Handle on hover */
    /* Toggle class for Javascript */
    /* Toggle class for javascript */
    /* Toggle class for Javascript */
    /* Hide menu */
    /* Toggle class for javascript */
  }
  .goo-header-mega-menu .navbar {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 5px;
  }
  .goo-header-mega-menu .goo-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .goo-header-mega-menu .menu-spec {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .goo-header-mega-menu .menu-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .goo-header-mega-menu .menu-btn {
    font-size: 2rem;
  }
  .goo-header-mega-menu .menu-btn .lni {
    -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
    transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
    border-radius: 50%;
    background-color: #002626;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
  }
  .goo-header-mega-menu .menu-btn .lni-close {
    background-color: #0a7f58;
  }
  .goo-header-mega-menu .menu-link-spec {
    display: none;
  }
  .goo-header-mega-menu .menu-container {
    background: #fff;
    color: #002626;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    overflow-y: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .goo-header-mega-menu .just-link div {
    width: 100%;
  }
  .goo-header-mega-menu .just-link div a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .goo-header-mega-menu .mega-menu::-webkit-scrollbar {
    width: 8px;
  }
  .goo-header-mega-menu .mega-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .goo-header-mega-menu .mega-menu::-webkit-scrollbar-thumb {
    background: #888;
  }
  .goo-header-mega-menu .mega-menu::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .goo-header-mega-menu .mega-menu {
    padding: 20px;
    height: 100%;
    overflow-y: auto;
  }
  .goo-header-mega-menu .mega-menu li {
    font-weight: bold;
  }
  .goo-header-mega-menu .mega-menu li > div {
    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;
    gap: 0.5em;
  }
  .goo-header-mega-menu .menu li {
    padding: 0 1em;
    font-size: 1em;
    font-weight: 400;
  }
  .goo-header-mega-menu .menu a {
    display: block;
    margin: 0.8em 0;
  }
  .goo-header-mega-menu .menu {
    display: none;
  }
  .goo-header-mega-menu .menu-show {
    display: block;
  }
  .goo-header-mega-menu .material-symbols-outlined {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .goo-header-mega-menu .icon-rotated {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .goo-header-mega-menu .link-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .goo-header-mega-menu .link-home div {
    text-align: center;
  }
  .goo-header-mega-menu .link-home a {
    font-size: 2.5rem;
    text-align: center;
  }
  .goo-header-mega-menu .dropdown-link {
    margin: 6px 0;
  }
  .goo-header-mega-menu .dropdown-title {
    color: #0a7f58;
    margin: 6px 0;
  }
  .goo-header-mega-menu .dropdown-title a {
    font-weight: 800;
    font-size: 1.4rem;
  }
  .goo-header-mega-menu .menu-dropdown > div,
  .goo-header-mega-menu .sub-dropdown > div {
    -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
    transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
    border-radius: 0rem;
    cursor: pointer;
    padding: 10px;
    margin: 6px 0;
    font-size: 1.4rem;
  }
  .goo-header-mega-menu .menu-dropdown:hover > div,
  .goo-header-mega-menu .sub-dropdown:hover > div {
    background: #002626;
    color: #fff;
  }
  .goo-header-mega-menu .sub-menu {
    font-size: 0.9em;
    display: none;
  }
  .goo-header-mega-menu .sub-menu-show {
    display: block;
  }
  .goo-header-mega-menu .menu-container {
    height: 0;
  }
  .goo-header-mega-menu .mega-menu-show {
    height: calc(100vh - 80px);
  }
}

.goo-header-simple {
  /*styling open close button*/
}
.goo-header-simple .goo-burger {
  justify-self: flex-end;
  display: inline;
  position: relative;
  z-index: 99;
  font-size: 2.3rem;
}
.goo-header-simple .goo-burger a {
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  border-radius: 0rem;
  text-decoration: none;
}
.goo-header-simple .goo-burger-open:after {
  color: #0a7f58;
  content: "\ea25";
  font-family: "lineicons";
  -webkit-transition-property: all 0.2s linear 0s;
  transition-property: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}
.goo-header-simple .goo-burger-open:hover:after {
  color: #0a7f58;
}
.goo-header-simple .goo-burger-close:after {
  color: #0a7f58;
  content: "\eace";
  font-family: "lineicons";
  -webkit-transition-property: all 0.2s linear 0s;
  transition-property: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}
.goo-header-simple .goo-burger-close:hover:after {
  color: #fff;
}

.goo-header-overlay {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background: #002626;
  overflow: auto;
  z-index: 89;
}
.goo-header-overlay .wrap {
  color: #fff;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 250px 0;
}
.goo-header-overlay .wrap ul.wrap-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  padding: 150px 0px 40px;
  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;
}
.goo-header-overlay .wrap ul.wrap-nav li {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
}
.goo-header-overlay .wrap ul.wrap-nav li a {
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  background-color: #0a7f58;
  color: #002626;
  display: block;
  padding: 12px;
  text-decoration: none;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.goo-header-overlay .wrap ul.wrap-nav li a:hover {
  background-color: #fff;
  color: #0a7f58;
}
.goo-header-overlay .wrap ul.wrap-nav ul {
  padding: 20px 0;
}
.goo-header-overlay .wrap ul.wrap-nav ul li {
  display: block;
  font-size: 13px;
  width: 100%;
  color: #e9e9e9;
}
.goo-header-overlay .wrap ul.wrap-nav ul li a {
  color: #f0f0f0;
}
.goo-header-overlay .wrap ul.wrap-nav ul li a:hover {
  color: #34b484;
}
.goo-header-overlay .social {
  font-size: 25px;
  padding: 20px;
}
.goo-header-overlay .social p {
  margin: 0;
  padding: 20px 0 5px 0;
  line-height: 30px;
  font-size: 13px;
}
.goo-header-overlay .social p a {
  color: #34b484;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
.goo-header-overlay .social-icon {
  width: 80px;
  height: 50px;
  color: #fff;
  display: inline-block;
  margin: 0 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
}
.goo-header-overlay .social-icon:hover {
  color: #0a7f58;
}
.goo-header-overlay .social-icon i {
  font-size: 4rem;
}
.goo-header-overlay .content {
  width: 100%;
  margin-top: 200px;
  font-size: 20px;
  color: #333;
  text-align: center;
}

.goo-mobile-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  -webkit-transform: translateX(100%) translateY(-100%) rotate(10deg);
          transform: translateX(100%) translateY(-100%) rotate(10deg);
  opacity: 0;
}
.goo-mobile-menu.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}
.goo-mobile-menu .wrapper {
  -webkit-transition: all 0.75s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.75s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  opacity: 0;
  background-color: white;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  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;
  overflow-y: auto;
}
@media (max-width: 992px) {
  .goo-mobile-menu .wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 90px;
  }
}
.goo-mobile-menu .wrapper.open {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.goo-mobile-menu .wrapper .goo-mobile-share {
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  border-radius: 0rem;
  font-size: 3rem;
  text-align: center;
  padding: 12px;
  background-color: #0a7f58;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0;
}
.goo-mobile-menu .wrapper .goo-grid {
  color: #002626;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  width: 90%;
}
@media (max-width: 992px) {
  .goo-mobile-menu .wrapper .goo-grid {
    grid-template-columns: 1fr;
  }
}
.goo-mobile-menu .wrapper .goo-grid .goo-items {
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  border-radius: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}
.goo-mobile-menu .wrapper .goo-grid .goo-items .goo-title {
  border-radius: 0rem;
  font-weight: 800;
  font-size: 1.6rem;
  color: white;
  background-color: #0a7f58;
  padding: 10px;
  margin-bottom: 15px;
}
.goo-mobile-menu .wrapper .goo-grid .goo-items a {
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  color: rgba(0, 38, 38, 0.6);
  padding: 12px 10px;
  font-weight: 800;
}
.goo-mobile-menu .wrapper .goo-grid .goo-items:hover {
  background-color: #002626;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
.goo-mobile-menu .wrapper .goo-grid .goo-items:hover a {
  color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.goo-mobile-menu .wrapper .goo-grid .goo-items:hover a::before {
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  content: "\eb19";
  font-family: "lineicons";
  -webkit-transform: scale(0);
          transform: scale(0);
}
.goo-mobile-menu .wrapper .goo-grid .goo-items:hover a:hover {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  color: white;
}
.goo-mobile-menu .wrapper .goo-grid .goo-items:hover a:hover::before {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0.85;
  content: "\eb19";
  font-family: "lineicons";
  margin-right: 6px;
}

.goo-footer {
  width: 100%;
}
.goo-footer-head {
  background-color: #002626;
  color: #fff;
}
.goo-footer-head .goo-grid {
  padding: 40px 0;
  width: 100%;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  .goo-footer-head .goo-grid {
    grid-template-columns: 1fr;
  }
}
.goo-footer-head .goo-grid a {
  color: inherit;
}
.goo-footer-head .goo-grid .goo-flex {
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  border-radius: 0rem;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0a7f58;
  border: 1px solid transparent;
  padding: 20px;
}
.goo-footer-head .goo-grid .goo-flex i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 4rem;
  color: #fff;
  margin-right: 16px;
}
.goo-footer-head .goo-grid .goo-flex .goo-title {
  font-size: 2.2rem;
  color: #fff;
  font-weight: 800;
}
.goo-footer-head .goo-grid .goo-flex .goo-info {
  padding-top: 10px;
  line-height: 1.5;
}
.goo-footer-head .goo-grid .goo-flex:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  background-color: #0a7f58;
}
.goo-footer-head .goo-grid .goo-flex:hover .goo-item {
  color: #fff;
}
.goo-footer-horaires ul li {
  padding: 10px 0;
}
.goo-footer .contact-us {
  background-color: #002626;
  color: #002626;
  padding: 20px 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.goo-footer .contact-us a {
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  border-radius: 0rem;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  background-color: #fff;
  color: #0a7f58;
  padding: 20px 30px;
  font-weight: 700;
}
.goo-footer .contact-us span {
  color: #fff;
  padding: 10px 0;
  font-size: 1.4rem;
  font-weight: 700;
}
.goo-footer-content {
  background-color: #002626;
  color: #fff;
  padding: 40px 0;
  border-top: 1px solid transparent;
}
.goo-footer-content .goo-grid {
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .goo-footer-content .goo-grid {
    grid-template-columns: 1fr;
  }
}
.goo-footer-content .goo-grid .goo-flex {
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.goo-footer-content .goo-grid .goo-flex img {
  display: block;
  max-width: 100px;
  width: 100%;
}
.goo-footer-content .goo-grid .goo-flex .logo-label {
  max-width: 130px;
}
.goo-footer-content .goo-grid .goo-flex p {
  padding: 30px 0;
}
.goo-footer-content .goo-grid .goo-flex .goo-title {
  font-size: 2.2rem;
  padding-bottom: 30px;
  color: #fff;
  font-weight: 700;
}
.goo-footer-content .goo-grid .goo-flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.goo-footer-content .goo-grid .goo-flex ul li a {
  padding: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  border-radius: 0rem;
  color: #fff;
  background-color: #0a7f58;
  font-size: 1.4rem;
}
.goo-footer-content .goo-grid .goo-flex ul li a:hover {
  background-color: #0a7f58;
}
.goo-footer-content .goo-grid .goo-flex .goo-footer-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.goo-footer-content .goo-grid .goo-flex .goo-footer-share a {
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  border-radius: 0rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 3rem;
  padding: 8px;
  margin-right: 8px;
  color: #fff;
  background-color: #0a7f58;
}
@media (max-width: 768px) {
  .goo-footer-content .goo-grid .goo-flex .goo-footer-share a {
    font-size: 2rem;
  }
}
.goo-footer-content .goo-grid .goo-flex .goo-footer-share a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.goo-footer-content .goo-grid .goo-flex .goo-footer-surveys {
  margin-top: 30px;
}
.goo-footer-content .goo-grid .goo-flex .goo-footer-surveys a {
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  border-radius: 0rem;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 800;
  font-size: 1.6rem;
  padding: 15px;
  color: #fff;
  background-color: #0a7f58;
}
.goo-footer-brand {
  background-color: #002626;
  color: #0a7f58;
  padding: 20px 0;
  width: 100%;
  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;
}
.goo-footer-brand .goo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 5px 0;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.goo-footer-brand img {
  margin: 0 12px;
  width: 120px;
  display: block;
}
.goo-footer-brand a {
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
}
.goo-footer-brand a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.goo-footer-brand .goo-date {
  font-size: 1.2rem;
  opacity: 0.5;
  font-weight: 200;
}

.goo-cover {
  position: relative;
  min-height: 100vh;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 150px 0;
}
.goo-cover .cover-overlay {
  z-index: 69;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.goo-cover .cover-content {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 79;
  gap: 80px;
}
@media (max-width: 768px) {
  .goo-cover .cover-content {
    gap: 80px;
  }
}
.goo-cover .cover-content .cover-slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.goo-cover .cover-content .cover-slogan div {
  line-height: 1.5;
  text-transform: uppercase;
}
.goo-cover .cover-content .cover-slogan h1 {
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  color: #fff;
  background-color: #0a7f58;
  padding: 40px 20px;
  font-weight: 900;
  letter-spacing: 3px;
}
.goo-cover .cover-content .cover-slogan h1 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(5rem, 10vw, 13rem);
}
.goo-cover .cover-content .cover-slogan .hight {
  font-weight: 900;
  letter-spacing: 4px;
  padding: 20px 10px;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  color: #0a7f58;
}
.goo-cover .cover-content .cover-slogan .low {
  font-weight: 800;
  letter-spacing: 0px;
  color: #002626;
  font-size: clamp(1.4rem, 2vw, 1.4rem);
  padding: 0px 10px;
}
.goo-cover .cover-content .cover-right .list {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .goo-cover .cover-content .cover-right .list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.goo-cover .cover-content .cover-right .list .item {
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  position: relative;
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 900;
  padding: 10px;
  color: #0a7f58;
  cursor: pointer;
}
.goo-cover .cover-content .cover-right .list .item:hover {
  color: #fff;
}
.goo-cover .cover-content .cover-right .list .item:before {
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #0a7f58;
  opacity: 0.1;
}
.goo-cover .cover-content .cover-right .list .item:nth-child(1):hover:before {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  opacity: 1;
  width: 100%;
  height: 100%;
}
.goo-cover .cover-content .cover-right .list .item:nth-child(2):hover:before {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  opacity: 1;
  width: 100%;
  height: 100%;
}
.goo-cover .cover-content .cover-right .list .item:nth-child(3):hover:before {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  opacity: 1;
  width: 100%;
  height: 100%;
}
.goo-cover .cover-content .cover-right .list .item:nth-child(4):hover:before {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  opacity: 1;
  width: 100%;
  height: 100%;
}
.goo-cover .cover-content .cover-subtitle ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.goo-cover .cover-content .cover-subtitle ul li {
  font-weight: 100;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
}
.goo-cover .arrow {
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  -webkit-animation: coverArrow 4s ease 0s infinite normal forwards;
          animation: coverArrow 4s ease 0s infinite normal forwards;
  font-size: 4rem;
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 70;
  padding: 10px;
  color: #0a7f58;
}
.goo-cover .arrow i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .goo-cover .arrow {
    left: 50%;
    font-size: 3rem;
  }
}
.goo-cover .arrow:hover {
  color: #fff;
  background-color: #0a7f58;
}
@-webkit-keyframes coverArrow {
  0%, 100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateX(-50%) translateY(-8px);
            transform: translateX(-50%) translateY(-8px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateX(-50%) translateY(8px);
            transform: translateX(-50%) translateY(8px);
  }
  80% {
    -webkit-transform: translateX(-50%) translateY(6.4px);
            transform: translateX(-50%) translateY(6.4px);
  }
  90% {
    -webkit-transform: translateX(-50%) translateY(-6.4px);
            transform: translateX(-50%) translateY(-6.4px);
  }
}
@keyframes coverArrow {
  0%, 100% {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateX(-50%) translateY(-8px);
            transform: translateX(-50%) translateY(-8px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateX(-50%) translateY(8px);
            transform: translateX(-50%) translateY(8px);
  }
  80% {
    -webkit-transform: translateX(-50%) translateY(6.4px);
            transform: translateX(-50%) translateY(6.4px);
  }
  90% {
    -webkit-transform: translateX(-50%) translateY(-6.4px);
            transform: translateX(-50%) translateY(-6.4px);
  }
}

.goo-cookies {
  position: fixed;
  z-index: 9999;
  bottom: 0px;
  right: 0px;
  padding: 10px;
  max-width: 425px;
  width: 100%;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  scrollbar-width: thin; /* 'auto', 'thin', 'none' */
  scrollbar-color: #264653 #f4a261;
}
@media (max-width: 576px) {
  .goo-cookies {
    padding: 0;
    max-width: 800px;
  }
}
.goo-cookies.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.goo-cookies ::-webkit-scrollbar {
  width: 3px;
}
.goo-cookies ::-webkit-scrollbar-track {
  background: #f4a261;
}
.goo-cookies ::-webkit-scrollbar-thumb {
  background: #264653;
}
.goo-cookies ::-webkit-scrollbar-thumb:hover {
  background: white;
}
.goo-cookies .wrap {
  position: relative;
  background-color: white;
  border-radius: 0.75rem;
  padding: 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: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  -webkit-animation: cookieWobble 1s ease 0.3s normal forwards;
          animation: cookieWobble 1s ease 0.3s normal forwards;
  overflow-y: auto;
  height: 100%;
  max-height: 100vh;
}
@media (max-width: 576px) {
  .goo-cookies .wrap {
    border-radius: 0rem;
    -webkit-animation: cookieAnimMobile 1s ease 0s 1 normal forwards;
            animation: cookieAnimMobile 1s ease 0s 1 normal forwards;
  }
}
.goo-cookies .wrap .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.goo-cookies .wrap .head .subtitle {
  font-size: 1.6rem;
  font-weight: 300;
}
.goo-cookies .wrap .head .title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #f4a261;
}
.goo-cookies .wrap .content {
  padding: 10px 0;
}
.goo-cookies .wrap .content p {
  font-size: 1.2rem;
}
.goo-cookies .wrap .hide {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: all 0.3s cubic-bezier(0.89, 0.32, 0.25, 0.8);
  transition: all 0.3s cubic-bezier(0.89, 0.32, 0.25, 0.8);
  opacity: 0;
}
.goo-cookies .wrap .hide.show {
  grid-template-rows: 1fr;
  opacity: 1;
}
.goo-cookies .wrap .hide .list {
  overflow: hidden;
}
.goo-cookies .wrap .hide .list .item {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.goo-cookies .wrap .hide .list .item .icon {
  padding: 0 8px 0 0;
  font-size: 1.6rem;
}
.goo-cookies .wrap .hide .list .item .icon i {
  border-radius: 50%;
  background-color: #264653;
  color: white;
  padding: 4px;
}
.goo-cookies .wrap .hide .list .item .text {
  font-size: 1.2rem;
}
.goo-cookies .wrap .hide .list .item .text b {
  font-size: 1.4rem;
  color: #264653;
}
.goo-cookies .wrap .hide .list .item .text p {
  font-size: 1.2rem;
}
.goo-cookies .wrap .choice {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(38, 70, 83, 0.1);
  padding: 10px 0 0 0;
  gap: 6px;
}
@media (max-width: 576px) {
  .goo-cookies .wrap .choice {
    grid-template-columns: repeat(1, 1fr);
  }
}
.goo-cookies .wrap .choice a {
  border-radius: 20rem;
  gap: 6px;
  text-align: center;
  font-size: 1.2rem;
  padding: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.89, 0.32, 0.25, 0.8);
  transition: all 0.3s cubic-bezier(0.89, 0.32, 0.25, 0.8);
  line-height: 1.5;
}
.goo-cookies .wrap .choice a.accept {
  background-color: rgba(244, 162, 97, 0.1);
  font-weight: 700;
  color: #f4a261;
}
.goo-cookies .wrap .choice a.accept:hover {
  background-color: #f4a261;
  color: white;
}
.goo-cookies .wrap .choice a.more:hover {
  background-color: rgba(38, 70, 83, 0.1);
}
.goo-cookies .wrap .choice a.denied:hover {
  background-color: #264653;
  color: white;
}
@-webkit-keyframes cookieWobble {
  0%, 100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-4deg);
            transform: translateX(-30px) rotate(-4deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(4deg);
            transform: translateX(15px) rotate(4deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
            transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes cookieWobble {
  0%, 100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-4deg);
            transform: translateX(-30px) rotate(-4deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(4deg);
            transform: translateX(15px) rotate(4deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
            transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}
@-webkit-keyframes cookieAnimMobile {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: translateY(250px);
            transform: translateY(250px);
  }
  38% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  55% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translateY(65px);
            transform: translateY(65px);
  }
  72% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  81% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translateY(28px);
            transform: translateY(28px);
  }
  90% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  95% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes cookieAnimMobile {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: translateY(250px);
            transform: translateY(250px);
  }
  38% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  55% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translateY(65px);
            transform: translateY(65px);
  }
  72% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  81% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translateY(28px);
            transform: translateY(28px);
  }
  90% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  95% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.goo-share {
  position: fixed;
  z-index: 250;
  bottom: 0px;
  right: 0;
  padding: 20px 40px;
}
@media (max-width: 992px) {
  .goo-share {
    padding: 20px 20px;
  }
}
.goo-share .goo-share-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.goo-share .goo-share-btn {
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  border-radius: 50%;
  position: relative;
  z-index: 3;
  cursor: pointer;
  font-size: 2.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px;
  outline: none;
  border: none;
  margin-left: 15px;
  background-color: transparent;
  border: 4px solid #fff;
  color: #fff;
}
.goo-share .goo-share-btn.open {
  -webkit-transform: scale(1.3) rotate(360deg);
          transform: scale(1.3) rotate(360deg);
  background-color: #0a7f58;
  color: #fff;
}
.goo-share .goo-share-btn.open::before {
  border-radius: 50%;
  font-family: "lineicons";
  content: "\eace";
  position: absolute;
  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;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a7f58;
}
.goo-share .goo-share-btn.open:hover {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.goo-share .goo-share-btn:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.goo-share .goo-share-links {
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  border-radius: 50%;
  padding: 10px;
  font-size: 2.2rem;
  background-color: red;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.goo-share .goo-share-links:nth-child(1) {
  -webkit-transform: translateX(400px);
          transform: translateX(400px);
}
.goo-share .goo-share-links:nth-child(2) {
  -webkit-transform: translateX(370px);
          transform: translateX(370px);
}
.goo-share .goo-share-links:nth-child(3) {
  -webkit-transform: translateX(340px);
          transform: translateX(340px);
}
.goo-share .goo-share-links:nth-child(4) {
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
}
.goo-share .goo-share-links.open {
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
  opacity: 1;
  background-color: white;
  color: #002626;
}
.goo-share .goo-share-links.open:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.goo-section {
  position: relative;
}
.goo-section .overlay-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.goo-img-section-background {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  display: block;
  max-width: 600px;
  width: 100%;
  z-index: -1;
}

.goo-module {
  position: relative;
}
.goo-module .goo-edit-module-link {
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  border-radius: 1rem;
  position: absolute;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 4px;
  left: 4px;
  background-color: white;
  padding: 12px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #002626;
  font-weight: 700;
  font-size: 1.4rem;
}
.goo-module .goo-edit-module-link i {
  margin-right: 6px;
}
.goo-module .goo-edit-module-link:hover {
  background-color: crimson;
  color: white;
}

.goo-modal-btn {
  cursor: pointer;
}

.goo-modal {
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  z-index: 9998;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 38, 38, 0.85);
  padding: 10px;
}
.goo-modal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: modalEntrance 0.4s ease 0s 1 normal forwards;
          animation: modalEntrance 0.4s ease 0s 1 normal forwards;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.goo-modal-wrapper {
  overflow-y: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  background-color: #fff;
  color: #002626;
  padding: 20px;
  z-index: 9997;
}
.goo-modal-wrapper.modal-full {
  width: 100%;
  height: 100%;
}
.goo-modal-wrapper.modal-600 {
  width: 100%;
  max-width: 600px;
}
.goo-modal-wrapper.modal-300 {
  width: 100%;
  max-width: 300px;
}
.goo-modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.goo-modal-close {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.5rem;
}
.goo-modal-close i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.goo-modal-title {
  font-size: 1.8rem;
  font-weight: 800;
}
.goo-modal-subtitle {
  font-size: 1.4rem;
  margin-top: 10px;
  opacity: 0.7;
}
.goo-modal-content {
  margin-top: 20px;
}

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

@keyframes modalEntrance {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.goo-alert {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  z-index: 100000000000000;
  width: 100%;
  max-width: 400px;
  padding: 15px;
  -webkit-animation: animAlert 1s ease 0s 1 normal forwards;
          animation: animAlert 1s ease 0s 1 normal forwards;
}
.goo-alert__content {
  overflow: hidden;
  border-radius: 0rem;
  position: relative;
  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;
  padding: 14px 20px;
  color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.goo-alert__content__btn {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0 10px 14px;
  margin-left: 14px;
  cursor: pointer;
}
.goo-alert__content__btn i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.goo-alert--success {
  background-color: #0a7f58;
}
.goo-alert--error {
  background-color: #d30019;
}
.goo-alert--warning {
  background-color: purple;
}
.goo-alert__progress {
  border-radius: 0rem;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  width: 0;
  background-color: rgba(0, 38, 38, 0.4);
  -webkit-transition: width 0.75s linear;
  transition: width 0.75s linear;
}

@-webkit-keyframes animAlert {
  0% {
    -webkit-transform: scale(0) translateX(-50%);
            transform: scale(0) translateX(-50%);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
  100% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
}

@keyframes animAlert {
  0% {
    -webkit-transform: scale(0) translateX(-50%);
            transform: scale(0) translateX(-50%);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
  100% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
}
section.google-reviews {
  margin: 60px 0 0 0;
}
section.google-reviews h2 {
  margin-bottom: 10px;
}
section.google-reviews .swiper {
  width: 100%;
  height: 100%;
  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;
}
section.google-reviews .swiper-slide {
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  border-radius: 0rem;
  position: relative;
}
section.google-reviews .swiper-slide-active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
section.google-reviews .swiper-slide-prev {
  opacity: 0.1;
}
section.google-reviews .swiper-slide-next {
  opacity: 0.1;
}
section.google-reviews .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.google-reviews .review {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  margin: 40px 0;
  text-align: center;
  font-size: 1.4rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.google-reviews .review img {
  max-width: 80px;
}
section.google-reviews .review .rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0a7f58;
  font-size: 1.8rem;
  margin: 15px 0px;
}
section.google-reviews .review .comment {
  margin: 15px 0px;
}
section.google-reviews .review .author {
  text-align: right;
  font-size: 1.4rem;
  font-weight: 800;
}
section.google-reviews .swiper-button-prev,
section.google-reviews .swiper-button-next {
  color: #0a7f58;
}
section.google-reviews .swiper-button-prev:after,
section.google-reviews .swiper-button-next:after {
  font-size: 2rem;
}
section.google-reviews .review-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
section.google-reviews .review-more a {
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  border-radius: 0rem;
  color: #fff;
  background-color: #002626;
  font-size: 1.4rem;
  padding: 10px;
  font-weight: 700;
  margin-bottom: 20px;
}

.goo-google-map-plan {
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  border-radius: 0rem;
  height: 400px; /* The height is 400 pixels */
  width: 100%; /* The width is the width of the web page */
}

section.goo-contact {
  padding: 80px 0 0 0;
  margin-top: 30px;
}
section.goo-contact form {
  margin-top: 30px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.goo-contact form .goo-grid {
  width: 100%;
}
section.goo-contact form .grp-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  gap: 10px;
  width: 100%;
}
section.goo-contact form input,
section.goo-contact form textarea {
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  border-radius: 0rem;
  outline: none;
  border: 2px solid #002626;
  padding: 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "corps";
  font-size: 1.4rem;
}
section.goo-contact form input:focus,
section.goo-contact form textarea:focus {
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-color: #0a7f58;
  font-weight: 600;
}
section.goo-contact form input:hover,
section.goo-contact form textarea:hover {
  border-color: rgba(10, 127, 88, 0.6);
}
section.goo-contact form label {
  font-weight: 800;
  font-size: 1.4rem;
}
section.goo-contact form input[type=submit] {
  margin-top: 20px;
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background-color: #002626;
  color: #fff;
  border-color: #002626;
  font-size: 1.4rem;
}
section.goo-contact form input[type=submit]:hover {
  background-color: #0a7f58;
  color: #fff;
  border-color: #0a7f58;
}
section.goo-contact form .input-error {
  color: #d30019;
  font-weight: 700;
  font-size: 1.3rem;
}

section.legals {
  padding: 150px 0 0 0;
}
section.legals main {
  padding: 40px 0;
}
section.legals main section {
  padding: 20px;
}
section.legals main section h2 {
  margin-bottom: 15px;
}
section.legals main section:nth-child(1) {
  border-radius: 0rem;
  background-color: #0a7f58;
  color: #fff;
}
section.legals main section a {
  text-decoration: underline;
  font-weight: 700;
}

.goo-404 {
  background-color: #fff;
  min-height: 100vh;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
.goo-404 i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 8rem;
}
.goo-404 h2,
.goo-404 h3 {
  text-align: center;
}
.goo-404 .goo-title {
  color: #fff;
  font-size: 16rem;
  font-weight: 900;
  text-align: center;
  text-shadow: 0px 10px 1px #d30019;
}
@media (max-width: 768px) {
  .goo-404 .goo-title {
    font-size: 8rem;
    text-shadow: 0px 8px 1px #d30019;
  }
}
.goo-404 .goo-text {
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 4rem;
  max-width: 600px;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .goo-404 .goo-text {
    font-size: 2rem;
  }
}
.goo-404 .goo-redir {
  margin-top: 40px;
}
.goo-404 .goo-redir a {
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  border-radius: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 2rem;
  padding: 15px;
  background-color: #0a7f58;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.goo-404 .goo-redir a:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  background-color: #fff;
  color: #002626;
}

.btn-centered {
  width: 100%;
  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;
}

.goo-flash {
  border-radius: 0rem;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  position: fixed;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 20px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
}
.goo-flash.success {
  background-color: #0a7f58;
  color: #fff;
}

.goo-section {
  position: relative;
}
.goo-section .goo-container {
  position: relative;
  z-index: 2;
}
.goo-section h2 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 6px 0;
  color: #0a7f58;
}
.goo-section h2:before {
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  z-index: -1;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -5px;
  width: 40px;
  height: 40px;
  background-color: #0a7f58;
  opacity: 0.1;
}
.goo-section .section-subtitle {
  margin-top: 20px;
  font-weight: 800;
  color: #0a7f58;
}

section.goo-featured {
  margin-bottom: 40px;
}
section.goo-featured .goo-container {
  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;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.goo-featured img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  border-radius: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
}
section.goo-featured .featured-title {
  border-radius: 3rem;
  position: relative;
  background-color: #fff;
  color: #0a7f58;
  padding: 20px 25px;
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "corps";
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 768px) {
  section.goo-featured .featured-title {
    font-size: 1.8rem;
  }
}

section.introduction {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
section.introduction .goo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.introduction .goo-grid {
  padding: 30px 0;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.introduction .goo-grid .item {
  border-radius: 0rem;
}
section.introduction .goo-grid .item:nth-child(1) {
  background-color: #0a7f58;
  color: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.introduction .goo-grid .item p {
  text-align: justify;
  padding: 10px 0;
}
section.introduction .goo-grid .item .list {
  padding: 20px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
section.introduction .goo-grid .item .list .word {
  position: relative;
  color: #0a7f58;
  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;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: bolder;
}

section.prestations {
  position: relative;
  overflow: hidden;
}
section.prestations h2 {
  margin-bottom: 60px;
}
section.prestations .goo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
section.prestations .goo-container .deco {
  background-color: #0a7f58;
  position: absolute;
  z-index: 1;
  opacity: 0.4;
}
@media (max-width: 992px) {
  section.prestations .goo-container .deco {
    display: none;
  }
}
section.prestations .goo-container .deco:nth-child(1) {
  width: 50%;
  height: 300px;
  top: 80px;
  left: -10%;
  -webkit-animation: deco1 6s 1s ease infinite alternate both;
          animation: deco1 6s 1s ease infinite alternate both;
}
section.prestations .goo-container .deco:nth-child(2) {
  width: 35%;
  height: 310px;
  top: 120px;
  right: -10%;
  -webkit-animation: deco2 6s 1s ease infinite alternate both;
          animation: deco2 6s 1s ease infinite alternate both;
}
@-webkit-keyframes deco1 {
  0% {
    -webkit-transform: translate(0px, 0px) scale(0.8);
            transform: translate(0px, 0px) scale(0.8);
  }
  100% {
    -webkit-transform: translate(50px, 0px) scale(1);
            transform: translate(50px, 0px) scale(1);
  }
}
@keyframes deco1 {
  0% {
    -webkit-transform: translate(0px, 0px) scale(0.8);
            transform: translate(0px, 0px) scale(0.8);
  }
  100% {
    -webkit-transform: translate(50px, 0px) scale(1);
            transform: translate(50px, 0px) scale(1);
  }
}
@-webkit-keyframes deco2 {
  0% {
    -webkit-transform: translate(0, 0px) scale(1);
            transform: translate(0, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(-25%, -20px) scale(0.8);
            transform: translate(-25%, -20px) scale(0.8);
  }
}
@keyframes deco2 {
  0% {
    -webkit-transform: translate(0, 0px) scale(1);
            transform: translate(0, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(-25%, -20px) scale(0.8);
            transform: translate(-25%, -20px) scale(0.8);
  }
}
section.prestations .goo-grid {
  position: relative;
  z-index: 2;
  margin-top: 60px;
}
section.prestations .goo-grid .item {
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 20px;
  position: relative;
  text-align: center;
}
section.prestations .goo-grid .item:nth-child(1), section.prestations .goo-grid .item:nth-child(3) {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
@media (max-width: 992px) {
  section.prestations .goo-grid .item:nth-child(1), section.prestations .goo-grid .item:nth-child(3) {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
section.prestations .goo-grid .item .overlay {
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 38, 38, 0.7);
}
section.prestations .goo-grid .item:hover .overlay {
  background-color: rgba(0, 38, 38, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
section.prestations .goo-grid .item h3 {
  position: relative;
  z-index: 2;
  color: #fff;
  margin-bottom: 30px;
  background-color: #0a7f58;
  padding: 6px 10px;
}
section.prestations .goo-grid .item .content {
  position: relative;
  z-index: 2;
  color: #fff;
}
section.prestations .goo-grid .item p {
  text-align: justify;
}

section.home-achievements {
  margin-top: 80px;
  background-color: #0a7f58;
  padding: 100px 0 80px 0;
}
section.home-achievements .goo-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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.home-achievements .swiperParallax.swiper {
  width: 100%;
  overflow: hidden;
}
section.home-achievements .swiperParallax .swiper-button-next,
section.home-achievements .swiperParallax .swiper-button-prev {
  color: #0a7f58;
}
section.home-achievements .swiperParallax .swiper-button-next:after,
section.home-achievements .swiperParallax .swiper-button-prev:after {
  font-size: 2.5rem;
}
section.home-achievements .swiperParallax .swiper-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.home-achievements .swiperParallax .swiper-slide {
  width: 50vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
section.home-achievements .swiperParallax .swiper-slide.swiper-slide-active .gallery-img__wrapper {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
section.home-achievements .swiperParallax .swiper-slide.swiper-slide-active .gallery-info__wrapper {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
section.home-achievements .swiperParallax .gallery-img__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  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;
  padding-top: 66.7%;
  border-radius: 0.75rem;
  opacity: 0.25;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
section.home-achievements .swiperParallax .gallery-img__wrapper .gallery-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-achievements .swiperParallax .gallery-info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
section.home-achievements .swiperParallax .gallery-info__wrapper .heading-medium {
  border-radius: 0.75rem;
  font-size: 1.4rem;
  line-height: 1;
  background-color: #002626;
  padding: 12px;
  color: #fff;
  font-weight: 800;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  margin: 0 20px;
  text-align: center;
}
section.home-achievements .more {
  margin-top: 30px;
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  border-radius: 0rem;
  background-color: #0a7f58;
  color: #fff;
  padding: 15px 18px;
  font-weight: 900;
  text-align: center;
}
section.home-achievements .more:hover {
  background-color: #fff;
  color: #0a7f58;
}

section.cover-achievement .arrow {
  left: 50%;
  color: #0a7f58;
}
section.cover-achievement .cover-content h1 {
  padding: 40px 10px;
  background-color: #0a7f58;
  color: #fff;
  text-align: center;
  font-style: italic;
}
section.cover-achievement .cover-content .cover-subtitle {
  color: #0a7f58;
  padding: 30px;
}
section.cover-achievement .cover-content .cover-subtitle p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 800;
}

section.achievement-block {
  padding: 80px 0;
}
section.achievement-block .goo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.achievement-block h2 {
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 20px;
  margin-bottom: 40px;
}
section.achievement-block .gallery-item {
  border-radius: 0.75rem;
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  height: 200px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  background-color: #0a7f58;
}
section.achievement-block .gallery-item img {
  border-radius: 0.75rem;
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.achievement-block .gallery-item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
section.achievement-block .gallery-item:hover img {
  opacity: 0.6;
}
section.achievement-block .lg-show-in .lg-outer.lg-hide-items .lg-toolbar {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

section.cover-hightlights {
  background-color: #0a7f58;
}
section.cover-hightlights .arrow {
  left: 50%;
  color: #002626;
}
section.cover-hightlights .cover-content h1 {
  background-color: #002626;
  color: #0a7f58;
}
section.cover-hightlights .cover-content .cover-subtitle {
  background-color: #0a7f58;
  color: #002626;
  padding: 30px;
}
section.cover-hightlights .cover-content .cover-subtitle p {
  font-size: 1.8rem;
  font-weight: 800;
}

section.engagements {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
section.engagements::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #002626;
  opacity: 0.8;
}
section.engagements .goo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.engagements .goo-grid {
  padding: 30px 0;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.engagements .goo-grid .item h3 {
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding: 0px 0 20px 0;
}
section.engagements .goo-grid .item h4 {
  padding: 8px 0;
  color: #0a7f58;
}
section.engagements .goo-grid .item p {
  text-align: justify;
  padding: 10px 0;
}
section.engagements .goo-grid .item .element {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}
section.engagements .goo-grid .item .element div {
  font-size: 5rem;
  color: #0a7f58;
  padding-bottom: 10px;
  font-weight: 900;
  letter-spacing: 1px;
}
section.engagements .goo-grid .item .element span {
  font-size: 1.8rem;
  font-weight: 800;
}

section.avantages {
  background-color: #0a7f58;
  padding: 80px 0;
}
section.avantages .goo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.avantages .goo-grid {
  padding: 30px 0;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.avantages .goo-grid .item h3 {
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding: 0px 0 20px 0;
}
section.avantages .goo-grid .item p {
  text-align: justify;
  padding: 10px 0;
}
section.avantages .goo-grid .item .element {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}
section.avantages .goo-grid .item .element div {
  font-size: 5rem;
  color: #002626;
  padding-bottom: 10px;
  font-weight: 900;
  letter-spacing: 1px;
}
section.avantages .goo-grid .item .element span {
  font-size: 1.8rem;
  font-weight: 800;
}

section.prestation-show {
  min-height: 100vh;
  display: grid;
  height: 100%;
}
section.prestation-show h1 {
  color: #0a7f58;
  text-align: center;
  font-style: italic;
}
section.prestation-show .goo-grid {
  width: 100%;
  height: 100%;
}
section.prestation-show .cover {
  padding: 100px 20px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.prestation-show .cover .subtitle {
  font-size: 2rem;
  color: #002626;
  font-weight: 800;
  text-align: center;
}
section.prestation-show .item {
  padding: 100px 20px;
  height: 100%;
  background-color: #0a7f58;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.prestation-show .item .data {
  max-width: 600px;
  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: #fff;
}

section.prestation-achievement .goo-container {
  padding: 20px 20px;
  background-color: white;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px -25px 50px -12px;
          box-shadow: rgba(0, 0, 0, 0.25) 0px -25px 50px -12px;
}
section.prestation-achievement .gallery-item {
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  height: 200px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  background-color: #0a7f58;
}
section.prestation-achievement .gallery-item img {
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  transition: all 0.3s cubic-bezier(0.54, 0.1, 0.42, 1.48);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.prestation-achievement .gallery-item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
section.prestation-achievement .gallery-item:hover img {
  opacity: 0.6;
}
section.prestation-achievement .lg-show-in .lg-outer.lg-hide-items .lg-toolbar {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}/*# sourceMappingURL=main.css.map */