:root {
  --dark-slate-blue: #17172c;
  --white: white;
  --tan: #2c5bef;
}

body{
  overflow-x: hidden;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Roboto Slab, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 300;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

p {
  color: #919191;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 26px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  color: #b89b5e;
  border: 1px #b89b5e;
  border-left-style: solid;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px 102px 30px 30px;
  font-family: Playfair Display, sans-serif;
  font-size: 26px;
  line-height: 40px;
}

.top-navigation {
  background-color: var(--dark-slate-blue);
}

.center-navigation {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.logo-brand {
  margin-top: 8px;
}

.logo-brand.mobile {
  margin-top: 25px;
}

.navigation-icon {
  float: left;
  border: 1px solid var(--tan);
  background-image: url('../images/phone-receiver-silhouette.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  margin-right: 12px;
}

.navigation-icon.icon-2 {
  background-image: url('../images/email.png');
  background-size: 16px;
}

.navigation-icon.icon-3 {
  background-image: url('../images/maps-and-flags.png');
  background-size: 18px;
}

.navigation-icon-content {
  position: relative;
  overflow: hidden;
}

.center-text {
  color: var(--tan);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
}

.center-sub-text {
  color: #999;
  font-size: 15px;
}

.navigation-menu {
  float: none;
  background-color: var(--dark-slate-blue);
  text-align: center;
  width: 100%;
}

.navigation-menu.mobile-nav {
  float: right;
  width: auto;
}

.navigation-menu.on-scroll {
  float: right;
  background-color: var(--dark-slate-blue);
  width: auto;
}

.navigation-menu.other {
  background-color: #0000;
}

.navigation-wrapper {
  width: 100%;
  position: absolute;
  top: 34px;
}

.navigation-wrapper.other {
  position: relative;
  top: auto;
}

.navigation-link {
  color: #fff;
  padding: 30px 15px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.navigation-link:hover {
  box-shadow: inset 0 -3px #b89b5e;
}

.navigation-link.w--current {
  box-shadow: inset 0 -3px 0 0 var(--tan);
  color: #fff;
}

.navigation-link.drop {
  padding-right: 30px;
}

.navigation-link.mobile {
  color: #ffffffa8;
}

.navigation-link.mobile:hover, .navigation-link.mobile.w--current {
  box-shadow: none;
  color: #fff;
}

.navigation-link.smaller {
  padding-top: 15px;
  padding-bottom: 15px;
}

.banner {
  background-color: #1d1d1d;
  background-image: url('../images/fond_fonce.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 650px;
}

.section {
  padding: 100px 20px;
  position: relative;
}

.section.gray {
  background-color: #fafafa;
}

.section.background-1 {
  background-color: #fff;
  background-image: url('../images/empl-2.webp');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 750px;
  max-height: 750px;
  padding-top: 70px;
  padding-bottom: 0;
}

.section.color {
  background-color: var(--dark-slate-blue);
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
}

.section.top-line {
  border-top: 1px solid #e1e1e1;
  position: relative;
}

.section.top-line.gray.top-margin {
  margin-top: 0;
}

.section.no-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.new {
  padding: 0;
}

.top-text {
  color: #ffffffb3;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.free-consultation-button {
  float: right;
  color: #ffffffb3;
  text-align: center;
  background-color: #bea877;
  width: 60%;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  transition: all .4s;
  display: block;
}

.free-consultation-button:hover {
  color: #fff;
  background-color: #353535;
}

.number-about {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 150px;
  font-weight: 700;
  line-height: 140px;
  display: inline-block;
}

.sub-text-about {
  color: var(--tan);
  text-transform: none;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  display: inline-block;
  position: absolute;
  bottom: -24px;
  right: 50%;
  transform: translate(50%);
}

.space-divider, .space-divider.medium {
  height: 40px;
}

.space-divider.small {
  height: 10px;
}

.space-divider.left {
  height: 90px;
}

.title-sub-text {
  color: #9b9b9b;
  margin-top: 15px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.title-sub-text.white {
  color: #fff;
  margin-top: 0;
  font-size: 40px;
}

.title-sub-text.bolder {
  color: var(--dark-slate-blue);
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
}

.line-divider {
  background-color: var(--tan);
  width: 40px;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.line-divider.center {
  background-color: var(--dark-slate-blue);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.line-divider.center.white {
  background-color: #fff;
}

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

.align-center.in-blog-project {
  text-align: left;
  padding-left: 60px;
  padding-right: 60px;
}

.half-section {
  float: left;
  background-image: linear-gradient(45deg, #22355599, #223555cf 16%, var(--dark-slate-blue)), url('../images/nrd-c3tNiAb098I-unsplash.jpg');
  background-position: 0 0, 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 500px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.half-section.other {
  background-image: linear-gradient(315deg, #ffffffb3, #ffffffe0 46%, #fff), url('../images/austin-distel-wawEfYdpkag-unsplash-Large.jpeg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.half-section.other.middle {
  background-color: var(--dark-slate-blue);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.top-title {
  color: var(--dark-slate-blue);
  margin-top: 0;
  font-weight: 400;
}

.top-title.info {
  font-size: 22px;
}

.top-title.info.project {
  font-size: 16px;
  line-height: 20px;
}

.text-field {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: Playfair Display, sans-serif;
}

.text-field:active, .text-field:focus {
  color: #b89b5e;
  border-bottom-color: #b89b5e;
}

.text-field.text-area {
  height: auto;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 65px;
}

.text-field.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.submit-button {
  background-color: var(--dark-slate-blue);
  margin-top: 30px;
  padding: 15px 20px;
  transition: all .2s;
  display: block;
}

.submit-button:hover {
  background-color: #353535;
}

.submit-button.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.center-half {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.half-title {
  color: #fff;
  margin-top: 0;
  line-height: 50px;
}

.half-title.color {
  color: var(--tan);
}

.half-title.inner {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.half-title.inner.blog-single {
  font-size: 38px;
  line-height: 48px;
}

.biger {
  color: var(--tan);
  font-size: 70px;
  font-weight: 100;
}

.practice-wrapper {
  text-align: center;
  margin-bottom: 60px;
}

.practice-icon {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border: 1px solid #b89b5e;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.practice-title {
  margin-top: 0;
  font-size: 17px;
  font-weight: 400;
}

.practice-link {
  color: #b89b5e;
  margin-top: 10px;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.practice-link:hover {
  color: #212121;
}

.inner-banner {
  background-image: url('../images/fond_fonce.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 350px;
  position: relative;
  overflow: hidden;
}

.inner-banner.for-blog {
  background-color: #101a2a;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.practice-block-link {
  color: var(--dark-slate-blue);
  background-color: #fff;
  border: 1px solid #e1e1e1;
  width: 100%;
  margin-bottom: -1px;
  padding: 20px;
  text-decoration: none;
  transition: all .2s;
}

.practice-block-link:hover {
  background-color: #fafafa;
}

.practice-block-link.w--current {
  background-color: var(--dark-slate-blue);
  color: var(--white);
}

.dropdown-wrapper {
  background-color: var(--dark-slate-blue);
  text-align: left;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 200px;
}

.full-link-block {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--tan);
  color: #ffffffad;
  width: 100%;
  padding: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: all .4s;
}

.full-link-block:hover {
  color: #fff;
}

.full-link-block.in-footer {
  text-align: left;
  border-bottom-color: #ffffff1a;
}

.practice-page-wrapper {
  padding-right: 10px;
}

.long-line-divider {
  background-color: #ececec;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.hero-unit {
  color: #fff;
  background-color: #223555;
  padding: 30px 20px 30px 50px;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.unit-text {
  margin-top: 13px;
  margin-bottom: 13px;
  display: inline-block;
}

.button {
  background-color: var(--dark-slate-blue);
  padding: 15px 20px;
  font-family: Roboto Slab, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .4s;
}

.button:hover {
  background-color: #313131;
}

.button.color {
  background-color: var(--tan);
}

.button.color:hover {
  color: #b89b5e;
  background-color: #fff;
}

.button.reverse {
  background-color: var(--tan);
}

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

.align-right.unit {
  padding-right: 50px;
}

.brochure-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
}

.footer {
  background-image: url('../images/fond_fonce.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 50px;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-text {
  color: #cacaca;
  font-size: 13px;
}

.line-footer {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.social-icon {
  background-color: var(--tan);
  background-image: url('../images/fa-facebook_100_0_ffffff_none_1fa-facebook_100_0_ffffff_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  transition: background-color .4s;
}

.social-icon:hover {
  background-color: #313131;
}

.social-icon.twitter {
  background-image: url('../images/fa-twitter_100_0_ffffff_none_1fa-twitter_100_0_ffffff_none.png');
  background-size: 13px;
}

.social-icon.rss {
  background-image: url('../images/fa-rss_100_0_ffffff_none_1fa-rss_100_0_ffffff_none.png');
  background-size: 13px;
}

.footer-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.logo-wrapper {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.success-message {
  color: #fff;
  background-color: #1b6d45;
}

.error-message {
  color: #fff;
  background-color: #f83f3f;
  padding: 15px;
}

.certificates-wrapper {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translate(-50%);
}

.certificates-wrapper.hide {
  display: none;
}

.about-title {
  margin-top: 0;
  font-size: 22px;
  font-weight: 400;
}

.full-map {
  z-index: -1;
  height: auto;
  display: none;
  position: absolute;
  inset: 0;
}

.map-overlay {
  z-index: 10;
  background-image: linear-gradient(45deg, #fff, #fff 47%, #fff6);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.map-wrapper {
  z-index: 1000;
  position: relative;
}

.form-center {
  text-align: center;
  margin-left: auto;
  display: block;
}

.blog-wrapper {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.blog-wrapper.in-legal {
  margin-bottom: 40px;
}

.blog-content {
  margin-top: 20px;
}

.blog-title {
  color: #b89b5e;
  margin-top: 5px;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.blog-title.no-margin {
  margin-bottom: 0;
}

.meta-date {
  color: #919191;
  font-family: Playfair Display, sans-serif;
}

.meta-date.blog-single {
  color: silver;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
}

.meta-date.blog-single.white {
  color: #fff;
}

.small-blog-photo {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.blog-item {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.blog-small-content {
  position: relative;
  overflow: hidden;
}

.practice-icon-project {
  opacity: .13;
  position: absolute;
  top: 46px;
  left: 38px;
}

.circle-photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  max-width: 350px;
  height: 350px;
  max-height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.different-font {
  font-family: Playfair Display, sans-serif;
}

.team-content {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}

.team-name {
  color: var(--dark-slate-blue);
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.banner-title {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--tan);
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
  display: inline-block;
}

.sub-text-banner {
  color: var(--white);
  margin-bottom: 30px;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: block;
}

.number-wrapper {
  text-align: center;
  position: relative;
}

.mobile-navigation {
  background-color: var(--dark-slate-blue);
  display: block;
}

.drop-arrow {
  margin-top: 35.5px;
  margin-right: 10px;
  font-size: 12px;
}

.source-link {
  color: #919191;
  text-decoration: none;
}

.source-link:hover {
  text-decoration: underline;
}

.scroll-navigation {
  z-index: 9999;
  background-color: var(--dark-slate-blue);
  width: 100%;
  position: fixed;
}

.logo-scroll, .logo-scroll.w--current {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 80px;
  margin-top: 0;
  display: flex;
}

.utility-page-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.copyright-2 {
  color: #b7b7c7;
  margin-bottom: 0;
  font-family: Roboto Slab, sans-serif;
  font-size: 14px;
}

.link-2 {
  color: #6f81fd;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
  display: inline-block;
}

.link-2.white {
  color: #b7b7c7;
  letter-spacing: 0;
  font-style: normal;
  text-decoration: none;
  transition: all .3s;
}

.link-2.white:hover {
  color: #fff;
}

.webflow-logo-tiny {
  opacity: .9;
  width: 18px;
  margin-right: 4px;
}

.paragraph-tiny {
  font-size: 14px;
  line-height: 20px;
}

.left-copyright-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.left-copyright-flex.right {
  justify-content: flex-start;
}

.made-with-webflow {
  align-items: center;
  margin-top: 5px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.made-with-webflow.left-margin {
  color: #b7b7c7;
  margin-top: 0;
  margin-left: 10px;
}

.made-with-webflow.left-margin:hover {
  color: #fff;
}

.column {
  display: none;
}

.columns {
  justify-content: flex-end;
  display: flex;
}

.big {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
}

.templates-badge-wrapper {
  z-index: 9999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 11px 20px 11px 18px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
  box-shadow: 0 12px 28px #00000024;
}

.loader-badge {
  background-image: url('../images/loader.svg');
  background-position: 0 0;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: absolute;
  inset: -19px -15px auto auto;
}

.badge-paragraph {
  opacity: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.blue-color {
  color: #4353ff;
}

.division {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-bottom: 100px;
  display: grid;
}

.division.no-margin {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: auto;
  margin-bottom: auto;
}

.division.no-margin._2-grid {
  grid-template-columns: 1fr 1fr;
}

.image-wrapper, .image-wrapper.contain {
  height: 50vh;
}

.image-wrapper.full-h {
  height: 100%;
}

.image-wrapper.full-h.hide {
  display: block;
}

.normal-img {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.normal-img.left {
  object-position: 0% 50%;
}

.normal-img.cover {
  object-fit: cover;
}

.hide {
  display: none;
}

.hero-section {
  align-items: center;
  min-height: 70vh;
  display: flex;
}

.step-block-hero {
  text-align: left;
  align-self: center;
  position: relative;
}

.steps {
  flex-direction: column;
  display: flex;
}

.steps.left {
  justify-content: space-between;
  width: 155px;
}

.steps.right {
  justify-content: center;
}

.steps.dots {
  justify-content: space-between;
  align-items: center;
  margin-left: 24px;
  margin-right: 24px;
  padding-top: 5%;
  padding-bottom: 5%;
  position: relative;
}

.scoll-wrap-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 80%;
  display: flex;
  position: absolute;
}

.scoll-wrap-hero.hide {
  display: none;
}

.scroll-hero {
  height: 100%;
  display: flex;
}

.scroll-hero.hide {
  display: none;
}

.img-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: -4%;
  margin-bottom: -4%;
  display: flex;
  position: relative;
}

.paragraph-2 {
  font-size: 18px;
}

.hero-block {
  justify-content: space-between;
  display: flex;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.step-hero {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
  position: relative;
}

.dot-hero {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: relative;
}

.label {
  color: var(--dark-slate-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 0;
  font-weight: 700;
}

.content-hero {
  width: 50%;
}

.scroll-base {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
}

.scroll-animate {
  background-color: var(--dark-slate-blue);
  transform-origin: 50% 0;
  color: var(--dark-slate-blue);
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.scroll-animate._2 {
  background-color: var(--dark-slate-blue);
  height: 100%;
}

.container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 10%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.dot {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.step {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  padding: 9% 12% 10%;
  display: flex;
  position: relative;
}

.step.step-3 {
  padding-top: 9%;
  padding-bottom: 8%;
}

.step.step-4 {
  padding-top: 9%;
  padding-bottom: 25%;
}

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.step-block {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 50vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.content {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.heading {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.text-step {
  font-size: 14px;
}

.text-step.text-step-4 {
  margin-bottom: 0;
  padding-top: 10px;
}

.div-block {
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.left {
  text-align: left;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid.project {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.close-overlay {
  z-index: 9;
  opacity: .25;
  cursor: pointer;
  position: absolute;
  inset: 0;
}

.close-svg {
  color: #000;
  cursor: pointer;
  background-color: #e9e9e9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 5px;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.close-svg:hover {
  background-color: #fff;
}

.modal-scroll {
  width: 100%;
  min-height: 100vh;
  padding: 50px 50px 100px;
  position: absolute;
}

.hide-2 {
  display: none;
}

.upgrade-button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  padding: 15px 22px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6em;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
}

.upgrade-button:hover {
  background-color: #313131;
}

.upgrade-button.w--current {
  display: none;
}

.overlay {
  z-index: 8888;
  background-color: #000000bf;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.upgrade-container {
  z-index: 10;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 460px;
  min-height: 400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: block;
  position: relative;
  overflow: hidden;
}

.modal-wrap {
  margin-bottom: 16px;
  position: static;
  overflow: visible;
}

.svg {
  justify-content: center;
  align-items: center;
  display: flex;
}

.svg:hover {
  background-color: #fff;
}

.img-wrap {
  width: 100%;
  height: 30vh;
  position: relative;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.img-full {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.process-img {
  width: 200px;
}

.navbar {
  width: 100%;
}

.navbar.other {
  background-color: #0000;
  width: 100vw;
  position: absolute;
}

.img-contain {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 0;
}

.paragraph-3 {
  margin-bottom: 20px;
}

.text-span {
  color: var(--dark-slate-blue);
}

.text-span.white {
  color: var(--white);
}

.navbar-2 {
  background-color: var(--dark-slate-blue);
  position: sticky;
  inset: 0 0% auto;
}

.top-marg {
  margin-top: 100px;
}

.loader-section {
  z-index: 1000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader-div {
  opacity: 0;
  transform: none;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.left-div {
  z-index: 10;
  text-align: left;
  background-color: #fff;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  transform: none;
}

.left-animation-line-div {
  background-color: var(--tan);
  border-radius: 0;
  width: 5px;
  height: 100%;
}

.right-div {
  z-index: 10;
  text-align: left;
  background-color: #fff;
  position: relative;
  transform: none;
}

.right-animation-line-div {
  background-color: var(--tan);
  border-radius: 0;
  width: 5px;
  height: 100%;
}

.modal-wrapper {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-wrapper.second, .modal-wrapper.third, .modal-wrapper.fourth, .modal-wrapper.first {
  display: none;
}

.modal-wrapper.first.project {
  display: none;
  overflow: visible;
}

.modal-wrapper.first.project.v-1, .modal-wrapper.first.project.v-3, .modal-wrapper.first.project.v-2, .modal-wrapper.first.project.a-1, .modal-wrapper.first.project.a-2, .modal-wrapper.first.project.f-1 {
  display: none;
}

.modal-wrapper.first.project.f-2 {
  display: block;
}

.modal-wrapper.first.project.o-1, .modal-wrapper.first.project.o-2 {
  display: none;
}

.modal-bg {
  cursor: pointer;
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.modal-card {
  background-color: #fff;
  border-radius: 0;
  width: 850px;
  height: 55vh;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.modal-card.project {
  width: 60vw;
  height: 70vh;
  overflow: auto;
}

.mocal-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: grid;
}

.link-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--dark-slate-blue);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.lnicon {
  width: 24px;
  height: 24px;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 30vh;
  max-height: 75%;
}

.c-left {
  padding: 20px;
}

.modal-img-wrap {
  border-bottom: 1px none var(--dark-slate-blue);
  width: 100%;
  height: 30vh;
}

.m-img-full {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.m-img-full.project {
  object-fit: contain;
}

.poste {
  color: var(--dark-slate-blue);
  margin-bottom: 10px;
}

.heading-2 {
  color: var(--dark-slate-blue);
  margin-top: 10px;
}

.heading-2.smaller {
  font-size: 22px;
}

.c-right {
  flex-flow: column;
  justify-content: flex-start;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.m-nav {
  width: 100%;
  height: 30px;
  display: none;
}

.text-pad {
  border-left: 1px none var(--dark-slate-blue);
  padding-left: 0;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sold-wrapper {
  width: 100%;
  height: 100%;
}

.sold-img-wrap {
  width: 100%;
  height: 300px;
  position: relative;
}

.sold-content {
  width: 100%;
  height: auto;
  padding: 20px;
}

.sold-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sold-title {
  color: var(--white);
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.sold-content-d {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.sold-content-d.hide {
  display: none;
}

.ico {
  width: 50px;
  height: 50px;
}

.text-content {
  width: 100%;
}

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

.sous-titre {
  color: var(--white);
  margin-top: 0;
  font-size: 18px;
}

.sold-text {
  color: var(--white);
}

.badge {
  background-color: var(--tan);
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  padding: 10px 20px;
  display: flex;
  position: absolute;
  top: 5%;
  right: 5%;
}

.badge.red {
  background-color: red;
}

.badge.red.rel {
  position: absolute;
}

.badge-text {
  color: var(--white);
  margin-bottom: 0;
}

.badge-text.smaller {
  font-size: 14px;
}

.badge-text.smaller._2x {
  font-size: 12px;
}

.align-justify {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.list {
  margin-bottom: 0;
}

.list-item {
  margin-bottom: 20px;
}

.div-block-3 {
  margin-top: 20px;
}

.logo-page {
  height: 100px;
}

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

.apprach-img-wrap {
  width: 100%;
  height: 250px;
}

.apprach-img-wrap.logo-entreprise {
  height: 100%;
}

.text-block-2 {
  font-weight: 300;
}

.div-block-4 {
  margin-bottom: 40px;
}

.div-block-4.info-line {
  margin-bottom: 20px;
}

.space-divider-copy {
  height: 180px;
}

.space-divider-copy.medium {
  height: 40px;
}

.space-divider-copy.small {
  height: 10px;
}

.div-block-5, .div-block-6, .div-block-7 {
  display: none;
}

.step-copy {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  padding: 9% 12% 8%;
  display: flex;
  position: relative;
}

.image-3 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.paragraph-4 {
  text-align: left;
  font-size: 13px;
  line-height: 24px;
}

.sold-price {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.image-4 {
  width: 24px;
  height: 24px;
}

.sold-txt {
  margin-top: 0;
  margin-bottom: 0;
}

.sold-txt.info {
  font-size: 18px;
}

.sold-txt.info.project {
  font-size: 14px;
}

.top-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.biz-imgs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.biz-img-wrapper {
  width: 100%;
  height: 300px;
}

.biz-img-wrapper.wrapp {
  height: 350px;
  margin-top: 20px;
}

.biz-img-lightbox, .biz-img-lightbox-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.paragraph-5 {
  color: var(--dark-slate-blue);
  font-weight: 300;
}

.team-name-2 {
  color: #17172c;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.img-process {
  width: 256px;
}

.alert {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: gray;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  padding: 40px;
  display: flex;
}

.alert-txt {
  color: var(--white);
}

.alert-icon {
  width: 32px;
  height: 32px;
}

.text-span-2, .text-span-3 {
  font-weight: 700;
}

html.w-mod-js [data-ix="display-scroll-navigation-none-on-initial-apper"] {
  display: none;
}

@media screen and (max-width: 991px) {
  .logo-brand.mobile {
    margin-top: 14px;
  }

  .navigation-menu.mobile-nav {
    background-color: var(--dark-slate-blue);
  }

  .navigation-link {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .section.background-1 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .sub-text-about, .half-section {
    width: 100%;
  }

  .half-title.inner {
    margin-top: 0;
  }

  .inner-banner {
    height: 200px;
  }

  .dropdown-wrapper {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    margin-top: 28px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .full-link-block {
    background-color: var(--dark-slate-blue);
  }

  .hero-unit {
    padding-top: 20px;
    padding-left: 20px;
  }

  .align-right.unit.mobile-center {
    padding-right: 0;
  }

  .blog-wrapper {
    margin-bottom: 35px;
  }

  .blog-wrapper.no-padding {
    margin-bottom: 0;
  }

  .banner-title {
    font-size: 45px;
  }

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

  .mobile-navigation {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .hamburger {
    background-color: var(--dark-slate-blue);
    color: #fff;
  }

  .hamburger.w--open {
    background-color: #162744;
  }

  .drop-arrow {
    margin-top: 18.5px;
  }

  .left-copyright-flex {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
  }

  .left-copyright-flex.right {
    align-items: flex-start;
  }

  .made-with-webflow.left-margin {
    margin-bottom: 0;
    margin-left: 0;
  }

  .image {
    object-fit: contain;
    object-position: 50% 50%;
  }

  .dropdown {
    display: block;
  }

  .division, .division.no-margin, .division.no-margin._2-grid {
    grid-template-columns: 1fr;
  }

  .image-wrapper.full-h.hide {
    display: none;
  }

  .hero-section {
    min-height: 90vh;
    padding-left: 10%;
    padding-right: 10%;
  }

  .scoll-wrap-hero {
    height: 75%;
  }

  .scroll-hero {
    min-height: 40vh;
  }

  .img-hero {
    width: 100%;
    min-height: 40vh;
    margin-top: 5%;
    margin-bottom: 0%;
  }

  .hero-block {
    flex-direction: column;
  }

  .content-hero {
    width: 100%;
  }

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

  .grid.project {
    grid-template-columns: 1fr 1fr;
  }

  .modal-scroll {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-2 {
    grid-template-columns: 1fr 1fr;
  }

  .top-page {
    grid-template-columns: 1fr;
  }

  .biz-imgs {
    grid-template-columns: 1fr 1fr;
  }

  .tabs {
    grid-template-columns: 1fr;
  }

  .dropdown-list {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    height: 550px;
  }

  .section.background-1 {
    height: auto;
  }

  .practice-page-wrapper {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .align-right.social-center, .logo-wrapper {
    text-align: center;
  }

  .team-wrapper {
    margin-bottom: 30px;
  }

  .banner-title {
    font-size: 35px;
  }

  .number-space {
    margin-bottom: 40px;
  }

  .mobile-navigation {
    padding-left: 10px;
    padding-right: 10px;
  }

  .copyright-2 {
    margin-bottom: 0;
  }

  .left-copyright-flex {
    flex-direction: row;
  }

  .left-copyright-flex.right {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .made-with-webflow.left-margin {
    margin-left: 15px;
  }

  .img-hero {
    margin-top: 15%;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    display: none;
    position: relative;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    padding-bottom: 20px;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .div-block {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .grid.project {
    grid-template-columns: 1fr;
  }

  .modal-scroll {
    overflow: auto;
  }

  .upgrade-container {
    flex-direction: column;
    margin-bottom: 70px;
    padding-top: 50px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .div-block-2 {
    grid-template-columns: 1fr;
  }

  .sold-wrapper {
    margin-bottom: 20px;
  }

  .space-divider-copy {
    display: none;
  }

  .step-copy {
    justify-content: center;
    padding: 8%;
  }

  .biz-imgs {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .banner, .section.gray {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.no-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sub-text-about {
    position: absolute;
  }

  .align-center.in-blog-project {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-field {
    width: 100%;
  }

  .half-title.inner {
    font-size: 40px;
  }

  .inner-banner {
    height: 250px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero-unit {
    padding-left: 20px;
  }

  .unit-text {
    line-height: 30px;
  }

  .certificates-wrapper {
    top: -44px;
  }

  .circle-photo {
    width: 200px;
    max-width: 200px;
    height: 200px;
    max-height: 200px;
  }

  .banner-title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 29px;
    line-height: 47px;
  }

  .sub-text-banner {
    font-size: 20px;
  }

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

  .mobile-navigation {
    padding-left: 0;
  }

  .left-copyright-flex {
    flex-direction: column;
  }

  .made-with-webflow.left-margin {
    margin-left: 0;
  }

  .steps.dots {
    padding-top: 9%;
    padding-bottom: 9%;
  }

  .scoll-wrap-hero {
    height: 77%;
    margin-top: 12px;
  }

  .scroll-hero {
    margin-top: 5%;
  }

  .step-hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .img-block {
    width: 90%;
  }

  .dot {
    display: none;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .content {
    font-size: 20px;
  }

  .upgrade-container {
    margin-bottom: 70px;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }
}

#w-node-_4a6056e2-07be-3d46-2688-1b4fe8d68066-da6cfa32 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f887b711-df95-e93d-6ae1-354f4f6b140e-da6cfa32 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_4a6056e2-07be-3d46-2688-1b4fe8d68071-da6cfa32 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_32a044b9-db65-2692-5c8a-777db95e39fe-da6cfa32 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-b9dc3401-3814-3b22-b8ab-2d98821d18ca-da6cfa32 {
  grid-area: 3 / 4 / 4 / 6;
}

#w-node-ebbe3d67-5693-c423-c775-2ec304a9f56f-da6cfa32, #w-node-_96a59b10-75d2-229a-2209-04dfb5f24e71-da6cfa32, #w-node-_6cc82432-dcd8-b5df-5a86-1678f5f23968-da6cfa32 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c762d81-789b-8c6d-ed33-bcd1601ae86d-601ae86a {
  justify-self: auto;
}

#w-node-_092ad1cc-cdb3-eb78-1843-6d8400e4dea4-93eb2b1a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8b2a447e-63c6-008f-b702-c44ce9ffc58a-9c2574d9 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_8b2a447e-63c6-008f-b702-c44ce9ffc594-9c2574d9 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-b514bfab-a0cd-8542-95ef-2a183aef2257-9c2574d9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_45e16b44-f921-a5ac-8c3d-03e66978f729-9c2574d9, #w-node-b8e345de-795e-3d0d-0ac0-b34364fd0fe0-9c2574d9, #w-node-cdfc03ec-d62c-c1b5-fe45-c5f46a2bd5e2-9c2574d9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a2c9f26a-b207-26eb-5876-83cb6d45dca5-9c2574d9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_53f459c0-ae8f-3d06-8f26-3cecf2274413-9c2574d9, #w-node-f97316d5-93f2-c6ab-b0e3-b1a36c90b28f-9c2574d9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_47137bd3-d9f2-9c73-783a-e1613f369f54-9c2574d9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3afe2b4b-2573-8400-f809-3596cf1fcc29-9c2574d9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0a781692-8d10-51ef-a5e0-c1b2a1b8ac2d-9c2574d9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d9a4a3c6-08ee-34ff-0371-b66383114c8b-9c2574d9, #w-node-dedfdf5a-37cc-2f2f-9512-1e86745c9521-9c2574d9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b514bfab-a0cd-8542-95ef-2a183aef2257-54758dec {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_4a6056e2-07be-3d46-2688-1b4fe8d68066-da6cfa32, #w-node-f887b711-df95-e93d-6ae1-354f4f6b140e-da6cfa32, #w-node-_32a044b9-db65-2692-5c8a-777db95e39fe-da6cfa32, #w-node-b9dc3401-3814-3b22-b8ab-2d98821d18ca-da6cfa32 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_092ad1cc-cdb3-eb78-1843-6d8400e4dea4-93eb2b1a {
    grid-column: span 2 / span 2;
  }

  #w-node-_8b2a447e-63c6-008f-b702-c44ce9ffc58a-9c2574d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8b2a447e-63c6-008f-b702-c44ce9ffc594-9c2574d9 {
    grid-column: span 1 / span 1;
  }

  #w-node-b514bfab-a0cd-8542-95ef-2a183aef2257-9c2574d9, #w-node-a2c9f26a-b207-26eb-5876-83cb6d45dca5-9c2574d9, #w-node-_47137bd3-d9f2-9c73-783a-e1613f369f54-9c2574d9, #w-node-_0a781692-8d10-51ef-a5e0-c1b2a1b8ac2d-9c2574d9, #w-node-b514bfab-a0cd-8542-95ef-2a183aef2257-54758dec {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_092ad1cc-cdb3-eb78-1843-6d8400e4dea4-93eb2b1a, #w-node-b514bfab-a0cd-8542-95ef-2a183aef2257-9c2574d9, #w-node-a2c9f26a-b207-26eb-5876-83cb6d45dca5-9c2574d9, #w-node-_47137bd3-d9f2-9c73-783a-e1613f369f54-9c2574d9, #w-node-_0a781692-8d10-51ef-a5e0-c1b2a1b8ac2d-9c2574d9, #w-node-b514bfab-a0cd-8542-95ef-2a183aef2257-54758dec {
    grid-column: span 1 / span 1;
  }
}


