@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300..700&display=swap");
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  font-display: swap;
  color: black;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  min-height: 100vh;
  font-size: 1.6rem;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}

header {
  width: 100%;
  display: block;
  position: relative;
}

header a {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #1AA9E2;
  transition: all 0.2s ease-in-out 0s;
}
a:hover {
  color: #1D1D1B;
}

hr {
  display: block;
  width: 100px;
  margin: 20px 0px;
  border: 1px solid #1AA9E2;
}

.no-scroll {
  overflow: hidden;
  height: 90vh !important;
}

@font-face {
  font-family: "Satoshi";
  src: url("../css/fonts/Satoshi-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Satoshi";
  src: url("../css/fonts/Satoshi-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Satoshi";
  src: url("../css/fonts/Satoshi-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Satoshi";
  src: url("../css/fonts/Satoshi-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Satoshi";
  src: url("../css/fonts/Satoshi-Black.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Southing";
  src: url("../css/fonts/Southing.otf") format("opentype"), url("../css/fonts/Southing.ttf") format("truetype"), url("../css/fonts/Southing.woff2") format("woff2");
}
html {
  font-family: "Satoshi", sans-serif;
  line-height: 1.6;
  font-weight: 400;
  font-display: swap;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
  line-height: 1.25;
  font-display: swap;
  font-family: "Satoshi", sans-serif;
}

p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, 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;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.hide {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip: rect(1px 1px 1px 1px);
  width: 1px;
  height: 1px;
}

.heading {
  font-size: 24px;
  color: #99C55C;
  padding-bottom: 40px;
  margin-bottom: 0;
  width: 100%;
  max-width: 600px;
  z-index: 10;
  position: relative;
}
.heading .btn {
  margin-top: 2rem;
}
.heading--center {
  text-align: center;
  margin: 0 auto;
}
.heading--left {
  text-align: left;
  margin: 0;
}
.heading--white > * {
  color: #fff !important;
}
.heading--white .heading__desc {
  opacity: 0.65;
}
.heading__head {
  font-size: 1.5rem;
  color: #1AA9E2;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.heading__title {
  font-size: 3rem;
  margin-top: 0;
  position: relative;
  font-weight: 900;
  line-height: 38px;
  color: #1D1D1B;
}
.heading__desc {
  color: #1D1D1B;
  line-height: 25px;
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 1rem;
  max-width: 650px;
}
.heading__desc p {
  line-height: 1.7;
  font-size: 16px;
  font-weight: 300;
  font-weight: #1D1D1B;
}
.heading__desc p + p {
  margin-top: 20px;
}
.heading__divider {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #707070;
}

.heading--btn {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.heading--btn .heading__title {
  max-width: 800px;
}
.heading--btn .btn {
  display: inline-block;
  margin-top: 0;
}

.title--footer {
  color: #99C55C;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.title--left {
  text-align: left;
}
.title--right {
  text-align: right;
}
.title--center {
  text-align: center;
}
.title--white {
  color: #fff;
}
.title--black {
  color: #1D1D1B;
}
.title--uppercase {
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .heading__title {
    font-size: 2.6rem;
    line-height: 31px;
  }

  .heading__desc {
    font-size: 1.7rem;
  }
}
.btn {
  padding: 0.8rem 2.2rem;
  color: #fff;
  background: linear-gradient(40deg, #99C55C 0%, #1AA9E2 70%);
  font-size: 1.4rem;
  transition: all 0.2s ease-in-out 0s;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  font-family: "Satoshi", sans-serif;
  letter-spacing: 0.05em;
  line-height: 22px;
  border-radius: 7px;
  text-transform: uppercase;
  border: none;
  align-self: baseline;
  transition: all 0.2s ease-in-out 0s;
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.5s ease;
}
.btn i {
  padding-right: 15px;
  color: #fff;
}
.btn:hover {
  background-position: center;
  color: white;
}
.btn--black {
  background: #1D1D1B;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}
.btn--black:hover {
  background: rgba(1, 1, 1, 0.5);
}
.btn--white {
  background: #fff;
  border: 1px solid #fff;
  color: #707070;
}
.btn--white:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.btn--primary {
  background-color: #1AA9E2;
  color: white;
  border: 1px solid #1AA9E2;
}
.btn--primary:hover {
  background-color: #fff;
  color: #1AA9E2;
  border: 1px solid #fff;
}
.btn--secondary {
  background-color: #99C55C;
  color: white;
  border: 1px solid #99C55C;
}
.btn--secondary:hover {
  background-color: #fff;
  color: #1AA9E2;
  border: 1px solid #fff;
}
.btn--small {
  font-size: 12px;
  padding: 10px 20px;
}
.btn--big {
  font-size: 16px;
  padding: 20px 60px;
}

.icon--service {
  max-width: autos;
  max-height: 80px;
}

.cta {
  margin-top: 2rem;
}

.link {
  text-transform: uppercase;
  font-weight: 400;
  color: #1D1D1B;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 18px;
  border-bottom: 1px solid #1D1D1B;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: block;
  align-self: flex-start;
  transition: all 0.2s ease-in-out 0s;
}
.link:hover {
  color: #1AA9E2;
  border-bottom: 1px solid #1AA9E2;
}

#hero {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 4rem;
}

.hero__container {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  z-index: 5;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  border-radius: 12px;
}
.hero__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(1, 1, 1, 0.5);
}
.hero__bg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.hero__bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  /* Ratio 16:9 */
  min-height: 100vh;
  min-width: 177.78vh;
  /* Ratio 16:9 */
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hero__content {
  color: white;
  padding: 5vw;
}

.hero__text {
  padding-top: 15vw;
  max-width: 800px;
}

.hero__title {
  font-size: 4.1rem;
  line-height: 50px;
  font-weight: 800;
}
.hero__title em {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 700;
  font-size: 10rem;
}

.hero__services {
  margin: 2rem 0 3rem;
}
.hero__services .item {
  position: relative;
  font-size: 2rem;
  line-height: 25px;
  letter-spacing: 0.025em;
  font-weight: 700;
  align-items: center;
  margin: 0.7rem 0;
  display: inline-block;
  text-transform: uppercase;
}
.hero__services .item em {
  text-transform: none;
  font-style: normal;
  margin-left: 1rem;
  font-weight: 400;
}
.hero__services .item:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 2.2rem;
  width: 2.6rem;
  background-image: url("../img/icon-check.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  #hero {
    height: 60vh;
  }

  .hero__title {
    font-size: 4rem;
  }
  .hero__title em {
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  #hero {
    height: 80vh;
    margin-top: 0;
  }
  #hero .container {
    width: 100%;
    border-radius: 0;
  }

  .hero__content {
    padding: 12vw 7vw;
  }

  .hero__title {
    margin-bottom: 4rem;
    line-height: 1.2;
  }

  .hero__services {
    display: none;
  }

  .hero__bg {
    border-radius: 0;
  }

  .hero__cta {
    flex-direction: column;
  }
  .hero__cta a {
    display: block;
    margin-left: 0 !important;
    align-self: baseline;
  }
}
#intro .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 1000px;
}

.intro__content {
  width: 50%;
  padding-right: 10%;
}

.intro__text {
  width: 50%;
}
.intro__text p {
  font-size: 1.6rem;
  font-weight: 300;
}

@media (max-width: 768px) {
  #intro .container {
    flex-direction: column;
  }

  .intro__content {
    width: 100%;
    margin-bottom: 2rem;
  }

  .intro__text {
    width: 100%;
  }
}
p,
ul,
li {
  margin: 0;
  padding: 0;
}

a {
  color: #1AA9E2;
  line-height: 1.5;
}

code {
  background: #ECEFF1;
}

#faq .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#faq .heading {
  padding-bottom: 0;
}

.faq__illustration {
  position: relative;
  width: 30%;
  border-radius: 12px;
  max-height: 600px;
}
.faq__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.faq__illustration:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../img/shape-blue.svg");
}

.faq__content {
  width: 65%;
  display: flex;
  flex-direction: column;
}

.faq__title {
  margin-bottom: 20px;
}

.faq__desc {
  max-width: 400px;
}

.faq__cta {
  text-align: left;
  margin-top: 3rem;
}
.faq__cta a + a {
  margin-left: 1rem;
}

.praticals__list {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.praticals__list ul {
  list-style: initial !important;
  margin: 10px 0px;
  margin-left: 2rem;
}
.praticals__list ol {
  list-style: decimal !important;
}
.praticals__list li {
  line-height: 30px;
  position: relative;
  font-size: 1.4rem;
}
.praticals__list em {
  font-style: normal;
  color: #1AA9E2;
}

.praticals__text {
  width: 50%;
  padding: 0px 0px;
}

.praticals__number {
  margin-right: 4rem;
  font-family: "Cormorant Garamond";
  font-weight: 200;
  font-size: 3.2rem;
}

.praticals__item {
  overflow: hidden;
  transition: height 300ms ease-in-out;
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(1, 1, 1, 0.25);
}
.praticals__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.praticals__title, .praticals__content {
  padding: 3rem 0;
}
.praticals__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  list-style: none;
  outline: 0;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 400;
  transition: color 300ms ease-in-out;
  padding-left: 0;
  line-height: 1.4;
  padding-right: 0rem;
}
[open] > .praticals__title {
  color: #1AA9E2;
}
.praticals__title:hover {
  color: #1AA9E2;
}
.praticals__title::-webkit-details-marker {
  display: none;
}
.praticals__title span {
  position: relative;
  background: linear-gradient(40deg, #99C55C 0%, #1AA9E2 70%);
  height: 3.5rem;
  width: 3.5rem;
  display: flex;
  border-radius: 4px;
  flex: none;
  margin-left: 4rem;
  z-index: -1;
}
.praticals__title span:before, .praticals__title span:after {
  content: "";
  position: absolute;
}
.praticals__title span:before {
  left: 50%;
  top: 50%;
  height: 3px;
  width: 20px;
  transform: translateX(-10px) translateY(-50%);
  background: white;
}
.praticals__title span:after {
  left: 50%;
  top: 50%;
  height: 20px;
  width: 3px;
  background: #fff;
  transform: translateY(-10px) translateX(-50%);
  transition: all 300ms ease-in-out;
}
[open] .praticals__title span:after {
  opacity: 0;
  transform: translateY(25%);
}
.praticals__heading {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.7;
  max-width: 300px;
}
.praticals__desc {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 300;
  margin: 20px 0px;
}
.praticals__content {
  padding-top: 0;
  max-width: 90%;
}
.praticals__content p + p {
  margin-top: 15px;
}
.praticals__cta {
  text-align: center;
  margin-top: 50px;
}
.praticals__cta + a {
  margin-left: 1rem;
}

@media (max-width: 1024px) {
  .faq__content {
    width: 100%;
    text-align: center;
  }

  .faq__desc {
    margin: 0 auto;
  }

  .praticals__list {
    width: 100%;
  }

  .praticals__text {
    width: 100%;
  }

  .faq__cta {
    text-align: left;
    margin-top: 1rem;
  }
  .faq__cta .btn {
    margin-left: 0;
    margin-top: 1rem;
  }

  .faq__title {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  #faq .container {
    flex-direction: column-reverse;
  }

  .faq__illustration {
    height: 25rem;
    width: 100%;
    margin-top: 4rem;
  }

  .faq__content {
    margin-top: 4rem;
    text-align: left;
  }

  .praticals__text {
    padding: 0px 5%;
  }

  .praticals__title {
    font-size: 1.9rem;
  }

  .praticals__number {
    margin-right: 2rem;
  }

  .praticals__content {
    font-size: 13px;
    line-height: 1.6;
  }
}
.blog-intro__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 1rem;
}

.blog-intro__item {
  position: relative;
  background-color: #F3F2EE;
  border-radius: 12px;
  grid-column: span 2;
  transition: all 0.2s ease-in-out 0s;
}
.blog-intro__item:hover {
  transform: translateX(5px);
}
.blog-intro__item:first-child {
  grid-column: span 1;
  grid-row: span 3;
}
.blog-intro__item:first-child .blog-intro__content {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
}
.blog-intro__item:first-child .blog-intro__content:before {
  display: none;
}
.blog-intro__item:first-child .blog-intro__title {
  width: 100%;
  max-width: 250px;
  margin-bottom: 1rem;
}
.blog-intro__item:first-child .blog-intro__author {
  width: 100%;
  justify-content: start;
}
.blog-intro__item:first-child .blog-intro__bg {
  display: block;
}
.blog-intro__item:first-child .blog-intro__wrapper {
  background: linear-gradient(190deg, rgba(1, 1, 1, 0) 30%, rgba(1, 1, 1, 0.6) 100%);
}

.blog-intro__wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: end;
  z-index: 1;
  border-radius: 12px;
}

.blog-intro__content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
  color: #1D1D1B;
  padding: 1.5rem 3rem;
}
.blog-intro__content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(110deg, #99C55C 0%, #1AA9E2 100%);
  z-index: -1;
  opacity: 0.2;
  border-radius: 12px;
}

.blog-intro__title {
  font-weight: 900;
  font-size: 1.6rem;
  width: 60%;
}

.blog-intro__author {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  width: 40%;
  line-height: 1.2;
}
.blog-intro__author img {
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  margin-right: 1rem;
}
.blog-intro__author .date {
  font-size: 1.2rem;
}
.blog-intro__author .name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.blog-intro__author .function {
  font-size: 1.2rem;
}

.blog-intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 12px;
  z-index: 0;
  display: none;
}
.blog-intro__bg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.blog-intro__cta {
  text-align: center;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .blog-intro__list {
    display: flex;
    flex-direction: column;
  }

  .blog-intro__item {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
  .blog-intro__item:first-child .blog-intro__author {
    margin: 0 auto;
    justify-content: start;
  }
  .blog-intro__item:first-child .blog-intro__content {
    padding: 26rem 2.5rem 2.5rem 2.5rem;
  }

  .blog-intro__content {
    flex-direction: column;
    padding: 4rem 3rem;
  }

  .blog-intro__title {
    margin-bottom: 2rem;
    width: 100% !important;
    max-width: 100% !important;
    font-size: 2.2rem;
  }

  .blog-intro__author {
    width: 100%;
    justify-content: start;
  }

  .blog-intro__cta .btn {
    display: block;
  }
}
#perks {
  margin-top: 8vw;
}

.perks__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7rem;
  margin-bottom: 4rem;
}

.perks__item img {
  height: 4vw;
  object-fit: contain;
}

.perks__text {
  margin-top: 1rem;
}

.perks__components {
  z-index: 10;
  color: white;
  position: absolute;
  top: -10vw;
  right: -2rem;
}
.perks__components img {
  height: 30vw;
}

@media (max-width: 1024px) {
  .perks__list {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .perks__item img {
    height: 7rem;
  }

  .perks__components {
    display: none;
  }

  .perks__text p {
    font-size: 1.7rem;
  }
}
.referral__block {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.referral__block + .referral__block {
  margin-top: 6rem;
}

.referral__content {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.referral__content h3, .referral__content h4, .referral__content h5, .referral__content h6 {
  margin-bottom: 1rem;
  color: #1D1D1B;
}
.referral__content h3 {
  font-size: 1.8rem;
  font-weight: 700;
}
.referral__content h4 {
  color: #99C55C;
  font-weight: 400;
  font-size: 16px;
}
.referral__content p {
  line-height: 1.5;
  font-size: 1.6rem;
  margin: 2rem 0;
  font-weight: 300;
}
.referral__content ul {
  margin-bottom: 20px;
}
.referral__content li {
  line-height: 1.7;
  font-size: 12px;
}
.referral__content li:before {
  margin-right: 5px;
  content: "-";
  font-size: 20px;
  color: #99C55C;
}

@media (max-width: 1024px) {
  .referral__block {
    width: 100%;
    margin: 0px;
  }
  .referral__block + .seo__block {
    margin-top: 40px;
  }

  .referral__content h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
#content-image .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.content-image__content {
  width: 50%;
  padding-right: 5%;
  padding: 2rem 10% 2rem 0;
}
.content-image__content .btn {
  margin-top: 2rem;
}

.content-image__illustration {
  position: relative;
  width: 50%;
  border-radius: 12px;
  max-height: 450px;
}
.content-image__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.sign {
  margin: 4rem 0 2rem;
}

.sign img {
  width: 20rem;
  display: block;
  margin-left: -1rem;
}

.sign span {
  font-weight: 900;
  font-size: 1.7rem;
  margin-top: 1rem;
  display: block;
}

@media (max-width: 1024px) {
  .content-image__content {
    width: 100%;
    padding: 0;
  }

  .content-image__illustration {
    width: 100%;
    margin-top: 4rem;
    height: 25rem;
  }
}
#gallery {
  position: relative;
}

.gallery__list {
  position: relative;
  margin: 0rem 0 8rem;
}
.gallery__list .slick-next {
  position: absolute;
  bottom: -4.9rem;
  right: calc(50% - 1rem);
  transform: translateX(100%);
}
.gallery__list .slick-prev {
  position: absolute;
  bottom: -5rem;
  left: calc(50% - 1rem);
  transform: translateX(-100%);
}

.gallery__item {
  position: relative;
  border-radius: 12px;
  margin: 0 0.5rem;
}
.gallery__item:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.gallery__item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.gallery__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 6rem;
  z-index: 2;
  background-color: rgba(1, 1, 1, 0.2);
}

.gallery__text {
  max-width: 800px;
  color: white;
  text-align: center;
}
.gallery__text .btn:hover {
  background-color: #fff;
  color: #1AA9E2;
  border: 1px solid white;
}

.gallery__head {
  font-weight: 900;
  text-transform: uppercase;
}

.gallery__title {
  font-family: "Cormorant Garamond";
  font-size: 11rem;
  line-height: 0.8;
  margin: 1rem 0;
}

.gallery__illustration {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.gallery__illustration img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gallery-slider__arrows {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  color: white;
  z-index: 10;
}
.gallery-slider__arrows .slick-prev:before {
  background-image: url("../img/arrow-white.svg");
}
.gallery-slider__arrows .slick-next:before {
  background-image: url("../img/arrow-white.svg");
}

@media (max-width: 1024px) {
  .gallery__title {
    font-size: 12rem;
  }
}
@media (max-width: 768px) {
  .gallery__head {
    font-size: 1.8rem;
  }

  .gallery__title {
    font-size: 6rem;
    line-height: 1;
  }
}
.process__list {
  display: flex;
  flex-direction: column;
}
.process__list .slick-dots {
  bottom: -6.4rem;
  transform: translateY(0) translateX(-50%);
}
.process__list .slick-dots li button {
  border-radius: 7px;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  color: #1D1D1B;
  font-size: 14px;
  display: block;
  transition: all 0.2s ease-in-out 0s;
  text-indent: 0;
  opacity: 1;
  font-size: 1.8rem;
}
.process__list .slick-dots li.slick-active button {
  background: linear-gradient(40deg, #99C55C 0%, #1AA9E2 70%);
  color: #fff;
  font-weight: 900;
}
.process__list .slick-next {
  position: absolute;
  bottom: -5.9rem;
  right: 0;
}
.process__list .slick-prev {
  position: absolute;
  bottom: -6rem;
  left: 0;
}

.process__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 90%;
}
.process__item + .process__item {
  margin-top: 2rem;
}
.process__item:first-child {
  align-self: center;
}
.process__item:nth-child(2) {
  align-self: self-start;
  flex-direction: row-reverse;
}
.process__item:nth-child(3) {
  align-self: flex-end;
}

.process__content {
  position: relative;
  width: 59%;
  border-radius: 12px;
  padding: 5rem;
  z-index: 1;
  overflow: hidden;
}
.process__content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(110deg, #99C55C 0%, #1AA9E2 100%);
  z-index: -1;
  border-radius: 12px;
  opacity: 0.2;
}

.process__text {
  max-width: 500px;
  position: relative;
  z-index: 4;
  overflow: hidden;
}

.process__desc {
  margin: 2rem 0;
  line-height: 25px;
  font-size: 1.7rem;
}

.process__title {
  font-weight: 900;
  font-size: 2.4rem;
}

.process__illustration {
  position: relative;
  width: 40%;
  border-radius: 12px;
}
.process__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.process__number {
  position: absolute;
  bottom: -2vw;
  right: 20px;
  color: #fff;
  font-size: 12vw;
  font-weight: 900;
  z-index: 1;
}

.process__banner {
  position: relative;
  width: 90%;
  background: linear-gradient(110deg, #99C55C 0%, #1AA9E2 100%);
  display: flex;
  justify-content: space-between;
  padding: 5rem 6rem;
  border-radius: 12px;
  margin: 2rem auto 0;
}
.process__banner .title {
  font-size: 2.2rem;
  font-weight: 900;
  color: #fff;
  line-height: 40px;
}
.process__banner .text p {
  font-size: 2.2rem;
  font-weight: 900;
  color: #1D1D1B;
  line-height: 40px;
}
.process__banner .cta {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
.process__banner .cta .btn {
  font-size: 1.2rem;
  align-self: flex-end;
}
.process__banner .cta .btn + .btn {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .process__item {
    width: 100%;
    flex-direction: column;
  }

  .process__content {
    width: 100%;
    padding: 3.5rem 2rem 0rem 2rem;
    display: flex;
    flex-direction: column;
  }

  .process__illustration {
    width: 100%;
    height: 20rem;
    margin-top: 1rem;
  }

  .process__number {
    position: relative;
    font-size: 22rem;
    font-weight: 900;
    bottom: -4rem;
    margin-top: -4rem;
    line-height: 1;
    align-self: flex-end;
  }

  .process__banner {
    flex-direction: column;
    padding: 4rem 2rem;
    width: 100%;
    margin-top: 12rem;
  }
  .process__banner .title {
    line-height: 1.2;
  }
  .process__banner .text p {
    line-height: 1.2;
  }
  .process__banner .cta {
    margin-top: 2rem;
    justify-content: start;
    align-items: flex-start;
  }
  .process__banner .cta .btn {
    align-self: flex-start;
  }
}
#partners .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#partners .heading {
  width: 40%;
  padding-right: 5%;
}

.partners__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 50%;
  gap: 1rem;
}

.partners__item {
  padding: 2rem;
  max-height: 12rem;
}

.partners__item img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

@media (max-width: 1024px) {
  #partners .container {
    flex-direction: column;
    align-items: self-start;
  }

  #partners .heading {
    width: 100%;
  }

  .partners__list {
    width: 100%;
  }
}
.testimonials__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.testimonials__list .slick-dots {
  bottom: -6.4rem;
  transform: translateY(0) translateX(-50%);
}
.testimonials__list .slick-dots li button {
  border-radius: 7px;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  color: #1D1D1B;
  font-size: 14px;
  display: block;
  transition: all 0.2s ease-in-out 0s;
  text-indent: 0;
  opacity: 1;
  font-size: 1.8rem;
}
.testimonials__list .slick-dots li.slick-active button {
  background: linear-gradient(40deg, #99C55C 0%, #1AA9E2 70%);
  color: #fff;
  font-weight: 900;
}
.testimonials__list .slick-next {
  position: absolute;
  bottom: -5.9rem;
  right: 0;
}
.testimonials__list .slick-prev {
  position: absolute;
  bottom: -6rem;
  left: 0;
}

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

.testimonials__illustration {
  position: relative;
  border-radius: 12px;
}
.testimonials__illustration:before {
  content: "";
  padding-bottom: 120%;
  display: block;
}
.testimonials__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.testimonials__illustration video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  cursor: pointer;
}

.testimonials__content {
  background-color: #F3F2EE;
  margin-top: 1rem;
  padding: 3rem;
  border-radius: 12px;
}
.testimonials__content .title {
  font-weight: 900;
  font-size: 1.7vw;
}
.testimonials__content .function {
  font-size: 1.2vw;
  line-height: 15px;
  margin: 1rem 0;
}
.testimonials__content img {
  height: 3rem;
  margin-top: 1rem;
}
.testimonials__content:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(40deg, #99C55C 0%, #1AA9E2 70%);
  border-radius: 0px 0px 12px 12px;
}

.play-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  /* optionnel : fond semi-transparent */
  border: none;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button::before {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background: url("../img/play-icon.svg") no-repeat center center;
  background-size: contain;
}

.play-button.hidden {
  display: none;
}

@media (max-width: 768px) {
  .testimonials__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  #testimonials {
    margin-bottom: 6rem;
  }

  .testimonials__content .title {
    font-size: 2rem;
  }

  .testimonials__content .function {
    font-size: 1.7rem;
  }
}
#page-header .container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}

#page-header .heading {
  width: 45%;
  display: flex;
  flex-direction: column;
}

#page-header .heading__title {
  font-size: 3.8rem;
  line-height: 40px;
  margin-bottom: 2rem;
}

.page-header__illustration {
  position: relative;
  width: 50%;
  border-radius: 12px;
}
.page-header__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

@media (max-width: 1024px) {
  #page-header .container {
    flex-direction: column;
  }

  #page-header .heading {
    width: 100%;
  }

  .page-header__illustration {
    width: 100%;
    height: 25rem;
  }
}
.banner__title {
  color: white;
  font-weight: 900;
  font-size: 3.6rem;
  max-width: 700px;
}

.banner__text {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 2rem;
}

.banner__illustration {
  position: relative;
  height: 10rem;
  width: 10rem;
  border-radius: 50%;
  display: block;
  margin-right: 3rem;
  flex: none;
}
.banner__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.banner__desc {
  max-width: 500px;
  color: white;
}

.banner__author {
  width: 60%;
  display: flex;
  flex-direction: row;
  align-items: self-start;
}

.banner__cta {
  display: flex;
  flex-direction: column;
  width: 40%;
}
.banner__cta .btn {
  font-size: 1.2rem;
  margin-left: auto;
}
.banner__cta .btn + .btn {
  margin-top: 1rem;
}

@media (max-width: 1024px) {
  .banner__text {
    flex-direction: column;
  }

  .banner__title {
    font-size: 2.8rem;
  }

  .banner__author {
    width: 100%;
    flex-direction: column;
  }

  .banner__illustration {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .banner__cta {
    margin-top: 4rem;
    width: 100%;
  }
  .banner__cta .btn {
    margin-left: 0;
    margin-right: auto;
  }
}
.about {
  padding: 2rem;
}
.about__container {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  justify-content: space-between;
}
.about__title {
  font-weight: 900;
  font-size: 4rem;
  margin-bottom: 2rem;
  line-height: 40px;
}
.about__content {
  width: 45%;
}
.about__content h2 {
  font-size: 2rem;
  font-weight: 800;
  margin: 1.5rem 0 1rem;
}
.about__content h3 {
  font-size: 1.2rem;
  font-weight: 800;
  margin: 1.5rem 0 1rem;
}
.about__content p {
  line-height: 1.6;
  margin-bottom: 1rem;
}
.about__illustration {
  position: relative;
  flex: 0 0 50%;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 45rem;
}
.about__illustration:before {
  content: "";
  padding-bottom: 70%;
  display: block;
}
.about__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

@media (max-width: 1024px) {
  .about__container {
    flex-direction: column;
  }

  .about__content {
    width: 100%;
  }

  .about__illustration {
    height: 25rem;
    width: 100%;
  }
}
#area .container {
  display: flex;
  flex-direction: row;
  position: relative;
}

#area .heading {
  width: 50%;
}

.area__illustration {
  position: absolute;
  width: 40%;
  height: 85%;
  top: 0;
  right: 0;
}
.area__illustration img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

@media (max-width: 1024px) {
  #area .container {
    flex-direction: column-reverse;
  }

  #area .heading {
    width: 100%;
    padding-bottom: 0;
  }

  .area__illustration {
    position: relative;
    width: 100%;
    height: 35rem;
    margin-top: -6rem;
  }
}
.projects__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.projects__item {
  position: relative;
  border-radius: 12px;
  background-color: #F3F2EE;
}

.projects__illustration {
  position: relative;
  border-radius: 12px 12px 0px 0px;
}
.projects__illustration:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.projects__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.projects__content {
  padding: 2rem;
}

.projects__title {
  font-size: 1.6rem;
  font-weight: 800;
  max-width: 70%;
}

.projects__link {
  color: #1D1D1B;
  text-transform: uppercase;
  border-bottom: 1px solid #1D1D1B;
  font-size: 1rem;
  margin-top: 1rem;
  display: inline-block;
  cursor: pointer;
}
.projects__link:hover {
  color: #1AA9E2;
  border-bottom: 1px solid #1AA9E2;
}

/* MODAL */
/* La modale (cachée par défaut) */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

/* Contenu de la modale */
.modal-content {
  background: #F3F2EE;
  margin: auto;
  padding: 4rem;
  border-radius: 8px;
  width: 85%;
  max-width: 700px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.modal__title {
  margin-bottom: 2rem;
  font-weight: 900;
  font-size: 3rem;
  color: #1D1D1B;
}

.modal-gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  margin-top: 4rem;
}

.modal-gallery__item {
  border-radius: 12px;
  position: relative;
}
.modal-gallery__item:before {
  content: "";
  padding-bottom: 100%;
  display: block;
}

.modal-gallery__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 12px;
  display: block;
}
.modal-gallery__wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.modal__form label {
  color: white !important;
}

/* Bouton de fermeture */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover {
  color: #000;
}

@media (max-width: 1024px) {
  .projects__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .projects__list {
    grid-template-columns: 1fr;
  }

  .modal-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
.features__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.features__item {
  position: relative;
  padding: 4rem;
  border-radius: 12px;
}
.features__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(30deg, #99C55C 0%, #1AA9E2 100%);
  z-index: -1;
  border-radius: 12px;
  opacity: 0.2;
}
.features__item:last-child .features__title {
  color: #fff;
}
.features__item:last-child:before {
  opacity: 1;
}

.features__title {
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.features__desc {
  font-size: 1.6rem;
}

@media (max-width: 1024px) {
  .features__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .features__list {
    grid-template-columns: 1fr;
  }
}
/* HEADER */
.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

#breadcrumbs {
  padding: 2rem 0 3rem;
}
#breadcrumbs + .section {
  padding-top: 0;
}

.section {
  position: relative;
  padding-top: 100px;
}
.section:last-child {
  padding-bottom: 100px;
}
.section + .section {
  padding-top: 100px;
}
.section + .section--grey {
  margin-top: 100px;
}
.section--centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section--columns {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
}
.section--grey {
  background-color: #F3F2EE;
  padding-bottom: 100px;
}
.section--grey-gradient {
  position: relative;
  padding-bottom: 100px;
}
.section--grey-gradient:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: linear-gradient(40deg, #99C55C 0%, #1AA9E2 70%);
  opacity: 0.2;
}
.section--gradient .container {
  padding: 5rem;
  border-radius: 12px;
}
.section--gradient .container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(110deg, #99C55C 0%, #1AA9E2 100%);
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.2;
  border-radius: 12px;
  z-index: -1;
}
.section--primary .container {
  padding: 5rem;
  border-radius: 12px;
}
.section--primary .container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(110deg, #99C55C 0%, #1AA9E2 100%);
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 1;
  border-radius: 12px;
  z-index: -1;
}
.section--secondary {
  background: linear-gradient(40deg, #99C55C 0%, #1AA9E2 70%);
  color: #fff;
}
.section--secondary:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  opacity: 0.05;
  background-size: 50%;
  background-repeat: repeat;
  background-image: url("../img/pattern-bg.png");
  z-index: 1;
}

.wrapper {
  width: calc(1380/1680 * 100%);
}
.wrapper--centered {
  margin-left: auto;
  margin-right: auto;
}
.wrapper--accent {
  background-color: #F3F2EE;
  padding-left: calc(150/1680 * 100%);
  padding-right: calc(150/1680 * 100%);
}
.wrapper--white {
  background-color: #fff;
  padding-left: calc(150/1680 * 100%);
  padding-right: calc(150/1680 * 100%);
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.column {
  display: flex;
  flex-wrap: wrap;
}
.column--free {
  display: flex;
}
.column--spaced {
  justify-content: space-between;
}
.column--centered {
  align-items: center;
}
.column--reversed {
  flex-direction: row-reverse;
}
.column--equal {
  align-items: stretch;
}
.column--centered-w {
  justify-content: center;
}
.column--half {
  width: 45%;
}
.column--third {
  width: 30%;
}
.column--fourth {
  width: 23%;
}

.container {
  width: calc(1380/1680 * 100%);
  margin: 0 auto;
  position: relative;
  height: 100%;
  z-index: 2;
}
.container--stretch {
  max-width: 1000px;
}

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

.breadcrumbs {
  margin-top: 50px;
}

@media (max-width: 1024px) {
  .section {
    padding-top: 50px;
  }
  .section:last-child {
    padding-bottom: 50px;
  }
  .section + .section {
    padding-top: 50px;
  }
  .section + .section--gradient {
    margin-top: 50px;
  }
  .section + .section--grey {
    margin-top: 50px;
  }

  .section--gradient .container:after {
    background: linear-gradient(360deg, #99C55C 0%, #1AA9E2 100%);
  }

  .section--gradient .container {
    padding: 7.5rem 2rem;
  }

  .section--primary .container {
    padding: 7.5rem 2rem;
  }
}
@media (max-width: 768px) {
  .container {
    width: calc(1480/1680 * 100%);
  }
}
/* FORM */
.form__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1D1D1B;
  margin-bottom: 2rem;
}

#gform_confirmation_message_1 {
  margin-bottom: 40px;
}

.gform_heading {
  display: none !important;
}

#gform .gform_fields {
  gap: 1rem;
}

#gform .gform-field-label {
  color: #292929;
  opacity: 1;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

#gform .gfield_label {
  color: #292929;
  opacity: 1;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

#gform input {
  width: 100%;
  border: 1px solid rgba(1, 1, 1, 0.4);
  padding: 1rem 1rem;
  font-family: "Satoshi", sans-serif;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #fff;
  -webkit-appearance: none;
  font-weight: 400;
  font-size: 1.2rem;
  color: #000;
  border-radius: 3px;
}
#gform input::placeholder {
  color: #1D1D1B;
  opacity: 0.6;
  font-weight: 400;
  font-size: 1.5rem;
}

#gform textarea {
  width: 100%;
  border: 1px solid #7B7971;
  padding: 1rem;
  font-family: "Satoshi", sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-appearance: none;
  font-weight: 400;
  font-size: 1.2rem;
  color: #000;
}
#gform textarea::placeholder {
  color: #1D1D1B;
  opacity: 0.6;
  font-weight: 400;
  font-size: 1.5rem;
}

#gform .gfield-choice-input {
  border: 1px solid rgba(1, 1, 1, 0.2) !important;
  padding: 0;
  margin: 0;
  cursor: default;
  box-sizing: border-box;
  margin: 2px;
  padding: initial;
  border: initial;
}

#gform .gform_button {
  width: auto;
  color: #fff;
  line-height: 1.4;
  border: none;
  font-size: 1.2rem;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0s;
  background: linear-gradient(40deg, #99C55C 0%, #1AA9E2 70%);
  font-family: "Satoshi", sans-serif;
  padding: 10px 20px;
  display: block;
  cursor: pointer;
  letter-spacing: 1.1px;
  border-radius: 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#gform .gf_progressbar_percentage {
  background: linear-gradient(40deg, #99C55C 0%, #1AA9E2 70%);
}

#input_1_10 {
  display: block;
  width: 100%;
  margin: 10px 0px;
}

#input_1_10 label {
  max-width: 100%;
}

#input_1_10.gchoice {
  display: inline-block;
  margin-left: 20px;
}

.gform_heading {
  display: none;
}

#gform .gchoice {
  vertical-align: middle;
}
#gform .gchoice .gform-field-label {
  text-transform: none;
  color: rgba(1, 1, 1, 0.5);
  font-weight: 500;
  letter-spacing: normal;
}

#gform .gfield_checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.2rem;
}

.gchoice:first-child {
  margin-left: 0px;
}

.footer {
  background: #1D1D1B;
  position: relative;
  padding: 6rem 4vw 3rem;
  width: calc(1380/1680 * 100%);
  margin: 0 auto;
  border-radius: 6px 6px 0px 0px;
}

.footer__title {
  background: linear-gradient(40deg, #99C55C 0%, #1AA9E2 70%);
  -webkit-background-clip: text;
  /* Safari/Chrome */
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* Standard */
  color: transparent;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 3rem;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  z-index: 1;
  padding-bottom: 6rem;
}

.footer__logo {
  display: block;
  margin-right: auto;
  max-width: 100%;
  height: 10rem;
}

.footer__part {
  position: relative;
  max-width: 400px;
}

.footer__text {
  color: white;
}
.footer__text h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer__text p {
  color: #BCBCBC;
  font-weight: 300;
}

/* MENU FOOTER */
.menu--footer > ul {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: column;
  column-gap: 4rem;
  row-gap: 1rem;
}
.menu--footer a {
  color: #fff;
  font-size: 1.8rem;
}
.menu--footer a:hover {
  opacity: 0.5;
}
.menu--footer .menu-item-has-children .sub-menu {
  display: none !important;
}

/* SOCIAL */
.footer-social {
  position: relative;
  display: flex;
  flex-direction: row;
  margin: 1rem 0rem;
}
.footer-social a {
  height: 3rem;
}
.footer-social a:hover {
  opacity: 0.5;
}
.footer-social a + a {
  margin-left: 3rem;
}
.footer-social a img {
  position: relative;
  height: 100%;
}

/* CONTACT */
.footer-contact {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.footer-contact .btn {
  margin-top: 2rem;
}

.footer-contact__btn {
  color: #fff;
  font-size: 1.5rem;
  display: inline-block;
  align-self: baseline;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 22px;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #fff;
  padding: 0.5rem 0;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
}
.footer-contact__btn:hover {
  opacity: 0.5;
  color: #fff;
}

.footer-contact__link {
  display: none;
  color: #fff;
  padding: 1.3rem 0;
  line-height: 22px;
}
.footer-contact__link:hover {
  color: #fff;
  text-decoration: underline;
}

/* COPYRIGHT */
.footer__copyright {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.footer__copyright p {
  font-size: 1.5rem;
  opacity: 1;
}
.footer__copyright p a {
  font-weight: 700;
  opacity: 1;
  background: linear-gradient(40deg, #99C55C 0%, #1AA9E2 70%);
  -webkit-background-clip: text;
  /* Safari/Chrome */
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* Standard */
  color: transparent;
}
.footer__copyright a {
  color: #fff;
  font-size: 1.5rem;
  opacity: 1;
}
.footer__copyright a:hover {
  color: white;
  opacity: 0.5;
}

.footer__copyright {
  text-align: center;
  margin: 6rem auto 0;
}
.footer__copyright > * {
  position: relative;
  margin-left: 1rem;
  padding-left: 1rem;
}
.footer__copyright > *:first-child:before {
  display: none;
  padding-left: 0;
}
.footer__copyright > *:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  height: 60%;
  width: 1px;
  background-color: #99C55C;
}

@media (max-width: 1180px) {
  .footer__top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer__part:first-child {
    grid-column: span 3;
    text-align: center;
    margin: 0 auto 4rem;
  }
}
@media (max-width: 1024px) {
  .footer {
    width: 100%;
    border-radius: 0px;
  }

  .footer__copyright {
    align-items: start;
    justify-content: start;
    text-align: left;
  }
  .footer__copyright > * {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .footer__top {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }

  .footer__part {
    max-width: 100%;
    width: 100%;
    margin-bottom: 4rem;
  }

  .footer__copyright .container {
    margin: 0;
  }

  .footer__copyright > * {
    width: 100%;
    margin: 5px 0px;
    margin-left: 0;
    padding-left: 0;
    line-height: 1.4;
    flex-direction: column;
  }
  .footer__copyright > *:before {
    display: none;
  }

  .menu--footer li {
    display: block;
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
  .menu--footer li:last-child {
    margin-bottom: 0px;
  }

  .footer__contact li {
    justify-content: center;
  }

  .footer__copyright > *:before {
    display: none;
  }
}
.slick-track,
.slick-list {
  height: 100%;
  width: 100%;
}

.slick-arrow {
  display: inline-block !important;
  transition: all 0.2s ease-in-out 0s;
}
.slick-arrow:hover {
  opacity: 0.5;
}

.slick-next {
  position: relative;
  width: 5rem;
  height: 2rem;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  color: transparent;
  background: transparent;
  outline: none;
}
.slick-next:before {
  content: "";
  background-image: url("../img/icon-arrow.svg");
  height: 2rem;
  width: 5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}

.slick-prev {
  position: relative;
  z-index: 10;
  width: 5rem;
  height: 2rem;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  color: transparent;
  background: transparent;
  outline: none;
}
.slick-prev:before {
  content: "";
  background-image: url("../img/icon-arrow.svg");
  height: 2rem;
  width: 5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  transform: rotate(180deg);
}

.slick-dots {
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li + li {
  margin-left: 10px;
  margin-top: 0;
}
.slick-dots button {
  background-color: #707070;
  cursor: pointer;
  border: 1px solid #707070;
  text-indent: -999999px;
  width: 7px;
  height: 7px;
  border-radius: 1px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.3;
}
.slick-dots button:focus {
  outline: none;
}
.slick-dots .slick-active button {
  width: 10px;
  height: 15px;
  opacity: 1;
  background: transparent;
  border: none;
  background-image: url("../img/icon-dot.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.menu {
  position: relative;
  width: 100%;
  z-index: 99;
  background-color: white;
  border-bottom: 1px solid #99C55C;
}

.menu--container {
  padding: 2rem 0;
  max-width: calc(1380/1680 * 100%);
  margin: 0 auto;
}

.menu--header {
  margin-left: auto;
}

.menu--logo {
  height: 100%;
  width: 180px;
}
.menu--logo a {
  height: 100%;
  width: 100%;
  display: inline-block;
}
.menu--logo img {
  height: 100%;
  width: 100%;
  text-align: center;
  object-fit: contain;
  margin-right: auto;
}

.menu--button {
  margin-left: 2rem;
}

.menu--button a {
  color: #fff !important;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 3px;
  margin-top: 0;
  border-radius: 7px;
}

.menu__list {
  width: 100%;
  display: inline-block;
  margin-right: 6rem;
}
.menu__list li {
  position: relative;
  display: inline-block;
}
.menu__list li + li {
  margin-left: 3.5vw;
}
.menu__list .current_page_item > a {
  background: linear-gradient(40deg, #99C55C 0%, #1AA9E2 70%);
  -webkit-background-clip: text;
  /* Safari/Chrome */
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* Standard */
  color: transparent;
}
.menu__list a {
  display: block;
  color: #1D1D1B;
  text-decoration: none;
  font-weight: 500;
  line-height: 24px;
  font-size: 1.8rem;
  padding: 1rem 0.5rem;
}
.menu__list a:hover, .menu__list a:active, .menu__list a.active {
  background: linear-gradient(40deg, #99C55C 0%, #1AA9E2 70%);
  -webkit-background-clip: text;
  /* Safari/Chrome */
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* Standard */
  color: transparent;
}

.menu__list .menu--button.current-menu-item a:before {
  display: none;
}

.unclickable > a {
  pointer-events: none !important;
}

/* SUB-MENU */
.menu-item-has-children > a {
  position: relative;
  padding-right: 1.5rem;
}
.menu-item-has-children > a::after {
  content: "▾";
  position: absolute;
  right: -1.2rem;
  top: 50%;
  transform: translateY(-56%);
  font-size: 1.8rem;
  color: #1D1D1B !important;
  -webkit-text-fill-color: #1D1D1B;
  transition: transform 0.3s ease;
}

.menu-item-has-children:hover > a::after {
  transform: translateY(-50%) rotate(180deg);
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: #fff;
  min-width: 250px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border-radius: 7px;
}
.menu-item-has-children .sub-menu .menu-item a {
  padding: 1rem 2rem;
  display: block;
  color: #1D1D1B;
  font-size: 1.6rem;
}
.menu-item-has-children .sub-menu li {
  margin-left: 0;
}
.menu-item-has-children:hover .sub-menu {
  display: block;
}
.menu-item-has-children .menu-item a {
  color: #1AA9E2;
  padding: 1rem 2rem;
}
.menu-item-has-children .menu-item a:hover {
  transform: translateX(5px);
}

/* MOBILE MENU */
.button--mobile {
  display: none;
}

/* MENU BURGER */
.menu--burger {
  position: relative;
  text-align: right;
  display: none;
  z-index: 1022;
  cursor: pointer;
  margin-left: 2rem;
}
.menu--burger .line1 {
  background-color: #99C55C;
}
.menu--burger .line2 {
  background-color: #1AA9E2;
}
.menu--burger .line3 {
  background-color: #0771B8;
}

.menu--burger div {
  width: 1rem;
  height: 1rem;
  margin: 5px;
  transition: all 0.5s ease-in;
  border-radius: 1px;
}

.menu--burger.active div {
  background: #1AA9E2;
}

.menu--burger.active .line1 {
  transform: rotate(45deg) translate(5px, 6px);
}

.menu--burger.active .line2 {
  opacity: 0;
}

.menu--burger.active .line3 {
  transform: rotate(-45deg) translate(5px, -6px);
}

.menu--burger {
  display: none;
}

.action--close {
  position: fixed;
  z-index: 100;
  top: 40px;
  right: 20px;
}

/* TOP BAR */
.top-bar {
  background-color: #1AA9E2;
  padding: 1.2rem 4rem;
}

.top-bar__content {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  flex-direction: row;
  line-height: 1.4;
}
.top-bar__content > * {
  font-size: 1.6rem;
  letter-spacing: 0.7px;
  line-height: 1.4;
}
.top-bar__content em {
  font-style: normal;
  font-weight: 700;
}

.top-bar__btn {
  color: #EBD58C;
  margin-left: 2rem;
  border-bottom: 1px solid #EBD58C;
}
.top-bar__btn:hover {
  color: white;
  border-bottom: 1px solid white;
}

@keyframes navLinksFade {
  0% {
    opacity: 0;
    transform: translateY(50px) translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
.mobile {
  display: none;
}

@media (max-width: 1024px) {
  .mobile.menu--logo {
    display: inline;
    height: auto;
    margin-right: 0;
    width: 180px;
  }
  .mobile.menu--button {
    display: inline;
    margin-right: 0;
  }
  .mobile.menu--button a {
    font-size: 1.8rem;
  }

  .menu--logo {
    margin-right: auto;
  }

  .menu--container {
    padding: 20px 0;
  }

  .menu--header {
    display: flex;
    position: fixed;
    left: 0;
    top: -120%;
    width: 100%;
    background: #fff;
    padding: 80px calc(150/1680 * 100%) 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    transition: top 1s ease-in;
    z-index: 99;
    overflow-y: scroll;
  }

  .menu__list a {
    color: #1D1D1B;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
  }

  .menu--header .menu__list > li {
    opacity: 1;
    display: block;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 0;
  }
  .menu--header .menu__list > li a {
    padding: 2rem 0;
    width: 100%;
    display: block;
  }

  .menu--header.active {
    top: 0;
    width: 100%;
  }

  .menu--burger {
    display: block;
  }

  .menu__list {
    margin-right: 0;
    padding: 3rem;
  }

  /* SUB-MENU */
  .menu-item-has-children > a {
    position: relative;
    padding-right: 1.5rem;
  }

  .menu-item-has-children {
    position: relative;
  }
  .menu-item-has-children a:after {
    display: none;
  }
  .menu-item-has-children .sub-menu {
    position: relative;
    display: flex !important;
    flex-direction: column;
    background-color: #fff;
    box-shadow: none;
    z-index: 1000;
    border-radius: 7px;
  }
  .menu-item-has-children .sub-menu .menu-item a {
    padding: 0.5rem 2rem;
    display: block;
    color: #1D1D1B;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .menu-item-has-children .sub-menu li {
    margin-left: 0;
  }
  .menu-item-has-children .menu-item a {
    color: #1AA9E2;
    padding: 1rem 2rem;
  }
}
@media (max-width: 1024px) {
  .menu--logo {
    width: 120px;
  }
  .menu--logo a {
    display: block;
    width: 100%;
  }
  .menu--logo img {
    width: 100%;
  }

  .burger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .menu--header {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .menu--container {
    padding: 15px 2.5rem;
    max-width: 100%;
  }

  .menu--button {
    margin-left: 0;
    margin-right: 1rem;
  }
  .menu--button a {
    font-size: 12px;
  }

  .top-bar__title {
    font-size: 1.4rem;
  }
}
@media (max-width: 550px) {
  .menu--logo {
    width: 140px;
  }

  .menu__list {
    padding: 2rem;
  }

  .menu-logo {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .menu--header .menu__list li a {
    font-weight: 600;
    font-size: 1.8rem;
    padding: 1rem 0;
  }

  .menu--burger {
    margin-left: 1rem;
  }

  .menu-item-has-children .sub-menu .menu-item a {
    font-size: 1.4rem;
    padding: 0.3rem 0;
  }
}
.searchandfilter {
  margin-bottom: 2rem;
}
.searchandfilter ul {
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.searchandfilter .sf-field-reset {
  grid-column: span 3;
  background-color: transparent;
}
.searchandfilter .sf-field-reset a {
  color: #1D1D1B;
  cursor: pointer;
}
.searchandfilter li {
  background-color: #F3F2EE;
  border-radius: 7px;
  padding: 0.5rem !important;
}
.searchandfilter li.sf-field-post-meta-localite label:before {
  background-image: url("../img/filter-location.svg");
}
.searchandfilter li.sf-field-taxonomy-type label:before {
  background-image: url("../img/filter-type.svg");
}
.searchandfilter li.sf-field-post-meta-surface label:before {
  background-image: url("../img/filter-surface.svg");
}
.searchandfilter li.sf-field-post-meta-rooms label:before {
  background-image: url("../img/filter-bed.svg");
}
.searchandfilter li.sf-field-post-meta-exterior label:before {
  background-image: url("../img/filter-exterior.svg");
}
.searchandfilter li.sf-field-post-meta-price label:before {
  background-image: url("../img/filter-price.svg");
}
.searchandfilter label {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.searchandfilter label:before {
  content: "";
  display: inline-block;
  height: 4rem;
  width: 5rem;
  background-color: #1D1D1B;
  border-radius: 7px;
  margin-right: 1rem;
  background-image: url("../img/filter-exterior.svg");
  background-size: 2.5rem 2.5rem;
  background-position: center center;
  background-repeat: no-repeat;
}
.searchandfilter select {
  border: none;
  width: 100%;
  background-color: transparent;
}
.pagination__container {
  position: relative;
  width: 100%;
  grid-column: span 3;
  text-align: center;
}

.pagination {
  clear: both;
  display: inline-flex;
  align-items: center;
  padding: 8px 0;
  position: relative;
  font-size: 14px;
  line-height: 13px;
  margin-top: 20px;
  margin: 0 auto;
  text-align: center;
}

.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #493c36;
}

.pagination a:hover {
  background-color: #99C55C;
  color: #fff;
}

.pagination .current {
  background-color: #99C55C;
  color: #fff;
}

@media (max-width: 1024px) {
  .searchandfilter {
    margin-bottom: 2rem;
  }
  .searchandfilter ul {
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .searchandfilter .sf-field-reset {
    grid-column: span 3;
  }
}
@media (max-width: 768px) {
  .searchandfilter {
    margin-bottom: 2rem;
  }
  .searchandfilter ul {
    gap: 1rem;
    display: grid;
    grid-template-columns: 1fr;
  }

  .searchandfilter .sf-field-reset {
    grid-column: span 1;
  }

  .searchandfilter label:before {
    height: 3rem;
    width: 3rem;
    background-size: 1.5rem 1.5rem;
  }
}
#contact-header {
  position: relative;
}

.contact-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
.contact-header__bg img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.contact-header__bg:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 12px;
  background: linear-gradient(220deg, rgba(1, 1, 1, 0) 40%, rgba(1, 1, 1, 0.6) 100%);
}

.contact-header__content {
  position: relative;
  z-index: 2;
  padding: 8rem 4vw;
  color: #1D1D1B;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  padding-top: 16rem;
}

.contact-header__text {
  width: 60%;
  max-width: 650px;
  padding-right: 10%;
}

.contact-header__title {
  font-weight: 900;
  font-size: 3.8rem;
  line-height: 40px;
}

.contact-header__desc {
  margin: 2rem 0;
}

.contact-header__perks {
  width: 40%;
  display: flex;
  flex-direction: column;
  max-width: 370px;
}
.contact-header__perks span {
  background-color: rgba(1, 1, 1, 0.6);
  font-weight: 500;
  font-size: 1.5rem;
  padding: 1.2rem 2rem;
  text-align: left;
  border-radius: 7px;
  color: #fff;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.05em;
}
.contact-header__perks span + span {
  margin-top: 1rem;
}

/* CONTENT */
.contact__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-form {
  width: 45%;
  border-radius: 12px;
  padding: 4rem;
  max-width: 650px;
  border: 1px solid #1D1D1B;
  align-self: baseline;
}

.contact-sidebar {
  width: 50%;
}

/* PROCESS */
.contact-process {
  margin-top: 4rem;
}

.contact-process__title {
  font-weight: 900;
  font-size: 2.3rem;
  max-width: 500px;
}

.contact-process__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.contact-process__item {
  background-color: #F3F2EE;
  padding: 2rem;
  border-radius: 12px;
}
.contact-process__item .number {
  background: linear-gradient(40deg, #99C55C 0%, #1AA9E2 70%);
  color: #fff;
  border-radius: 10px;
  padding: 0.6rem 1.5rem;
  font-weight: 900;
  font-size: 2.2rem;
  height: 4rem;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-process__item .title {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.4;
}
.contact-process__item .text {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 25px;
}

.contact-faq {
  margin-top: 6rem;
}
.contact-faq .heading {
  padding-bottom: 0 !important;
}

@media (max-width: 1300px) {
  .contact-process__list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .contact__container {
    flex-direction: column;
  }

  .contact-form {
    width: 100%;
    max-width: 100%;
    padding: 4rem 2rem;
  }

  .contact-sidebar {
    width: 100%;
    margin-top: 4rem;
  }
}
@media (max-width: 768px) {
  .contact-header__content {
    padding: 8rem 2rem 2rem;
    flex-direction: column;
    align-items: baseline;
  }

  .contact-header__text {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }

  .contact-header__title {
    font-size: 2.4rem;
    line-height: 25px;
  }

  .contact-header__perks {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 4rem;
    max-width: 100%;
    width: 100%;
  }
  .contact-header__perks span {
    font-size: 1.2rem;
  }
  .contact-header__perks span + span {
    margin-top: 0;
  }

  .contact-header__bg:after {
    background: rgba(1, 1, 1, 0.6);
  }

  .contact-phone__header {
    flex-direction: column;
    text-align: center;
  }
  .contact-phone__header .btn {
    margin: 2rem auto 0;
  }

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

  .contact-phone__text {
    padding-left: 0;
    text-align: center;
    margin-top: 2rem;
  }

  .contact-header__rating .wp-gr .wp-google-right {
    flex-direction: column !important;
    width: 100% !important;
    align-items: baseline !important;
  }

  .contact-header__rating .wp-gr .wp-google-powered {
    margin-left: 0 !important;
  }

  #contact .heading__title {
    font-size: 2.4rem;
  }
}
.blog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.blog__card {
  position: relative;
  background-color: #F3F2EE;
  border-radius: 12px;
  transition: all 0.2s ease-in-out 0s;
}
.blog__card:hover {
  transform: translateY(-5px);
}
.blog__card:before {
  content: "";
  padding-bottom: 90%;
  display: block;
}
.blog__card.card--contact {
  grid-column: 2/2;
  grid-row: 3/3;
  background: linear-gradient(40deg, #99C55C 0%, #1AA9E2 70%);
}
.blog__card.card--contact.card--last {
  grid-column: auto;
  grid-row: auto;
  background: linear-gradient(40deg, #99C55C 0%, #1AA9E2 70%);
}
.blog__card.card--contact:after {
  display: none;
}
.blog__card.card--contact .blog__wrapper {
  background: none;
}
.blog__card.card--contact .blog__content {
  height: 100%;
  justify-content: center;
}
.blog__card.card--contact .blog__title {
  font-size: clamp(1.5rem, 3.4vw, 2rem);
}
.blog__card.card--contact .btn {
  font-size: 1.2rem;
  margin-top: 1rem;
}

.blog__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: end;
  z-index: 1;
  border-radius: 12px;
  background: linear-gradient(190deg, rgba(1, 1, 1, 0) 20%, #010101 100%);
}

.blog__content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
  padding: 1.5rem 3rem;
  color: #fff;
  flex-direction: column;
}

.blog__title {
  font-weight: 900;
  font-size: 2rem;
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog__author {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1.2;
  width: 100%;
  justify-content: start;
  font-weight: 400;
}
.blog__author img {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  margin-right: 1rem;
}
.blog__author .date {
  font-size: 1.1rem;
}
.blog__author .name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.blog__author .function {
  font-size: 1.1rem;
}

.blog__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 12px;
  z-index: 0;
}
.blog__bg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.blog__cta {
  text-align: center;
  margin-top: 2rem;
}

/* PAGINATION */
.blog__pagination {
  margin-top: 4rem;
  display: block;
  text-align: center;
}

.blog__pagination .page-numbers {
  color: #1D1D1B;
  margin: 0 0.5rem;
  padding: 0.5rem 0.8rem;
  border-radius: 5px;
}
.blog__pagination .page-numbers:hover {
  background-color: #F3F2EE;
}
.blog__pagination .page-numbers.current {
  background-color: #1D1D1B;
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .blog__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .blog__list {
    grid-template-columns: 1fr;
  }
}
#post {
  margin-inline: auto;
}

/* HEADER */
.post-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.post-header__content {
  position: relative;
  width: 50%;
  padding-right: 10%;
}

.post-header__infos {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid rgba(1, 1, 1, 0.2);
  margin-top: 2rem;
  padding: 1rem;
  border-radius: 10px;
  font-weight: 600;
  opacity: 0.7;
}
.post-header__infos img {
  height: 1rem;
  margin: 0 1rem;
}
.post-header__infos > * {
  font-size: 1.4rem;
}

.post-header__back {
  font-size: 1.8rem;
  font-weight: 600;
  display: block;
}

.post-header__text {
  margin: 2rem 0 5rem;
}

.post-header__title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.post-header__desc {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 300;
}

.post-header__illustration {
  position: relative;
  max-height: 480px;
  width: 50%;
  border-radius: 10px;
}
.post-header__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

/* CONTENT */
.page-content {
  position: relative;
  max-width: 1000px;
  margin: 0rem auto;
}
.page-content .heading__title {
  font-size: 4rem;
}

.post-content {
  position: relative;
  max-width: 1000px;
  margin: 4rem auto;
}

.post-text {
  max-width: 100%;
  margin: 0 auto;
}
.post-text h1,
.post-text h2,
.post-text h3,
.post-text h4,
.post-text h5 {
  margin-bottom: 4rem;
}
.post-text h2 {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 2rem;
  color: #1D1D1B;
}
.post-text h3 {
  font-size: 2rem;
  margin: 1rem 0px;
  display: inline-block;
  padding-bottom: 0.5rem;
  font-weight: 700;
}
.post-text p {
  font-size: 1.5rem;
  margin: 1rem 0 2rem;
  font-weight: 400;
  line-height: 1.7;
}
.post-text ul {
  margin-left: 30px;
  list-style: disc;
}
.post-text ol {
  margin-left: 30px;
}
.post-text li {
  position: relative;
  margin: 10px 0px;
  padding-left: 15px;
  display: block;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7;
}
.post-text img {
  margin: 40px 0px;
}

.post li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "-";
  font-size: 14px;
  color: #1AA9E2;
}

/* GALLERY */
.post-gallery__list {
  margin: 8rem 0 12rem;
  position: relative;
}
.post-gallery__list .slick-next {
  position: absolute;
  bottom: -4.9rem;
  right: calc(50% - 1rem);
  transform: translateX(100%);
}
.post-gallery__list .slick-prev {
  position: absolute;
  bottom: -5rem;
  left: calc(50% - 1rem);
  transform: translateX(-100%);
}

.post-gallery__item {
  position: relative;
  border-radius: 12px;
  margin: 0 0.5rem;
}
.post-gallery__item:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.post-gallery__item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* AUTHOR */
.post-author {
  border-top: 1px solid #1D1D1B;
  padding: 4rem 0rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: left;
  max-width: 1000px;
}

.post-author--mobile {
  display: none;
  margin-top: 6rem;
}

.post-author .author {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1rem;
  margin: 1rem 0;
  padding-bottom: 0;
}
.post-author .author img {
  height: 8rem;
  width: 8rem;
  object-fit: cover;
  border-radius: 50%;
}
.post-author .author .title {
  font-size: 1.4rem;
}
.post-author .author .name {
  font-weight: 600;
  color: #1D1D1B;
  font-size: 1.6rem;
}
.post-author .author .function {
  font-size: 1.4rem;
  line-height: 1.4;
}

.post-author .content p {
  font-size: 13px;
  color: #1D1D1B;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 27px;
}

/* NEXT */
.post-bottom {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 6rem;
}

.post-next .wpb-posts-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  align-items: center;
  margin: 0 auto;
}
.post-next .wpb-posts-nav a {
  display: grid;
  grid-gap: 20px;
  align-items: center;
  font-weight: 900;
  font-size: 1.8rem;
  color: #1D1D1B;
  max-width: 350px;
}
.post-next .wpb-posts-nav a:hover h4 {
  color: #1AA9E2;
}
.post-next .wpb-posts-nav strong {
  margin-bottom: 1rem;
}
.post-next .wpb-posts-nav h4 {
  margin: 0;
  color: #1D1D1B;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 0.5rem;
  font-weight: 400;
  transition: all 0.2s ease-in-out 0s;
}
.post-next .wpb-posts-nav a svg {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.post-next .wpb-posts-nav > div:nth-child(1) a {
  grid-template-columns: 1fr;
  text-align: left;
}
.post-next .wpb-posts-nav > div:nth-child(2) a {
  grid-template-columns: 1fr;
  text-align: right;
  margin-left: auto;
}
.post-next .wpb-posts-nav__thumbnail {
  display: block;
  margin: 0;
}
.post-next .wpb-posts-nav__thumbnail img {
  border-radius: 5px;
}

/* CONTACT */
#post .banner-contact__card {
  margin-left: 0;
  margin-top: 6rem;
}
#post .banner-contact__title {
  color: #fff;
}
#post .banner-contact__content .text {
  color: #fff;
}
#post .banner-contact__content img {
  margin: 0;
}

@media (max-width: 1024px) {
  .post-header {
    flex-direction: column;
  }

  .post-header__content {
    width: 100%;
    padding-right: 0;
  }

  .post-header__text {
    margin-bottom: 2rem;
  }

  .post-header__illustration {
    width: 100%;
    height: 40rem;
  }

  .post-content {
    display: flex;
    flex-direction: column-reverse;
  }

  .post-next .wpb-posts-nav {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .post-header__title {
    font-size: 3.2rem;
  }

  .post-header__illustration {
    height: 20rem;
  }

  .post-gallery__list {
    margin-top: 2rem;
  }
}
.sectors__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.sectors__item {
  position: relative;
  border-radius: 12px;
}
.sectors__item:before {
  content: "";
  padding-bottom: 120%;
  display: block;
}

.sectors__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
.sectors__bg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.sectors__bg:after {
  content: "";
  background: linear-gradient(180deg, rgba(1, 1, 1, 0.1) 0%, rgba(1, 1, 1, 0.6) 70%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.sectors__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 1.5rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sectors__icon {
  height: 4rem;
  width: 4rem;
  align-self: end;
}

.sectors__text span {
  font-weight: 200;
  font-size: 1.6rem;
}

.sectors__title {
  font-weight: 900;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 40px;
}

.sectors__desc {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 20px;
  max-width: 90%;
}

/* SERVICES */
.services__item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  padding: 5rem 0;
  border-bottom: 1px solid #1D1D1B;
}
.services__item:first-child {
  padding-top: 0;
}
.services__item:nth-child(even) {
  flex-direction: row-reverse;
}
.services__item:last-child {
  border-bottom: none;
}

.services__content {
  position: relative;
  width: 45%;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: self-start;
}
.services__content p + p {
  margin-top: 1rem;
}
.services__content .link {
  margin-top: 0rem;
  background: none;
  border: none;
  border-bottom: 1px solid #1D1D1B;
  cursor: pointer;
}
.services__content .btn {
  margin-top: 2rem;
}
.services__content ul {
  margin-left: 2rem;
  margin: 1rem 2rem;
  list-style-type: disc;
}
.services__content li {
  font-size: 1.4rem;
  line-height: 30px;
}

.services__icon {
  height: 5rem;
  margin-bottom: 2rem;
}

.services__text {
  position: relative;
  margin: 2rem 0;
  max-height: 220px;
  overflow: hidden;
}
.services__text:before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10rem;
  content: "";
  opacity: 1;
  visibility: visible;
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 50%);
  transition: all 0.2s ease-in-out 0s;
}
.services__text.disable:before {
  display: none;
}
.services__text.active:before {
  opacity: 0;
  visibility: hidden;
}

.services__title {
  font-weight: 900;
  font-size: 2.8rem;
}

.services__illustration {
  position: relative;
  width: 50%;
  border-radius: 12px;
  max-height: 450px;
}
.services__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

/* SERVICE DETAILS */
.services-detail__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}

.services-detail__item {
  position: relative;
  background-color: #F3F2EE;
  border-radius: 12px;
}
.services-detail__item:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.services-detail__item:last-child {
  background: linear-gradient(40deg, #99C55C 0%, #1AA9E2 70%);
  grid-column: span 4;
  padding: 4rem;
}
.services-detail__item:last-child:before {
  display: none;
}
.services-detail__item:hover .services-detail__title {
  color: #1AA9E2;
}

.services-detail__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  padding: 2rem;
}

.services-detail__title {
  font-size: 1vw;
  font-weight: 500;
  color: #1D1D1B;
  margin-top: 1.5rem;
  max-width: 60%;
  transition: all 0.2s ease-in-out 0s;
}

.services-detail__item img {
  height: 25%;
  width: auto;
  object-fit: contain;
}

.services-detail__text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}
.services-detail__text h4 {
  color: #fff;
  font-size: 1.6vw;
  font-weight: 900;
  width: 50%;
}
.services-detail__text .btn {
  align-self: end;
  font-size: 1.4rem;
  width: 40%;
}

@media (max-width: 1024px) {
  .services__item {
    flex-direction: column-reverse;
  }

  .services__item:nth-child(even) {
    flex-direction: column-reverse;
  }

  .services-detail__list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .services-detail__item:last-child {
    grid-column: span 3;
  }

  .services-detail__title {
    font-size: 2.4rem;
  }

  .services__content {
    width: 100%;
  }

  .services__illustration {
    width: 100%;
    height: 25rem;
  }

  .sectors__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .services-detail__list {
    grid-template-columns: 1fr 1fr;
  }

  .services-detail__item:before {
    content: "";
    display: block;
    padding-bottom: 130%;
  }

  .services-detail__item:last-child {
    grid-column: span 2;
  }

  .services-detail__item img {
    height: 5rem;
  }

  .services-detail__title {
    font-size: 1.8rem;
    max-width: 100%;
  }

  .services-detail__text h4 {
    font-size: 3rem;
    width: 100%;
    margin-bottom: 2rem;
  }

  .services-detail__text .btn {
    width: 100%;
  }

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

  .services-detail__item:last-child {
    flex-direction: column;
    padding: 4rem 2rem;
    margin-top: 2rem;
  }
}
@media (max-width: 550px) {
  .sectors__list {
    grid-template-columns: 1fr;
  }

  .services-detail__item:before {
    padding-bottom: 110%;
  }

  .services-detail__item img {
    height: 8rem;
  }

  .services-detail__title {
    font-size: 2rem;
    max-width: 70%;
  }
}

/*# sourceMappingURL=style.css.map */
