:root {
  --deep-green-for-text: #277b4d;
  --dark-red: #5e0000;
  --royal-blue: seagreen;
  --flowstica-webflow-library--white: white;
  --button: #ffa7a7;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --red-text: #6a0000;
  --footer: #851d1d;
  --medium-orchid: #b75dda;
  --lime-green: #5ec045;
  --buttons: #007c08;
  --light-blue-1: #f3b0b0;
  --elements-webflow-library--neutral--800: #211f54;
  --flowstica-webflow-library--honeydew: #cef0dc;
  --flowstica-webflow-library--medium-sea-green: #08b54f;
  --flowstica-webflow-library--black: #010b15;
  --flowstica-webflow-library--white-smoke: #f7f7f7;
}

.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;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  background-color: #424549;
  height: 100%;
  font-family: Source Sans Pro, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 29px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: var(--deep-green-for-text);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

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

p {
  margin-bottom: 15px;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover, a.w--current {
  color: #000;
}

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

li {
  margin-bottom: -3px;
  padding-left: 8px;
}

img {
  border-radius: 3px;
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 30px;
  padding: 0 20px;
  font-size: 20px;
  line-height: 29px;
}

figcaption {
  color: #9e9e9e;
  text-align: center;
  background-color: #0000000a;
  border-radius: 3px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 2px;
  font-size: 12px;
  line-height: 18px;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #ffffff1a;
  padding-top: 40px;
  padding-bottom: 45px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.with-color-button {
  background-color: #0000001a;
  padding-bottom: 30px;
}

.navbar.white {
  background-color: #fff;
  border-bottom: 2px #003678ba;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  inset: 0% 0% auto;
  box-shadow: 0 0 33px #0003;
}

.logo-block {
  z-index: 10;
  flex: none;
  margin-left: 0%;
  margin-right: 0;
}

.logo-block.w--current {
  flex: none;
  align-items: center;
  height: 100%;
  margin-right: 0;
  display: flex;
}

.logo-block.no-menu {
  z-index: 0;
}

.nav-menu {
  z-index: 1;
  border-radius: 4px;
  flex-flow: wrap;
  justify-content: flex-start;
  margin-top: 5px;
  display: flex;
}

.nav-link {
  z-index: 11;
  filter: none;
  color: #151515;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 0;
  padding: 11px 15px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 12px;
  transition: background-color .2s, border .2s;
  position: relative;
}

.nav-link:hover {
  background-color: #0000;
  border-style: none;
  border-color: #0003;
}

.nav-link.w--current {
  color: var(--dark-red);
  font-size: 15px;
}

.nav-link.w--current:hover {
  border-style: none;
}

.nav-link.dropdown-toggle {
  filter: none;
  border-style: none;
  margin-right: 0;
  padding-right: 30px;
  font-size: 15px;
  transition: all .35s ease-in-out;
  display: inline-block;
}

.nav-link.dropdown-toggle:hover {
  filter: none;
  background-color: #ffdfdf;
  border-style: none;
  font-weight: 600;
}

.nav-link.dropdown-toggle.w--open {
  filter: none;
  background-color: #ff000017;
  border-style: none;
  border-color: #ff1f1f;
}

.nav-link.dropdown-toggle.light {
  padding-right: 30px;
}

.nav-link.dropdown-toggle.thin-light {
  padding-right: 29px;
}

.nav-link.light {
  color: #fff;
  margin-right: 2px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.nav-link.light:hover, .nav-link.light.w--current {
  border-color: #fff3;
}

.nav-link.color {
  background-color: #cfcfcf1a;
  margin-bottom: 4px;
  margin-right: 0;
  display: block;
}

.nav-link.with-color {
  color: #fff;
  background-color: #1fdb6a;
}

.nav-link.with-color:hover {
  background-color: #2f3338;
}

.nav-link.thin-light {
  color: #fff;
  margin-right: 2px;
  padding-left: 12px;
  padding-right: 12px;
}

.nav-link.thin-light.w--current {
  color: #fff;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #d39191;
  border-radius: 12px;
  margin-top: -3px;
  padding: 30px 20px 0;
  box-shadow: 0 0 16px #0000002e;
}

.dropdown-list.sidebar.w--open {
  border: 1px solid #0000001a;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 0 3px #0000;
}

.dropdown-link {
  border-radius: 6px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-size: 19px;
  font-weight: 600;
  transition: background-color .2s, color .2s;
}

.dropdown-link:hover {
  background-color: var(--dark-red);
  color: #fff;
  letter-spacing: -.2px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  box-shadow: 0 0 7px #00000061;
}

.dropdown-link.w--current {
  color: var(--dark-red);
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.container {
  position: relative;
}

.container.bottom-footer {
  background-color: #313438;
  border-radius: 4px;
  padding: 21px 21px 18px;
}

.container.footer-container {
  border: 1px solid #0000001a;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 25px;
  font-size: 13px;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f6fff;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.button.green {
  background-color: #5ec045;
}

.button.green:hover {
  background-color: #6fdd53;
}

.button.cta-button {
  float: right;
  text-align: center;
  background-color: #5ec045;
  width: 20%;
  margin-top: 5px;
  line-height: 31px;
}

.button.cta-button:hover {
  background-color: #73d65a;
}

.button.cta-button.white {
  color: #000;
  background-color: #fff;
}

.section {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.cta-section {
  color: #fff;
  background-color: #2a323f;
}

.section.blue-cta-section {
  color: #fff;
  background-color: #1f6fff;
}

.portfolio-overlay-block {
  background-color: #2c2d31cc;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: relative;
}

.portfolio-block-title {
  font-size: 18px;
  font-weight: 700;
}

.portfolio-block-subtitle {
  margin-top: 10px;
  font-size: 14px;
}

.footer {
  color: #a0a0a0;
  background-color: #3e4346;
  padding-top: 65px;
  padding-bottom: 65px;
}

.footer-column {
  padding-right: 30px;
}

.menu-button {
  color: #fff;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  transition: background-color .2s;
}

.menu-button:hover {
  background-color: #212429;
  border-color: #212429;
}

.menu-button.w--open {
  background-color: #1fdb6a;
  border-color: #1fdb6a;
}

.menu-button.blue.w--open {
  background-color: #25395e;
  border-color: #25395e;
}

.footer-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.footer-link {
  color: #949494;
  margin-top: 7px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.social {
  background-image: url('../images/Icon-facebook_1Icon-facebook.webp');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 20px;
}

.footer-link.social.youtube {
  background-image: url('../images/Icon-play-white_1Icon-play-white.webp');
}

.footer-link.social.google {
  background-image: url('../images/Icon-google_1Icon-google.webp');
}

.footer-link.social.twitter {
  background-image: url('../images/Icon-twitter_1Icon-twitter.webp');
}

.simple-footer {
  background-color: #2a2d30;
  padding-top: 45px;
}

.simple-bottom-footer {
  color: #979da5;
  background-color: #424549;
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 32px;
}

.footer-inline-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-right: 15px;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
}

.footer-inline-link:hover {
  color: #fff6;
}

.footer-social-icon {
  text-align: center;
  background-color: #4a4f53;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  margin-top: -2px;
  margin-right: 5px;
  padding-top: 5px;
  transition: background-color .2s;
}

.footer-social-icon:hover {
  background-color: #1f6fff;
}

.footer-small-social-icon {
  height: 15px;
}

.field {
  background-color: #fff3;
  border: 0 solid #000;
  border-radius: 4px;
  height: 50px;
  transition: background-color .2s;
}

.field:hover, .field:focus {
  background-color: #fff;
}

.field.area {
  height: 200px;
  padding-top: 12px;
}

.field.line {
  border-bottom-width: 2px;
  border-bottom-color: #e2e2e2;
  border-radius: 0;
  height: 46px;
  margin-bottom: 5px;
  padding-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  transition: background-color .2s, border .2s;
}

.field.line:hover {
  border-bottom-color: #b6b6b6;
}

.field.line:focus {
  border-bottom-color: #1f6fff;
}

.field.line.area {
  height: 95px;
}

.success-message {
  color: #fff;
  background-color: #5ec045;
  border-radius: 5px;
  padding-top: 30px;
}

.error-bg {
  color: #e42121;
  text-align: center;
  border-radius: 3px;
  padding-top: 12px;
  padding-bottom: 1px;
  font-size: 12px;
}

.footer-logo {
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
  line-height: 17px;
}

.footer-logo.subtitle {
  opacity: .5;
  text-transform: none;
  font-size: 11px;
  font-weight: 400;
}

.footer-social-col-right {
  text-align: right;
}

.bottom-footer-paragraph {
  float: left;
  margin-bottom: 0;
  font-size: 12px;
}

.bottom-footer-paragraph.right {
  float: right;
}

.bottom-footer-paragraph.dark {
  color: #94979e;
}

.bottom-footer-link {
  color: #91959c;
}

.bottom-footer-link:hover {
  color: #ffffffb3;
}

.bottom-footer-link.dark {
  color: #1f6fff;
  text-decoration: none;
}

.dark-field {
  background-color: #edeef1;
  border: 0 solid #000;
  border-radius: 2px;
  height: 40px;
  margin-bottom: 7px;
  padding-left: 20px;
  font-size: 13px;
  transition: box-shadow .2s, border .2s, background-color .2s;
}

.dark-field:hover {
  background-color: #dbdce2;
}

.dark-field:focus {
  background-color: #fff;
  box-shadow: 3px 3px 16px #0003;
}

.white-footer {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 16px;
}

.dark-footer-title {
  color: #1f6fff;
  text-transform: uppercase;
  margin-bottom: 21px;
  font-size: 18px;
  font-weight: 300;
}

.light-footer-link {
  color: #94979e;
  margin-bottom: 7px;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.color-social-button {
  text-align: center;
  background-color: #4e5f97;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  margin-bottom: 4px;
  margin-right: 2px;
  padding-top: 3px;
}

.color-social-button:hover {
  opacity: .8;
}

.color-social-button.twitter {
  background-color: #37a5e4;
}

.color-social-button.google {
  background-color: #e22047;
}

.footer-contact-info-block {
  color: #94979e;
  margin-top: 20px;
  font-size: 14px;
}

.bottom-footer-block {
  border-top: 1px solid #0000001a;
  margin-top: 30px;
  padding-top: 30px;
}

.bottom-footer-block.white-footer-block {
  color: #e1e1e4;
  margin-top: 40px;
}

.dark-bottom-footer {
  color: #6d7077;
  background-color: #181a1d;
  padding-top: 0;
  padding-bottom: 55px;
}

.small-footer-title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
}

.footer-row-bottom {
  margin-bottom: 50px;
}

.dropdown-icon {
  opacity: .4;
  margin-right: 10px;
}

.right-nav-menu {
  text-align: left;
  background-color: #fff;
  width: 300px;
  margin-left: 60px;
  padding: 31px;
  box-shadow: 0 0 60px #0000004d;
}

.nav-menu-content-block {
  text-align: center;
  border: 2px solid #ebeef3;
  border-radius: 4px;
  margin-top: 40px;
  padding: 20px;
}

.app-store-button {
  border-radius: 4px;
  height: 46px;
}

.app-store-link-button {
  margin-bottom: 4px;
}

.app-store-link-button:hover {
  opacity: .8;
}

.nav-paragraph {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.nav-title {
  color: #1f6fff;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.subpage-header {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#1f6fffe6, #1f6fffe6), url('../images/Photo-5_1Photo-5.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 190px;
  padding-bottom: 90px;
}

.subpage-header.ui {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Photo-2_1Photo-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 210px;
}

.subpage-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
}

.page-subtitle {
  width: 65%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  display: block;
}

.contact-popup {
  z-index: 2000;
  background-color: #1f232ae6;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.popup-block {
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  position: relative;
  box-shadow: 0 0 30px #0006;
}

.popup-contact-form {
  margin-bottom: 0;
}

.popup-title {
  margin-bottom: 30px;
  font-size: 21px;
}

.popup-close-button {
  opacity: .2;
  position: absolute;
  top: 25px;
  right: 25px;
}

.popup-close-button:hover {
  opacity: .4;
}

.close-icon {
  height: 17px;
}

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

.cta-title {
  font-size: 26px;
}

.cta-title.subtitle {
  color: #a8a8a8;
  margin-top: 20px;
  font-size: 16px;
}

.gallery-overlay-block {
  background-color: #0000;
  width: 100%;
  height: 100%;
  transition: background-color .2s;
  display: none;
}

.gallery-overlay-block:hover {
  background-color: #fff3;
}

.small-dropdown-icon {
  opacity: 1;
  margin-right: 11px;
  font-size: 12px;
}

.logo {
  height: 40px;
  margin-top: 3px;
}

.logo.responsive-menu {
  margin-top: 12px;
}

.logo.fixed {
  object-fit: cover;
  flex: none;
  height: 130px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  left: 0;
}

.dark-footer-link {
  color: #6d7077;
  margin-bottom: 7px;
  text-decoration: none;
  display: block;
}

.dark-footer-link:hover {
  color: #fff;
}

.footer-paragraph {
  margin-bottom: 0;
}

.dark-cta-title {
  float: left;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.fields-column-left {
  padding-left: 0;
}

.fields-column-right {
  padding-left: 0;
  padding-right: 0;
}

.sign-up-popup {
  z-index: 2000;
  background-color: #1f232ae6;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.popup-sign-up-form {
  width: 100%;
  margin-bottom: 0;
}

.sign-up-bottom-text {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 20px;
}

.portfolio-lightbox-overlay {
  z-index: 5000;
  background-color: #0d192eb3;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.container-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 98vw;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.wbs-button-primary-1 {
  background-color: var(--royal-blue);
  width: 100%;
  color: var(--flowstica-webflow-library--white);
  text-align: center;
  border: 3px solid #fff;
  border-radius: 6px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 13px 30px;
  font-size: 17.5px;
  font-weight: 700;
  transition: background-color .3s ease-in-out;
  box-shadow: inset 0 0 3px #ffffffb3, 0 2px 5px #0003;
}

.wbs-button-primary-1:hover {
  border-color: var(--royal-blue);
  color: #212121;
  background-color: #fff;
  box-shadow: inset 0 0 6px #dadada, 0 2px 5px #0003;
}

.wbs-button-primary-1.spec-menu {
  background-color: var(--dark-red);
  text-align: center;
  border-style: none;
  width: 100%;
  min-width: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 12px 15px 15px;
  font-size: 18px;
}

.wbs-button-primary-1.spec-menu:hover {
  background-color: var(--flowstica-webflow-library--white);
  color: #323232;
}

.wbs-button-primary-1.specborder {
  background-color: var(--dark-red);
  border-width: 0;
  border-radius: 76px;
  width: auto;
  margin-top: 0;
  box-shadow: inset 0 0 3px #ffffffb3, 0 0 5px #00000040;
}

.wbs-button-primary-1.specborder:hover {
  border-color: var(--royal-blue);
  background-color: var(--button);
  color: #000;
}

.wbs-button-primary-1.specborder.maj {
  filter: contrast(126%) hue-rotate(145deg);
  outline-offset: 0px;
  color: #fff;
  text-transform: uppercase;
  background-color: #252f9a;
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/blue-fancy_1blue-fancy.webp');
  background-position: 0 0, 0 0;
  outline: 2px solid #fff;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 28px;
  box-shadow: 0 0 11px #000;
}

.wbs-button-primary-1.specborder.maj.speciall {
  text-shadow: 0 0 8px #000;
  border-width: 2px;
  border-radius: 12px;
  padding: 18px 25px;
  font-size: 28px;
  line-height: 1.3em;
  box-shadow: 0 0 11px #ffffff4a, inset 0 0 3px #000, 0 0 8px #000000a3;
}

.wbs-button-primary-1.specborder.maj.speciall:hover {
  border-color: #fff;
}

.wbs-hero-6-lead-text {
  width: 90%;
  color: var(--flowstica-webflow-library--white);
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.35em;
}

.wbs-hero-3-title {
  color: var(--flowstica-webflow-library--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3em;
}

.wbs-section-dark {
  background-color: #010b1500;
  margin-top: 0;
  padding: 11rem 5%;
  position: relative;
  overflow: hidden;
}

.wbs-section-dark.specialservices {
  height: auto;
  margin-top: 0;
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.brix---logo-strip-image-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  width: 284px;
  min-width: 284px;
  height: 150px;
  box-shadow: inset 0 0 5px 0 #000000ab, 0 0 12px 0 #00000096, 0 1px 12px 0 var(--elements-webflow-library--general--shadow-02);
  object-fit: contain;
  background-color: #fff;
  border-radius: 16px;
  margin: 14px 16px;
  padding: 35px;
}

.brix---logo-strip-full-width {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.brix---mg-bottom-48px {
  margin-bottom: 30px;
}

.brix---inner-container-574px---center {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default {
  max-width: 1218px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.body {
  background-color: #fff;
  height: auto;
}

.brix---section-logo-strip-v6-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.brix---section-logo-strip-v6-2.partenaires {
  padding-top: 15px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 17px 8px -9px #0000005e;
}

.div-block-8 {
  margin-top: 0;
  position: relative;
}

.div-block-9 {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.pricing-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-title-wrapper.specialpage1 {
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-h1-size {
  color: #000000b8;
  text-align: center;
  text-shadow: 0 1px 5px #0000002e;
  margin-top: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 70px;
}

.heading-h1-size.middle {
  text-align: center;
  width: 140%;
  text-shadow: none;
  font-size: 44px;
}

.heading-h1-size.middle.partenaires {
  color: #fff;
  letter-spacing: 1.5px;
  text-shadow: 0 0 20px #000000ad, 0 1px 5px #0000002e;
}

.heading-h1-size.middle.specialpage1 {
  color: #000;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.35em;
}

.heading-h1-size.middle.specialpage1.specialmaconnerie {
  width: 90%;
  margin-top: 80px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.heading-h1-size.middle.specialpage1.specialmaconnerie.okkk {
  margin-bottom: 20px;
  font-family: Source Sans Pro, sans-serif;
}

.heading-h1-size.middle.specialpage1.specialmaconnerie.okkk.ok, .heading-h1-size.middle.specialpage1.specialmaconnerie.okkk.gros {
  font-weight: 700;
}

.heading-h1-size.middle.specialpage1.maconneriee {
  width: 90%;
  margin-top: 30px;
  margin-bottom: 80px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
}

.section-pricing {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 2% 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-pricing.mlmm {
  padding-bottom: 120px;
}

.color-secondary-1 {
  color: #007712;
  font-size: 48px;
  font-weight: 700;
}

.color-secondary-1.partenaires {
  color: #fff;
  text-shadow: 0 1px 6px #00000073;
}

.container-6 {
  z-index: 5;
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.pricing-detail {
  height: 30px;
  color: var(--deep-green-for-text);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 800;
  line-height: 24px;
}

.pricing-detail.partenaires {
  color: #fff;
  text-shadow: 0 0 20px #000000ad;
  font-size: 26px;
}

.div-block-59 {
  z-index: -1;
  background-image: linear-gradient(to bottom, var(--royal-blue), var(--royal-blue));
  filter: none;
  background-position: 0 0;
  position: absolute;
  inset: 0%;
}

.cell {
  border-radius: 0;
  align-items: flex-start;
}

.cell.first {
  border-right: 1px #d1d1d1;
  padding-right: 10px;
}

.cell.first.special {
  border-right-style: none;
}

.cell.first {
  border-right: 1px solid #d1d1d1;
  max-width: 650px;
  padding-right: 20px;
}

.quick-stack {
  padding: 0;
  overflow: hidden;
}

.div-block-61 {
  flex-flow: column;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.second {
  padding-left: 10px;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-heading-detail-small.specbig {
  color: #217446;
  font-size: 18px;
}

.f-heading-detail-small.specbig.specgreen {
  color: var(--dark-red);
  display: block;
}

.f-heading-detail-small.specbig.specgreen.specialservicesss {
  font-size: 20px;
  display: none;
}

.f-heading-detail-small.specbig {
  color: #277b4d;
  font-size: 18px;
  line-height: 25px;
}

.f-heading-detail-small.specbig.nn {
  color: var(--red-text);
}

.f-content-image-wrapper-large {
  border-radius: 12px;
  align-items: center;
  width: 100%;
  height: 460px;
  display: flex;
  overflow: visible;
}

.f-content-image-wrapper-large.spec {
  height: 420px;
}

.f-content-image-wrapper-large.spec.special2 {
  justify-content: flex-end;
  height: 420px;
}

.f-content-image-wrapper-large.spec.special2.specialleft {
  justify-content: flex-start;
}

.f-content-image-wrapper-large.spec.special2.specialleft.reverse {
  border: 1px #000;
}

.f-content-image-wrapper-large.spec.special2.spec4 {
  height: 650px;
  margin-top: -180px;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-image-cover {
  object-fit: cover;
  object-position: 50% 65%;
  border-radius: 12px;
  width: 100%;
  max-width: 700px;
  height: 90%;
  margin-right: 30px;
  box-shadow: 0 0 6px #000;
}

.f-image-cover.spec1 {
  border: 1px #000;
  margin-left: 0;
  margin-right: 0;
}

.f-image-cover.spec1.dallage {
  filter: brightness(175%);
}

.f-image-cover.spec1.dallage.couvv {
  filter: none;
}

.f-image-cover.spec4.speci {
  box-shadow: none;
  object-fit: contain;
  margin-top: 40%;
}

.f-image-cover.spec1 {
  object-fit: cover;
  object-position: 50% 65%;
  max-width: none;
  height: 100%;
  margin-top: 0%;
  margin-left: 0;
  margin-right: 0;
  bottom: auto;
  box-shadow: 0 0 6px #000;
}

.div-block-31.spec44.special2.specialservices {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-margin-bottom-12 {
  margin-bottom: 8px;
}

.f-margin-bottom-12.specialservices {
  text-align: center;
  width: 100%;
}

.f-section-large {
  margin-top: 0;
  padding: 70px 4% 0;
  position: relative;
}

.top-margin {
  margin-top: 40px;
}

.top-margin.less-space {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.top-margin.less-space._2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-margin.less-space._2.text {
  align-items: flex-start;
  margin-top: 25px;
  margin-bottom: 50px;
}

.f-paragraph-large {
  color: #000;
  letter-spacing: -.02em;
  width: 100%;
  max-width: 800px;
  margin-bottom: 45px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35em;
}

.f-paragraph-large.specialservices {
  color: #000;
  max-width: none;
  font-size: 25px;
}

.f-paragraph-large.specioo {
  max-width: none;
}

.f-grid-two-column {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: start;
}

.f-grid-two-column.spec4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: .75fr 1fr;
}

.f-grid-two-column.reverse {
  grid-template-columns: 1fr 1.25fr;
}

.f-grid-two-column.specialservices {
  grid-template-columns: 1.25fr;
}

.f-h3-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 1.2;
}

.f-h3-heading.spec22 {
  text-shadow: 1px 2px 5px #0003;
  margin-bottom: 35px;
}

.f-h3-heading.spec22.specmob {
  font-weight: 600;
}

.f-h3-heading.spec22.specmob.specialservices {
  color: var(--dark-red);
  text-align: center;
}

.f-h3-heading.spec22 {
  text-shadow: 1px 2px 5px #0003;
  margin-bottom: 35px;
  line-height: 1.25;
}

.f-container-regular {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-2 {
  border-radius: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-2.prallax {
  border-top: 1px #fff;
  border-bottom: 1px #fff;
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  box-shadow: 0 0 12px #000000ab, inset 0 0 20px -8px #000;
}

.section-2.prallax.hide {
  display: block;
}

.section-2.prallax.hide.specialpageville {
  flex-flow: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.container-7 {
  max-width: 95%;
}

.align-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.show-text {
  color: #fff;
  text-transform: capitalize;
  font-family: Source Sans Pro, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 45px;
}

.show-text._10px {
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 30px;
}

.show-text._10px.specialpageville {
  margin-bottom: 0;
}

.bold-text-3 {
  letter-spacing: 1.5px;
  text-transform: none;
  font-family: Source Sans Pro, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.bold-text-3.specialpageville {
  font-size: 45px;
  line-height: 1.3em;
}

.div-block-62 {
  z-index: -1;
  filter: saturate(120%) hue-rotate(145deg) brightness(48%) blur(1px);
  background-image: url('../images/big-blue-fancy_1big-blue-fancy.webp');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.div-block-26 {
  justify-content: center;
  display: flex;
}

.html-embed-3 {
  width: 80%;
}

.html-embed-3.hide {
  display: block;
}

.image-16 {
  z-index: -1;
  opacity: 1;
  filter: invert() saturate(200%) hue-rotate(104deg) blur(2px);
  object-fit: cover;
  object-position: 50% 70%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 400%;
  max-width: 1500%;
  height: 400%;
  position: absolute;
  inset: 0%;
}

.div-block-70 {
  flex-flow: column;
  display: flex;
}

.lynx-heading-footer-white {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  text-shadow: 0 0 8px #0000005c;
  margin-bottom: 22px;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

.paragraph {
  color: #fff;
  text-shadow: 0 0 20px #00000069, 0 1px 7px #00000096;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.lynx-link-footer-large-white {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 1px 7px #00000096;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 12.5px;
  line-height: 140%;
  text-decoration: none;
  transition: all .4s;
}

.lynx-link-footer-large-white:hover {
  color: #ff9a9a;
  transform: scale(1.15);
}

.lynx-link-footer-large-white.w--current:hover {
  color: #ff9a9a;
}

.lynx-logo-footer {
  background-color: #fff;
  border-radius: 20px;
  width: 225px;
  margin-top: -30px;
  margin-bottom: 30px;
  padding: 10px;
}

.html-embed-6 {
  margin-top: 10px;
  margin-bottom: 30px;
  display: block;
}

.html-embed-6.spec1 {
  display: none;
}

.lynx-grid-footer-dark {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 15px;
}

.div-block-54 {
  justify-content: center;
  width: 225px;
  display: flex;
}

.lynx-block-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 80px;
  display: flex;
}

.lynx-block-footer.spec1 {
  margin-right: 80px;
  padding-right: 0;
}

.lynx-block-footer.spec1.spec0 {
  margin-right: 0;
}

.div-block-69 {
  margin-top: -20px;
  display: flex;
}

.div-block-45 {
  border-top: 1px #fff;
  margin-top: 0;
  padding-top: 0;
}

.link-block-6 {
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  inset: 0%;
}

.footer-icon {
  filter: brightness(200%);
  background-image: url('../images/phone-call-4_1phone-call (4).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-icon.addres {
  background-image: url('../images/placeholder-1_1placeholder (1).webp');
  background-size: 60px;
}

.footer-icon.email {
  background-image: url('../images/enveloppe_1enveloppe.avif');
  background-size: 60px;
}

.div-block-47 {
  justify-content: center;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 19px;
  display: flex;
}

.biger {
  color: #000;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
}

.biger.special1 {
  z-index: 100;
  color: #fff;
  text-shadow: 0 1px 7px #000;
  font-family: Source Sans Pro, sans-serif;
  font-size: 23px;
  text-decoration: none;
}

.biger._1._2 {
  z-index: 100;
  color: #fff;
  text-shadow: 0 1px 7px #000;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 500;
  position: static;
}

.biger._1._2.specmiddlemobilestretch {
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
}

.biger._2._3 {
  color: #fff;
  text-shadow: 0 1px 7px #000;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.html-embed-7 {
  margin-top: 10px;
  margin-bottom: 30px;
  display: block;
}

.html-embed-7.speciii {
  margin-bottom: 30px;
}

.div-block-55 {
  transition: all .325s;
}

.div-block-55:hover {
  transform: scale(1.12);
}

.html-embed-8 {
  margin-top: 10px;
  margin-bottom: 30px;
  display: block;
}

.lynx-block-footer-down {
  border-top: 1px #dfdad2;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 35px;
  display: flex;
}

.lynx-text-footer-dark {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  text-shadow: 0 1px 7px #00000096;
  font-family: Source Sans Pro, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-link-footer-dark {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  text-shadow: 0 1px 7px #00000096;
  font-family: Source Sans Pro, sans-serif;
  font-size: 12px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-dark:hover {
  color: #fff;
}

.newfooter1 {
  z-index: 1;
  background-color: var(--footer);
  width: 100%;
  box-shadow: none;
  object-position: 50% 50%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  overflow: hidden;
}

.hide {
  display: none;
}

.video {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: relative;
}

.text-block-31 {
  color: #151515;
  letter-spacing: 1px;
  font-size: 17px;
}

.brix---link-wrapper {
  color: #211f54;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s, color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  transform: scale(1.03)translate(0);
}

.brix---header-top-wrapper {
  filter: contrast(126%) hue-rotate(145deg);
  background-color: #252f9a;
  background-image: linear-gradient(#0000006e, #0000006e), url('../images/big-blue-fancy_1big-blue-fancy.webp');
  background-position: 0 0, 0 0;
  border-bottom: 1px #eff0f6;
  width: 100vw;
  padding: 13px 30px 12px;
}

.brix---link-icon-left {
  filter: brightness(200%) saturate(0%) brightness(200%);
  color: #fff;
  margin-right: 9px;
}

.brix---top-header-right-col {
  filter: hue-rotate(314deg);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---mg-left-24px---mg-top-16px-mbp {
  margin-left: 24px;
  display: flex;
}

.brix---grid-header-top {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---social-icon-square-30px {
  filter: grayscale();
  background-color: #e9eaff;
  border: 1px solid #bfbcff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: translate(0, -5px)scale(1.1);
}

.brix---link-text {
  color: #fff;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: color .3s;
  display: inline-block;
}

.brix---link-text:hover {
  color: #fff;
}

.brix---top-header-left-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---social-media-grid-right---mbl-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  filter: saturate(137%) hue-rotate(102deg);
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
  display: flex;
}

.div-block-88 {
  flex-flow: column;
  width: 100vw;
  display: flex;
}

.div-block-89 {
  justify-content: center;
  width: 97%;
  min-width: 100vw;
  height: 138px;
  display: flex;
  box-shadow: 0 0 6px -1px #0003;
}

.div-block-90 {
  z-index: 4;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-91 {
  z-index: 5;
  background-color: #00000045;
  background-image: linear-gradient(#0009, #0009);
  position: absolute;
  inset: 0%;
}

.div-block-101 {
  width: 100%;
  height: 180px;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-102 {
  z-index: 999;
  width: 100%;
}

.image-24 {
  border-radius: 0;
  width: 100%;
}

.image-24.specialcontact {
  margin-top: 0;
}

.html-embed-10 {
  width: 80%;
}

.div-block-106 {
  margin-top: -25px;
  padding-right: 20px;
}

.f-cta-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.div-block-107 {
  border-right: 1px solid #fff;
  align-items: center;
  height: 100%;
  padding-right: 0;
  display: flex;
}

.f-paragraph-regular-3 {
  color: #fff;
  letter-spacing: .5px;
  text-shadow: 0 1px 6px #0003, 0 0 20px #00000069;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
}

.f-section-regular-3 {
  z-index: 5;
  background-color: #00eeea87;
  background-image: none;
  background-size: auto;
  padding: 55px 4.5% 40px;
  position: relative;
  box-shadow: 0 0 12px #000000a1;
}

.f-margin-bottom-17 {
  margin-bottom: 18px;
}

.link-7 {
  color: #fff;
  text-shadow: 0 0 20px #00000069, 0 1px 6px #0003;
  font-weight: 600;
  line-height: 1.35em;
}

.f-grid-two-column-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  align-items: center;
  margin-left: -40px;
}

.f-form-button {
  filter: brightness(106%);
  outline-offset: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-shadow: 1px 1px 4px #71484945;
  background-color: #a63700;
  background-image: url('../images/Marble-background-min_1Marble-background-min.webp');
  background-position: 0 0;
  background-size: auto;
  border: 2px solid #fff;
  border-radius: 12px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 0 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: inset 0 0 5px #0000006e, 0 0 5px #0000006e;
}

.f-form-button:hover {
  background-color: #255625;
}

.f-form-button:active {
  background-color: #000;
}

.f-h4-heading {
  color: #fff;
  letter-spacing: -.02em;
  text-shadow: 1px 1px 3px #000000bf;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 31px;
  font-weight: 600;
  line-height: 42px;
}

.f-h4-heading.title {
  color: #232323;
  text-shadow: 1px 1px 3px #00000038;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.3em;
}

.f-h4-heading.title.first {
  margin-bottom: 10px;
}

.f-h4-heading.title.second {
  color: #fff;
  margin-bottom: 15px;
  padding-left: 0;
}

.div-block-40 {
  display: none;
}

.f-input-outlined {
  color: #000;
  border: 2px solid #fff;
  border-radius: 8px;
  min-width: 250px;
  min-height: 42px;
  margin-bottom: 0;
  padding: 12px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: inset 0 0 5px #0000006e, 0 0 5px #0000006e;
}

.f-input-outlined:focus {
  border-color: #b6b9ce;
}

.f-input-outlined::placeholder {
  color: #585858;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.f-margin-bottom-74 {
  margin-bottom: 8px;
}

.div-block-27 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22em;
  margin-left: 15px;
  padding-top: 30px;
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  display: none;
}

.f-cta-form-block {
  max-width: 100%;
  margin-bottom: 8px;
}

.div-block-35 {
  width: 100%;
  max-width: 42em;
  margin-top: -10px;
  margin-left: 10px;
}

.text-block-22 {
  font-size: 44px;
}

.text-block-22.spec888 {
  margin-bottom: 37px;
  font-size: 28px;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-5 {
  padding-top: 0;
}

.f-paragraph-small-2 {
  color: #fff;
  letter-spacing: -.01em;
  max-width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.3em;
}

.f-paragraph-large-2 {
  color: #585858;
  letter-spacing: -.02em;
  width: 100%;
  max-width: 800px;
  margin-bottom: 50px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
}

.f-paragraph-large-2.mentions {
  max-width: 100%;
  padding-top: 2em;
  padding-left: 2%;
  padding-right: 2%;
}

.f-paragraph-large-2.blog {
  color: #000;
  max-width: 95%;
  font-size: 24px;
  line-height: 1.3em;
}

.image-27 {
  width: 100%;
}

.div-block-116 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-117 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-118, .div-block-119 {
  justify-content: center;
  display: flex;
}

.image-33 {
  z-index: 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.navbar-2 {
  display: none;
}

.brix---container-default-2 {
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
  max-width: 98%;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---link-wrapper-2 {
  color: #211f54;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s, color .3s;
  display: flex;
}

.brix---link-wrapper-2:hover {
  color: #8f5d00;
  transform: scale(1.03)translate(0, -5px);
}

.brix---header-top-wrapper-2 {
  border-bottom: 1px solid #eff0f6;
  padding-top: 15px;
  padding-bottom: 15px;
}

.brix---link-icon-left-2 {
  filter: saturate(200%) hue-rotate(160deg);
  margin-right: 9px;
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
}

.brix---link-text-2 {
  color: #1f2022;
  transition: color .3s;
  display: inline-block;
}

.brix---link-text-2:hover {
  color: #8f5d00;
}

.image-35 {
  outline-offset: 0px;
  outline: 3px #d9d9d9;
  width: 280px;
  max-width: none;
  margin: -20px 0 -15px;
  display: block;
}

.image-35._1 {
  width: 240px;
  margin-top: -20px;
  margin-bottom: -10px;
  margin-right: 0;
}

.utility-page-wrap {
  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;
}

.columns-5 {
  justify-content: space-between;
  width: 97vw;
  display: flex;
}

.column-9 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-11 {
  justify-content: flex-end;
  align-items: center;
  height: 135px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-37 {
  color: #fff;
  flex-flow: row;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
}

.text-block-37.specialmacon {
  color: #000;
}

.bold-text-52 {
  color: var(--red-text);
  font-size: 44px;
}

.f-h3-heading-2 {
  color: #000;
  letter-spacing: -.02em;
  width: 75%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}

.f-gallery-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-section-large-5 {
  margin-top: 0;
  padding: 92px 5% 40px;
  position: relative;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-container-regular-7 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-gallery-image-s {
  height: 300px;
  box-shadow: none;
  overflow: visible;
}

.f-gallery-lightbox {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 1px 7px #0000008a;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-image-cover-2 {
  width: 100%;
  height: 100%;
  box-shadow: none;
  object-fit: cover;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-heading-detail-small-2 {
  color: var(--dark-red);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.uui-text-size-large-3copy {
  color: #202020;
  letter-spacing: normal;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.25em;
}

.uui-contact03_formcopy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.uui-contact03_componentcopy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-contact03_itemcopy {
  align-items: center;
  display: flex;
  position: relative;
}

.uui-button-3copy {
  grid-column-gap: .5rem;
  background-color: var(--footer);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #dfdfdf;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-3copy:hover {
  background-color: #242424;
  border-color: #b6b6b6;
}

.uui-button-3copy:focus {
  background-color: #444;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.success-message-2copy {
  background-color: #d6ffd7;
  border: 1px solid #008518;
  border-radius: 18px;
  margin-top: 1.5rem;
  padding: 1.5rem;
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.error-textcopy {
  color: #cf0000;
}

.uui-form_inputcopy {
  color: #555;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_inputcopy:focus {
  color: #101828;
  border-color: #000;
  box-shadow: 0 1px 2px #1018280d, 0 0 9px -5px #000;
}

.uui-form_inputcopy::placeholder {
  color: #667085;
}

.uui-form_inputcopy.text-area {
  color: #555;
  height: auto;
  min-height: 7rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-text-style-link-02copy {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
}

.error-message-2copy {
  text-align: center;
  border: 2px solid red;
  border-radius: 12px;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
  font-family: Bitter, serif;
  font-size: 15px;
  font-weight: 700;
}

.uui-container-large-5copy {
  width: 90%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge-6copy {
  padding-top: 0;
  padding-bottom: 0;
}

.uui-contact03_contact-listcopy {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.uui-space-xsmall-2copy {
  width: 100%;
  min-height: 1rem;
}

.uui-contact03_contentcopy {
  border-right: 1px solid #bbb;
  width: 103%;
  padding-right: 35px;
}

.uui-icon-1x1-xsmall-4copy {
  color: #00102b;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: 5px;
  display: flex;
}

.success-textcopy {
  font-family: Bitter, serif;
  font-size: 16px;
  font-weight: 600;
}

.uui-form-field-wrappercopy {
  position: relative;
}

.uui-contact03_form-wrappercopy {
  flex-direction: column;
  align-items: center;
  width: 95%;
  display: flex;
}

.text-block-16copy {
  display: none;
}

.uui-contact03_icon-wrappercopy {
  color: #7f56d9;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.section-contact-a-copier {
  padding-top: 0;
}

.section-contact-a-copier.upspace {
  padding-top: 4em;
  padding-bottom: 4em;
}

.uui-field-labelcopy {
  color: #000;
  margin-bottom: .5rem;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-page-padding-5copy {
  width: 100%;
  margin-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.uui-heading-medium-3copy {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
}

.link-8, .link-8:hover {
  color: #fff;
}

.bold-text-54 {
  text-transform: none;
}

.bold-text-54.specialpageville {
  font-size: 45px;
  line-height: 1.3em;
}

.heading-3 {
  color: #000;
}

.heading-4 {
  color: var(--dark-red);
}

.heading-5 {
  color: #000;
}

.specialservicess {
  font-size: 40px;
}

.left-arrow, .right-arrow, .icon-7, .icon-8 {
  display: none;
}

.slide {
  background-image: url('../images/0101-min.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/0202-min.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/0303-min.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/0404-min.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/0505-min.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/0606-min.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/0707-min.webp');
  background-position: 50%;
  background-size: cover;
}

.text-block-26 {
  font-size: 18px;
  font-weight: 700;
}

.wbs-hero-6-lead-text-2 {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
}

.wbs-form-input {
  color: #000;
  border: 1px solid #010b151f;
  border-radius: 10px;
  height: 3.125rem;
  margin-bottom: 5px;
  padding: 10px 15px;
  font-size: 18px;
  transition: border .3s ease-in-out;
  box-shadow: 0 2px 5px #0000000d;
}

.wbs-form-input:focus {
  border-color: #ff9fbc;
}

.wbs-form-input::placeholder {
  color: #6c6c6c;
}

.wbs-form-input.message {
  height: 6.25rem;
}

.wbs-success-message {
  color: #fff;
  text-align: center;
  background-color: #009c4f;
  border-radius: 6px;
  padding: 15px;
}

.wbs-cta-6-content-bottom {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: flex-start;
  margin-bottom: 0;
  line-height: 1.3em;
  display: flex;
}

.wbs-cta-6-content-bottom.spec {
  margin-bottom: 0;
}

.image-28 {
  z-index: -2;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.wbs-form-block {
  background-color: #fff;
  border: 3px solid #cd0000;
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  padding: 25px 30px 40px;
  display: flex;
  box-shadow: inset 0 0 5px #000, 0 0 12px #00000036, 0 2px 5px #0003;
}

.fcp-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  display: flex;
}

.wbs-cta-6-content-bottom-icon {
  height: 18px;
  margin-right: 4px;
  position: relative;
  bottom: -3px;
}

.wbs-hero-3-title-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
}

.wbs-heading-h5 {
  color: #000;
  margin-top: 0;
  margin-bottom: .25em;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3em;
}

.wbs-form-label {
  color: #000;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 21px;
}

.div-block-103 {
  z-index: -1;
  background-color: #000000b8;
  position: absolute;
  inset: 0%;
}

.text-block-27 {
  font-size: 17px;
  font-weight: 700;
}

.wbs-error-message {
  color: #fff;
  text-align: center;
  background-color: #e92222;
  border-radius: 6px;
  padding: 15px 20px;
}

.fcp-section {
  width: 100vw;
  height: auto;
  margin-top: 0;
  padding: 5em 2em 6em;
  position: relative;
}

.button-2 {
  filter: hue-rotate(129deg);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 0 16px #000, 0 0 16px #000, 0 0 8px #000, 0 0 6px #000;
  background-color: #090642;
  background-image: url('../images/big-blue-fancy_1big-blue-fancy.avif');
  background-position: 0 30%;
  background-size: 120%;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 17px 23px 15px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
  display: inline-block;
  box-shadow: inset 0 0 6px -1px #000, 1px 2px 8px -2px #000000db;
}

.button-2:hover {
  color: #fff;
  transform: scale(1.05)translate(0, -6px);
}

.button-2.specmenu {
  filter: none;
  text-shadow: 0 0 3px #000;
  background-color: #cd0000;
  background-image: none;
  margin-top: 2em;
  margin-bottom: 20px;
  font-size: 20px;
}

.heading-6 {
  color: #fff;
  margin-top: 50px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2em;
}

.code-embed {
  color: #000;
}

.bold-text-55 {
  color: var(--red-text);
}

.div-block-120 {
  background-image: url('../images/fond-blanc-min_1.avif');
  background-position: 0 0;
  background-size: contain;
  border: 3px solid #f40000;
  border-radius: 9px;
  margin-top: 30px;
  padding: 0;
  box-shadow: 0 0 12px #0003, 0 0 8px #00000030;
}

.image-36 {
  filter: brightness(0%);
  width: 90px;
  margin-left: -15px;
}

.text-block-39 {
  font-size: 45px;
  font-weight: 900;
  text-decoration: none;
}

.link-block-9 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 30em;
  padding: 30px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 7px #00000078;
}

.text-block-40 {
  color: #000;
  align-items: center;
  font-family: Source Sans Pro, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
}

.text-block-40.spooo {
  font-size: 35px;
}

.image-37 {
  filter: brightness(0%);
  object-fit: contain;
  width: 50px;
  margin-right: 25px;
}

.image-37.spooo {
  width: 40px;
  margin-right: 15px;
}

.div-block-121 {
  background-image: url('../images/fond-blanc-min_1.avif');
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 7px;
  justify-content: center;
  max-width: 28.5em;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 15px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 16px #000, inset 0 0 6px -1px #000000c2;
}

.div-block-121.special {
  max-width: 34em;
  margin-top: 25px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.div-block-121.ok {
  margin-bottom: 80px;
}

.div-block-121.specioo {
  border-radius: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0 0 12px #00000087, 0 0 11px #ffffff4a, inset 0 0 3px #00000057;
}

.text-block-41 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
}

.div-block-122 {
  margin-bottom: 25px;
}

.div-block-122.final {
  margin-bottom: 0;
}

.imagesdiv1 {
  filter: saturate(170%);
  object-fit: cover;
  border-radius: 12px;
  width: 28%;
  max-width: 350px;
  margin-left: 25px;
  margin-right: 25px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 0 6px #0000008c;
}

.div-block-123 {
  justify-content: center;
  display: flex;
}

.div-block-124 {
  justify-content: center;
  align-items: center;
  min-width: 35em;
  display: flex;
}

.text-block-42 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 15px;
  font-size: 24px;
  font-weight: 900;
}

.div-block-125 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-125.blog {
  flex-flow: column;
  align-items: flex-start;
}

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

.div-block-129 {
  justify-content: space-around;
  align-items: stretch;
  width: 80%;
  margin-bottom: 10px;
  padding-top: 35px;
  display: flex;
}

.image-38 {
  filter: invert();
  height: 100px;
}

.div-block-130 {
  flex-flow: column;
  width: 80%;
  display: flex;
}

.section-6 {
  justify-content: center;
  padding-bottom: 50px;
  display: flex;
}

.uui-container-large-8 {
  width: 95%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav-2 {
  inset: auto 0% -150px;
}

.slide-8 {
  background-color: #fff;
  width: 25%;
  overflow: visible;
}

.text-block-35 {
  color: var(--red-text);
}

.wbs-blog-image {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
}

.wbs-blog-title {
  color: #010b15;
  flex: 0 auto;
  margin-top: 0;
  font-size: 18px;
  line-height: 1.3em;
}

.left-arrow-2 {
  margin-top: -120px;
  margin-left: -80px;
}

.wbs-button-link-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #010b15;
  border-radius: 6px;
  flex: 1;
  align-items: flex-end;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.wbs-section-4 {
  padding: 1rem 5% 0;
}

.uui-heading-large-3 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-text-size-large-7 {
  color: #3f3f3f;
  text-align: center;
  letter-spacing: normal;
  max-width: 90%;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  line-height: 1.3em;
}

.text-block-34, .text-block-33 {
  color: var(--red-text);
}

.right-arrow-2 {
  margin-top: -120px;
  margin-right: -80px;
}

.div-block-39 {
  width: 100%;
}

.mask {
  background-color: #fff;
  padding-top: 15px;
  padding-left: 2px;
  padding-right: 2px;
  overflow: hidden;
}

.wbs-blog-info {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 15px;
  display: flex;
}

.uui-max-width-large-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 2em;
  display: flex;
}

.icon {
  filter: invert();
}

.slider-2 {
  min-height: 400px;
  overflow: visible;
}

.wbs-blog-content {
  flex: 0 auto;
  height: 3.9em;
  max-height: 3.9em;
  margin-bottom: 8px;
  line-height: 1.3em;
  overflow: hidden;
}

.uui-heading-subheading-4 {
  color: var(--red-text);
  text-align: center;
  margin-bottom: .75rem;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.wbs-button-link-icon-image-2 {
  height: 20px;
}

.wbs-blog-item {
  color: #010b15;
  border: 0 #000;
  width: 100%;
  min-width: 25%;
  padding-left: 7px;
  padding-right: 7px;
  text-decoration: none;
}

.uui-space-small-3 {
  width: 100%;
  min-height: 1rem;
}

.wbs-blog-image-wrap {
  aspect-ratio: 3 / 2;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 6px #0000005c;
}

.uui-padding-vertical-xhuge-10 {
  padding-top: 2rem;
  padding-bottom: 0;
}

.uui-padding-vertical-xhuge-11 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.uui-padding-vertical-xhuge-11.specblog {
  padding-top: 1.5rem;
  padding-bottom: 0;
  overflow: hidden;
}

.text-block-36 {
  color: var(--red-text);
}

.f-grid-two-column-4 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
}

.div-block-112.spec44.special2 {
  min-width: 58%;
}

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

.image-21.pourmobile {
  display: none;
}

.f-content-image-wrapper-large-2 {
  border-radius: 12px;
  align-items: center;
  width: 100%;
  height: 460px;
  display: flex;
  overflow: visible;
}

.f-content-image-wrapper-large-2.spec {
  height: 420px;
}

.f-content-image-wrapper-large-2.spec.special2 {
  justify-content: flex-end;
  max-width: 95%;
  height: 420px;
  overflow: hidden;
  box-shadow: 0 2px 5px #00000075;
}

.f-content-image-wrapper-large-2.spec.special2.specialleft {
  justify-content: flex-start;
}

.f-content-image-wrapper-large-2.spec.special2.specialleft.article {
  box-shadow: none;
  display: flex;
}

.wbs-button-primary-2 {
  color: #fff;
  text-align: center;
  background-color: #2e8b57;
  border: 3px solid #fff;
  border-radius: 6px;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 13px 30px;
  font-size: 17.5px;
  font-weight: 700;
  transition: background-color .3s ease-in-out;
  box-shadow: inset 0 0 3px #ffffffb3, 0 2px 5px #0003;
}

.wbs-button-primary-2:hover {
  color: #212121;
  background-color: #fff;
  border-color: #2e8b57;
  box-shadow: inset 0 0 6px #dadada, 0 2px 5px #0003;
}

.wbs-button-primary-2.specborder {
  background-color: #007c08;
  border-width: 0;
  border-radius: 76px;
  width: auto;
  box-shadow: inset 0 0 3px #ffffffb3, 0 0 5px #00000040;
}

.wbs-button-primary-2.specborder:hover {
  color: #16791d;
  background-color: #fff;
  border-color: #2e8b57;
}

.f-h3-heading-3 {
  color: #000;
  letter-spacing: -.02em;
  max-width: 95%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
}

.f-h3-heading-3.spec22 {
  text-shadow: 1px 2px 5px #0003;
  margin-bottom: 35px;
  line-height: 1.25;
}

.f-container-regular-8 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-2 {
  padding: 70px 4% 60px;
  position: relative;
}

.f-image-cover-3 {
  object-fit: cover;
  object-position: 50% 65%;
  border-radius: 12px;
  width: 100%;
  max-width: 700px;
  height: 90%;
  margin-right: 30px;
  box-shadow: 0 0 6px #000;
}

.f-image-cover-3.spec1 {
  object-fit: cover;
  object-position: 50% 65%;
  max-width: none;
  height: 100%;
  margin-top: 0%;
  margin-left: 0;
  margin-right: 0;
  bottom: auto;
  box-shadow: 0 0 6px #000;
}

.f-image-cover-3.spec1.article {
  box-shadow: none;
}

.f-margin-bottom-75 {
  margin-bottom: 16px;
}

.f-margin-bottom-76 {
  margin-bottom: 10px;
}

.div-block-131 {
  flex-flow: row;
  align-items: center;
  margin-top: 20px;
  margin-left: 30px;
  display: flex;
}

.div-block-132 {
  flex-flow: row;
  display: flex;
}

html.w-mod-js [data-ix="hide-block-title"] {
  opacity: 0;
  transform: translate(0, -10px);
}

html.w-mod-js [data-ix="hide-block-description"] {
  opacity: 0;
  transform: translate(0, 10px);
}

html.w-mod-js [data-ix="hide-block-button"] {
  opacity: 0;
}

html.w-mod-js [data-ix="hide-block-overlay"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="fade-in-on-load"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="fade-in-on-load-2"], html.w-mod-js [data-ix="fade-in-on-load-3"], html.w-mod-js [data-ix="fade-in-on-load-4"] {
  opacity: 0;
}

html.w-mod-js [data-ix="fade-in-on-scroll"], html.w-mod-js [data-ix="fade-in-on-scroll-2"], html.w-mod-js [data-ix="fade-in-on-scroll-3"], html.w-mod-js [data-ix="slide-title"], html.w-mod-js [data-ix="slide-title-2"], html.w-mod-js [data-ix="slide-title-3"], html.w-mod-js [data-ix="slide-title-4"] {
  opacity: 0;
  transform: translate(0, 20px);
}

html.w-mod-js [data-ix="mockup-fade-in"], html.w-mod-js [data-ix="mockup-fade-in-2"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="mockup-move"] {
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-zoom"], html.w-mod-js [data-ix="fade-in-zoom-2"], html.w-mod-js [data-ix="fade-in-zoom-3"] {
  opacity: 0;
  transform: scale(.9);
}

html.w-mod-js [data-ix="hide-popup"] {
  opacity: 0;
  display: none;
  transform: scale(1.1);
}

html.w-mod-js [data-ix="hide-gallery-overlay"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="fade-in-on-load-5"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="hide-lightbox"] {
  opacity: 0;
  display: none;
}

@media screen and (min-width: 1440px) {
  .navbar.white {
    position: static;
  }

  .div-block-8 {
    margin-top: 0;
  }

  .image-16 {
    object-position: 50% 55%;
  }

  .f-content-image-wrapper-large-2 {
    height: 600px;
  }
}

@media screen and (max-width: 991px) {
  li {
    font-size: 20px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .navbar.with-color-button {
    padding-bottom: 20px;
  }

  .navbar.white {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .nav-menu {
    background-color: #292c31;
    border-radius: 0;
    margin-top: 0;
  }

  .nav-link {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #000;
  }

  .nav-link.dropdown-toggle {
    color: #fff;
  }

  .nav-link.light {
    border-color: #0000;
    border-radius: 0;
    width: 100%;
    max-width: 1500px;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px;
  }

  .nav-link.light:hover {
    background-color: #000;
  }

  .nav-link.light.w--current {
    border-color: #0000;
  }

  .nav-link.color {
    color: #000;
    border-radius: 60px;
    padding-left: 25px;
  }

  .nav-link.color:hover {
    color: #fff;
  }

  .dropdown {
    width: 100%;
    max-width: 1500px;
  }

  .dropdown-list.w--open {
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 0 #0000;
  }

  .dropdown-link {
    padding-left: 35px;
  }

  .container.footer-container {
    font-size: 12px;
    line-height: 20px;
  }

  .button.cta-button {
    width: 30%;
    margin-top: 15px;
  }

  .section {
    padding: 45px;
  }

  .portfolio-block-title {
    font-size: 16px;
    line-height: 19px;
  }

  .portfolio-block-subtitle {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 18px;
  }

  .footer {
    padding: 45px;
  }

  .menu-button {
    margin-right: 20px;
  }

  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }

  .white-footer {
    padding-left: 45px;
    padding-right: 45px;
  }

  .dark-bottom-footer {
    padding-bottom: 45px;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 12px;
    line-height: 20px;
  }

  .dropdown-icon {
    margin-right: 30px;
  }

  .right-nav-menu {
    z-index: 2000;
  }

  .subpage-header {
    padding: 140px 45px 60px;
  }

  .subpage-header.ui {
    padding: 150px 45px 50px;
  }

  .page-subtitle {
    width: 80%;
  }

  .cta-column-right {
    padding-top: 30px;
  }

  .cta-title {
    font-size: 28px;
    line-height: 24px;
  }

  .small-dropdown-icon {
    margin-right: 21px;
  }

  .logo.fixed {
    margin-top: -20px;
  }

  .transparant-menu-button {
    color: #fff;
    text-align: center;
    background-color: #0000001a;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .transparant-menu-button:hover {
    background-color: #0000004d;
  }

  .transparant-menu-button.w--open {
    background-color: #000;
  }

  .dark-cta-title {
    width: 60%;
  }

  .wbs-button-primary-1.specborder.maj {
    padding: 15px 30px;
    font-size: 22px;
  }

  .wbs-hero-6-lead-text {
    font-size: 18px;
  }

  .wbs-hero-3-title {
    font-size: 24px;
    line-height: 1.2em;
  }

  .wbs-hero-3-title.specialservices.actu {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 42px;
  }

  .wbs-section-dark {
    margin-top: 9.5em;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .wbs-section-dark.specialservices {
    margin-top: 0;
  }

  .brix---logo-strip-image-card {
    border-radius: 12px;
    width: 180px;
    min-width: 180px;
    height: 110px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 20px;
  }

  .brix---section-logo-strip-v6-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---section-logo-strip-v6-2.partenaires {
    padding-top: 0;
    padding-bottom: 25px;
  }

  .div-block-8 {
    margin-top: 9em;
  }

  .pricing-title-wrapper {
    margin-bottom: 20px;
    padding-top: 15px;
  }

  .heading-h1-size {
    text-align: left;
    font-size: 34px;
    line-height: 47px;
  }

  .heading-h1-size.middle {
    margin-bottom: 0;
    font-size: 28px;
  }

  .heading-h1-size.middle.partenaires {
    font-size: 22px;
    line-height: 25px;
  }

  .section-pricing {
    background-image: none;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .color-secondary-1 {
    font-size: 28px;
  }

  .color-secondary-1.partenaires {
    text-shadow: 0 0 20px #00000061, 0 1px 6px #00000073;
    font-size: 23px;
  }

  .container-6 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .pricing-detail {
    margin-bottom: 0;
  }

  .pricing-detail.partenaires {
    font-size: 22px;
  }

  .f-heading-detail-small {
    color: #535353;
  }

  .f-heading-detail-small.specbig.specgreen {
    text-align: center;
    letter-spacing: .05em;
    font-size: 18px;
  }

  .f-heading-detail-small.specbig.specgreen.specialservicesss {
    font-size: 18px;
  }

  .f-heading-detail-small.specbig.nn {
    text-align: left;
  }

  .f-content-image-wrapper-large {
    justify-content: center;
    max-width: 100%;
    height: 350px;
  }

  .f-content-image-wrapper-large.spec {
    height: 350px;
  }

  .f-content-image-wrapper-large.spec.special2.specialleft {
    justify-content: center;
    margin-bottom: 30px;
    display: flex;
  }

  .f-content-image-wrapper-large.spec.special2.spec4 {
    justify-content: center;
    align-items: center;
    height: 500px;
    margin-top: 0;
    margin-bottom: -40px;
    display: flex;
  }

  .f-image-cover {
    width: 80%;
  }

  .f-image-cover.spec4.speci {
    width: 80%;
    height: 100%;
    margin-top: -10%;
    margin-right: 0;
  }

  .div-block-31, .div-block-31.spec44, .div-block-31.spec44.special2 {
    width: 100%;
  }

  .f-section-large {
    margin-top: 0;
    padding-top: 35px;
    padding-bottom: 0;
  }

  .top-margin.less-space._2.text {
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .f-paragraph-large {
    color: #313131;
    letter-spacing: -.01em;
    width: 100%;
    margin-bottom: 0;
    font-size: 20px;
  }

  .f-paragraph-large.specialservices {
    font-size: 22px;
  }

  .f-grid-two-column {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .f-grid-two-column.spec4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .f-h3-heading {
    font-size: 28px;
  }

  .f-h3-heading.spec22 {
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 25px;
    font-size: 28px;
  }

  .f-h3-heading.spec22.specmob {
    font-size: 26px;
  }

  .section-2 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section-2.prallax {
    border-top-left-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .show-text {
    font-size: 26px;
    line-height: 40px;
  }

  .show-text._10px {
    font-size: 26px;
  }

  .bold-text-3 {
    font-size: 28px;
  }

  .html-embed-3 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .image-16 {
    object-fit: cover;
    object-position: 100% 100%;
    width: 200%;
    max-width: 200%;
    height: 200%;
    margin-top: -100px;
    margin-left: -200px;
    inset: 0%;
  }

  .lynx-heading-footer-white {
    letter-spacing: 1.15px;
    white-space: nowrap;
    margin-bottom: 15px;
    font-size: 13px;
  }

  .paragraph {
    font-size: 13px;
    line-height: 19px;
  }

  .lynx-link-footer-large-white {
    letter-spacing: .8px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
    line-height: 18px;
  }

  .lynx-logo-footer {
    margin-top: 0;
  }

  .html-embed-6 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .html-embed-6.spec1 {
    display: none;
  }

  .lynx-grid-footer-dark {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: .65fr 1fr;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .lynx-block-footer {
    padding-right: 15px;
  }

  .lynx-block-footer.spec1 {
    margin-right: 30px;
    padding-right: 8px;
  }

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

  .columns-4 {
    margin-bottom: -15px;
  }

  .footer-icon {
    background-size: 50px;
    margin-bottom: 10px;
  }

  .footer-icon.addres, .footer-icon.email {
    background-size: 50px;
  }

  .div-block-47 {
    flex-direction: column;
    font-size: 20px;
  }

  .biger {
    font-size: 18px;
  }

  .biger.special1 {
    text-shadow: 0 1px 4px #000000c4;
    font-size: 20px;
    line-height: 26px;
  }

  .biger._1._2 {
    letter-spacing: -.7px;
    text-shadow: 0 1px 4px #000000c4;
    font-size: 16px;
    line-height: 26px;
  }

  .biger._2._3 {
    text-shadow: 0 1px 4px #000000c4;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 26px;
  }

  .html-embed-7, .html-embed-8 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .lynx-block-footer-down {
    width: 90%;
  }

  .lynx-text-footer-dark, .lynx-link-footer-dark {
    text-shadow: 0 1px 4px #00000096;
  }

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

  .brix---header-top-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---top-header-right-col {
    filter: hue-rotate(102deg);
    justify-content: flex-end;
    align-items: center;
  }

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

  .brix---link-text {
    letter-spacing: -.7px;
    font-size: 16px;
  }

  .brix---social-media-grid-right---mbl-center {
    grid-column-gap: 10px;
  }

  .image-24 {
    margin-top: -20px;
  }

  .html-embed-10 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .html-embed-10.show {
    display: block;
  }

  .div-block-105 {
    align-items: center;
    display: flex;
  }

  .div-block-106 {
    margin-top: -15px;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .f-cta-form-wrapper {
    margin-bottom: 0;
  }

  .div-block-107 {
    border-right-style: none;
    padding-right: 0;
  }

  .f-paragraph-regular-3 {
    font-size: 12px;
    line-height: 14px;
  }

  .link-block-7 {
    align-items: center;
    height: 65px;
    text-decoration: none;
    display: flex;
  }

  .image-5 {
    filter: saturate(85%);
    max-width: 180px;
  }

  .f-section-regular-3 {
    padding-top: 65px;
    padding-bottom: 50px;
  }

  .f-margin-bottom-17 {
    margin-bottom: 10px;
  }

  .f-grid-two-column-3 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .f-h4-heading {
    font-size: 28px;
  }

  .f-h4-heading.title {
    font-size: 25px;
    line-height: 35px;
  }

  .f-h4-heading.title.second {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-40 {
    justify-content: center;
    display: none;
  }

  .div-block-40.show {
    display: flex;
  }

  .f-input-outlined::placeholder {
    font-size: 15px;
  }

  .f-margin-bottom-74 {
    margin-bottom: 0;
  }

  .link-block-8 {
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 65px;
    display: flex;
    box-shadow: 0 0 5px #00000054, inset 0 0 4px 2px #0003;
  }

  .text-block-32 {
    color: #fff;
    text-shadow: 1px 1px 3px #000000bf;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 700;
  }

  .div-block-27 {
    width: auto;
    margin-left: 0;
    padding-top: 15px;
    display: none;
  }

  .f-cta-form-block {
    max-width: 700px;
    margin-bottom: 0;
  }

  .div-block-35 {
    width: 100%;
    max-width: none;
  }

  .text-block-22 {
    color: #fff;
    text-shadow: 1px 1px 3px #000000bf;
    font-size: 38px;
    font-weight: 600;
  }

  .text-block-22.spec888 {
    color: #fff;
    text-shadow: 1px 1px 3px #000000bf;
    margin-bottom: 35px;
    font-size: 30px;
    font-weight: 600;
  }

  .f-container-regular-2 {
    max-width: 700px;
  }

  .f-paragraph-small-2 {
    max-width: none;
  }

  .f-paragraph-large-2 {
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
    font-size: 20px;
  }

  .f-paragraph-large-2.mentions {
    padding-top: 9em;
  }

  .f-paragraph-large-2.blog {
    margin-bottom: 35px;
  }

  .navbar-2 {
    background-color: #fff;
    padding-bottom: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 5px #0003;
  }

  .brix---container-default-2 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---header-top-wrapper-2 {
    filter: contrast(145%) hue-rotate(145deg);
    background-color: #252f9a;
    background-image: linear-gradient(#0000006e, #0000006e), url('../images/big-blue-fancy_1big-blue-fancy.webp');
    background-position: 0 0, 0 0;
    border-bottom-style: none;
    padding: 12px 15px;
  }

  .brix---link-icon-left-2 {
    filter: grayscale() saturate(200%) brightness(200%) brightness(200%);
    color: #fff;
  }

  .brix---header-content-wrapper {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .brix---link-text-2 {
    color: #fff;
    letter-spacing: -.7px;
    font-size: 18px;
    font-weight: 400;
  }

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

  .text-block-17 {
    color: #000;
    letter-spacing: normal;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 7px 18px 8px;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    display: flex;
  }

  .text-block-17.w--current {
    background-color: var(--footer);
    color: #fff;
  }

  .text-block-17.hidde {
    display: none;
  }

  .text-block-17.dropdo {
    padding-left: 38px;
    padding-right: 38px;
  }

  .hamburger {
    margin-top: 5px;
    position: fixed;
    left: 10px;
    right: auto;
  }

  .hamburger.w--open {
    background-color: #0000;
    margin-top: 5px;
    padding: 13px;
  }

  .icon-5 {
    background-color: var(--dark-red);
    color: #fff;
    border: 2px solid #fff;
    border-radius: 8px;
    margin-top: -8px;
    padding: 8px 7px 7px;
    box-shadow: 0 0 8px #0000006b;
  }

  .column-5 {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .column-4 {
    align-items: center;
    height: 100%;
    display: flex;
  }

  .columns-3 {
    background-color: #fff;
    background-image: none;
    background-size: auto;
    border-bottom: 2px #fff;
    width: 100%;
    height: 7em;
    margin-left: 0;
    margin-right: 0;
    position: static;
    box-shadow: inset 0 0 16px -3px #00000026;
  }

  .image-35 {
    width: 250px;
    margin-top: -5px;
  }

  .image-35._1 {
    width: 300px;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .image-35._1._2 {
    width: 160px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    height: 14em;
    margin-top: 7em;
    padding-top: 10px;
    padding-bottom: 15px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
    box-shadow: 6px 6px 13px -4px #000;
  }

  .nav-menu-2.test {
    height: auto;
    max-height: 70vh;
    margin-top: 9.5em;
    padding-top: 15px;
    overflow: scroll;
  }

  .nav-menu-2.test.hide {
    opacity: 1;
    flex-flow: column;
  }

  .column-6 {
    height: 100%;
  }

  .link-block-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-3.w--current {
    flex-direction: column;
  }

  .dropdown-list-2 {
    position: relative;
  }

  .dropdown-list-2.w--open {
    text-align: center;
  }

  .dropdown-link-3 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    font-size: 15.5px;
    font-weight: 600;
  }

  .dropdown-link-3.w--current {
    color: var(--dark-red);
  }

  .text-block-37 {
    font-size: 22px;
  }

  .bold-text-52 {
    font-size: 28px;
  }

  .f-h3-heading-2 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .f-gallery-three-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .f-section-large-5 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .f-gallery-image-s {
    height: 225px;
  }

  .f-heading-detail-small-2 {
    margin-bottom: 0;
    font-size: 15px;
  }

  .uui-text-size-large-3copy {
    font-size: 16px;
    line-height: 25px;
  }

  .uui-contact03_componentcopy {
    grid-column-gap: 1.6rem;
    grid-template-columns: 50% 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-button-3copy {
    background-color: var(--footer);
  }

  .uui-form_inputcopy {
    min-height: 2rem;
    padding-top: .125rem;
    padding-bottom: .125rem;
    font-size: 14px;
  }

  .uui-form_inputcopy.text-area {
    min-height: 3em;
  }

  .uui-text-style-link-02copy {
    color: #00102b;
    letter-spacing: -.5px;
    font-size: 24px;
  }

  .uui-container-large-5copy {
    width: 98%;
  }

  .uui-padding-vertical-xhuge-6copy {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-contact03_contact-listcopy {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    margin-top: 1rem;
  }

  .uui-icon-1x1-xsmall-4copy {
    color: #00102b;
    margin-right: -5px;
  }

  .section-contact-a-copier.upspace {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .uui-page-padding-5copy {
    margin-top: 11em;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-medium-3copy {
    font-size: 20px;
  }

  .specialservicess {
    font-size: 28px;
  }

  .text-block-26 {
    font-weight: 600;
  }

  .wbs-hero-6-lead-text-2 {
    width: 100%;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.35em;
  }

  .wbs-form-input {
    height: 35px;
    margin-bottom: 20px;
  }

  .wbs-cta-6-content-bottom {
    line-height: 1.35em;
  }

  .image-28 {
    object-position: 0% 50%;
  }

  .wbs-form-block {
    width: 100%;
    max-width: 520px;
    margin-left: 0%;
    padding: 20px;
  }

  .fcp-container {
    flex-flow: column;
  }

  .wbs-hero-3-title-2 {
    font-size: 32px;
    line-height: 1.35em;
  }

  .wbs-heading-h5 {
    margin-bottom: 25px;
    font-size: 23px;
  }

  .wbs-form-label {
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 16.5px;
  }

  .text-block-27 {
    font-size: 16px;
    font-weight: 600;
  }

  .fcp-section {
    margin-top: 10em;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .button-2 {
    font-size: 16.5px;
  }

  .button-2.specmenu {
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 13px;
    font-size: 15.5px;
  }

  .div-block-125.blog {
    margin-bottom: 2em;
  }

  .fleche {
    width: 20px;
    position: relative;
    top: -9px;
    left: -4px;
  }

  .div-block-128 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    display: flex;
    position: absolute;
    left: 22px;
  }

  .text-block-43 {
    color: #000;
    font-size: 15px;
    font-weight: 700;
  }

  .section-6 {
    padding-bottom: 30px;
  }

  .slide-8 {
    width: 33.3333%;
  }

  .wbs-blog-image {
    width: 100%;
  }

  .wbs-blog-title {
    font-size: 16px;
  }

  .wbs-section-4 {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .uui-heading-large-3 {
    font-size: 28px;
  }

  .uui-text-size-large-7 {
    font-size: 20px;
  }

  .div-block-39 {
    justify-content: center;
    display: flex;
  }

  .uui-max-width-large-7 {
    margin-bottom: 1em;
  }

  .uui-heading-subheading-4 {
    text-transform: none;
    flex-flow: column;
    font-size: 18px;
    display: flex;
  }

  .uui-padding-vertical-xhuge-10 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-padding-vertical-xhuge-11 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .uui-padding-vertical-xhuge-11.specblog {
    padding-bottom: 0;
  }

  .f-grid-two-column-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .div-block-112 {
    width: 100%;
  }

  .div-block-112.spec44 {
    width: 80%;
  }

  .div-block-112.spec44.special2 {
    width: 100%;
  }

  .f-content-image-wrapper-large-2 {
    justify-content: center;
    max-width: 100%;
    height: 350px;
  }

  .f-content-image-wrapper-large-2.spec {
    height: 350px;
  }

  .f-content-image-wrapper-large-2.spec.special2.specialleft.article {
    display: flex;
  }

  .f-h3-heading-3 {
    font-size: 28px;
    line-height: 1.3em;
  }

  .f-section-large-2 {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .f-image-cover-3 {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .navbar.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-left: 25px;
  }

  .nav-link.light {
    padding-left: 25px;
    padding-right: 25px;
  }

  .dropdown-link {
    padding-left: 25px;
  }

  .container.bottom-footer {
    border-radius: 0;
  }

  .container.footer-container {
    border-width: 0;
    border-radius: 0;
    margin-bottom: 0;
  }

  .button.cta-button {
    float: none;
    width: 50%;
  }

  .section {
    padding: 25px;
  }

  .section.cta-section {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .portfolio-block-subtitle {
    font-size: 12px;
  }

  .footer {
    padding: 0;
  }

  .footer-row {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-row.block, .footer-row.white-footer-row {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column.last {
    padding-bottom: 0;
  }

  .menu-button {
    text-align: center;
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-left: 0;
    padding-right: 0;
  }

  .simple-bottom-footer {
    text-align: left;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-social-col-right {
    text-align: left;
    padding-top: 10px;
    padding-left: 0;
  }

  .bottom-footer-paragraph {
    float: none;
    margin-bottom: 7px;
  }

  .bottom-footer-paragraph.right, .bottom-footer-paragraph.dark {
    float: none;
  }

  .footer-logo-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-menu-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .white-footer {
    padding: 25px;
  }

  .dark-footer-title {
    margin-bottom: 10px;
  }

  .light-footer-link {
    margin-bottom: 4px;
  }

  .bottom-footer-block.white-footer-block {
    margin-top: 0;
  }

  .dark-bottom-footer {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-row-bottom {
    margin-bottom: 20px;
  }

  .right-nav-menu {
    width: 80%;
    padding: 20px;
  }

  .app-store-link-button {
    margin-left: 2px;
    margin-right: 2px;
  }

  .subpage-header {
    padding: 110px 25px 40px;
  }

  .subpage-header.ui {
    padding-top: 110px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .subpage-title {
    font-size: 30px;
  }

  .page-subtitle {
    width: 100%;
    margin-top: 10px;
  }

  .contact-popup {
    overflow: auto;
  }

  .popup-block {
    width: 90%;
    margin-bottom: 25px;
    top: 25px;
    transform: none;
  }

  .cta-column-left {
    text-align: center;
  }

  .cta-column-right {
    text-align: center;
    padding-top: 0;
  }

  .logo {
    height: 30px;
    margin-top: 10px;
  }

  .transparant-menu-button {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }

  .white-footer-column {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .dark-cta-title {
    float: none;
    width: 100%;
  }

  .fields-column-left {
    padding-right: 0;
  }

  .wbs-button-primary-1.specborder {
    padding: 10px 20px;
    font-size: 16px;
  }

  .wbs-button-primary-1.specborder.maj {
    border-radius: 6px;
    padding: 13px 25px;
    font-size: 20px;
  }

  .wbs-hero-3-title {
    font-size: 23px;
    line-height: 1.1em;
  }

  .wbs-hero-3-title.specialservices.actu {
    margin-top: 0;
    font-size: 38px;
  }

  .wbs-section-dark {
    margin-top: 7em;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .wbs-section-dark.specialservices {
    margin-top: 0;
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }

  .brix---logo-strip-image-card {
    width: 148px;
    min-width: 148px;
    height: 100px;
    margin: 8px 10px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 15px;
  }

  .brix---section-logo-strip-v6-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---section-logo-strip-v6-2.partenaires {
    box-shadow: 0 17px 8px -12px #0000005e;
  }

  .div-block-8 {
    margin-top: 7em;
  }

  .pricing-title-wrapper {
    margin-bottom: 0;
  }

  .heading-h1-size {
    text-align: left;
    font-size: 24px;
    line-height: 35px;
  }

  .heading-h1-size.middle {
    flex-flow: column;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.35em;
    display: flex;
  }

  .heading-h1-size.middle.partenaires {
    flex-flow: row;
    justify-content: center;
    width: 100%;
    font-size: 17px;
  }

  .heading-h1-size.middle.specialpage1 {
    flex-flow: row;
    justify-content: center;
    width: 100%;
    margin-bottom: -15px;
    display: block;
  }

  .section-pricing {
    padding-top: 0;
    padding-bottom: 0;
  }

  .color-secondary-1 {
    text-shadow: 0 1px 3px #00000052;
    font-size: 25px;
  }

  .color-secondary-1.partenaires {
    padding-left: 5px;
    font-size: 17px;
  }

  .pricing-detail {
    height: auto;
    margin-bottom: 10px;
    line-height: 1.35em;
  }

  .pricing-detail.partenaires {
    font-size: 18px;
  }

  .f-heading-detail-small.specbig.specgreen {
    font-size: 16px;
  }

  .f-heading-detail-small.specbig {
    font-size: 16px;
    line-height: 20px;
  }

  .f-heading-detail-small.specbig.nn {
    text-align: center;
  }

  .f-content-image-wrapper-large.spec.special2.specialleft {
    height: 300px;
    margin-bottom: 15px;
  }

  .f-image-cover.spec4.speci {
    margin-top: -20%;
  }

  .f-section-large {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-margin.less-space._2.text {
    margin-top: 10px;
  }

  .f-paragraph-large {
    letter-spacing: 0;
    font-size: 19px;
    line-height: 1.25em;
  }

  .f-h3-heading {
    font-size: 22px;
  }

  .f-h3-heading.spec22 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.35em;
  }

  .section-2 {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .section-2.prallax {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .show-text, .show-text._10px {
    font-size: 16px;
    line-height: 20px;
  }

  .bold-text-3 {
    font-size: 23px;
    line-height: 30px;
  }

  .image-16 {
    object-position: 80% 50%;
    width: 300%;
    max-width: 300%;
    height: 300%;
  }

  .div-block-70 {
    flex-flow: column;
    display: flex;
  }

  .lynx-heading-footer-white {
    margin-bottom: 10px;
    font-size: 13.5px;
  }

  .paragraph {
    margin-bottom: -10px;
    font-size: 15px;
  }

  .lynx-link-footer-large-white {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 11.5px;
  }

  .lynx-logo-footer {
    width: 160px;
  }

  .html-embed-6.spec1 {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .lynx-grid-footer-dark {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-columns: 1fr;
    padding-top: 15px;
    padding-bottom: 0;
  }

  .div-block-54 {
    margin-right: 15px;
  }

  .lynx-block-footer {
    flex-flow: row;
    align-items: center;
    margin-bottom: 0;
    padding-right: 0;
  }

  .lynx-block-footer.speclogo {
    margin-bottom: -25px;
  }

  .lynx-block-footer.spec1 {
    justify-content: center;
    align-items: flex-start;
    width: 33%;
  }

  .lynx-block-footer.spec1.spec0 {
    justify-content: center;
  }

  .div-block-69 {
    margin-top: 0;
    margin-bottom: -15px;
    display: flex;
  }

  .link-block-6.specmiddlemobilestretch {
    justify-content: center;
    display: flex;
  }

  .link-block-6.specmiddlemobilestretch.hide {
    display: none;
  }

  .columns-4 {
    margin-top: -10px;
    margin-bottom: 5px;
    display: flex;
  }

  .footer-icon {
    background-size: 45px;
    margin-bottom: 10px;
  }

  .footer-icon.addres, .footer-icon.email {
    background-size: 50px;
  }

  .div-block-47 {
    line-height: 22px;
  }

  .biger {
    font-size: 15px;
    line-height: 25px;
  }

  .biger.special1 {
    line-height: 22px;
  }

  .biger._1._2 {
    font-size: 15px;
  }

  .biger._1._2.specmiddlemobilestretch {
    width: 120%;
    margin-left: -10%;
    font-size: 17px;
    line-height: 22px;
  }

  .biger._2._3 {
    font-size: 17px;
    line-height: 22px;
  }

  .column-3.specmiddlemobilestretch {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-7.speciii {
    margin-bottom: 35px;
  }

  .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-55.specmiddlemobilestretch {
    flex-flow: column;
    align-items: stretch;
    width: 110%;
    display: flex;
  }

  .html-embed-8.specbottom {
    margin-top: 18px;
  }

  .lynx-block-footer-down {
    width: 95%;
    padding-bottom: 30px;
  }

  .lynx-text-footer-dark {
    font-size: 10px;
  }

  .lynx-link-footer-dark {
    letter-spacing: .5px;
    font-size: 10px;
  }

  .image-23 {
    width: 25px;
  }

  .brix---header-top-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .brix---link-icon-left {
    width: 15px;
    margin-right: 4px;
  }

  .brix---top-header-right-col {
    justify-content: center;
  }

  .brix---grid-header-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.5fr;
    grid-auto-flow: row;
    justify-items: end;
    width: 100%;
  }

  .brix---social-icon-square-30px {
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
  }

  .brix---link-text {
    font-size: 12px;
  }

  .brix---top-header-left-col {
    justify-content: center;
  }

  .brix---social-media-grid-right---mbl-center {
    grid-column-gap: 1px;
    grid-template-columns: repeat(auto-fit, 30px);
    grid-auto-flow: row;
    justify-content: end;
    justify-items: end;
    margin-right: 30px;
  }

  .image-24 {
    margin-top: -20px;
  }

  .div-block-106 {
    margin-bottom: 5px;
  }

  .f-paragraph-regular-3 {
    font-size: 11px;
    font-weight: 300;
    line-height: 13px;
  }

  .link-block-7 {
    height: 45px;
  }

  .image-5 {
    max-width: 130px;
  }

  .f-section-regular-3 {
    z-index: 90;
    padding-top: 50px;
    padding-bottom: 35px;
    box-shadow: 0 0 10px 8px #0000002b, 0 0 8px #00000057;
  }

  .f-grid-two-column-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .f-form-button {
    text-shadow: 1px 1px 4px #0003;
    min-height: 37px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .f-h4-heading {
    text-shadow: 1px 1px 3px #0000008f;
    font-size: 24px;
  }

  .f-h4-heading.title {
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 32px;
  }

  .f-h4-heading.title.second {
    font-size: 19px;
    line-height: 24px;
  }

  .f-input-outlined {
    min-width: 150px;
    min-height: 38px;
    padding: 5px 7px 6px 8px;
  }

  .f-input-outlined::placeholder {
    font-size: 14px;
  }

  .link-block-8 {
    width: 155px;
    height: 45px;
    box-shadow: 0 0 5px #00000054, inset 0 0 4px 2px #00000026;
  }

  .text-block-32 {
    text-shadow: 1px 1px 3px #0000008f;
  }

  .div-block-27 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-35 {
    margin-top: 0;
  }

  .text-block-22 {
    text-shadow: 1px 1px 3px #0000008f;
    font-size: 28px;
  }

  .text-block-22.spec888 {
    text-shadow: 1px 1px 3px #0000008f;
    margin-bottom: 30px;
    font-size: 26px;
  }

  .f-paragraph-small-2 {
    font-size: 12.5px;
    line-height: 1.5;
  }

  .f-paragraph-large-2 {
    line-height: 22px;
  }

  .f-paragraph-large-2.mentions {
    padding-top: 8em;
  }

  .f-paragraph-large-2.blog {
    text-align: left;
    max-width: 80%;
    margin-bottom: 45px;
  }

  .brix---container-default-2 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---header-top-wrapper-2 {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .brix---link-icon-left-2 {
    width: 15px;
    margin-right: 4px;
  }

  .brix---header-content-wrapper {
    margin-top: 0;
    padding: 0;
  }

  .brix---link-text-2 {
    font-size: 15px;
  }

  .columns-3 {
    height: 5.5em;
  }

  .image-35 {
    width: 200px;
    margin-top: -15px;
  }

  .image-35._1 {
    width: 280px;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .image-35._1._2 {
    width: 130px;
    margin-top: 0;
    margin-right: 0;
  }

  .nav-menu-2 {
    width: 100vw;
  }

  .nav-menu-2.test {
    margin-top: 7em;
  }

  .bold-text-52 {
    font-size: 24px;
  }

  .f-h3-heading-2 {
    width: 90%;
    font-size: 25px;
  }

  .f-gallery-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-section-large-5 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .f-margin-bottom-48 {
    margin-bottom: 40px;
  }

  .f-gallery-image-s {
    height: 160px;
  }

  .f-heading-detail-small-2 {
    font-size: 15px;
  }

  .uui-text-size-large-3copy {
    font-size: 1rem;
    line-height: 22px;
  }

  .uui-contact03_componentcopy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .uui-button-3copy {
    font-size: 1rem;
  }

  .uui-text-style-link-02copy {
    color: #00102b;
  }

  .uui-padding-vertical-xhuge-6copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-contact03_contact-listcopy {
    margin-top: 2rem;
  }

  .uui-space-xsmall-2copy {
    min-height: .75rem;
  }

  .uui-contact03_contentcopy {
    border-right-style: none;
    width: 100%;
  }

  .uui-icon-1x1-xsmall-4copy {
    color: #00102b;
  }

  .uui-contact03_form-wrappercopy {
    width: 100%;
  }

  .text-block-16copy {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    display: block;
  }

  .uui-page-padding-5copy {
    margin-top: 6em;
    padding: 2em 1rem;
  }

  .uui-heading-medium-3copy {
    font-size: 24px;
    line-height: 1.4;
  }

  .slide-nav {
    display: none;
  }

  .wbs-hero-3-title-2 {
    font-size: 23px;
    line-height: 1.25em;
  }

  .fcp-section {
    margin-top: 7em;
    padding-bottom: 2em;
  }

  .button-2 {
    font-size: 16px;
  }

  .section-6 {
    padding-bottom: 25px;
  }

  .wbs-blog-image {
    width: 100%;
  }

  .wbs-blog-title {
    font-size: 15px;
  }

  .wbs-section-4 {
    padding: 1rem 2% 0;
  }

  .uui-heading-large-3 {
    font-size: 25px;
  }

  .uui-text-size-large-7 {
    font-size: 17px;
  }

  .slider-2 {
    min-height: 370px;
  }

  .wbs-blog-content {
    margin-bottom: 15px;
  }

  .uui-heading-subheading-4 {
    font-size: 17px;
    line-height: 1.3em;
  }

  .uui-space-small-3 {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-10 {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .uui-padding-vertical-xhuge-11 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-padding-vertical-xhuge-11.specblog {
    padding-top: 0;
  }

  .div-block-112.spec44.special2 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .image-21.pourmobile {
    width: 60%;
    margin-bottom: 20px;
    display: block;
  }

  .f-content-image-wrapper-large-2.spec.special2.specialleft.article {
    display: none;
  }

  .wbs-button-primary-2.specborder {
    padding: 10px 20px;
    font-size: 16px;
  }

  .f-h3-heading-3 {
    text-align: center;
    margin-bottom: 35px;
    font-size: 24px;
  }

  .f-h3-heading-3.spec22 {
    line-height: 1.35em;
  }

  .f-section-large-2 {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .f-margin-bottom-75 {
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 31px;
    line-height: 37px;
  }

  h2 {
    font-size: 24px;
    line-height: 29px;
  }

  h3 {
    font-size: 22px;
    line-height: 1.25em;
  }

  p {
    font-size: 19px;
  }

  a {
    color: #000;
  }

  ul {
    padding-left: 20px;
  }

  li {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 19px;
  }

  img {
    object-fit: contain;
  }

  blockquote {
    border-left-width: 3px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 0;
    font-size: 17px;
    line-height: 23px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .navbar.white {
    padding-bottom: 10px;
  }

  .button {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .button.cta-button {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section {
    padding: 25px;
  }

  .section.blue-cta-section {
    text-align: center;
  }

  .footer-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    text-align: center;
    width: 40px;
    height: 40px;
    margin-top: 2px;
    padding-top: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .simple-footer {
    padding-top: 35px;
  }

  .simple-bottom-footer {
    padding: 20px 20px 13px;
  }

  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
  }

  .bottom-footer-paragraph.right.dark {
    margin-top: 10px;
  }

  .footer-logo-column-left {
    padding-bottom: 10px;
  }

  .nav-menu-content-block {
    margin-top: 20px;
    padding: 10px;
  }

  .app-store-button {
    height: 35px;
  }

  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .subpage-header.ui {
    padding: 94px 25px 30px;
  }

  .subpage-title {
    font-size: 20px;
    line-height: 20px;
  }

  .page-subtitle {
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
  }

  .popup-block {
    width: 83%;
    padding: 20px;
  }

  .cta-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 22px;
  }

  .cta-title.subtitle {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
  }

  .logo {
    margin-top: 5px;
  }

  .logo.fixed {
    margin-top: 6px;
  }

  .transparant-menu-button {
    margin-right: 0;
  }

  .white-footer-column {
    padding-bottom: 10px;
  }

  .dark-cta-title {
    font-size: 21px;
    line-height: 25px;
  }

  .wbs-button-primary-1.specborder {
    margin-top: 0;
    margin-bottom: 22px;
    font-size: 17px;
  }

  .wbs-button-primary-1.specborder.maj {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding: 7px 15px;
    font-size: 13.5px;
    line-height: 1.25em;
  }

  .wbs-button-primary-1.specborder.maj.speciall {
    padding: 12px 18px;
    font-size: 20px;
  }

  .wbs-button-primary-1.specborder.maj.special {
    margin-bottom: 10px;
  }

  .wbs-button-primary-1.specborder.maj.specii {
    margin-top: 10px;
  }

  .wbs-hero-6-lead-text {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.25em;
  }

  .wbs-hero-3-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.25em;
  }

  .wbs-hero-3-title.specialservices {
    font-size: 16px;
  }

  .wbs-hero-3-title.specialservices.actu {
    margin-top: 1rem;
    margin-bottom: 20px;
    font-size: 28px;
  }

  .wbs-section-dark {
    margin-top: 7.5em;
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }

  .wbs-section-dark.specialservices {
    padding-top: 1.5rem;
    padding-bottom: 1.7rem;
  }

  .brix---logo-strip-image-card {
    width: 100px;
    min-width: 100px;
    height: 60px;
    box-shadow: 0 1px 6px 0 var(--elements-webflow-library--general--shadow-02);
    border-radius: 10px;
    margin: 6px;
    padding: 10px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 5px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-logo-strip-v6-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---section-logo-strip-v6-2.partenaires {
    padding-bottom: 30px;
    overflow: hidden;
  }

  .div-block-8 {
    margin-top: 7.5em;
  }

  .pricing-title-wrapper {
    text-align: center;
  }

  .pricing-title-wrapper.specialpage1 {
    padding-top: 0;
    overflow: visible;
  }

  .heading-h1-size {
    text-align: left;
    margin-bottom: 15px;
    font-size: 19.5px;
    line-height: 25px;
  }

  .heading-h1-size.middle {
    flex-flow: column;
    width: 100%;
    font-size: 22px;
    display: block;
  }

  .heading-h1-size.middle.partenaires {
    text-shadow: 0 0 4px #000000ad;
    font-size: 20px;
  }

  .heading-h1-size.middle.specialpage1 {
    flex-flow: column;
    margin-bottom: 0;
    line-height: 1.25em;
    display: block;
    overflow: visible;
  }

  .heading-h1-size.middle.specialpage1.specialmaconnerie.okkk {
    margin-top: 30px;
    font-size: 25px;
    line-height: 1.15em;
  }

  .heading-h1-size.middle.specialpage1.specialmaconnerie.okkk.ok {
    margin-bottom: 0;
  }

  .heading-h1-size.middle.specialpage1.specialmaconnerie.okkk.gros {
    font-size: 25px;
  }

  .heading-h1-size.middle.specialpage1.maconneriee {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 1.15em;
  }

  .section-pricing {
    margin-top: -5px;
    margin-bottom: 0;
    padding-top: 0;
    overflow: visible;
  }

  .section-pricing.mlmm {
    padding-bottom: 40px;
  }

  .color-secondary-1 {
    font-size: 22px;
    overflow: visible;
  }

  .color-secondary-1.partenaires {
    text-shadow: 0 0 4px #000000ad;
    padding-left: 0;
    font-size: 20px;
  }

  .container-6 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .pricing-detail {
    letter-spacing: .55px;
    height: auto;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .pricing-detail.partenaires {
    text-shadow: 0 0 4px #000000ad;
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.25em;
  }

  .f-heading-detail-small {
    font-size: 11px;
  }

  .f-heading-detail-small.specbig.specgreen {
    text-align: left;
    letter-spacing: .02em;
    font-size: 13px;
  }

  .f-heading-detail-small.specbig.specgreen.specialservicesss {
    text-align: center;
    font-size: 13px;
  }

  .f-heading-detail-small.specbig.specgreen.specialpageville {
    font-size: 16px;
  }

  .f-heading-detail-small.specbig {
    font-size: 13px;
  }

  .f-heading-detail-small.specbig.nn {
    text-align: left;
    margin-bottom: 10px;
    line-height: 1.35em;
  }

  .f-content-image-wrapper-large, .f-content-image-wrapper-large.spec {
    height: 200px;
  }

  .f-content-image-wrapper-large.spec.special2.specialleft {
    height: 200px;
    margin-bottom: 0;
    display: flex;
  }

  .f-content-image-wrapper-large.spec.special2.specialleft.reverse.specialpageville, .f-content-image-wrapper-large.spec.special2.specialleft.specialpageville {
    margin-top: 15px;
    margin-bottom: 22px;
  }

  .f-content-image-wrapper-large.spec.special2.spec4 {
    height: auto;
    margin-top: -30px;
    margin-bottom: 0;
    display: flex;
  }

  .f-margin-bottom-16 {
    margin-bottom: 10px;
  }

  .f-image-cover {
    border-radius: 6px;
    width: 90%;
  }

  .f-image-cover.spec1 {
    width: 100%;
  }

  .f-image-cover.spec4.speci {
    margin-top: 5%;
    margin-left: -30px;
    margin-right: -30px;
  }

  .f-image-cover.spec4.speci.specialpageville {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .div-block-31 {
    width: 92%;
  }

  .div-block-31.spec44 {
    width: 100%;
  }

  .f-margin-bottom-12 {
    margin-bottom: 2px;
  }

  .f-section-large {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .top-margin.less-space {
    margin-top: 0;
    margin-bottom: 10px;
    display: flex;
  }

  .top-margin.less-space._2.text.specialpageville {
    margin-bottom: 0;
  }

  .top-margin.less-space._2.text {
    margin-top: 30px;
  }

  .f-paragraph-large {
    letter-spacing: -.02em;
    font-size: 21px;
    line-height: 1.25em;
  }

  .f-paragraph-large.specialservices {
    font-size: 19px;
  }

  .f-paragraph-large.specialpageville {
    color: #000;
    margin-bottom: 35px;
  }

  .f-grid-two-column {
    margin-bottom: 15px;
  }

  .f-h3-heading {
    font-size: 18px;
  }

  .f-h3-heading.spec22.specmob {
    text-align: left;
    margin-top: 8px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }

  .f-h3-heading.spec22.specmob.specialpageville {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .f-h3-heading.spec22 {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.35;
  }

  .section-2 {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 25px;
    padding-bottom: 5px;
  }

  .section-2.prallax {
    border-top-style: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 8px;
  }

  .section-2.prallax.hide.specialpageville {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .align-center {
    margin-bottom: 12.5px;
  }

  .show-text {
    letter-spacing: -.5px;
    font-size: 12.5px;
    line-height: 18px;
  }

  .show-text._10px {
    letter-spacing: -.5px;
    margin-bottom: 3px;
    font-size: 12.5px;
    line-height: 12px;
  }

  .show-text._10px.specialpageville {
    margin-bottom: 0;
    font-family: Source Sans Pro, sans-serif;
  }

  .show-text.specialpageville {
    font-size: 21.5px;
    line-height: 1.3em;
  }

  .bold-text-3 {
    letter-spacing: -.5px;
    font-size: 17px;
    line-height: 1.3em;
  }

  .bold-text-3.specialpageville {
    letter-spacing: -1px;
    font-size: 24px;
  }

  .image-16 {
    overflow: hidden;
  }

  .lynx-heading-footer-white {
    margin-bottom: 7px;
    font-size: 13px;
  }

  .paragraph {
    text-shadow: 0 0 6px #0003, 0 0 20px #00000069;
    width: 70%;
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 5px;
    font-size: 13px;
    line-height: 1.25em;
  }

  .lynx-link-footer-large-white {
    font-size: 11px;
  }

  .lynx-logo-footer {
    width: 125px;
    margin-bottom: 0;
  }

  .html-embed-6 {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .html-embed-6.spec1 {
    display: none;
  }

  .lynx-grid-footer-dark {
    grid-template-columns: 1fr;
    max-width: none;
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-54 {
    width: 55%;
    margin-top: 15px;
    margin-right: 10px;
  }

  .lynx-block-footer {
    padding-right: 0;
  }

  .lynx-block-footer.speclogo {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: none;
    margin-bottom: 0;
  }

  .lynx-block-footer.spec1 {
    width: 45%;
    margin-bottom: 30px;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 4px;
  }

  .div-block-69 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .div-block-45 {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .columns-4 {
    margin-top: -9px;
  }

  .footer-icon, .footer-icon.addres, .footer-icon.email {
    background-size: 35px;
    margin-bottom: 0;
  }

  .div-block-47 {
    flex-direction: column;
    line-height: 1.2em;
  }

  .biger {
    font-size: 12.8px;
    line-height: 22px;
  }

  .biger.special1 {
    text-align: center;
    letter-spacing: -.5px;
    font-size: 17px;
    line-height: 1.2em;
  }

  .biger._1 {
    font-size: 10px;
    line-height: 17px;
  }

  .biger._1._2 {
    letter-spacing: -.5px;
    font-size: 11px;
    font-weight: 500;
    line-height: 17px;
  }

  .biger._1._2.specmiddlemobilestretch {
    letter-spacing: -.6px;
    width: 115%;
    margin-left: -7.5%;
    font-size: 13px;
    line-height: 1.2em;
  }

  .biger._2 {
    margin-bottom: -15px;
    font-size: 10px;
  }

  .biger._2._3 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2em;
  }

  .column-3 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .html-embed-7, .html-embed-8 {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .html-embed-8.specbottom {
    margin-top: 15px;
    margin-bottom: -2px;
  }

  .lynx-block-footer-down {
    flex-flow: column;
    width: 100%;
    margin-left: 0%;
    padding-top: 20px;
    padding-bottom: 27px;
  }

  .lynx-text-footer-dark {
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 11px;
  }

  .lynx-link-footer-dark {
    font-size: 11px;
  }

  .newfooter1 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
  }

  .brix---header-top-wrapper {
    background-image: linear-gradient(#0000006e, #0000006e), url('../images/big-blue-fancy_1big-blue-fancy.webp');
    background-position: 0 0, 0 0;
  }

  .brix---top-header-right-col {
    flex-flow: row;
  }

  .brix---mg-left-24px---mg-top-16px-mbp {
    margin-left: 15px;
  }

  .brix---grid-header-top {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .brix---social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---link-text {
    letter-spacing: -.7px;
  }

  .brix---top-header-left-col {
    display: none;
  }

  .brix---social-media-grid-right---mbl-center {
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
  }

  .div-block-90 {
    bottom: 3px;
  }

  .div-block-90.actu {
    bottom: 0;
  }

  .div-block-101 {
    height: 7em;
  }

  .image-24 {
    margin-top: -12px;
  }

  .image-24.specialcontact {
    margin-top: 0;
  }

  .youtube {
    margin-bottom: 0;
  }

  .div-block-105, .f-cta-form-wrapper {
    flex-direction: column;
  }

  .f-paragraph-regular-3 {
    letter-spacing: -.15px;
    text-shadow: 0 1px 6px #0003, 0 0 20px #00000069;
    font-size: 10px;
    font-weight: 400;
    line-height: 11px;
  }

  .f-section-regular-3 {
    background-color: #a60000;
    padding: 30px 3.5%;
  }

  .f-margin-bottom-17 {
    margin-bottom: 5px;
  }

  .link-7 {
    text-shadow: 0 0 6px #0003, 0 0 20px #00000069;
    display: inline;
  }

  .f-form-button {
    text-shadow: 1px 1px 4px #00000017;
    width: 100%;
    height: 30px;
    min-height: 20px;
    font-size: 13.5px;
  }

  .f-h4-heading {
    text-align: left;
    letter-spacing: -.04em;
    font-size: 21px;
  }

  .f-h4-heading.title.second {
    font-size: 17px;
    line-height: 1.2em;
  }

  .f-input-outlined {
    text-align: center;
    min-width: 130px;
    height: 30px;
    min-height: 20px;
    font-size: 13px;
  }

  .f-input-outlined::placeholder {
    font-size: 13px;
  }

  .text-block-32 {
    padding-top: 7px;
    padding-bottom: 16px;
    font-size: 18px;
  }

  .div-block-27 {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .f-cta-form-block, .div-block-35 {
    width: 100%;
  }

  .text-block-22 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
  }

  .text-block-22.spec888 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 600;
  }

  .f-paragraph-small-2 {
    letter-spacing: 0;
    margin-top: 0;
    font-size: 10px;
    line-height: 13px;
  }

  .f-paragraph-large-2 {
    font-size: 19px;
    line-height: 1.25em;
  }

  .f-paragraph-large-2.mentions {
    padding-top: 8em;
  }

  .f-paragraph-large-2.blog {
    max-width: 90%;
    margin-bottom: 40px;
    font-size: 20.5px;
    line-height: 1.25em;
  }

  .div-block-117 {
    flex-flow: column;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .navbar-2 {
    height: 7.8em;
  }

  .brix---container-default-2 {
    flex-direction: column;
    width: 100vw;
    max-width: 100vw;
    height: 7.8em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---header-top-wrapper-2 {
    background-image: linear-gradient(#0000004a, #0000004a), url('../images/big-blue-fancy_1big-blue-fancy.webp');
    background-position: 0 0, 0 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .brix---link-text-2 {
    letter-spacing: -.7px;
    font-size: 19px;
    font-weight: 700;
  }

  .text-block-17 {
    color: #202020;
    height: auto;
    padding: 7px 0;
    font-size: 17px;
    font-weight: 600;
  }

  .text-block-17:active {
    margin-right: 0;
  }

  .text-block-17.w--current {
    background-color: var(--footer);
    height: auto;
  }

  .text-block-17.dropdo {
    padding-left: 38px;
    padding-right: 38px;
  }

  .hamburger {
    margin-top: -2px;
    padding: 8px 5px;
    position: relative;
    right: 10px;
  }

  .hamburger.w--open {
    z-index: 20;
    margin-top: 0;
    padding: 8px 10px;
  }

  .icon-5 {
    filter: contrast(126%) hue-rotate(145deg);
    color: #fff;
    background-image: url('../images/big-blue-fancy_1big-blue-fancy.webp');
    background-size: auto;
    padding: 5px;
  }

  .column-5 {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .column-4 {
    height: 100%;
    padding-right: 0;
  }

  .columns-3 {
    max-width: 100vw;
    height: 5em;
    box-shadow: none;
    background-color: #fff;
    background-size: auto;
    border-bottom-style: none;
  }

  .image-35 {
    width: 170px;
    margin-top: -15px;
    margin-left: 0;
  }

  .image-35._1 {
    width: 150px;
    margin-top: 17px;
    margin-bottom: 10px;
  }

  .image-35._1._2 {
    filter: none;
    width: 130px;
    margin: 5px 0 0 8px;
  }

  .nav-menu-2 {
    width: 100vw;
    margin-top: 6em;
    padding-top: 15px;
  }

  .nav-menu-2.test {
    z-index: 9998;
    height: auto;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    box-shadow: inset 0 2px 5px #00000042, 6px 6px 13px -4px #000;
  }

  .nav-menu-2.test.hide {
    opacity: 1;
    display: none;
  }

  .column-6 {
    padding-left: 0;
    display: block;
  }

  .link-block-3.w--current {
    flex-direction: column;
    margin-left: 12px;
  }

  .dropdown-link-3 {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 17px;
    font-weight: 400;
  }

  .dropdown-link-3.w--current {
    color: var(--dark-red);
    font-weight: 700;
  }

  .text-block-37 {
    font-size: 15px;
  }

  .text-block-37.specialmacon {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
    font-weight: 900;
  }

  .bold-text-52 {
    font-style: normal;
    overflow: visible;
  }

  .bold-text-52.specialmaconnerie {
    text-shadow: none;
    font-size: 25px;
  }

  .f-h3-heading-2 {
    color: #000;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
  }

  .f-section-large-5 {
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .f-margin-bottom-48 {
    margin-bottom: 30px;
  }

  .f-heading-detail-small-2 {
    letter-spacing: .02em;
    font-size: 14px;
    line-height: 1.35em;
  }

  .uui-text-size-large-3copy {
    color: #000;
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 1.5em;
    font-size: 19px;
    line-height: 1.4em;
  }

  .uui-contact03_formcopy {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    width: 90%;
  }

  .uui-contact03_componentcopy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .uui-contact03_itemcopy {
    justify-content: center;
    margin-bottom: 10px;
  }

  .uui-button-3copy {
    background-color: var(--footer);
    padding-left: .35em;
    padding-right: .35em;
    font-size: .95rem;
  }

  .uui-button-3copy:hover {
    color: #000;
    background-color: #fff;
    border-width: 1px;
    border-color: #c60000;
  }

  .error-textcopy {
    font-size: 13.5px;
  }

  .uui-text-style-link-02copy {
    color: #000;
    letter-spacing: -.5px;
    font-size: 26px;
  }

  .error-message-2copy {
    text-align: center;
  }

  .uui-padding-vertical-xhuge-6copy {
    padding-top: .2rem;
    padding-bottom: .5rem;
  }

  .uui-contact03_contact-listcopy {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: column;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

  .uui-contact03_contentcopy {
    padding-right: 0;
  }

  .uui-icon-1x1-xsmall-4copy {
    width: 2rem;
    height: 2rem;
    margin-right: 0;
  }

  .success-textcopy {
    font-size: 14px;
  }

  .text-block-16copy {
    text-align: center;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    display: block;
  }

  .uui-contact03_icon-wrappercopy {
    margin-right: .8rem;
  }

  .section-contact-a-copier.upspace {
    padding-top: 2em;
  }

  .uui-field-labelcopy {
    text-align: center;
    margin-bottom: .5rem;
    font-weight: 700;
  }

  .uui-page-padding-5copy {
    margin-top: 0;
    padding: 8em .6rem 3em;
  }

  .uui-heading-medium-3copy {
    text-align: center;
    margin-bottom: .8rem;
    font-family: Exo, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }

  .bold-text-54 {
    font-size: 17px;
    line-height: 1.3em;
  }

  .bold-text-54.specialpageville {
    letter-spacing: -1px;
    font-size: 24px;
  }

  .text-block-38 {
    margin-right: 2px;
    font-size: 17px;
  }

  .icon-6 {
    margin-top: 11px;
    margin-bottom: 0;
  }

  .heading-3, .heading-5 {
    font-size: 24px;
  }

  .specialservicess {
    font-size: 22px;
  }

  .wbs-hero-6-lead-text-2 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.25em;
  }

  .wbs-form-input {
    text-align: center;
    border-color: #010b1545;
    border-radius: 4px;
    height: 38px;
    padding-left: 10px;
    font-size: 21px;
    box-shadow: 0 0 3px #00000057;
  }

  .wbs-form-input.message {
    text-align: center;
    height: 70px;
    padding-top: 10px;
    padding-right: 10px;
    font-size: 21px;
  }

  .wbs-success-message {
    background-color: #14b465;
  }

  .wbs-cta-6-content-bottom.spec {
    display: none;
  }

  .image-28 {
    object-position: 35% 50%;
  }

  .wbs-form-block {
    border-color: #f40000;
    border-radius: 9px;
    padding: 16px 15px;
  }

  .fcp-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .wbs-hero-3-title-2 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 21px;
  }

  .wbs-hero-3-title-2._2 {
    margin-bottom: 30px;
  }

  .wbs-hero-3-title-2.h1 {
    font-size: 23px;
  }

  .wbs-heading-h5 {
    text-align: center;
    letter-spacing: -.7px;
    margin-bottom: 5px;
    font-size: 27px;
    line-height: 1.25em;
  }

  .wbs-form-label {
    margin-bottom: 12px;
    font-size: 22.5px;
    line-height: 1.3em;
  }

  .text-block-27 {
    font-size: 15px;
  }

  .fcp-section {
    height: auto;
    margin-top: 7.5em;
    padding: 2em 15px;
  }

  .button-2 {
    letter-spacing: .2px;
    margin-bottom: 0;
    padding: 11px 14px 10px;
    font-size: 15px;
    box-shadow: inset 0 0 6px -2px #000, 2px 2px 12px -2px #000;
  }

  .button-2.specmenu {
    letter-spacing: -.3px;
    text-shadow: 0 0 8px #000, 0 0 6px #000;
    white-space: normal;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 21px;
    line-height: 1.3em;
  }

  .heading-6 {
    margin-top: 20px;
    font-size: 21px;
    line-height: 1.25em;
  }

  .code-embed {
    margin-bottom: 25px;
  }

  .bold-text-55 {
    font-style: normal;
  }

  .div-block-120 {
    margin-top: 10px;
  }

  .image-36 {
    width: 50px;
  }

  .text-block-39 {
    font-size: 30px;
  }

  .link-block-9 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    min-width: auto;
    box-shadow: none;
    padding: 0 15px 15px 30px;
  }

  .text-block-40 {
    font-size: 28px;
  }

  .text-block-40.spooo {
    font-size: 25px;
  }

  .image-37 {
    width: 30px;
    margin-right: 10px;
  }

  .image-37.spooo {
    width: 30px;
  }

  .div-block-121 {
    max-width: 17em;
  }

  .div-block-121.special {
    max-width: none;
    padding: 9px 15px;
  }

  .div-block-121.specioo {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .text-block-41 {
    letter-spacing: -.5px;
    font-size: 22px;
  }

  .div-block-122 {
    width: 85%;
    margin-bottom: 15px;
  }

  .imagesdiv1 {
    width: 45%;
    margin-left: 12px;
    margin-right: 12px;
  }

  .div-block-124 {
    flex-flow: column;
    min-width: auto;
  }

  .text-block-42 {
    color: #000;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 900;
  }

  .div-block-125 {
    flex-flow: column;
  }

  .div-block-125.blog {
    margin-bottom: 0;
  }

  .div-block-126 {
    justify-content: center;
    margin-bottom: 50px;
    display: flex;
  }

  .div-block-127 {
    justify-content: center;
    margin-bottom: 35px;
    display: flex;
  }

  .form {
    text-align: center;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .bold-text-56 {
    color: var(--dark-red);
    font-size: 18px;
  }

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

  .fleche {
    width: 20px;
    position: relative;
    top: -9px;
    left: -4px;
    transform: rotate(15deg);
  }

  .div-block-128 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    display: flex;
    position: absolute;
    left: 5px;
  }

  .text-block-43 {
    color: #000;
    font-size: 15px;
    font-weight: 700;
  }

  .div-block-129 {
    flex-flow: row;
    justify-content: center;
    margin-top: 15px;
    padding-top: 0;
    display: flex;
  }

  .image-38 {
    filter: invert();
    height: 50px;
    margin-left: 8%;
    margin-right: 8%;
  }

  .div-block-130 {
    display: flex;
  }

  .section-6 {
    margin-bottom: 0;
  }

  .uui-section_blog07 {
    margin-bottom: 15px;
  }

  .slide-8 {
    width: 50%;
  }

  .wbs-blog-title {
    font-size: 17px;
  }

  .wbs-section-4 {
    padding-top: 0;
  }

  .uui-heading-large-3 {
    color: #000;
    margin-top: 20px;
    font-family: Source Sans Pro, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25em;
  }

  .uui-text-size-large-7 {
    color: #232323;
    font-size: 17px;
    line-height: 1.25em;
  }

  .text-block-33 {
    color: var(--red-text);
  }

  .slider-2 {
    min-height: 330px;
  }

  .wbs-blog-content {
    font-size: 15px;
  }

  .uui-heading-subheading-4 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 1rem;
    font-size: 16px;
    display: none;
  }

  .wbs-blog-item {
    padding-left: 11px;
    padding-right: 11px;
  }

  .uui-space-small-3 {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-10 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-padding-vertical-xhuge-10.blog {
    padding-bottom: 1rem;
  }

  .uui-padding-vertical-xhuge-11 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .text-block-36 {
    color: var(--red-text);
  }

  .f-grid-two-column-4 {
    margin-bottom: 15px;
  }

  .div-block-112, .div-block-112.spec44 {
    width: 92%;
  }

  .div-block-112.spec44.special2 {
    width: 100%;
  }

  .image-21.pourmobile {
    width: 75%;
    margin-bottom: 17px;
  }

  .f-content-image-wrapper-large-2, .f-content-image-wrapper-large-2.spec {
    height: 200px;
  }

  .f-content-image-wrapper-large-2.spec.special2.specialleft.article {
    max-width: 100%;
    display: none;
  }

  .wbs-button-primary-2.specborder {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 17px;
  }

  .f-h3-heading-3 {
    margin-bottom: 25px;
    font-size: 22px;
  }

  .f-h3-heading-3.spec22 {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.35;
  }

  .f-section-large-2 {
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .f-image-cover-3 {
    border-radius: 6px;
    width: 90%;
  }

  .f-margin-bottom-75 {
    margin-bottom: 10px;
  }

  .f-margin-bottom-76 {
    margin-bottom: 2px;
  }
}

#w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd32-c4c0b1ed {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-c4c0b1ed {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf27f-c4c0b1ed {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-c4c0b1ed {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bf1b6111-0680-f888-c0b2-aa0987f685b4-c4c0b1ed {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-c4c0b1ed {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a1b329cb-8549-3d37-de6e-b5f45a3dca6f-c4c0b1ed, #w-node-_9530b699-79a4-2edd-82db-c72cf432c60f-f432c60c, #w-node-_9530b699-79a4-2edd-82db-c72cf432c616-f432c60c, #w-node-_9530b699-79a4-2edd-82db-c72cf432c622-f432c60c, #w-node-_9530b699-79a4-2edd-82db-c72cf432c62c-f432c60c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5918078-bd99-a3c7-e457-77a47c80f6f2-7c80f6ef {
  justify-self: end;
}

#w-node-_9339c931-203d-0440-be64-ce48a196ae57-00be7402 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-e43d09a9-8cce-5a1b-1e12-d42e81fcaad2-00be7402, #w-node-_430d583a-9d61-0e33-ca1d-790299886f83-00be7402, #w-node-_401a66e2-490f-93eb-f151-789d9c088401-00be7402 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_670ee2ee-8022-bd31-ddcd-a978aaa05212-c4c0b1f0, #w-node-_670ee2ee-8022-bd31-ddcd-a978aaa05217-c4c0b1f0 {
  align-self: start;
}

#form01.w-node-_670ee2ee-8022-bd31-ddcd-a978aaa0521e-c4c0b1f0 {
  justify-self: end;
}

#w-node-_670ee2ee-8022-bd31-ddcd-a978aaa05230-c4c0b1f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_670ee2ee-8022-bd31-ddcd-a978aaa05231-c4c0b1f0 {
  justify-self: start;
}

#w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-dbd19d31 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf27f-dbd19d31 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-dbd19d31 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bf1b6111-0680-f888-c0b2-aa0987f685b4-dbd19d31 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-dbd19d31 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39c-dbd19d31 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39e-dbd19d31 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c191950f-c71d-f2c4-269b-6976aab384d0-dbd19d31 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-c191950f-c71d-f2c4-269b-6976aab384d2-dbd19d31 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a7c40411-f1e0-a69a-f5eb-e2c2ce8415b1-dbd19d31 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-a7c40411-f1e0-a69a-f5eb-e2c2ce8415b3-dbd19d31 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-03f41f6a {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf27f-03f41f6a {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-03f41f6a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bf1b6111-0680-f888-c0b2-aa0987f685b4-03f41f6a {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-03f41f6a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39c-03f41f6a {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39e-03f41f6a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c191950f-c71d-f2c4-269b-6976aab384d0-03f41f6a {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-c191950f-c71d-f2c4-269b-6976aab384d2-03f41f6a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-65cbc522 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf27f-65cbc522 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-65cbc522 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bf1b6111-0680-f888-c0b2-aa0987f685b4-65cbc522 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-65cbc522 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39c-65cbc522 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39e-65cbc522 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c191950f-c71d-f2c4-269b-6976aab384d2-65cbc522 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-45e66e56 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf27f-45e66e56 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-45e66e56 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bf1b6111-0680-f888-c0b2-aa0987f685b4-45e66e56 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-45e66e56 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39c-45e66e56 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39e-45e66e56 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c191950f-c71d-f2c4-269b-6976aab384d2-45e66e56 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-1b6beca9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf27f-1b6beca9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-1b6beca9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bf1b6111-0680-f888-c0b2-aa0987f685b4-1b6beca9 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-1b6beca9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39c-1b6beca9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39e-1b6beca9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-a3353788 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf27f-a3353788 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-a3353788 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bf1b6111-0680-f888-c0b2-aa0987f685b4-a3353788 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-a3353788 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39c-a3353788 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39e-a3353788 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-4d480334 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf27f-4d480334 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-4d480334 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bf1b6111-0680-f888-c0b2-aa0987f685b4-4d480334 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-4d480334 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39c-4d480334 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39e-4d480334 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-7f52c3e6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf27f-7f52c3e6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-7f52c3e6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bf1b6111-0680-f888-c0b2-aa0987f685b4-7f52c3e6 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-7f52c3e6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39c-7f52c3e6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39e-7f52c3e6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-f03f2f29 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf27f-f03f2f29 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-f03f2f29 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bf1b6111-0680-f888-c0b2-aa0987f685b4-f03f2f29 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-f03f2f29 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39e-f03f2f29 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-8401d98a {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-8401d98a, #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-8401d98a, #w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39e-8401d98a {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-5f675a80 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-5f675a80, #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-5f675a80, #w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39e-5f675a80 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-d61f9ff2 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf27f-d61f9ff2 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-d61f9ff2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-d61f9ff2 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39c-d61f9ff2 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39e-d61f9ff2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b9272e36-c635-c5cf-8ef3-31abb66a0787-fb757d62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19530-fb757d62 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19532-fb757d62 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab1954d-fb757d62 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab1954f-fb757d62 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19576-fb757d62 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19578-fb757d62 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195a2-fb757d62 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195a4-fb757d62 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195d3-fb757d62 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195d5-fb757d62 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d5-fb757d62 {
  justify-self: end;
}

#w-node-b9272e36-c635-c5cf-8ef3-31abb66a0787-e09b2094 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19530-e09b2094 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19532-e09b2094 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab1954d-e09b2094 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab1954f-e09b2094 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19576-e09b2094 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19578-e09b2094 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195a2-e09b2094 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195a4-e09b2094 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195d3-e09b2094 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195d5-e09b2094 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d5-e09b2094 {
  justify-self: end;
}

#w-node-b9272e36-c635-c5cf-8ef3-31abb66a0787-e19a1da4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19530-e19a1da4 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19532-e19a1da4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab1954d-e19a1da4 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab1954f-e19a1da4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19576-e19a1da4 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19578-e19a1da4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195a2-e19a1da4 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195a4-e19a1da4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195d3-e19a1da4 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195d5-e19a1da4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d5-e19a1da4 {
  justify-self: end;
}

#w-node-b9272e36-c635-c5cf-8ef3-31abb66a0787-bfb6dfb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19530-bfb6dfb6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19532-bfb6dfb6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab1954d-bfb6dfb6 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab1954f-bfb6dfb6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19576-bfb6dfb6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19578-bfb6dfb6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195a2-bfb6dfb6 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195a4-bfb6dfb6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195d3-bfb6dfb6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195d5-bfb6dfb6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d5-bfb6dfb6 {
  justify-self: end;
}

#w-node-b9272e36-c635-c5cf-8ef3-31abb66a0787-336ac33d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19530-336ac33d {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19532-336ac33d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab1954d-336ac33d {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab1954f-336ac33d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19576-336ac33d {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19578-336ac33d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195a2-336ac33d {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195a4-336ac33d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195d3-336ac33d {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195d5-336ac33d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d5-336ac33d {
  justify-self: end;
}

#w-node-b9272e36-c635-c5cf-8ef3-31abb66a0787-0a89d47f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19530-0a89d47f {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19532-0a89d47f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab1954d-0a89d47f {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab1954f-0a89d47f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19576-0a89d47f {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19578-0a89d47f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195a2-0a89d47f {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195a4-0a89d47f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195d3-0a89d47f {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195d5-0a89d47f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d5-0a89d47f {
  justify-self: end;
}

#w-node-b9272e36-c635-c5cf-8ef3-31abb66a0787-ab1bc998 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19530-ab1bc998 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19532-ab1bc998 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab1954d-ab1bc998 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab1954f-ab1bc998 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19576-ab1bc998 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19578-ab1bc998 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195a2-ab1bc998 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195a4-ab1bc998 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195d3-ab1bc998 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195d5-ab1bc998 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d5-ab1bc998 {
  justify-self: end;
}

#w-node-b9272e36-c635-c5cf-8ef3-31abb66a0787-41acf383 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19530-41acf383 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19532-41acf383 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab1954d-41acf383 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab1954f-41acf383 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19576-41acf383 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab19578-41acf383 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195a2-41acf383 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195a4-41acf383 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195d3-41acf383 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_424e30eb-a4de-d369-30ae-ab777ab195d5-41acf383 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d5-41acf383 {
  justify-self: end;
}

#w-node-a1b329cb-8549-3d37-de6e-b5f45a3dca6f-c902ce5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-eb1c2a6e {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf27f-eb1c2a6e {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-eb1c2a6e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bf1b6111-0680-f888-c0b2-aa0987f685b4-eb1c2a6e {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-eb1c2a6e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39c-eb1c2a6e {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39e-eb1c2a6e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-680964df {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf27f-680964df {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-680964df {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bf1b6111-0680-f888-c0b2-aa0987f685b4-680964df {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-680964df {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39c-680964df {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39e-680964df {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-d9215111 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf27f-d9215111 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-d9215111 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bf1b6111-0680-f888-c0b2-aa0987f685b4-d9215111 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-d9215111 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd32-c4c0b1ed {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-c4c0b1ed {
    justify-self: center;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf27f-c4c0b1ed {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-c4c0b1ed {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b4-c4c0b1ed {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-c4c0b1ed {
    justify-self: center;
  }

  #w-node-a5918078-bd99-a3c7-e457-77a47c80f6f2-7c80f6ef {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a5918078-bd99-a3c7-e457-77a47c80f6f4-7c80f6ef {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-dbd19d31 {
    justify-self: center;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf27f-dbd19d31 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-dbd19d31 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b4-dbd19d31 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-dbd19d31 {
    justify-self: center;
  }

  #w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39c-dbd19d31 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39e-dbd19d31 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-c191950f-c71d-f2c4-269b-6976aab384d0-dbd19d31 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c191950f-c71d-f2c4-269b-6976aab384d2-dbd19d31 {
    justify-self: center;
  }

  #w-node-a7c40411-f1e0-a69a-f5eb-e2c2ce8415b1-dbd19d31 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a7c40411-f1e0-a69a-f5eb-e2c2ce8415b3-dbd19d31 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-03f41f6a {
    justify-self: center;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf27f-03f41f6a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-03f41f6a {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b4-03f41f6a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-03f41f6a {
    justify-self: center;
  }

  #w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39c-03f41f6a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39e-03f41f6a {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-c191950f-c71d-f2c4-269b-6976aab384d0-03f41f6a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c191950f-c71d-f2c4-269b-6976aab384d2-03f41f6a, #w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-65cbc522 {
    justify-self: center;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf27f-65cbc522 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-65cbc522 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b4-65cbc522 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-65cbc522 {
    justify-self: center;
  }

  #w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39c-65cbc522 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39e-65cbc522 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-c191950f-c71d-f2c4-269b-6976aab384d2-65cbc522, #w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-45e66e56 {
    justify-self: center;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf27f-45e66e56 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-45e66e56 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b4-45e66e56 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-45e66e56 {
    justify-self: center;
  }

  #w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39c-45e66e56 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39e-45e66e56 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-c191950f-c71d-f2c4-269b-6976aab384d2-45e66e56, #w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-1b6beca9 {
    justify-self: center;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf27f-1b6beca9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-1b6beca9 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b4-1b6beca9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-1b6beca9 {
    justify-self: center;
  }

  #w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39c-1b6beca9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39e-1b6beca9 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-a3353788 {
    justify-self: center;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf27f-a3353788 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-a3353788 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b4-a3353788 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-a3353788 {
    justify-self: center;
  }

  #w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39c-a3353788 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39e-a3353788 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-4d480334 {
    justify-self: center;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf27f-4d480334 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-4d480334 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b4-4d480334 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-4d480334 {
    justify-self: center;
  }

  #w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39c-4d480334 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39e-4d480334 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-7f52c3e6 {
    justify-self: center;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf27f-7f52c3e6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-7f52c3e6 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b4-7f52c3e6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-7f52c3e6 {
    justify-self: center;
  }

  #w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39c-7f52c3e6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39e-7f52c3e6 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-f03f2f29 {
    justify-self: center;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf27f-f03f2f29 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-f03f2f29 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b4-f03f2f29 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-f03f2f29 {
    justify-self: center;
  }

  #w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39e-f03f2f29 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-8401d98a {
    justify-self: center;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-8401d98a {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-8401d98a {
    justify-self: center;
  }

  #w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39e-8401d98a {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-5f675a80 {
    justify-self: center;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-5f675a80 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-5f675a80 {
    justify-self: center;
  }

  #w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39e-5f675a80 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-d61f9ff2 {
    justify-self: center;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf27f-d61f9ff2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-d61f9ff2 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-d61f9ff2 {
    justify-self: center;
  }

  #w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39c-d61f9ff2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39e-d61f9ff2 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19530-fb757d62 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19532-fb757d62 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954d-fb757d62 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954f-fb757d62 {
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19576-fb757d62 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19578-fb757d62 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a2-fb757d62 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a4-fb757d62 {
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d3-fb757d62 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d5-fb757d62 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d5-fb757d62 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d7-fb757d62 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19530-e09b2094 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19532-e09b2094 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954d-e09b2094 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954f-e09b2094 {
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19576-e09b2094 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19578-e09b2094 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a2-e09b2094 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a4-e09b2094 {
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d3-e09b2094 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d5-e09b2094 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d5-e09b2094 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d7-e09b2094 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19530-e19a1da4 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19532-e19a1da4 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954d-e19a1da4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954f-e19a1da4 {
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19576-e19a1da4 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19578-e19a1da4 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a2-e19a1da4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a4-e19a1da4 {
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d3-e19a1da4 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d5-e19a1da4 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d5-e19a1da4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d7-e19a1da4 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19530-bfb6dfb6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19532-bfb6dfb6 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954d-bfb6dfb6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954f-bfb6dfb6 {
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19576-bfb6dfb6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19578-bfb6dfb6 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a2-bfb6dfb6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a4-bfb6dfb6 {
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d3-bfb6dfb6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d5-bfb6dfb6 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d5-bfb6dfb6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d7-bfb6dfb6 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19530-336ac33d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19532-336ac33d {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954d-336ac33d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954f-336ac33d {
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19576-336ac33d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19578-336ac33d {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a2-336ac33d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a4-336ac33d {
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d3-336ac33d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d5-336ac33d {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d5-336ac33d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d7-336ac33d {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19530-0a89d47f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19532-0a89d47f {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954d-0a89d47f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954f-0a89d47f {
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19576-0a89d47f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19578-0a89d47f {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a2-0a89d47f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a4-0a89d47f {
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d3-0a89d47f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d5-0a89d47f {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d5-0a89d47f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d7-0a89d47f {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19530-ab1bc998 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19532-ab1bc998 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954d-ab1bc998 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954f-ab1bc998 {
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19576-ab1bc998 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19578-ab1bc998 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a2-ab1bc998 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a4-ab1bc998 {
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d3-ab1bc998 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d5-ab1bc998 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d5-ab1bc998 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d7-ab1bc998 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19530-41acf383 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19532-41acf383 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954d-41acf383 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954f-41acf383 {
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19576-41acf383 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19578-41acf383 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a2-41acf383 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a4-41acf383 {
    justify-self: center;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d3-41acf383 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d5-41acf383 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d5-41acf383 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d7-41acf383 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-eb1c2a6e {
    justify-self: center;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf27f-eb1c2a6e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-eb1c2a6e {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b4-eb1c2a6e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-eb1c2a6e {
    justify-self: center;
  }

  #w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39c-eb1c2a6e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39e-eb1c2a6e {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-680964df {
    justify-self: center;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf27f-680964df {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-680964df {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b4-680964df {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-680964df {
    justify-self: center;
  }

  #w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39c-680964df {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b983c42a-dfea-3613-51cf-ec6ae26ec39e-680964df {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_1a36081c-605d-27da-10b7-eb43fc7cfd34-d9215111 {
    justify-self: center;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf27f-d9215111 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_577258f8-8ef3-37f7-465a-f1ae67ecf281-d9215111 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b4-d9215111 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bf1b6111-0680-f888-c0b2-aa0987f685b6-d9215111 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9530b699-79a4-2edd-82db-c72cf432c60f-f432c60c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0a6494bd-1438-6ee8-87df-27d2c77bdc50-c77bdc4c, #w-node-_9339c931-203d-0440-be64-ce48a196ae57-00be7402 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_670ee2ee-8022-bd31-ddcd-a978aaa05212-c4c0b1f0, #w-node-_670ee2ee-8022-bd31-ddcd-a978aaa05217-c4c0b1f0 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a5918078-bd99-a3c7-e457-77a47c80f6f2-7c80f6ef {
    grid-row: 1 / 2;
  }

  #w-node-_0a6494bd-1438-6ee8-87df-27d2c77bdc50-c77bdc4c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_670ee2ee-8022-bd31-ddcd-a978aaa05212-c4c0b1f0, #w-node-_670ee2ee-8022-bd31-ddcd-a978aaa05217-c4c0b1f0 {
    justify-self: start;
  }

  #w-node-_670ee2ee-8022-bd31-ddcd-a978aaa0521c-c4c0b1f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19530-fb757d62 {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19532-fb757d62 {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954d-fb757d62 {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954f-fb757d62 {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19576-fb757d62 {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19578-fb757d62 {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a2-fb757d62 {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a4-fb757d62 {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d3-fb757d62 {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d5-fb757d62 {
    grid-row: 2 / 3;
  }

  #w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d5-fb757d62 {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19530-e09b2094 {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19532-e09b2094 {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954d-e09b2094 {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954f-e09b2094 {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19576-e09b2094 {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19578-e09b2094 {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a2-e09b2094 {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a4-e09b2094 {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d3-e09b2094 {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d5-e09b2094 {
    grid-row: 2 / 3;
  }

  #w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d5-e09b2094 {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19530-e19a1da4 {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19532-e19a1da4 {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954d-e19a1da4 {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954f-e19a1da4 {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19576-e19a1da4 {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19578-e19a1da4 {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a2-e19a1da4 {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a4-e19a1da4 {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d3-e19a1da4 {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d5-e19a1da4 {
    grid-row: 2 / 3;
  }

  #w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d5-e19a1da4 {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19530-bfb6dfb6 {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19532-bfb6dfb6 {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954d-bfb6dfb6 {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954f-bfb6dfb6 {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19576-bfb6dfb6 {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19578-bfb6dfb6 {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a2-bfb6dfb6 {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a4-bfb6dfb6 {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d3-bfb6dfb6 {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d5-bfb6dfb6 {
    grid-row: 2 / 3;
  }

  #w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d5-bfb6dfb6 {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19530-336ac33d {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19532-336ac33d {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954d-336ac33d {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954f-336ac33d {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19576-336ac33d {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19578-336ac33d {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a2-336ac33d {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a4-336ac33d {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d3-336ac33d {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d5-336ac33d {
    grid-row: 2 / 3;
  }

  #w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d5-336ac33d {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19530-0a89d47f {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19532-0a89d47f {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954d-0a89d47f {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954f-0a89d47f {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19576-0a89d47f {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19578-0a89d47f {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a2-0a89d47f {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a4-0a89d47f {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d3-0a89d47f {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d5-0a89d47f {
    grid-row: 2 / 3;
  }

  #w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d5-0a89d47f {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19530-ab1bc998 {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19532-ab1bc998 {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954d-ab1bc998 {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954f-ab1bc998 {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19576-ab1bc998 {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19578-ab1bc998 {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a2-ab1bc998 {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a4-ab1bc998 {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d3-ab1bc998 {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d5-ab1bc998 {
    grid-row: 2 / 3;
  }

  #w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d5-ab1bc998 {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19530-41acf383 {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19532-41acf383 {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954d-41acf383 {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab1954f-41acf383 {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19576-41acf383 {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab19578-41acf383 {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a2-41acf383 {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195a4-41acf383 {
    grid-row: 2 / 3;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d3-41acf383 {
    grid-row: 1 / 2;
  }

  #w-node-_424e30eb-a4de-d369-30ae-ab777ab195d5-41acf383 {
    grid-row: 2 / 3;
  }

  #w-node-fa48ac6d-54e7-7f84-7f83-2c14d54e57d5-41acf383 {
    grid-row: 1 / 2;
  }
}


