:root {
  --dark-outline: #e2e7f1;
  --body-display: #6e7488;
  --dark: #090b19;
  --steel-blue: #2d77b6;
  --pin-stripe: #f3f6fc;
  --white: white;
  --true-deep-sky-blue: #2da7df;
  --deep-sky-blue: #00b7dc;
  --black: #0d0d0d;
  --midgrey: #00000080;
  --black-2: #32241d;
  --rbq-black: #474747;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25em;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6em;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: 3px solid var(--dark-outline);
  color: var(--body-display);
  background-color: #ffffffa6;
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 18px 24px;
  font-size: 18px;
  line-height: 1.6em;
}

.section {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw 30px;
  display: flex;
  position: relative;
}

.section.dark {
  z-index: 10;
  background-color: var(--dark);
  color: #fff;
}

.section.no-verticle-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-verticle-padding.dark {
  background-color: var(--steel-blue);
}

.section.video-section {
  z-index: 10;
  color: #fff;
  padding-top: 240px;
  padding-bottom: 160px;
}

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

.section.no-bottom-padding {
  padding-bottom: 0;
}

.section.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

.section.bottompadding, .section.last-margin, .section.padding-bottom {
  padding-bottom: 120px;
}

.background-cover {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-image {
  z-index: 1;
  background-image: url('../images/Space002.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-image.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.background-image.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.background-image.testimonial-003 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/installateur-thermopompe-avis-satisfaction-google-review-quebec-montreal-canada.jpg');
  background-position: 50% 10%;
  background-clip: border-box;
}

.background-image.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.background-image.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.image-overlay {
  z-index: 1;
  background-color: #2d77b624;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-overlay.light-overlay {
  background-color: #090b1926;
}

.image-overlay.dark-overylay {
  background-color: #090b1973;
}

.image-overlay.dark-overylay.splash {
  display: none;
}

.image-overlay.acc01 {
  background-color: #2d77b64a;
}

.navbar {
  background-color: #ddd0;
  justify-content: center;
  height: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  font-family: Inter, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.wrapper {
  z-index: 10;
  flex-direction: column;
  width: 100%;
  max-width: 1400px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.wrapper.navbar-wrapper {
  border: 1px solid #f3f6fc;
  border-top: 1px #f3f6fc00;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: 0 2px 12px #0000001c;
}

.wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.nav-link {
  color: var(--dark);
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.left-navbar {
  z-index: 30;
  border: 1px none var(--pin-stripe);
  letter-spacing: -.03em;
  background-color: #fff;
  justify-content: space-between;
  width: 100%;
  min-width: 275px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.menu-wrapper {
  border: 1px #f3f6fc00;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: 33.33%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu {
  z-index: 10;
  border: 1px #f3f6fc00;
  justify-content: flex-end;
  width: 50%;
  display: none;
}

.brand {
  color: var(--dark);
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 24px;
  font-size: 22px;
  display: flex;
}

.body {
  color: var(--dark);
  font-family: Open Sans, sans-serif;
}

.full-menu-button {
  border-right: 1px solid var(--pin-stripe);
  border-left: 1px solid var(--pin-stripe);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-right: -.5px;
  padding: 26px 26px 26px 22px;
  display: flex;
}

.stripe-wrapper {
  z-index: 5;
  justify-content: center;
  width: 100vw;
  min-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: none;
  position: absolute;
  inset: 0% auto;
}

.stripe-container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.pin-stripe {
  background-color: var(--pin-stripe);
  width: 1px;
}

.pin-stripe.white {
  background-color: #ffffff1f;
}

.hero-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
  position: relative;
  top: 153px;
}

.xxl-heading {
  letter-spacing: -.05em;
  margin-right: 1px;
  font-size: 78px;
}

.xxl-heading.one {
  font-size: 44px;
}

.xxl-heading.two {
  line-height: 99px;
}

.clip {
  position: relative;
  overflow: hidden;
}

.page-wrapper {
  z-index: 15;
  background-color: #fff;
  min-height: 100vh;
  position: relative;
}

.banner-wrapper {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 555px;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-intro {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
  position: relative;
}

.banner-intro._02 {
  grid-template-rows: auto;
}

.large-heading {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 38px;
  position: relative;
}

.large-heading.one {
  font-size: 30px;
  line-height: 38px;
}

.large-heading.two {
  line-height: 38px;
}

.large-heading.youtubemobile {
  color: var(--steel-blue);
}

.large-heading.white {
  color: var(--white);
  position: relative;
}

.large-heading.blue {
  color: var(--steel-blue);
}

.body-display {
  color: var(--body-display);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.body-display.white {
  color: #ffffffe6;
  font-family: Arkhip, sans-serif;
  font-style: italic;
}

.body-display.large {
  font-size: 18px;
}

.body-display.ct {
  text-align: justify;
}

.project-item {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  height: 30vw;
  min-height: 300px;
  max-height: 465px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.horizontal-line {
  background-color: #090b1900;
  border: 1px solid #0000001a;
  flex: 1;
  width: 50%;
  height: 1px;
  margin-top: 11px;
  margin-bottom: 11px;
  margin-left: 18px;
  position: relative;
}

.horizontal-line.white {
  background-color: #ffffff1f;
}

.button {
  border: 1px none var(--dark);
  background-color: var(--true-deep-sky-blue);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  border-color: var(--dark-outline);
  background-color: var(--dark-outline);
  color: var(--dark);
}

.button.small {
  padding: 9px 18px;
  font-size: 9px;
}

.button.solid-white {
  color: var(--dark);
  background-color: #fff;
  border-color: #fff;
}

.button.solid-white:hover {
  background-color: var(--dark-outline);
}

.button.maincontent {
  background-color: #090b1900;
  border-style: solid;
  border-color: #ffffffbf;
  font-family: Inter, sans-serif;
}

.button.maincontent:hover {
  border-style: none;
  border-color: var(--dark);
  background-color: var(--steel-blue);
  color: #fff;
}

.button.maincontent.bg {
  background-color: var(--true-deep-sky-blue);
  border-style: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.button.maincontent.bg:hover {
  background-color: var(--steel-blue);
}

.button.maincontent.blue {
  border-color: var(--steel-blue);
  color: var(--steel-blue);
}

.button.maincontent.blue:hover {
  color: var(--pin-stripe);
}

.button.grey-outline {
  border-color: var(--dark-outline);
  color: var(--dark);
  background-color: #090b1900;
}

.button.grey-outline:hover {
  border-color: var(--dark);
  background-color: var(--dark);
  color: #fff;
}

.button.grey-outline.small {
  background-color: var(--true-deep-sky-blue);
  color: #fff;
  letter-spacing: 1px;
  font-size: 12px;
}

.button.grey-outline.small:hover {
  background-color: var(--steel-blue);
  border-style: none;
}

.button.grey-outline.small-copy {
  background-color: var(--true-deep-sky-blue);
  color: #fff;
  letter-spacing: 1px;
  font-size: 12px;
}

.button.grey-outline.small-copy:hover {
  background-color: var(--steel-blue);
  border-style: none;
}

.button.grey-outline.topbar {
  color: #fff;
  letter-spacing: 1px;
  background-color: #2da7df00;
  border-style: none;
  height: 36px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  box-shadow: 0 6px 3px -4px #2d77b685;
}

.button.grey-outline.topbar:hover {
  background-color: #2d77b600;
  background-image: linear-gradient(to top, #2d77b65c, #2d77b600 43%);
  border-style: none;
}

.button._24-7 {
  margin-top: 38px;
}

.navigation-cover {
  border-left: 1px solid var(--pin-stripe);
  background-color: #fff;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  margin-left: -1px;
  margin-right: -5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.testimonial-wrapper {
  display: flex;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.testimonial-arrow {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #00b7dc00;
  background-image: url('../images/arrow_circle_left.svg');
  background-position: 0 0;
  background-size: cover;
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  display: flex;
  inset: 0% auto 0% -5%;
}

.testimonial-arrow.right-arrow {
  background-color: #00b7dc00;
  background-image: url('../images/arrow_circle_right.svg');
  border-bottom: 1px #ffffff1a;
  border-right-style: none;
  inset: 0% -5% 0% auto;
}

.slider-dots {
  display: none;
}

.testimonial-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 550px;
  display: grid;
}

.testimonial-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 48px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.rotate-text {
  transform: rotate(-90deg);
}

.rotate-text.no-rotate-on-mobile {
  transform: none;
}

.stacked-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.stacked-description.large {
  grid-row-gap: 24px;
}

.stacked-description.horizontal {
  grid-column-gap: 12px;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  width: 100%;
}

.stacked-description.horizontal.spaced {
  margin-top: 69px;
}

.stacked-description.horizontal.semispaced {
  margin-top: 24px;
}

.stacked-description.short {
  grid-row-gap: 12px;
  padding-right: 0;
}

.credits-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 36px;
  background-color: var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: stretch;
  width: auto;
  padding: 95px 48px 60px 0;
  display: grid;
}

.page-info-ribbon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.credit-item {
  justify-content: center;
  align-items: center;
  max-width: 120px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.credit-item.lg {
  max-width: 180px;
}

.card-hover-item {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px none var(--pin-stripe);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card-hover-item.no-top-border {
  border-top-style: none;
}

.card-hover-item.no-borders {
  border-top-style: none;
  border-bottom-style: none;
}

.icon_3main {
  z-index: 10;
  background-color: var(--true-deep-sky-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  display: flex;
  position: relative;
}

.subtitle-wrapper {
  margin-bottom: 18px;
  overflow: hidden;
}

.subtitle-wrapper.small-subtitle {
  margin-bottom: 12px;
}

.subtitle {
  z-index: 10;
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle.small {
  font-size: 12px;
}

.subtitle.small.blackbold {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.subtitle.white {
  color: #fff;
}

.subtitle.white.topspace {
  font-size: 18px;
  top: 178px;
}

.subtitle.white.ville {
  letter-spacing: 2px;
  font-style: normal;
}

.subtitle.white.name {
  letter-spacing: 2px;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
}

.subtitle.white.youtubevideo {
  color: var(--steel-blue);
}

.subtitle.white.header {
  top: 73px;
}

.subtitle.quote-credit {
  border-left: 2px solid var(--dark);
  margin-left: -1px;
  padding-left: 18px;
}

.subtitle.grey {
  color: var(--body-display);
}

.subtitle.youtubemobile {
  color: var(--steel-blue);
  letter-spacing: 2px;
  font-weight: 700;
}

.subtitle.blue {
  color: var(--steel-blue);
  font-weight: 700;
}

.subtitle.blue.topspace {
  font-size: 18px;
  top: 178px;
}

.subtitle.blue.ville {
  letter-spacing: 2px;
  font-style: normal;
}

.subtitle.blue.name {
  letter-spacing: 2px;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
}

.subtitle.blue.youtubevideo {
  color: var(--steel-blue);
}

.subtitle.compact {
  letter-spacing: 3px;
}

.subtitle.ultracompact {
  letter-spacing: 2px;
}

.tripple-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.tripple-grid.no-margin {
  margin-bottom: 0;
}

.section-bottom-cover {
  z-index: 20;
  background-color: #fff;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.intro-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.services-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-top: 1px solid var(--pin-stripe);
  border-right: 1px solid var(--pin-stripe);
  border-left: 1px solid var(--pin-stripe);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-grid.two-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-style: none;
  grid-template-rows: minmax(36px, auto);
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(36px, auto);
}

.services-grid.top-border {
  border-top: 1px solid var(--pin-stripe);
  border-left-style: none;
  border-right-style: none;
}

.card-circle {
  background-color: var(--pin-stripe);
  border-radius: 100%;
  width: 6vw;
  max-width: 800px;
  height: 6vw;
  max-height: 800px;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.card-circle.white {
  background-color: #fff;
}

.card-circle.overlay {
  background-color: #090b1959;
}

.heading {
  z-index: 10;
  position: relative;
}

.heading.ct {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

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

.logos-headline {
  color: var(--body-display);
  align-items: center;
  display: flex;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link-wrapper.video-link-wrapper {
  margin-left: -24px;
  position: relative;
  inset: 0 0 0 0;
}

.hover-link-wrapper.project-view-link {
  position: relative;
  bottom: auto;
  right: auto;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.dual-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .85fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.video-info {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.project-categories-wrapper {
  z-index: 20;
  justify-content: center;
  width: 100%;
  min-height: 156px;
  margin-top: -36px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  overflow: visible;
}

.large-menu-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  background-color: var(--pin-stripe);
  flex-direction: column;
  grid-template-rows: 75px auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 37px;
  display: grid;
  position: relative;
}

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

.project-collection-item:nth-child(odd) {
  margin-top: 60px;
  margin-bottom: 80px;
}

.project-categories {
  background-color: var(--pin-stripe);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 36px;
  display: flex;
}

.project-card-info {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px 24px;
  display: flex;
  position: relative;
}

.project-hover-link-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-info-top {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-info-top.team-info {
  flex-direction: row;
  justify-content: space-between;
}

.project-info-bottom {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.categories-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  height: 100%;
  display: grid;
}

.category-collection-list-wrapper {
  background-color: var(--pin-stripe);
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.projects-search-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  height: 75px;
  display: grid;
}

.search {
  border: 1px solid var(--dark-outline);
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 3px;
  display: flex;
  overflow: hidden;
}

.search-input {
  border: 1px #000;
  min-height: 42px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 13px;
  font-weight: 300;
}

.search-input::placeholder {
  color: var(--body-display);
}

.search-wrapper {
  padding-left: 24px;
  padding-right: 24px;
}

.search-button {
  background-color: var(--dark);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 0 32px;
  font-size: 9px;
}

.mega-category-list {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
}

.mega-category-list.middle {
  border-right: 1px solid var(--dark-outline);
  border-left: 1px solid var(--dark-outline);
}

.mega-menu {
  z-index: 25;
  border-style: none none none solid;
  border-width: 1px;
  border-color: var(--pin-stripe);
  background-color: var(--pin-stripe);
  margin-left: -1px;
  margin-right: -1px;
  font-family: Varela, sans-serif;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.mega-menu-overlay {
  z-index: 20;
  background-color: #090b1980;
  display: none;
  position: fixed;
  inset: 0%;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.collection-list.two-columns {
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
}

.team-collection-item {
  flex-direction: column;
}

.team-collection-item:nth-child(2n) {
  margin-top: 80px;
  margin-bottom: 80px;
}

.team-collection-item:last-child {
  margin-top: 160px;
}

.team-collection-item.two-column-item:nth-child(2n) {
  margin-top: 80%;
  margin-bottom: -20%;
}

.team-collection-item.two-column-item:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

.team-social-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.team-social-icon {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 10px;
  display: flex;
}

.team-social-icon.outline {
  border: 1px solid var(--dark-outline);
}

.team-social-icon.small {
  width: 30px;
  height: 30px;
  padding: 7px;
}

.featured-news-list {
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px none var(--pin-stripe);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.post-list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 36px;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  min-height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 1.25em;
  text-decoration: none;
  display: grid;
}

.post-list-item.category-list-item {
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  min-height: 80px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
}

.collection-list-item {
  border-top: 1px #000;
  border-bottom: 1px solid var(--pin-stripe);
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list-item:nth-child(odd) {
  border-bottom-style: solid;
}

.collection-list-item:nth-child(2n) {
  margin-top: 48px;
  margin-bottom: -48px;
}

.inner-page-hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-bottom: 24px;
  display: grid;
}

.team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  min-height: 30vh;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.mission-column {
  align-items: center;
  display: flex;
}

.navigation-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-menu-wrapper {
  z-index: 10;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: visible;
}

.banner-items {
  background-color: var(--pin-stripe);
  white-space: nowrap;
  align-items: center;
  height: 120px;
  display: flex;
  overflow: hidden;
}

.banner-items.project-categories {
  background-color: #0000;
}

.banner-items.template-credit {
  height: auto;
  overflow: visible;
}

.services-dual-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.sticky-services-menu {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.sticky-services-menu.left-side {
  border-right: 1px solid var(--pin-stripe);
  margin-right: -.5px;
}

.sticky-services-menu.extra-top-margin {
  top: 148px;
}

.menu-list-item {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  color: var(--body-display);
  letter-spacing: -.03em;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.menu-list-item:hover {
  color: var(--dark);
}

.menu-list-item.w--current {
  color: var(--dark);
  padding-left: 36px;
}

.menu-list-item.white {
  color: #fff;
  cursor: pointer;
  border-top-color: #ffffff26;
  border-bottom-color: #ffffff26;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
}

.menu-list-item.white.small {
  padding-top: 19px;
  padding-bottom: 19px;
}

.menu-list-item.small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu-list-item.discovery-item {
  border: 1px #000;
  width: 100%;
  height: 100%;
}

.menu-list-item.dark {
  background-color: var(--dark);
  color: #fff;
}

.service-menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-menu-list.white {
  border-top-color: #ffffff26;
  width: 100%;
  margin-left: 1px;
  margin-right: 1px;
}

.list-heading-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.scrolling-text {
  align-items: center;
  height: 100%;
  display: flex;
}

.dark-dot {
  background-color: var(--dark);
  border-radius: 100px;
  width: 4px;
  min-width: 4px;
  height: 4px;
  min-height: 4px;
  margin-left: 6px;
  margin-right: 10px;
}

.mega-social-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.services-menu-hide-cover {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0% 0;
}

.team-portrait-wrapper {
  min-height: 475px;
  position: relative;
  overflow: hidden;
}

.rich-text {
  color: var(--body-display);
  font-size: 16px;
}

.rich-text h2 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 18px;
  line-height: 1.25em;
}

.rich-text h4 {
  color: var(--dark);
  margin-top: 18px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.25em;
}

.rich-text h3 {
  color: var(--dark);
  margin-top: 24px;
  margin-bottom: 18px;
  line-height: 1.25em;
}

.rich-text h5 {
  color: var(--dark);
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 1.25em;
}

.rich-text h6 {
  color: var(--dark);
  font-size: 14px;
  line-height: 1.3em;
}

.rich-text h1 {
  color: var(--dark);
}

.rich-text p {
  margin-bottom: 16px;
}

.right-grid-intro {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.blog-card-image-wrapper {
  z-index: 1;
  width: 100%;
  min-height: 225px;
  position: relative;
  overflow: hidden;
}

.post-card-description {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 48px;
  color: var(--dark);
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: space-between;
  padding: 36px 36px 24px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.mega-menu-list-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--dark-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.post-card-info {
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.preloader-middle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: center;
  width: 100vw;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
}

.left-preloader {
  border-bottom: 1px solid var(--pin-stripe);
  background-color: #fff;
  width: 100%;
}

.middle-preloader {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.right-preloader {
  border-bottom: 1px solid var(--pin-stripe);
  background-color: #fff;
  width: 100%;
}

.stripe-preloader {
  border-right: 1px solid var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  background-color: #fff;
  width: 33.33%;
}

.stripe-preloader.left {
  border-left: 1px solid var(--pin-stripe);
}

.grid-wrapper {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: minmax(5vw, 1fr);
  grid-auto-flow: row;
  place-content: space-between;
  place-items: stretch start;
  width: 100%;
  display: grid;
  position: relative;
}

.grid-wrapper.projects-search {
  z-index: 15;
  flex: 0 auto;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  right: auto;
  overflow: hidden;
}

.grid-wrapper.fixed {
  z-index: 25;
  align-content: end;
  align-items: end;
  max-height: 0;
}

.grid-wrapper.two-row {
  flex: 0 auto;
  grid-template-rows: 1fr auto;
  align-content: space-between;
}

.hero-bottom-feature {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  color: var(--dark);
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 33.33%;
  padding: 0;
}

.featured-project-column {
  background-color: var(--pin-stripe);
  color: var(--body-display);
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 11px;
  display: flex;
}

.hero-feature-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 36px;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 36px;
  text-decoration: none;
  display: grid;
}

.card-button-wrapper {
  display: flex;
}

.feature-card-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-rows: minmax(44px, auto) minmax(102px, auto) minmax(103px, auto) minmax(103px, auto) minmax(103px, auto) minmax(36px, auto);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(106px, auto);
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-credits {
  font-size: 13px;
  font-weight: 400;
}

.project-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.hero-background-image {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.hero-background-image.team-background {
  background-image: url('../images/Team004.jpeg');
  background-position: 50% 0;
}

.hero-background-image.projects-background {
  background-image: url('../images/Space008.jpeg');
  background-position: 50% 40%;
}

.hero-background-image.services-background {
  background-image: url('../images/thermopompes-heat-pumps-gree-air-conditioning-LOMO17-quebec-montreal.jpg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  display: flex;
}

.hero-background-image.services-background.confort {
  background-image: url('../images/thermopompe-climatiseur-Gree-Weka-inverter-vente-installation-quebec-beauce.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-background-image.services-background.service {
  background-image: url('../images/thermopompe-professionnel-controle-unite-exterieure-pompe-chaleur-pression-quebec.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-background-image.services-background.reparation {
  background-image: url('../images/reparation-vieille-thermopompe-remplacement-pieces-entretien-climatiseur-quebec_1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-background-image.services-background.garantie {
  background-image: url('../images/thermopompe-pompe-a-chaleur-garantie-piece-main-oeuvre-quebec-beauce.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-background-image.contact-background {
  background-image: url('../images/Space007.jpeg');
}

.hero-background-image.news-background {
  background-image: url('../images/Space006.jpeg');
}

.hero-background-image._404-background {
  background-image: url('../images/Space012.jpeg');
}

.hero-background-image.password-background {
  background-image: url('../images/Space007.jpeg');
}

.hero-background-image.search-background {
  background-image: url('../images/Space002.jpeg');
}

.project-details-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 1px;
  margin-right: 1px;
  display: grid;
  position: relative;
}

.project-detail-item {
  border-top: 1px solid #ffffff1f;
  border-left: 1px #ffffff1f;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px 12px 48px 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.project-detail-item.middle-item {
  border-left-style: solid;
  border-left-color: #ffffff1f;
}

.project-detail-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.featured-project-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffff26;
  border-top: 2px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-gallery-wrapper {
  z-index: 15;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.gallery-items-wrapper {
  z-index: 20;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 123px;
  padding-bottom: 48px;
  padding-right: 6px;
  display: flex;
  position: relative;
  overflow: visible;
}

.more-projects-wrapper {
  z-index: 25;
  flex-direction: column;
  justify-content: flex-end;
  height: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.more-projects-wrapper.in-page {
  display: none;
}

.fly-out-button {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--pin-stripe);
  white-space: nowrap;
  cursor: pointer;
  border-top: 1px #ffffff1f;
  grid-template-rows: auto;
  grid-template-columns: 5vw 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 33.33%;
  max-width: 33.33%;
  height: 48px;
  max-height: 48px;
  padding: 0 5vw 0 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.fly-out-button.on-click {
  z-index: 50;
  background-color: #fff;
}

.fly-out-button.off-click {
  z-index: 50;
  width: 100%;
  max-width: 100%;
}

.projects-lottie {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.project-search-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(100px, 1fr);
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(100px, 1fr);
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.project-search-collection {
  flex-direction: column;
  flex: 1;
  padding-right: 12px;
  display: flex;
  overflow: auto;
}

.project-search-collection-item {
  border-bottom: 1px solid var(--dark-outline);
  width: 100%;
  display: flex;
  overflow: hidden;
}

.project-search-collection-item:first-child {
  border-top: 1px solid var(--dark-outline);
}

.project-search-collection-item:last-child {
  border-bottom-style: none;
}

.project-description-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-description {
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  background-color: var(--pin-stripe);
  color: var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 60px;
  display: grid;
  position: relative;
}

.project-description.top-grey-border {
  border-top: 1px solid var(--dark-outline);
}

.project-features, .general-collection-wrapper {
  padding-top: 80px;
}

.projects-lottie-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14px;
  display: flex;
}

.project-gallery-overlay {
  z-index: 5;
  background-color: #090b1980;
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

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

.news-list-item {
  border-bottom: 1px solid var(--pin-stripe);
}

.news-list-item:nth-child(2n) {
  margin-top: 80px;
  margin-bottom: 80px;
}

.pagination {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pagination-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(0, auto);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  align-items: center;
  display: grid;
}

.large-search-wrapper {
  background-color: #fff;
  border-radius: 100px;
  width: 50%;
  margin-bottom: 0;
  padding: 4px;
  display: flex;
}

.large-search-input {
  background-color: #fff0;
  border: 1px #000;
  border-radius: 100px;
  min-height: 48px;
  margin-bottom: 0;
  padding-left: 24px;
}

.large-search-button {
  background-color: var(--dark);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 11px;
}

.search-results-info {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-result-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-result-item {
  width: 100%;
  padding: 0;
}

.search-results-link {
  border-right: 1px solid var(--pin-stripe);
  border-bottom: 1px solid var(--dark-outline);
  border-left: 1px solid var(--pin-stripe);
  color: var(--dark);
  padding: 48px 36px 48px 24px;
  text-decoration: none;
  transition: background-color .4s linear;
}

.search-results-link:hover {
  background-color: #fff;
}

.search-result-wrapper {
  border-top: 1px solid var(--dark-outline);
  background-color: var(--pin-stripe);
  padding-top: 0;
}

.results-help-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: var(--dark);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  display: grid;
}

.author-post-item {
  grid-column-gap: 24px;
  grid-row-gap: 9px;
  border-bottom: 1px solid var(--pin-stripe);
  color: var(--body-display);
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 18px 24px;
  text-decoration: none;
  transition: color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.author-post-item:hover {
  color: var(--dark);
}

.list-item-arrow {
  width: 18px;
  min-width: 18px;
}

.gallery-heading {
  white-space: nowrap;
  padding-left: 24px;
}

.author-card {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 24px;
  padding-left: 24px;
  display: grid;
}

.author-avatar {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100px;
  height: 100px;
}

.empty-state {
  background-color: #0000;
}

.empty-collection {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: var(--pin-stripe);
  text-align: center;
  white-space: normal;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding: 36px;
  display: grid;
}

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

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

.text-field {
  border: 1px solid var(--dark-outline);
  background-color: #ffffffa6;
  border-radius: 2px;
  min-height: 54px;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  background-color: #fff;
  border-color: #d4ddee;
}

.text-field::placeholder {
  color: var(--body-display);
}

.text-field.large {
  min-height: 140px;
}

.text-field.light {
  color: #fff;
  background-color: #ffffff14;
  border-color: #ffffff29;
}

.text-field.light:focus {
  background-color: #fff0;
  border-color: #fff;
}

.text-field.light::placeholder {
  color: #ffffffd9;
}

.submit-button {
  background-color: var(--dark);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  min-width: 160px;
  padding: 16px 32px;
  font-size: 12px;
}

.submit-button.white {
  color: var(--dark);
  background-color: #fff;
}

.utility-message {
  background-color: #0000;
  height: 100%;
  margin-top: auto;
  padding: 0;
}

.success-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border: 1px solid var(--dark-outline);
  background-color: #ffffffd9;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 340px;
  padding: 60px;
  display: grid;
}

.success-wrapper.dark {
  color: #fff;
  background-color: #fff0;
  border-style: none;
  align-content: center;
  height: 100%;
}

.error-message {
  background-color: var(--dark-outline);
  color: var(--dark);
  margin-top: 0;
  padding: 12px 18px;
}

.discovery-button-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fly-out-button-wrapper {
  margin-left: -5vw;
  padding-left: 5vw;
  display: flex;
  overflow: hidden;
}

.services-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  display: grid;
}

.service-examples-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-info {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mission-description {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 30vw;
  min-height: 300px;
  max-height: 465px;
  padding-bottom: 20%;
  padding-left: 24px;
  display: grid;
}

.about-quote {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  height: 30vw;
  min-height: 300px;
  max-height: 465px;
  padding-top: 20%;
  padding-left: 24px;
  display: grid;
}

.project-gallery-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  display: grid;
}

.project-gallery-image:nth-child(odd) {
  margin-top: 160px;
  margin-bottom: 36px;
}

.project-schowcae-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 160px;
  margin-bottom: 36px;
  display: grid;
}

.tablet-mobile-menu, .tablet-mobile-nav-links {
  display: none;
}

.image-cover {
  z-index: 20;
  background-color: #fff;
  justify-content: center;
  width: 0%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.image-cover-wrapper {
  z-index: 15;
  color: var(--steel-blue);
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.image-cover-wrapper.right-side {
  justify-content: flex-end;
  display: flex;
  inset: 0% 0% 0% auto;
}

.hero-button-wrapper {
  position: relative;
}

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

.template-screen {
  z-index: 10;
  border: 1px solid var(--pin-stripe);
  flex-direction: row;
  width: 100%;
  margin-bottom: 6px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.feature-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.template-showcase-grid {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-rows: minmax(80px, auto) minmax(80px, auto);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(80px, auto);
  grid-auto-columns: 1fr;
  display: grid;
}

.page-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 120px;
  display: grid;
  overflow: hidden;
}

.page-info.no-clip {
  overflow: visible;
}

.client-quote {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  top: -39px;
}

.project-discovery-cover {
  z-index: 10;
  background-color: var(--pin-stripe);
  width: 100%;
}

.project-discovery-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-discovery-list {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.screen-image {
  width: 100%;
  max-width: none;
  height: 100%;
}

.client-quote-credit {
  border-left: 2px solid var(--steel-blue);
  flex-direction: row;
  align-items: center;
  margin-left: -24px;
  padding-left: 24px;
  display: flex;
}

.news-category-item {
  border-bottom: 1px none var(--pin-stripe);
}

.background-banner {
  background-image: url('../images/Space002.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 116%;
  position: absolute;
  inset: auto 0%;
}

.background-banner.video-banner {
  background-image: url('../images/heat-pump-thermopompe-gree-air-conditioner-CROSSOVER-quebec-montreal.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
}

.background-banner.projects-banner {
  background-image: url('../images/thermopompe-climatiseur-Gree-Weka-inverter-vente-installation-quebec-beauce.jpg');
  flex-direction: column;
  align-items: center;
  display: flex;
}

.background-banner.team-banner {
  background-image: url('../images/Team006.jpeg');
}

.background-banner.service-1-banner {
  background-image: url('../images/heat-pump-thermopompe-gree-air-conditioner-CROSSOVER-quebec-montreal.jpg');
  background-position: 0 29%;
}

.background-banner.service-2-banner {
  background-image: url('../images/vente-de-thermopompes-et-climatiseurs-quebec-montreal-beauce.jpg');
  background-position: 50% 6%;
}

.background-banner.service-3-banner {
  background-image: url('../images/thermopompe-minisplit-inverter-climatiseur-pompe-chaleur-deshumidificateur-quebec-beauce.jpeg');
}

.background-banner.newsletter-banner {
  background-image: url('../images/Space002.jpeg');
  background-position: 0%;
}

.background-banner.confort01 {
  background-image: url('../images/pompe-a-chaleur-thermopome-confort-chauffage-air-climatisation-quebec.jpg');
  background-position: 50% 6%;
}

.background-banner.confort02 {
  background-image: url('../images/technologie-inverter-compresseur-thermopompe-pompe-a-chaleur-quebec-beauce.jpg');
  background-position: 50% 100%;
}

.background-banner.confort03 {
  background-image: url('../images/installateur-installation-systeme-de-thermopompe-quebec-montreal-beauce.jpg');
}

.background-banner.service02 {
  background-image: url('../images/entretien-thermopompe-pompe-chaleur-filtres-radiateur-nettoyage-quebec-beauce.jpg');
  background-position: 50% 6%;
}

.background-banner.service01 {
  background-image: url('../images/thermopompe-service-apres-vente-garantie-entretien-reparation-quebec-beauce.jpg');
  background-position: 50% 6%;
}

.background-banner.service03 {
  background-image: url('../images/inspection-thermopompe-usagee-entretien-reparation-pompe-a-chaleur-quebec.jpg');
}

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

.newsletter-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.dark-cover {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.newsletter-form-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  color: #fff;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.newsletter-intro {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  background-color: var(--pin-stripe);
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 60px 36px;
  display: grid;
  position: relative;
}

.form-block {
  z-index: 20;
  margin-bottom: 0;
  position: relative;
}

.form-column {
  flex-direction: row;
  display: flex;
}

.form-column.right {
  padding-left: 24px;
  padding-right: 24px;
}

.radio-button {
  border-color: #fff;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 18px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.radio-button.w--redirected-checked {
  box-shadow: none;
  background-color: #fff;
  border-color: #fff;
  transform: scale(1.3);
}

.field-label {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

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

.checklist-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.checklist-icon {
  border: 1px none var(--dark-outline);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
}

.radio-item {
  cursor: pointer;
  border-bottom: 1px solid #ffffff1f;
  align-items: center;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  font-size: 16px;
  display: flex;
}

.button-text {
  z-index: 10;
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.button-text.bg {
  font-size: 20px;
  font-weight: 600;
}

.button-text.blue {
  color: var(--steel-blue);
}

.menu-collection-list-item {
  border-bottom: 1px solid var(--dark-outline);
}

.empty-search-results {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: grid;
}

.sticky-section {
  z-index: 200;
  justify-content: center;
  align-items: stretch;
  height: 0;
  margin-bottom: 120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: sticky;
  top: 75px;
}

.page-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 650px;
  padding-top: 120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 750px;
  padding-top: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.password-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 100vh;
  padding-top: 36px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

._404-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 650px;
  padding-top: 36px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-description {
  padding-right: 24px;
}

.about-description {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 24px;
  display: grid;
}

.category-description {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  max-width: 250px;
  display: grid;
}

.category-link {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 120px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-card {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 36px;
  display: grid;
}

.banner-categories {
  width: 100%;
  height: 100%;
  padding-top: 36px;
  overflow: hidden;
}

.minimal-card {
  z-index: 10;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  align-items: center;
  height: 100%;
  padding: 36px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.anchor-link {
  z-index: 10;
  text-align: center;
  background-color: #2d77b62e;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
}

.anchor-link:hover {
  background-color: #2d77b663;
}

.banner-items-wrapper {
  height: 120px;
  overflow: hidden;
}

.home-hero {
  z-index: 10;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 83px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-section {
  z-index: 10;
  background-color: var(--dark);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw 24px;
  display: flex;
  position: relative;
}

.template-card {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border-top: 1px solid var(--pin-stripe);
  border-bottom: 1px none var(--pin-stripe);
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 36px;
  display: grid;
}

.template-card.bottom-border {
  border-bottom-style: solid;
}

.newsletter-overlay {
  background-color: #090b19e6;
  position: absolute;
  inset: 0%;
}

.template-credit {
  white-space: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.nav-link-hover-button {
  border: 1px solid #ffffff1f;
  border-radius: 100px;
  width: 100%;
  height: 46px;
  position: absolute;
}

.banner-scrolling-wrapper {
  background-color: var(--pin-stripe);
  width: 100%;
  height: 100%;
}

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

.icon-telephone {
  color: var(--pin-stripe);
  width: 22px;
  height: 22px;
  margin-right: 15px;
  position: relative;
}

.icon-telephone.bg {
  width: 32px;
  height: 32px;
}

.icon-telephone.mail {
  width: 26px;
}

.icon-telephone.mail.bottom {
  width: 20px;
  height: 19px;
}

.icon-telephone.mail.header, .icon-telephone.mail.top {
  width: 26px;
  height: 25px;
}

.icon-telephone.topbar {
  width: 16px;
  height: 16px;
}

.logo-oraclim-header {
  height: 60%;
}

.button-section-mega {
  color: var(--true-deep-sky-blue);
  background-color: #3898ec00;
  border: 1px #000;
  border-bottom: 1px solid #00000054;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 66px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 700;
  transition: color .555s, background-color .333s;
  display: flex;
  position: relative;
}

.button-section-mega:hover {
  background-image: radial-gradient(circle farthest-side at 0% 100%, #00000075, #0000003d 44%), linear-gradient(to bottom, var(--true-deep-sky-blue), var(--true-deep-sky-blue));
  color: #f8f8f8;
}

.button-section-mega.slim {
  height: 33px;
  font-size: 12px;
}

.text-span {
  font-size: 10px;
}

.text-span.super {
  position: relative;
  top: -5px;
}

.oraclim-videosplash {
  width: 100%;
  height: 100%;
}

.div-block-2 {
  position: relative;
}

.link-block {
  width: 120px;
  min-height: 50px;
  max-height: 50px;
  position: relative;
}

.fournisseurs {
  background-image: url('../images/climatisation-chauffage-thermopompes-Wolseley-pieces-plomberie-CVAC-quebec-montreal.png');
  background-position: 50%;
  background-size: cover;
  width: 120px;
  min-height: 50px;
  max-height: 50px;
  position: relative;
}

.fournisseurs._02 {
  background-image: url('../images/midbec-fournisseur-distributeur-pieces-thermopompes-gree-goodman-kinghome-quebec.png');
}

.fournisseurs._03 {
  background-image: url('../images/tti-fabricant-canadien-de-thermopompes-pour-piscines-quebec-canada.png');
}

.fournisseurs.lg._02 {
  background-image: url('../images/sylvain-dulac-thermopompes-beauce-midbec-kennebec-manuflow-quebec.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.fournisseurs._05 {
  background-image: url('../images/logo-compagnie-thermopompe-gree-kinghome.png');
  width: 180px;
  min-height: 44px;
  max-height: 44px;
}

.fournisseurs._06 {
  background-image: url('../images/logo-compagnie-thermopompe-manuflow-generallux.png');
  min-height: 42px;
  max-height: 42px;
}

.fournisseurs._07 {
  background-image: url('../images/logo-compagnie-thermopompe-goodman.png');
  width: 220px;
  min-height: 47px;
  max-height: 47px;
}

.iconsplash {
  min-width: 45px;
  max-width: 45px;
  min-height: 45px;
  max-height: 45px;
}

.link-block-2 {
  color: var(--deep-sky-blue);
  align-items: center;
  width: 100%;
  text-decoration: underline;
  display: flex;
  position: relative;
}

.youtubeicon {
  width: 36px;
  min-width: 36px;
  margin-right: 14px;
  position: relative;
}

.wrapper-topphone {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.rbq-number {
  z-index: 11;
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 84px;
  margin-left: 5vw;
  font-family: Oswald, sans-serif;
  font-size: 13.6px;
  font-weight: 700;
  position: absolute;
}

.rbq-number.small {
  font-size: 12px;
}

.rbq-number.small.blackbold {
  font-size: 18px;
  font-weight: 700;
}

.rbq-number.white {
  color: #fff;
}

.rbq-number.quote-credit {
  border-left: 2px solid var(--dark);
  margin-left: -1px;
  padding-left: 18px;
}

.rbq-number.grey {
  color: var(--body-display);
}

.rbq-number.youtubemobile {
  color: #fff;
}

.rbq-number.footer {
  color: var(--white);
  margin-bottom: 0;
  margin-left: 0;
  font-size: 11px;
  position: relative;
  top: -83px;
}

.rbq-number.pageshadow {
  color: var(--pin-stripe);
}

.footer_oraclim {
  background-color: var(--steel-blue);
  padding: 92px 5vw 16px;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.footer-column-right {
  flex-direction: column;
  align-items: flex-end;
  padding-right: 40px;
  display: flex;
}

.footer-arrow {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-bottom: 10px;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.paragraph {
  color: #1e2833;
  max-width: 360px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.footer-bottom {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 92px;
  display: flex;
}

.footer-title {
  color: #9cbdff;
  margin-bottom: 22px;
  font-family: Arkhip, sans-serif;
  font-size: 14px;
}

.secondary-link-dark {
  color: var(--pin-stripe);
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.logo {
  margin-bottom: 32px;
}

.text-rights {
  color: var(--white);
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.text-rights.lessspace {
  color: var(--white);
  margin-right: 7px;
  font-weight: 700;
}

.footer-link-dark {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
  display: flex;
}

.footer-link-dark.pad {
  margin-right: 29px;
}

.footer-wrapper-2 {
  align-items: center;
  display: flex;
}

.copyright-year {
  color: var(--white);
  margin-right: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.copyright-year.lessspace {
  margin-right: 7px;
}

.bottom-section {
  background-color: #c5c5c5;
  background-image: url('../images/reparation-vieille-thermopompe-remplacement-pieces-entretien-climatiseur-quebec_1.jpg');
  background-position: 0 75%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  min-height: 30vw;
  padding: 60px 5vw;
  display: flex;
}

.speech-bottom {
  color: var(--white);
  text-align: left;
  width: 40vw;
  margin-top: 30px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 28px;
  position: relative;
}

.speech-bottom.white {
  color: #ffffffe6;
  font-family: Arkhip, sans-serif;
}

.speech-bottom.large {
  font-size: 18px;
}

.logo-footer {
  width: 140px;
  margin-bottom: 16px;
  position: relative;
  left: -18px;
}

.info-footer {
  color: var(--white);
  text-align: left;
  width: auto;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  position: relative;
}

.info-footer.white {
  color: #ffffffe6;
  font-family: Arkhip, sans-serif;
}

.info-footer.large {
  font-size: 18px;
}

.info-footer.coa {
  width: auto;
  margin-top: 0;
}

.bottom-icon-separator {
  align-items: center;
  min-width: 40px;
  margin-top: 13px;
  display: flex;
}

.link {
  color: var(--white);
  font-size: 18px;
  line-height: 22px;
}

.link.blue {
  color: var(--steel-blue);
  font-weight: 500;
}

.link-2 {
  color: var(--white);
}

.image, .checkicon {
  width: 36px;
  height: 36px;
}

.info-topmenu {
  color: var(--true-deep-sky-blue);
  text-align: left;
  width: auto;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  position: relative;
  top: 37px;
}

.info-topmenu.white {
  color: #ffffffe6;
  font-family: Arkhip, sans-serif;
}

.info-topmenu.large {
  font-size: 18px;
}

.info-topmenu.coa {
  width: auto;
  margin-top: 0;
}

.div-block-4 {
  margin-top: 6px;
}

.header-adress-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.info-adress-header {
  color: var(--white);
  text-align: left;
  width: auto;
  margin-top: 27px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  position: relative;
}

.info-adress-header.white {
  color: #ffffffe6;
  font-family: Arkhip, sans-serif;
}

.info-adress-header.large {
  font-size: 18px;
}

.info-adress-header.coa {
  width: auto;
  margin-top: 0;
}

.info-header {
  color: var(--white);
  text-align: left;
  width: auto;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  position: relative;
}

.info-header.white {
  color: #ffffffe6;
  font-family: Arkhip, sans-serif;
}

.info-header.large {
  font-size: 18px;
}

.info-header.coa {
  width: auto;
  margin-top: 0;
}

.top-icon-separator {
  align-items: center;
  min-width: 40px;
  margin-top: 13px;
  display: flex;
}

.info-adress-header02 {
  color: var(--white);
  text-align: left;
  width: auto;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  position: relative;
}

.info-adress-header02.white {
  color: #ffffffe6;
  font-family: Arkhip, sans-serif;
}

.info-adress-header02.large {
  font-size: 18px;
}

.info-adress-header02.coa {
  width: auto;
  margin-top: 0;
}

.section-2 {
  background-image: url('../images/contact-trouver-une-thermopompe-quebec-beauce-chaudiere-appalaches-levis.jpg');
  background-position: 0 0;
  background-size: cover;
}

.section_maps {
  background-image: url('../images/contact-trouver-une-thermopompe-quebec-beauce-chaudiere-appalaches-levis.jpg');
  background-position: 0 0;
  background-size: contain;
  height: 600px;
}

.maplink {
  width: 100%;
  height: 100%;
}

.section-marques-thermopompes {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.credits_marques-thermopompes {
  grid-column-gap: 60px;
  grid-row-gap: 36px;
  background-color: var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: stretch;
  width: 100%;
  padding: 95px 5vw 60px;
  display: flex;
}

.footer_rjdesign {
  text-align: center;
  background-color: #111;
  border: 0 solid #c61e1d;
  width: 100%;
  height: auto;
  padding-top: 6px;
  padding-bottom: 5px;
  position: relative;
}

.text-block-8 {
  color: #fff;
  margin-bottom: 7px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 11px;
}

.link-block-3 {
  background-image: url('../images/creation_site_web_video.svg');
  background-position: 50%;
  background-size: cover;
  width: 150px;
  height: 30px;
  margin-top: -5px;
  margin-bottom: 9px;
}

.rjd_wrap {
  margin-top: 6px;
}

.section_fournisseurs {
  background-color: #f3f6fc;
  flex-direction: column;
  align-items: center;
  padding-top: 33px;
  padding-bottom: 33px;
  display: flex;
}

.col_fournisseurs {
  width: 75%;
  margin-top: 22px;
}

.row_fournisseur {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .testimonial-arrow {
    border-style: none;
  }

  .card-hover-item {
    padding: 0;
  }

  .subtitle.white.header {
    top: 99px;
  }

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

  .background-banner.service-2-banner, .background-banner.confort01, .background-banner.confort02, .background-banner.service02, .background-banner.service01 {
    background-position: 50% 9%;
  }

  .newsletter-form-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .newsletter-intro {
    padding: 80px 48px;
  }

  .sticky-section {
    width: 100%;
  }

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

@media screen and (min-width: 1440px) {
  .credits-wrapper {
    grid-column-gap: 80px;
  }

  .subtitle.white.header {
    font-size: 14px;
    line-height: 22px;
    top: 99px;
  }

  .dual-wrapper {
    grid-template-columns: .9fr 1fr;
  }

  .hero-feature-card {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .background-banner.service-2-banner, .background-banner.confort01, .background-banner.confort02, .background-banner.service02, .background-banner.service01 {
    background-position: 50% 9%;
  }

  .page-hero {
    min-height: 750px;
  }

  .services-card {
    padding: 48px;
  }

  .credits_marques-thermopompes {
    grid-column-gap: 80px;
  }
}

@media screen and (min-width: 1920px) {
  .wrapper, .wrapper.navbar-wrapper {
    max-width: none;
  }

  .body-display.ct {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .button.grey-outline.small, .button.grey-outline.small-copy, .button.grey-outline.small-copy, .button.grey-outline.small-copy, .button.grey-outline.topbar {
    letter-spacing: 0;
    font-size: 12px;
    font-weight: 700;
  }

  .subtitle.white.header {
    font-size: 16px;
    line-height: 24px;
    top: 176px;
  }

  .heading.ct {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
    display: flex;
  }

  .mega-menu {
    display: none;
  }

  .menu-list-item.white.small {
    padding-top: 0;
  }

  .hero-feature-card {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 48px;
  }

  .background-banner.service-2-banner, .background-banner.confort01, .background-banner.confort02, .background-banner.service02, .background-banner.service01 {
    background-position: 50% 13%;
  }

  .page-hero {
    min-height: 900px;
  }

  .bottom-section {
    align-items: center;
  }

  .speech-bottom {
    width: 30vw;
  }

  .footer_rjdesign {
    border-style: none;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.video-section {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .navbar {
    height: auto;
  }

  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-link {
    padding: 20px 12px;
    font-size: 12px;
    text-decoration: none;
    display: none;
  }

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

  .left-navbar {
    width: 100%;
  }

  .nav-menu {
    display: none;
  }

  .full-menu-button {
    padding: 22px;
  }

  .pin-stripe.hide-tablet {
    display: none;
  }

  .hero-content-wrapper {
    max-width: none;
    position: relative;
    top: 113px;
  }

  .xxl-heading {
    font-size: 64px;
  }

  .xxl-heading.one {
    font-size: 34px;
  }

  .xxl-heading.two {
    font-size: 55px;
    line-height: 77px;
  }

  .clip {
    top: -4px;
  }

  .banner-content {
    min-height: 325px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .large-heading.youtubemobile {
    color: var(--steel-blue);
  }

  .body-display.dark {
    color: var(--dark);
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: Inter, sans-serif;
  }

  .project-item {
    min-height: 375px;
    max-height: 550px;
  }

  .horizontal-line {
    display: block;
  }

  .button.grey-outline.small {
    min-width: 300px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .testimonial-arrow {
    border-style: none;
    height: 25%;
    display: none;
    top: 25%;
    bottom: auto;
  }

  .testimonial-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    grid-auto-flow: row;
  }

  .testimonial-column {
    min-height: 400px;
    padding: 48px 24px;
  }

  .testimonial-column.testimonial-description {
    min-height: auto;
  }

  .testimonial-column.testimonial-image {
    min-height: 450px;
  }

  .stacked-description.horizontal.spaced {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .stacked-description.horizontal.spaced._01 {
    margin-bottom: 0;
  }

  .credits-wrapper {
    padding-left: 0;
  }

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

  .credit-item {
    max-width: 90px;
  }

  .subtitle.small.blackbold {
    text-align: center;
  }

  .subtitle.white.topspace {
    top: 73px;
  }

  .subtitle.white.header {
    top: 76px;
  }

  .subtitle.youtubemobile {
    color: var(--steel-blue);
  }

  .subtitle.blue.topspace {
    top: 73px;
  }

  .tripple-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

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

  .logos-headline {
    justify-content: center;
  }

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

  .project-categories-wrapper {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .large-menu-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .project-collection-item:nth-child(odd) {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .projects-search-wrapper {
    grid-template-columns: 1fr;
  }

  .search-wrapper {
    display: flex;
  }

  .mega-category-list, .mega-menu {
    display: none;
  }

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

  .team-collection-item:nth-child(odd) {
    margin-top: 0;
  }

  .team-collection-item:nth-child(2n) {
    margin-top: 60%;
    margin-bottom: -40%;
  }

  .team-social-wrapper {
    display: none;
  }

  .post-list-item {
    height: auto;
    font-size: 16px;
  }

  .post-list-item.category-list-item {
    min-height: 60px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }

  .inner-page-hero-wrapper {
    grid-template-columns: 1fr;
  }

  .team-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }

  .navigation-links {
    flex-direction: column;
    display: flex;
  }

  .sticky-services-menu {
    position: relative;
    top: 0;
  }

  .sticky-services-menu.extra-top-margin {
    top: 0;
  }

  .rich-text h2 {
    font-size: 28px;
  }

  .rich-text h4 {
    font-size: 18px;
  }

  .rich-text h3 {
    font-size: 22px;
  }

  .right-grid-intro {
    padding-left: 0;
  }

  .hero-bottom-feature {
    width: 50%;
  }

  .footer-wrapper {
    grid-template-rows: minmax(44px, auto) minmax(106px, auto) minmax(106px, auto) minmax(36px, auto);
    grid-template-columns: 1fr 1fr;
  }

  .hero-background-image {
    background-position: 100% 0;
  }

  .hero-background-image.services-background {
    background-image: url('../images/thermopompes-heat-pumps-gree-air-conditioning-LOMO17-quebec-montreal_1.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-background-image.services-background.confort, .hero-background-image.services-background.service, .hero-background-image.services-background.reparation, .hero-background-image.services-background.garantie {
    background-position: 100% 0;
  }

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

  .gallery-items-wrapper {
    padding-top: 160px;
  }

  .fly-out-button {
    width: 50%;
    max-width: 50%;
  }

  .fly-out-button.on-click {
    width: 66.66%;
    max-width: 66.66%;
  }

  .project-description-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .project-description {
    padding: 36px 24px;
  }

  .project-features {
    padding-top: 0;
  }

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

  .news-list-item:nth-child(2n) {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .pagination {
    grid-template-columns: 1fr 1fr;
    padding-top: 36px;
  }

  .large-search-wrapper {
    width: 100%;
  }

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

  .about-quote {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 0%;
  }

  .project-gallery-image-wrapper {
    grid-template-rows: auto 1fr;
  }

  .project-schowcae-title {
    grid-template-columns: 1fr 1fr;
    height: auto;
    margin-bottom: 0;
  }

  .tablet-mobile-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .dropdown {
    border-bottom: 1px solid var(--dark-outline);
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown.top {
    border-top: 1px solid var(--dark-outline);
  }

  .dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 24px;
    display: flex;
  }

  .tablet-mobile-nav-links {
    background-color: #fff;
    display: flex;
  }

  .dropdown-list {
    background-color: #fff;
    position: relative;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .image-cover-wrapper {
    width: 50%;
  }

  .dropdown-lottie {
    justify-content: center;
    align-items: center;
    width: 18px;
    margin-left: 24px;
    display: flex;
  }

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

  .page-info {
    overflow: auto;
  }

  .background-banner.video-banner {
    background-position: 40% 0;
  }

  .background-banner.service-2-banner, .background-banner.newsletter-banner, .background-banner.confort01, .background-banner.confort02, .background-banner.service02, .background-banner.service01 {
    background-position: 50% 0;
  }

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

  .services-card {
    padding: 36px 24px;
  }

  .banner-categories {
    padding-top: 0;
  }

  .minimal-card {
    padding: 24px;
  }

  .home-hero {
    min-height: 60vh;
  }

  .footer-section {
    padding-top: 100px;
  }

  .template-card {
    padding: 24px;
  }

  .logo-oraclim-header {
    height: 74%;
  }

  .button-section-mega {
    height: 55px;
    padding-left: 44px;
  }

  .rbq-number {
    color: var(--pin-stripe);
  }

  .rbq-number.youtubemobile {
    color: #32241d;
  }

  .rbq-number.pageshadow {
    text-shadow: 1px 1px 1px #0003;
  }

  .footer_oraclim {
    padding-left: 6%;
    padding-right: 6%;
  }

  .footer-column, .footer-column-right {
    padding-right: 20px;
  }

  .footer-grid-02 {
    grid-template-columns: 2fr 1fr 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-wrapper-2 {
    justify-content: space-between;
  }

  .footer-wrapper-2.lf {
    justify-content: flex-start;
  }

  .bottom-section {
    background-image: radial-gradient(circle farthest-side at 22%, #000000b3, #0d0d0d00), url('../images/reparation-vieille-thermopompe-remplacement-pieces-entretien-climatiseur-quebec.jpg');
    background-position: 0 0, 62% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .speech-bottom.dark, .info-footer.dark, .info-topmenu.dark {
    color: var(--dark);
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: Inter, sans-serif;
  }

  .info-topmenu.mobile {
    color: var(--pin-stripe);
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
    top: 0;
  }

  .wrapcoords-mobile {
    background-color: var(--true-deep-sky-blue);
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .header-adress-column {
    padding-right: 20px;
  }

  .info-adress-header.dark, .info-header.dark, .info-adress-header02.dark {
    color: var(--dark);
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: Inter, sans-serif;
  }

  .credits_marques-thermopompes {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  blockquote {
    padding-left: 18px;
    padding-right: 12px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.no-verticle-padding.dark {
    padding-bottom: 60px;
  }

  .wrapper.navbar-wrapper {
    border-style: none;
    border-color: #000;
  }

  .nav-link {
    border-bottom: 1px solid var(--pin-stripe);
    justify-content: flex-start;
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-link.bottom {
    border-bottom-style: none;
  }

  .left-navbar {
    border-style: none solid solid;
    width: 100%;
    min-width: auto;
    padding-left: 0;
  }

  .menu-wrapper {
    display: none;
  }

  .brand {
    padding-left: 18px;
  }

  .full-menu-button {
    padding: 18px;
  }

  .pin-stripe.hide-horizontal-mobile {
    display: none;
  }

  .xxl-heading {
    font-size: 54px;
  }

  .xxl-heading.one {
    text-align: left;
    font-size: 31px;
    position: relative;
  }

  .xxl-heading.two {
    text-align: left;
    font-size: 51px;
    line-height: 66px;
  }

  .clip {
    top: 0;
  }

  .clip.header {
    top: 87px;
  }

  .project-item {
    width: 100%;
    height: auto;
  }

  .horizontal-line {
    width: 75%;
  }

  .button.grey-outline.topbar {
    display: none;
  }

  .testimonial-arrow {
    border: 0 solid #000;
    width: 50%;
    height: 60px;
    top: 0%;
  }

  .testimonial-arrow.right-arrow {
    border-right-style: none;
    left: auto;
    right: 0;
  }

  .testimonial-content {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

  .testimonial-column {
    min-height: auto;
  }

  .testimonial-column.testimonial-description {
    border-top: 1px solid #ffffff1f;
  }

  .testimonial-column.testimonial-image {
    min-height: 400px;
  }

  .rotate-text.no-rotate-on-mobile {
    transform: none;
  }

  .credits-wrapper {
    grid-column-gap: 24px;
    padding: 36px;
  }

  .credit-item {
    max-width: 75px;
  }

  .subtitle-wrapper.clip {
    top: 0;
  }

  .subtitle.white {
    top: 36px;
  }

  .subtitle.white.topspace {
    top: 111px;
  }

  .subtitle.white.header {
    top: 38px;
  }

  .subtitle.blue {
    top: 0;
  }

  .subtitle.blue.topspace {
    top: 111px;
  }

  .tripple-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

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

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

  .services-grid.top-border {
    grid-row-gap: 0px;
  }

  .heading {
    font-size: 36px;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.video-link-wrapper, .hover-link-wrapper.project-view-link {
    display: flex;
  }

  .large-menu-wrapper {
    grid-template-rows: 65px auto;
  }

  .collection-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .project-collection-item:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .project-categories {
    margin-top: 0;
  }

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

  .projects-search-wrapper {
    height: 65px;
  }

  .search-wrapper {
    display: none;
  }

  .collection-list {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .collection-list.two-columns {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .team-collection-item {
    flex-direction: row;
    min-height: 500px;
    display: flex;
  }

  .team-collection-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .team-collection-item.two-column-item:nth-child(2n) {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .featured-news-list {
    grid-template-columns: 1fr;
  }

  .collection-list-item:nth-child(2n) {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .inner-page-hero-wrapper {
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto;
  }

  .team-grid {
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

  .banner-items {
    height: 80px;
  }

  .banner-items.project-categories {
    padding-top: 0;
  }

  .banner-items.template-credit {
    height: 100px;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
  }

  .menu-list-item.discovery-item, .mega-social-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .right-grid-intro {
    margin-bottom: 24px;
  }

  .grid-wrapper {
    grid-row-gap: 120px;
  }

  .grid-wrapper.two-row {
    grid-row-gap: 60px;
  }

  .hero-bottom-feature {
    width: 100%;
  }

  .hero-feature-card {
    padding: 24px;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(36px, auto);
  }

  .hero-background-image {
    background-position: 80% 0;
  }

  .hero-background-image.services-background.confort, .hero-background-image.services-background.service, .hero-background-image.services-background.reparation, .hero-background-image.services-background.garantie {
    background-position: 91% 0;
  }

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

  .gallery-items-wrapper {
    padding-top: 140px;
  }

  .fly-out-button {
    grid-template-columns: 60px 1fr;
    width: 66.66%;
    max-width: 66.66%;
  }

  .fly-out-button.on-click {
    width: 100%;
    max-width: 100%;
  }

  .project-description {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .general-collection-wrapper {
    padding-top: 36px;
  }

  .news-list {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .news-list-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .results-help-wrapper {
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .list-item-arrow {
    width: 14px;
    min-width: 14px;
  }

  .gallery-heading {
    padding-left: 18px;
  }

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

  .services-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding-top: 36px;
  }

  .service-examples-wrapper, .services-info {
    grid-template-columns: 1fr;
  }

  .mission-description {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-bottom: 0;
    padding-left: 0;
  }

  .about-quote {
    padding-bottom: 24px;
    padding-left: 0;
  }

  .project-gallery-image-wrapper {
    grid-row-gap: 36px;
  }

  .project-gallery-image:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .dropdown-toggle {
    min-height: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .category-collection-item {
    border-bottom: 1px solid var(--dark-outline);
  }

  .category-collection-item:nth-child(odd) {
    border-right: 1px solid var(--dark-outline);
  }

  .image-cover-wrapper {
    width: 100%;
  }

  .page-info {
    height: auto;
  }

  .client-quote {
    top: 19px;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0;
  }

  .dark-cover {
    background-color: #0000;
  }

  .newsletter-form-wrapper {
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 48px;
  }

  .newsletter-intro {
    padding: 36px 24px;
  }

  .form-column.right {
    flex-direction: column;
  }

  .sticky-section {
    height: auto;
    margin-bottom: 0;
    position: relative;
    top: 0;
  }

  .page-hero {
    min-height: 550px;
  }

  ._404-hero {
    min-height: 450px;
  }

  .category-link {
    min-height: 80px;
  }

  .anchor-link {
    border-bottom: 1px solid var(--dark-outline);
    min-height: 80px;
  }

  .anchor-link.bottom {
    border-bottom-style: none;
  }

  .banner-items-wrapper {
    height: 80px;
  }

  .home-hero {
    min-height: 60vh;
  }

  .footer-section {
    padding-bottom: 72px;
  }

  .template-card {
    border-bottom-style: solid;
  }

  .logo-oraclim-header {
    height: 92%;
  }

  .rbq-number {
    margin-left: 5vw;
  }

  .footer-column, .footer-column-right {
    padding-right: 0;
  }

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

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .bottom-section {
    background-image: radial-gradient(circle closest-corner at 33%, #000, #0d0d0d26), url('../images/reparation-vieille-thermopompe-remplacement-pieces-entretien-climatiseur-quebec.jpg');
    background-position: 0 0, 72% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    min-height: 30vw;
  }

  .speech-bottom {
    width: 50vw;
    margin-bottom: 10vw;
    line-height: 22px;
  }

  .info-footer {
    width: 90vw;
    margin-bottom: 0;
    line-height: 22px;
  }

  .info-footer.coa {
    margin-bottom: 0;
  }

  .bottom-icon-separator.spacebottom {
    margin-bottom: 55px;
  }

  .div-block-3 {
    position: relative;
  }

  .headertext-block {
    position: relative;
    top: -226px;
  }

  .info-topmenu {
    width: 90vw;
    margin-bottom: 0;
    line-height: 22px;
  }

  .info-topmenu.coa {
    margin-bottom: 0;
  }

  .header-adress-column {
    padding-right: 0;
  }

  .info-adress-header {
    width: 90vw;
    margin-bottom: 0;
    line-height: 22px;
  }

  .info-adress-header.coa {
    margin-bottom: 0;
  }

  .info-header {
    width: 90vw;
    margin-bottom: 0;
    line-height: 22px;
  }

  .info-header.coa {
    margin-bottom: 0;
  }

  .top-icon-separator.spacebottom {
    margin-bottom: 55px;
  }

  .info-adress-header02 {
    width: 90vw;
    margin-bottom: 0;
    line-height: 22px;
  }

  .info-adress-header02.coa {
    margin-bottom: 0;
  }

  .credits_marques-thermopompes {
    grid-column-gap: 24px;
    padding: 36px 5vw;
  }

  .row_fournisseur {
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 28px;
  }

  blockquote {
    padding-left: 18px;
    padding-right: 0;
    font-size: 16px;
  }

  .section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .section.bottompadding.nopadsidde {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand {
    align-items: stretch;
    padding-left: 18px;
  }

  .brand.w--current {
    padding-left: 6px;
  }

  .full-menu-button {
    width: 100px;
    padding: 14px;
  }

  .hero-content-wrapper {
    margin-top: 238px;
    top: -125px;
  }

  .xxl-heading {
    font-size: 48px;
  }

  .xxl-heading.one {
    text-align: left;
    font-size: 22px;
  }

  .xxl-heading.two {
    text-align: left;
    font-size: 29px;
    line-height: 44px;
  }

  .clip {
    top: 106px;
  }

  .clip.reparation {
    top: 23px;
  }

  .clip.header {
    top: 182px;
  }

  .banner-content {
    min-height: 100vh;
    padding: 48px 12px;
  }

  .banner-intro {
    grid-row-gap: 24px;
  }

  .large-heading {
    font-size: 24px;
  }

  .horizontal-line {
    width: 90%;
    min-height: 1px;
    margin-top: 11px;
    margin-left: 6px;
  }

  .horizontal-line.white {
    margin-top: 0;
  }

  .button._24-7 {
    width: 100%;
  }

  .testimonial-arrow {
    border-style: none;
    font-size: 12px;
  }

  .testimonial-column.testimonial-description {
    border-top-style: none;
    padding-top: 36px;
  }

  .testimonial-column.testimonial-image {
    width: 100%;
    min-height: 350px;
  }

  .testimonial-column.testimonial-name {
    z-index: 1;
    background-color: #090b1959;
    border-top: 1px #ffffff1f;
    border-bottom: 1px #ffffff1f;
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .credits-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    padding-left: 24px;
    padding-right: 24px;
  }

  .icon_3main {
    margin-bottom: 36px;
  }

  .subtitle.white {
    letter-spacing: 0;
    top: 76px;
  }

  .subtitle.white.topspace {
    text-align: center;
    width: 100%;
    top: 227px;
  }

  .subtitle.white.youtubevideo {
    top: 28px;
  }

  .subtitle.white.header {
    text-align: left;
    top: 82px;
  }

  .subtitle.youtubemobile, .subtitle.blue {
    letter-spacing: 0;
  }

  .subtitle.blue.topspace {
    text-align: center;
    width: 100%;
    top: 227px;
  }

  .subtitle.blue.youtubevideo {
    top: 28px;
  }

  .tripple-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 36px;
  }

  .tripple-grid.no-margin {
    grid-row-gap: 36px;
  }

  .services-grid {
    margin-top: 138px;
    position: relative;
  }

  .heading {
    font-size: 23px;
  }

  .logos-headline {
    flex-direction: row;
    align-items: center;
  }

  .video-info {
    grid-row-gap: 48px;
    padding-left: 0;
  }

  .project-categories-wrapper {
    position: relative;
  }

  .large-menu-wrapper {
    padding-top: 0;
  }

  .project-card-info {
    padding: 18px 12px;
  }

  .categories-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .category-collection-list-wrapper {
    overflow: hidden;
  }

  .collection-list {
    grid-row-gap: 24px;
  }

  .team-collection-item {
    min-height: 350px;
  }

  .featured-news-list {
    width: 100%;
  }

  .post-list-item.category-list-item {
    height: auto;
  }

  .inner-page-hero-wrapper {
    grid-row-gap: 60px;
  }

  .banner-items.template-credit {
    height: 80px;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

  .menu-list-item.white {
    grid-template-columns: auto 1fr;
  }

  .menu-list-item.discovery-item {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .service-menu-list {
    grid-auto-rows: 1fr;
  }

  .list-heading-wrapper {
    grid-template-columns: auto 1fr;
    width: 100%;
    padding-left: 0;
  }

  .team-portrait-wrapper {
    min-height: 400px;
  }

  .rich-text h2 {
    font-size: 26px;
  }

  .right-grid-intro {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-bottom: 12px;
  }

  .post-card-description {
    padding: 24px;
  }

  .mega-menu-list-wrapper {
    grid-template-rows: auto;
    grid-auto-rows: auto;
    align-items: start;
  }

  .grid-wrapper {
    grid-row-gap: 100px;
    top: -30px;
  }

  .grid-wrapper.two-row {
    grid-row-gap: 36px;
  }

  .hero-bottom-feature {
    width: 100%;
  }

  .featured-project-column {
    font-size: 9px;
  }

  .hero-feature-card {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-background-image {
    background-position: 70% 0;
  }

  .hero-background-image.services-background {
    background-position: 50% 0;
  }

  .hero-background-image.services-background.confort, .hero-background-image.services-background.service {
    background-position: 77% 0;
  }

  .hero-background-image.services-background.reparation, .hero-background-image.services-background.garantie {
    background-position: 88% 0;
  }

  .project-detail-item {
    padding: 36px 18px;
  }

  .project-detail-item.middle-item {
    border-left-style: solid;
  }

  .project-detail-items {
    grid-template-columns: 1fr;
    overflow: auto;
  }

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

  .gallery-items-wrapper {
    padding-top: 140px;
  }

  .fly-out-button {
    width: 100%;
    max-width: 100%;
  }

  .project-description {
    grid-row-gap: 24px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .search-result-list, .search-result-item {
    flex-direction: column;
    display: flex;
  }

  .search-results-link {
    padding: 36px 18px;
  }

  .search-result-wrapper {
    flex-direction: column;
  }

  .results-help-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .author-post-item {
    padding-left: 18px;
    padding-right: 18px;
  }

  .author-card {
    grid-row-gap: 24px;
    text-align: center;
    grid-template-columns: auto;
    padding-left: 0;
  }

  .dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .dropdown-list {
    height: auto;
  }

  .category-collection-item:nth-child(odd) {
    border-right-style: none;
  }

  .category-collection-item:last-child {
    border-bottom: 1px #000;
  }

  .hero-button-wrapper {
    position: relative;
  }

  .client-quote {
    top: 61px;
  }

  .client-quote-credit {
    margin-left: 0;
    padding-left: 18px;
  }

  .background-banner.video-banner {
    background-position: 55% 0;
  }

  .background-banner.projects-banner {
    background-position: 77%;
  }

  .background-banner.service-1-banner {
    background-position: 62% 29%;
  }

  .background-banner.service-2-banner {
    background-position: 33% 0;
  }

  .background-banner.service-3-banner {
    background-position: 37%;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0;
  }

  .background-banner.confort01, .background-banner.confort02 {
    background-position: 33% 0;
  }

  .background-banner.confort03 {
    background-position: 37%;
  }

  .background-banner.service02, .background-banner.service01 {
    background-position: 33% 0;
  }

  .background-banner.service03 {
    background-position: 37%;
  }

  .radio-item {
    padding-left: 18px;
  }

  .page-hero {
    min-height: 450px;
    padding-top: 0;
  }

  .projects-hero {
    padding-top: 89px;
  }

  .password-hero {
    min-height: 93vh;
  }

  .service-description {
    max-width: 100vw;
    padding-right: 0;
  }

  .category-link {
    min-height: 60px;
  }

  .services-card {
    padding: 36px 18px;
  }

  .minimal-card {
    padding: 24px;
  }

  .anchor-link {
    min-height: 60px;
  }

  .home-hero {
    min-height: 40vh;
    max-height: 66vh;
    padding-top: 89px;
  }

  .footer-section {
    padding-top: 80px;
  }

  .div-block {
    width: 100%;
  }

  .logo-oraclim-header {
    width: 160%;
    max-width: 200%;
    height: 100%;
  }

  .button-section-mega {
    padding-left: 32px;
  }

  .div-block-2 {
    top: 9px;
  }

  .fournisseurs {
    background-repeat: no-repeat;
    width: 66px;
  }

  .fournisseurs._02, .fournisseurs._03, .fournisseurs.lg {
    width: 100px;
  }

  .fournisseurs._03 {
    width: 88px;
  }

  .fournisseurs._05, .fournisseurs._06 {
    width: 180px;
    margin-top: 33px;
  }

  .fournisseurs._07 {
    margin-top: 33px;
  }

  .rbq-number {
    text-align: center;
    text-shadow: 0 1px 1px #0003;
    margin-top: 129px;
    margin-left: 0;
    font-size: 12.8px;
    top: -72px;
    left: 41px;
  }

  .rbq-number.white, .rbq-number.youtubemobile {
    letter-spacing: 0;
  }

  .rbq-number.footer {
    position: relative;
    top: -134px;
    left: 0;
  }

  .rbq-number.pageshadow {
    margin-left: 5vw;
    left: 0;
  }

  .footer-column {
    align-items: center;
  }

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

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .secondary-link-dark {
    margin-right: 32px;
    font-size: 14px;
  }

  .text-rights {
    text-align: left;
    margin-right: 0;
    font-size: 14px;
  }

  .text-rights.lessspace {
    font-size: 14px;
  }

  .footer-link-dark {
    letter-spacing: -1px;
  }

  .footer-wrapper-2 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .copyright-year {
    text-align: left;
    margin-right: 7px;
    font-size: 14px;
  }

  .bottom-section {
    background-position: 0 0, 85% 100%;
  }

  .speech-bottom {
    text-align: left;
    width: 76vw;
    margin-bottom: 60vw;
    line-height: 22px;
  }

  .logo-footer {
    left: 0;
  }

  .info-footer, .info-topmenu {
    text-align: center;
    line-height: 20px;
  }

  .header-adress-column {
    align-items: flex-start;
  }

  .info-adress-header {
    text-align: left;
    line-height: 20px;
  }

  .info-header {
    text-align: center;
    line-height: 20px;
  }

  .info-adress-header02 {
    text-align: left;
    line-height: 20px;
  }

  .credits_marques-thermopompes {
    grid-column-gap: 12px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    padding-left: 24px;
    padding-right: 24px;
  }
}

#w-node-dd002ff0-1786-f7aa-b0cb-21b79ffd8f18-807a37bf {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_8e07c8f2-059d-6f6d-2fac-5813639df6f0-807a37bf {
  grid-area: 2 / 2 / 4 / 3;
  place-self: end;
}

#w-node-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-807a37bf {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_991b9d86-d746-6bac-12b8-a27bc65d39a9-807a37bf {
  justify-self: start;
}

#w-node-c3dc174b-78b2-9eb5-4dbe-d315274a7469-807a37bf {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-_6b2dc6fa-3949-2bb3-c0b1-46251f4147f1-807a37bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70edc27a-5d85-b4b7-cc4a-a4055e230b7f-807a37bf {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-d56ca079-049b-55b7-0bb4-65c2201bf821-807a37bf {
  justify-self: start;
}

#w-node-be149a0b-6298-faa0-2b2f-e4e9152cb286-807a37bf {
  place-self: center;
}

#w-node-a2f09074-2040-5038-c74e-4369d77c8861-807a37bf, #w-node-_415cfaab-39af-8e02-06fa-fa15872cafbf-807a37bf, #w-node-e19f3af7-0630-169d-ede8-1f23b7727bcf-807a37bf {
  align-self: end;
}

#w-node-_4aa1e293-2ce7-c7b6-5938-b5dfd439db55-807a37bf {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_397244f1-6d58-8f51-019c-f7e5a2b1e41a-f9270e17 {
  justify-self: stretch;
}

#w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch stretch;
}

#w-node-c47dbc6c-9b93-d53a-3ac5-94688c374a85-f9270e17 {
  align-self: center;
}

#w-node-_6ad8919c-2309-2a37-80a2-1e0756464dfe-f9270e17 {
  place-self: center end;
}

#w-node-_24909537-2aef-fa73-cf08-5d19c7632e15-f9270e17 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f0-f9270e17 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f1-f9270e17 {
  place-self: center start;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f3-f9270e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c1267971-e98a-4887-2b61-4f4973f4569f-f9270e17 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-fc177a8e-c247-e188-8355-4c56f9270e1a-f9270e17 {
  place-self: center start;
}

#w-node-fc177a8e-c247-e188-8355-4c56f9270e1c-f9270e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d5b-336b9d43 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: center stretch;
}

#w-node-_16738520-6de8-1fcc-6cbc-d48e45d42b91-336b9d43 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-bbbb9b37-97d4-0518-7091-5530720520b4-336b9d43 {
  align-self: center;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d61-336b9d43 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4482b058-8b31-9400-c848-84d34126ea9c-336b9d43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4482b058-8b31-9400-c848-84d34126ea9d-336b9d43 {
  align-self: center;
}

#w-node-e16c4357-004d-8209-e100-36bb04545bd4-336b9d43 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_538f1dbe-ad78-62c2-3282-4d5977dc9c2d-336b9d43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_538f1dbe-ad78-62c2-3282-4d5977dc9c2e-336b9d43, #w-node-b8f815e4-0eba-3ae9-225b-49ff0c2c0ebf-336b9d43 {
  align-self: center;
}

#w-node-b8f815e4-0eba-3ae9-225b-49ff0c2c0ec1-336b9d43 {
  justify-self: end;
}

#w-node-ae9fded7-4be8-d958-2f3c-65523a1d85b9-336b9d43 {
  align-self: center;
}

#w-node-ae9fded7-4be8-d958-2f3c-65523a1d85bb-336b9d43 {
  justify-self: end;
}

#w-node-be6e1212-c8c8-b564-9d2f-b92422ca9045-336b9d43 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_6013600d-6645-4f22-f40a-d8ffb35d087d-56a0d8b3, #w-node-_9115cb30-8dd5-08c0-fa89-5a983dfa1b1c-56a0d8b3 {
  justify-self: end;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7bf-467a37c0 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7c2-467a37c0 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center stretch;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-467a37c0 {
  grid-area: 3 / 1 / 4 / 4;
  align-self: end;
}

#w-node-_2f63b0aa-4d8d-1fa1-5a06-4ca21859a81f-467a37c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2f63b0aa-4d8d-1fa1-5a06-4ca21859a803-467a37c0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
  grid-area: 3 / 3 / 6 / 4;
  place-self: start stretch;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b929-c426b91d {
  place-self: center start;
}

#w-node-_9528b6cc-5881-ac46-ac4f-f9567a600aa3-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b92d-c426b91d {
  place-self: center start;
}

#w-node-_3ba5fc0d-00d1-0032-83ee-52ea90be55fb-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b931-c426b91d {
  place-self: center start;
}

#w-node-d7478ca7-7861-03a0-e2af-d807b17707c6-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b935-c426b91d {
  place-self: center start;
}

#w-node-_7efe9b07-839d-97d2-24ef-14c8a804e1f9-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b937-c426b91d {
  grid-area: 2 / 2 / 5 / 3;
  place-self: start stretch;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b93c-c426b91d {
  place-self: center start;
}

#w-node-eaf30d13-d8b4-446b-d7d2-d527e95fa99a-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b93f-c426b91d {
  place-self: center start;
}

#w-node-_6e84a20c-5fdf-34ef-f5da-11af0219cea5-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b942-c426b91d {
  place-self: center start;
}

#w-node-_800e5816-2ed2-cae5-269d-04a046bc20b0-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b945-c426b91d {
  place-self: center start;
}

#w-node-_47bab92c-8f85-cc70-5380-573db90b0da1-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b948-c426b91d {
  place-self: center start;
}

#w-node-f9bea813-e527-c7ca-8e20-11a3cd4098db-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94a-c426b91d {
  grid-area: 2 / 1 / 4 / 2;
  align-self: start;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94f-c426b91d {
  grid-area: 6 / 3 / 7 / 4;
  align-self: end;
}

#w-node-_26839ce7-6d80-da5b-5e89-56d12f47a617-0b7a37c1 {
  align-self: start;
}

#w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-0b7a37c1 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbeb-0b7a37c1 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_1754de0f-151f-b1a7-c989-ac3d7d858bf1-0b7a37c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1754de0f-151f-b1a7-c989-ac3d7d858bd2-0b7a37c1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_820c470e-2642-280b-4e92-cb88549a75a8-a87a37c3 {
  align-self: start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-a87a37c3 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-a87a37c3 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_78588d14-247f-5076-34c1-c503a9ab4918-a87a37c3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_08abb744-5a25-175e-8602-d4c23b82483b-a87a37c3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0afe1988-388e-b5cb-404e-8a553a0bef5a-a87a37c3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: stretch;
}

#w-node-c1386cff-6b52-7e7b-943b-f01eec93797f-a87a37c3, #w-node-c1386cff-6b52-7e7b-943b-f01eec937981-a87a37c3, #w-node-_5e3db900-a825-6509-a424-cf926f0e51a6-a87a37c3, #name-3.w-node-_5e3db900-a825-6509-a424-cf926f0e51a8-a87a37c3, #w-node-_9f611142-c9c4-1dbb-5d72-be5bad231d1e-a87a37c3, #field.w-node-_9ecb47d5-8f4d-56b8-1721-4ed5246ec8ac-a87a37c3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1386cff-6b52-7e7b-943b-f01eec937987-a87a37c3 {
  justify-self: start;
}

#w-node-_0afe1988-388e-b5cb-404e-8a553a0bef68-a87a37c3 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e9ec757d-bde5-cfd1-09ea-ee86b7bf3893-a87a37c3 {
  place-self: center start;
}

#w-node-e9ec757d-bde5-cfd1-09ea-ee86b7bf3895-a87a37c3 {
  place-self: center end;
}

#w-node-b5f0f859-f2e3-8e3f-1204-c264ea8fba83-a87a37c3 {
  place-self: center start;
}

#w-node-b5f0f859-f2e3-8e3f-1204-c264ea8fba85-a87a37c3 {
  place-self: center end;
}

#w-node-b57d97ad-744c-763d-df42-64a37c179c93-a87a37c3 {
  place-self: center start;
}

#w-node-b57d97ad-744c-763d-df42-64a37c179c95-a87a37c3 {
  place-self: center end;
}

#w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff5584fc-f87a37c4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff5584ff-f87a37c4 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff558506-f87a37c4 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_428f3cde-bf82-0eb7-3d7d-f3c59b55c12e-f87a37c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_428f3cde-bf82-0eb7-3d7d-f3c59b55c12f-f87a37c4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389036-f87a37c4 {
  align-self: start;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389040-f87a37c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389046-f87a37c4 {
  justify-self: end;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d38904c-f87a37c4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389051-f87a37c4 {
  justify-self: stretch;
}

#w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67f5-f87a37c4 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb34-8c7a37c5 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb37-8c7a37c5 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb3c-8c7a37c5 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_4e5ecd76-5faa-c0fa-2ba9-f682a18ca2e6-8c7a37c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_124d18ca-1db6-6665-586b-74af69a6943b-8c7a37c5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe106-8c7a37c5 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe107-8c7a37c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe114-8c7a37c5 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_71d7d42d-61ca-06a9-788b-33b7b02b1dc8-8c7a37c5 {
  align-self: center;
}

#w-node-_72e2dcb8-b47b-e0fd-2af3-2e0f24390bf8-8c7a37c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6dc7b8bf-dfd3-4025-fcd6-f726c2f032cb-8c7a37c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe116-8c7a37c5 {
  align-self: start;
}

#w-node-_259ad0eb-16f4-544b-74e2-a7917233ab8a-8c7a37c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_851487d2-797d-908d-5867-0f20f9562c11-8c7a37c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_5c176a8b-9730-dc1c-c9b1-0ca5febf5530-8c7a37c5 {
  place-self: center;
}

#w-node-b29b5680-a2a2-7be5-dd1c-591f9d5b251c-8c7a37c5 {
  place-self: center end;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-8c7a37c5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7128c589-0b6c-1e7b-cd0c-f6e6a998bc46-8c7a37c5 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98c-8c7a37c5 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98e-8c7a37c5 {
  align-self: stretch;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc998-8c7a37c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc99e-8c7a37c5 {
  justify-self: end;
}

#w-node-_2bf53f8e-7528-82b3-54a0-6e63150524f2-8c7a37c5 {
  place-self: center end;
}

#w-node-_33f3ed3b-6ef6-48e9-e36c-11ae30b77e83-757a37c6 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-d20c98d0-f73a-cde4-3187-ef91057b5e82-757a37c6 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-d20c98d0-f73a-cde4-3187-ef91057b5e87-757a37c6 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-e7c312ca-3267-e1f8-a11b-2d85efa42270-757a37c6 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-c3a15cc0-7d19-0591-2742-341248fa6606-757a37c6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c3a15cc0-7d19-0591-2742-341248fa6607-757a37c6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7ca4e425-eb0d-0a61-bbb4-07c11c1a140e-757a37c6 {
  align-self: stretch;
}

#w-node-_7ca4e425-eb0d-0a61-bbb4-07c11c1a1419-757a37c6 {
  justify-self: end;
}

#w-node-f176f584-7e9e-672d-84c6-8a1bf32c0f9f-757a37c6 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center stretch;
}

#w-node-d7f4df13-5316-c505-a444-21863c437f4b-757a37c6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d7f4df13-5316-c505-a444-21863c437f52-757a37c6 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_7b9c87a0-4164-dfa3-00cc-0a8b81af83f5-757a37c6 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_0b0965f9-12de-b664-5036-c1741e1de7ea-047a37c7 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: end;
}

#w-node-_0b0965f9-12de-b664-5036-c1741e1de7f4-047a37c7 {
  grid-area: 1 / 3 / 3 / 4;
  justify-self: stretch;
}

#w-node-_08384802-3d40-5ff7-3c81-a3b15502acd2-047a37c7 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-beaac2f3-5b16-a510-41e2-9e4db7d9b271-047a37c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0b0965f9-12de-b664-5036-c1741e1de7ed-047a37c7 {
  grid-area: 2 / 1 / 4 / 3;
  place-self: center start;
}

#w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-047a37c7 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_16ee6cac-97cc-c25f-3bd3-f27e8d74ef9a-047a37c7 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-_3dfaf5a9-9073-e446-da8c-ae54ca5466f3-047a37c7, #w-node-ad3b4215-b22c-3535-ddd7-d56c33b83e53-047a37c7, #w-node-dffaa0c6-1d6f-fd8a-0160-62334d2f8582-047a37c7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_932aec57-c897-daa7-63a7-de070d7de04e-047a37c7 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_59975544-c2ae-ff5f-1ffe-92b04da09837-047a37c7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a1c244f3-8cbe-fe76-b113-ae7ccd7450fe-047a37c7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff4-047a37c7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff5-047a37c7 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start stretch;
}

#w-node-_96d948bc-485a-9dab-98e0-3aeafd7c89af-047a37c7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_96d948bc-485a-9dab-98e0-3aeafd7c89b7-047a37c7 {
  align-self: stretch;
}

#w-node-_2a42631d-d202-6918-ff84-7da87f7c0333-047a37c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a42631d-d202-6918-ff84-7da87f7c0334-047a37c7 {
  justify-self: start;
}

#w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff668-047a37c7 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: center;
}

#w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff669-047a37c7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_01acba91-92e0-3fdc-f04f-81f56b42dc19-047a37c7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_81c4021d-70e7-bdee-d916-1636e757f75a-047a37c7 {
  place-self: center;
}

#w-node-ed248ec9-b803-b9b9-17e2-a152e6711631-047a37c7 {
  align-self: stretch;
}

#w-node-ed248ec9-b803-b9b9-17e2-a152e671163c-047a37c7 {
  justify-self: end;
}

#w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a2-287a37c8 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a5-287a37c8 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91aa-287a37c8 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_34b8dcd5-1955-bf6e-0f89-fcc3d503f83d-287a37c8 {
  grid-area: 1 / 2 / 4 / 3;
  align-self: start;
}

#w-node-_8074e9fb-dd46-63be-e290-1496ab6343dc-287a37c8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_552207c6-973e-0cf0-9e2b-ac76c36effc4-287a37c8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-287a37c8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a8ab005-0267-4aac-1756-46a4087a0991-287a37c8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_14f39dd7-b780-5ba0-f8c3-6e423c9ecdee-287a37c8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a8f5d73b-ace2-f797-46d1-36f3cf6a04a5-287a37c8, #w-node-c04e9192-59b2-bc34-a507-563815198cc5-287a37c8, #w-node-b6de9297-1ccb-3ab5-e022-83f7a40897da-287a37c8 {
  place-self: center end;
}

#w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f33-287a37c8 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-_7a763298-e931-6ef6-cedf-70b1c6225332-287a37c8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f3d-287a37c8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_679ef2e1-ef79-f83f-971d-7c5a31996e9f-287a37c8 {
  align-self: center;
}

#w-node-c24eb999-a985-3d62-3c8f-4ef59619728d-287a37c8 {
  place-self: center end;
}

#w-node-e1af8745-7e74-7c0a-9e26-ec9a8040a014-287a37c8 {
  align-self: center;
}

#w-node-e0cdb0fe-0301-d3b0-3d3a-5117b3338481-287a37c8 {
  place-self: center end;
}

#w-node-_679ef2e1-ef79-f83f-971d-7c5a31996ea2-287a37c8 {
  align-self: center;
}

#w-node-_44ab065a-7e1c-c80d-67d8-c6e33d5e4bcf-287a37c8 {
  place-self: center end;
}

#w-node-_679ef2e1-ef79-f83f-971d-7c5a31996ea5-287a37c8 {
  align-self: center;
}

#w-node-_5f1bb171-88ed-c3df-b02c-276c811e5d3d-287a37c8 {
  place-self: center end;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb027112-287a37c8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb027119-287a37c8 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-287a37c8 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb027120-287a37c8 {
  align-self: stretch;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02712a-287a37c8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02712f-287a37c8 {
  justify-self: end;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02713e-287a37c8 {
  place-self: center end;
}

#w-node-ba6241ea-4ca2-f90d-ff56-a3b8b8b73165-287a37c8 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: start;
}

#w-node-ba6241ea-4ca2-f90d-ff56-a3b8b8b7316c-287a37c8 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_6a710c8c-00bc-3097-3a96-dedad61552fb-287a37c8 {
  place-self: center end;
}

#w-node-b84cb859-5226-6842-ec2f-395770060748-287a37c8 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b84cb859-5226-6842-ec2f-39577006074f-287a37c8 {
  align-self: stretch;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3f6-1d7a37c9 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: end;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3f9-1d7a37c9 {
  grid-area: 1 / 3 / 3 / 4;
  justify-self: stretch;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3fa-1d7a37c9 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3fb-1d7a37c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3fd-1d7a37c9 {
  grid-area: 2 / 1 / 4 / 3;
  place-self: center start;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a402-1d7a37c9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a407-1d7a37c9 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a408-1d7a37c9, #w-node-b3205229-c2c3-f431-bb7a-14128002a409-1d7a37c9, #w-node-b3205229-c2c3-f431-bb7a-14128002a416-1d7a37c9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a41c-1d7a37c9 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-da4a29e5-ca19-1db0-03d7-ead8e8090871-1d7a37c9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e6c5d96b-8abb-74de-e98c-64b733d24ea7-1d7a37c9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f4914fd8-9661-30e6-850c-9d19244344ea-1d7a37c9 {
  grid-area: 2 / 1 / 9 / 2;
}

#w-node-_51e59de1-b435-e6c0-8330-88ce3c921551-1d7a37c9, #w-node-_3549fca4-0b88-8373-420e-189838fcdc23-1d7a37c9, #w-node-_300a6bbb-d4bc-5c6d-fff6-7980173ea82b-1d7a37c9 {
  place-self: center end;
}

#w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac517f-1d7a37c9 {
  grid-area: 1 / 2 / 2 / 4;
}

#static.w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac518a-1d7a37c9 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac518b-1d7a37c9 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_353ee41b-0568-f449-8721-15e5500de963-1d7a37c9 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_12102cb7-b253-85df-5ce8-de413b78032d-1d7a37c9 {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-f6a0648e-4c8a-eb8a-2c95-aead61518236-1d7a37c9 {
  grid-area: 4 / 2 / 6 / 3;
}

#w-node-_34ad238f-d41e-3651-a4af-19a9f66bfd06-1d7a37c9 {
  grid-area: 5 / 1 / 7 / 2;
}

#w-node-_903f8a31-5110-7a73-33fa-6ab5862ec27d-1d7a37c9 {
  grid-area: 6 / 2 / 8 / 3;
}

#w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ada-1d7a37c9 {
  grid-area: 4 / 2 / 5 / 4;
}

#CMS.w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ae5-1d7a37c9 {
  grid-area: 5 / 2 / 6 / 4;
}

#w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ae6-1d7a37c9 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14af3-1d7a37c9 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14b00-1d7a37c9 {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14b0d-1d7a37c9 {
  grid-area: 4 / 2 / 6 / 3;
}

#w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14b1a-1d7a37c9 {
  grid-area: 5 / 1 / 7 / 2;
}

#w-node-e3b5db22-8e43-4f70-f4f3-5544dc291662-1d7a37c9 {
  grid-area: 7 / 2 / 8 / 4;
}

#utility.w-node-e3b5db22-8e43-4f70-f4f3-5544dc29166d-1d7a37c9 {
  grid-area: 8 / 2 / 9 / 4;
}

#w-node-e3b5db22-8e43-4f70-f4f3-5544dc29166e-1d7a37c9 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-e3b5db22-8e43-4f70-f4f3-5544dc29167b-1d7a37c9 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-e3b5db22-8e43-4f70-f4f3-5544dc291688-1d7a37c9 {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-b57a37ca {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-b57a37ca {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-_4d2d02a8-4623-d7a4-1a99-4764d5bdf25a-b57a37ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_68afcda8-3419-398d-0a79-b3461fde7e0d-b57a37ca {
  align-self: start;
}

#w-node-_68afcda8-3419-398d-0a79-b3461fde7e17-b57a37ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_68afcda8-3419-398d-0a79-b3461fde7e1d-b57a37ca {
  justify-self: end;
}

#w-node-_9921994f-70cc-1547-5a78-2c400de6f5b8-b57a37ca {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_335d42e6-e27c-f1bd-6e39-94998e5d331c-b57a37ca {
  justify-self: stretch;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-e17a37cb {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-d15422da-e94e-a208-9f30-9461a834d48a-e17a37cb {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_4d2d02a8-4623-d7a4-1a99-4764d5bdf25a-e17a37cb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8772bea6-a819-33f0-5093-5f51aa74b743-e17a37cb {
  align-self: stretch;
}

#w-node-_8772bea6-a819-33f0-5093-5f51aa74b74e-e17a37cb {
  justify-self: end;
}

#w-node-_17967762-cbf5-21cc-9417-419df7e89e3a-e17a37cb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff11f385-19e7-2610-e10a-74658e22583e-387a37cc {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-ff11f385-19e7-2610-e10a-74658e225841-387a37cc {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center stretch;
}

#w-node-ff11f385-19e7-2610-e10a-74658e225846-387a37cc {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-f401a23e-7b45-ba45-9d27-4acdd5da1d88-387a37cc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f401a23e-7b45-ba45-9d27-4acdd5da1d78-387a37cc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-387a37cc, #w-node-ba34e9c2-df0a-57da-3430-f5bf64771393-387a37cc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ba34e9c2-df0a-57da-3430-f5bf6477139a-387a37cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d59e9609-7efc-4afd-8f71-7d2c1f85a44c-387a37cc {
  place-self: end center;
}

#w-node-_605cd59d40ef8e036e3d508d00000000001a-387a37cc {
  place-self: start center;
}

#w-node-_9a966d75-8ba6-8c66-a053-3fb940aae614-387a37cc {
  justify-self: end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-387a37cc {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad13-387a37cc {
  place-self: center start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad15-387a37cc {
  place-self: center end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad17-387a37cc {
  place-self: center start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad19-387a37cc {
  place-self: center end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad1b-387a37cc {
  place-self: center start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad1d-387a37cc {
  place-self: center end;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-997a37cd {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_06d98f73-386f-106d-9b9d-8057c0e4f1b4-997a37cd {
  justify-self: start;
}

#w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-997a37cd {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-e1bbc23b-cc52-041b-ca98-e15d9e779207-997a37cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_033af516-1361-809f-0fa9-5673c3e60457-997a37cd {
  place-self: center;
}

#w-node-_0591048e-13d2-03bf-8ce8-60fee10b88f6-997a37cd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-997a37cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-997a37cd {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-997a37cd {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-997a37cd {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-e74d0339-592b-76b0-ac1f-3a1ffcf136d4-997a37cd {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131ec-997a37cd {
  place-self: center start;
}

#w-node-cf2841df-329e-bf65-8b5a-1234a34e870b-997a37cd {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f0-997a37cd {
  place-self: center start;
}

#w-node-_4291c902-9ee5-42e6-a3fc-8a62a437e838-997a37cd {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f4-997a37cd {
  place-self: center start;
}

#w-node-_792cce88-f7a5-d11d-f236-79d89b593844-997a37cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73ddc849-29e3-f33a-cfa8-9f779aa8fd33-997a37cd {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_0fb8815d-20d5-3c26-78ac-331de63809e9-997a37cd {
  justify-self: start;
}

#w-node-d5e0ee3a-1628-07be-9892-02b618562ee5-997a37cd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ca8ccc23-8d6d-8d56-208a-3f9deccdec62-997a37cd {
  align-self: stretch;
}

#w-node-ca8ccc23-8d6d-8d56-208a-3f9deccdec6d-997a37cd {
  justify-self: end;
}

#w-node-_191ab773-7ca3-afa4-431f-2f8a35bfbe14-997a37cd {
  place-self: center;
}

#w-node-_8c70667e-4d4d-f9ed-b4d0-11f34399cc57-997a37cd {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c74-997a37cd {
  grid-area: 1 / 1 / 3 / 2;
  align-self: start;
}

#w-node-aabcbca2-070e-ecf2-9582-8eadaa647a9f-997a37cd {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c7a-997a37cd {
  place-self: center start;
}

#w-node-b48f0a3f-0ade-e8e2-132a-106a82e533b3-997a37cd {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c7d-997a37cd {
  place-self: center start;
}

#w-node-f49a0839-daa4-9010-a6d7-ab8a50a31c19-997a37cd {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c80-997a37cd {
  place-self: center start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-997a37cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6e-997a37cd {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c71-997a37cd {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c82-997a37cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dd666792-2b8b-813e-6194-48edbcd3bb63-997a37cd {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_45ed1cd4-91e3-02a3-4157-82da7c791d92-997a37cd {
  place-self: center start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c8a-997a37cd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c92-997a37cd {
  align-self: stretch;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c9d-997a37cd {
  justify-self: end;
}

#w-node-_37353616-fbcc-56d4-42cb-28f01edaee90-997a37cd {
  place-self: center;
}

#w-node-a8b932e6-6aa0-9c11-6fa2-a1433858ebb3-997a37cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861202-997a37cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861205-997a37cd {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861208-997a37cd {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b86120b-997a37cd {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_2e2402ce-f7f5-e25d-bd7a-1b86de323233-997a37cd {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861211-997a37cd {
  place-self: center start;
}

#w-node-_0a39e03c-3c42-57d7-d981-57012b28d70b-997a37cd {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861214-997a37cd {
  place-self: center start;
}

#w-node-_676dd5f9-5a35-7b3b-b16e-b3a75a6b58f1-997a37cd {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861217-997a37cd {
  place-self: center start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861219-997a37cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_38bc6e90-99a5-7e40-f8b2-9cc2c6ea94de-997a37cd {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_285753a1-cac1-74c6-d260-522957f03e89-997a37cd {
  place-self: center start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861221-997a37cd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861229-997a37cd {
  align-self: stretch;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861234-997a37cd {
  justify-self: end;
}

#w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2c8-ba7a37ce {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2cb-ba7a37ce {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2d0-ba7a37ce {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center stretch;
}

#w-node-d5cbc97f-6c81-0aa7-94f1-53f10cb27f1c-ba7a37ce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b1309089-a2bc-3eba-7f02-d532a9467d85-ba7a37ce {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_24f471f5-7ae5-636f-791d-ef5b1eb8c6ea-ba7a37ce {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5018a62d-76c9-9b79-e637-eba824af5874-ba7a37ce {
  align-self: stretch;
}

#w-node-_56ccd570-0519-3bf2-4705-a8c2647a0020-ba7a37ce {
  grid-area: 1 / 1 / 2 / 4;
  align-self: stretch;
}

#w-node-f68f6a28-e129-6b94-46f2-4058b39ff83c-ba7a37ce {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-f68f6a28-e129-6b94-46f2-4058b39ff83d-ba7a37ce {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c8016839-d34a-93dc-5848-6b1c4cd42057-ba7a37ce {
  grid-area: 3 / 3 / 4 / 4;
  align-self: end;
}

#w-node-_05feffb7-128e-e30f-38d4-0e5d778328fb-ba7a37ce {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-a7aef5a2-89ad-9607-aebc-418f300b7abe-ba7a37ce, #w-node-_039a13e7-2f12-63de-e7c0-249b72a7dc04-ba7a37ce, #w-node-_4e3a1c6c-f575-30fc-b449-822c3b2e726d-ba7a37ce {
  place-self: center end;
}

#w-node-c9f0e5df-545f-1b48-ac6e-40272a3c46d6-ba7a37ce {
  justify-self: start;
}

#w-node-_7f1f6b0a-25a1-a3f6-ffa0-7d8f329d9398-ba7a37ce {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-dab5903c-a7e0-3d67-1fc1-3f4bc831cca3-ba7a37ce {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-c856d493-a86f-98c0-cc6d-ee3dea7be915-ba7a37ce {
  align-self: start;
}

#w-node-_53e77774-181e-6532-0ddd-1bf3be51f711-ba7a37ce {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_7f1f6b0a-25a1-a3f6-ffa0-7d8f329d93a6-ba7a37ce {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2dc0e3de-1db8-f7bc-5bf8-522432bd6fd8-ba7a37ce, #w-node-_7b55ff7e-c0c1-d1bd-d48d-a6a1b72716ed-ba7a37ce, #w-node-_9abc7d49-bd28-7c24-d044-69b2caffdbb5-ba7a37ce {
  place-self: center end;
}

#w-node-_5ef7b72b-ba8b-2d27-ce02-b7b47ea3e12c-ba7a37ce {
  place-self: center;
}

#w-node-f308c788-1b49-0625-87a1-4e17d6b8e52c-ba7a37ce {
  align-self: stretch;
}

#w-node-f308c788-1b49-0625-87a1-4e17d6b8e537-ba7a37ce {
  justify-self: end;
}

#w-node-dd002ff0-1786-f7aa-b0cb-21b79ffd8f18-b0389309 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_8e07c8f2-059d-6f6d-2fac-5813639df6f0-b0389309 {
  grid-area: 2 / 2 / 4 / 3;
  place-self: end;
}

#w-node-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-b0389309 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_991b9d86-d746-6bac-12b8-a27bc65d39a9-b0389309 {
  justify-self: start;
}

#w-node-c3dc174b-78b2-9eb5-4dbe-d315274a7469-b0389309 {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-b128c289-fbf9-8a15-41a5-2bcdbae8da0b-b0389309 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_4063be45-b8b3-9a31-cad9-bfe36485df5b-b0389309 {
  place-self: center end;
}

#w-node-d75a5be9-120d-a9cc-09fb-cefd7dff224e-b0389309 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-c27b363e-e641-8c08-06d3-18a7d9643386-b0389309 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_66927e21-ee65-d8e1-cc31-2e0bbfb2a5cd-b0389309 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_990b7f6f-cf54-17fa-e0a6-c8d9ae6da3cb-b0389309 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3e8f31ed-6771-e859-636c-b476dcab981b-b0389309 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_747ab98d-2da9-b9b9-65c3-eaa5259f2fe9-b0389309 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_0f453a3e-66f8-fb3d-0e56-c1cfd80a8551-b0389309 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_70edc27a-5d85-b4b7-cc4a-a4055e230b7f-b0389309 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-d56ca079-049b-55b7-0bb4-65c2201bf821-b0389309 {
  justify-self: start;
}

#w-node-be149a0b-6298-faa0-2b2f-e4e9152cb286-b0389309 {
  place-self: center;
}

#w-node-efc61f06-607b-bf57-ea55-bee58a41b5b7-b0389309 {
  align-self: stretch;
}

#w-node-_5d6050a9-fcb2-2174-3c1a-9eb9dfdb61ee-b0389309 {
  justify-self: end;
}

#w-node-a2f09074-2040-5038-c74e-4369d77c8861-b0389309, #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b81-b0389309, #w-node-_8f986286-6be5-7fda-4809-b0f5bd56244c-b0389309, #w-node-_55b430a6-fcdd-50cc-dc29-08e683d8133e-b0389309, #w-node-_3850b16f-a2a0-2373-1b72-c7e1f76395eb-b0389309 {
  align-self: end;
}

#w-node-_4aa1e293-2ce7-c7b6-5938-b5dfd439db55-b0389309 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_23626632-c221-83e4-e0ef-2521551d0bbd-b0389309 {
  align-self: start;
}

#w-node-_34f40958-909d-c930-a6c7-43d6f1cd5fa5-b0389309 {
  align-self: stretch;
}

#w-node-f0c63057-7c7c-2a90-b49b-0a201e7e42b3-b0389309 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_86d8087c-f402-31b5-d612-f055e8856137-b0389309 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_9e302ef9-a044-afc5-3392-3585167ef4fb-b0389309 {
  align-self: start;
}

#w-node-c401ca72-aae4-9c20-edba-400cc2545a1a-b0389309, #w-node-_158353d8-f5c3-bf30-52a2-714256d40766-b0389309, #w-node-fa1f8cec-23d9-cc72-cc5a-6169aabb1732-b0389309, #w-node-fa1f8cec-23d9-cc72-cc5a-6169aabb1733-b0389309, #w-node-_9fb60b98-6b85-1cf8-84f5-4c9583a249af-b0389309, #w-node-_9fb60b98-6b85-1cf8-84f5-4c9583a249b0-b0389309 {
  align-self: center;
}

#w-node-_91bc64b8-353b-a94a-b0a2-353d8cfc61b5-b0389309 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_16d65def-c5d5-fd1d-5298-95653be6a9a3-b0389309 {
  align-self: stretch;
}

#radio.w-node-_93871b0e-b4be-09b5-05fe-cb47e8639aea-b0389309 {
  align-self: center;
}

#w-node-_93871b0e-b4be-09b5-05fe-cb47e8639aeb-b0389309 {
  place-self: center start;
}

#radio-4.w-node-af714f2c-c722-46c7-fb15-8967bc04065b-b0389309 {
  align-self: center;
}

#w-node-af714f2c-c722-46c7-fb15-8967bc04065c-b0389309 {
  place-self: center start;
}

#w-node-bd4c12fa-0d2a-1a7a-7e67-7e82535f682e-b0389309 {
  align-self: stretch;
}

#radio-5.w-node-bd4c12fa-0d2a-1a7a-7e67-7e82535f682f-b0389309 {
  align-self: center;
}

#w-node-bd4c12fa-0d2a-1a7a-7e67-7e82535f6830-b0389309 {
  place-self: center start;
}

#w-node-_91bc64b8-353b-a94a-b0a2-353d8cfc61b7-b0389309, #w-node-_91bc64b8-353b-a94a-b0a2-353d8cfc61ba-b0389309, #email.w-node-_91bc64b8-353b-a94a-b0a2-353d8cfc61bc-b0389309 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_91bc64b8-353b-a94a-b0a2-353d8cfc61bd-b0389309 {
  place-self: end;
}

#w-node-_686199a2-7e08-8c35-0bc2-9fc0b2c1f7c2-b0389309 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-bffc60b2-ad33-2b9a-4184-6b56bb9d8cc8-b0389309 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a77251-b0389309 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a77258-b0389309 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a7725d-b0389309 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a7725f-b0389309 {
  align-self: stretch;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a77269-b0389309 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a7726e-b0389309 {
  justify-self: end;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a7727d-b0389309 {
  place-self: center end;
}

#w-node-dd002ff0-1786-f7aa-b0cb-21b79ffd8f18-71f7ab8a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_8e07c8f2-059d-6f6d-2fac-5813639df6f0-71f7ab8a {
  grid-area: 2 / 2 / 4 / 3;
  place-self: end;
}

#w-node-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-71f7ab8a {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_991b9d86-d746-6bac-12b8-a27bc65d39a9-71f7ab8a {
  justify-self: start;
}

#w-node-c3dc174b-78b2-9eb5-4dbe-d315274a7469-71f7ab8a {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-c27b363e-e641-8c08-06d3-18a7d9643386-71f7ab8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_66927e21-ee65-d8e1-cc31-2e0bbfb2a5cd-71f7ab8a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_990b7f6f-cf54-17fa-e0a6-c8d9ae6da3cb-71f7ab8a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3e8f31ed-6771-e859-636c-b476dcab981b-71f7ab8a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_747ab98d-2da9-b9b9-65c3-eaa5259f2fe9-71f7ab8a {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_0f453a3e-66f8-fb3d-0e56-c1cfd80a8551-71f7ab8a {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_70edc27a-5d85-b4b7-cc4a-a4055e230b7f-71f7ab8a {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-d56ca079-049b-55b7-0bb4-65c2201bf821-71f7ab8a {
  justify-self: start;
}

#w-node-be149a0b-6298-faa0-2b2f-e4e9152cb286-71f7ab8a {
  place-self: center;
}

#w-node-efc61f06-607b-bf57-ea55-bee58a41b5b7-71f7ab8a {
  align-self: stretch;
}

#w-node-_5d6050a9-fcb2-2174-3c1a-9eb9dfdb61ee-71f7ab8a {
  justify-self: end;
}

#w-node-a2f09074-2040-5038-c74e-4369d77c8861-71f7ab8a, #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b81-71f7ab8a, #w-node-_8f986286-6be5-7fda-4809-b0f5bd56244c-71f7ab8a, #w-node-_55b430a6-fcdd-50cc-dc29-08e683d8133e-71f7ab8a, #w-node-_3850b16f-a2a0-2373-1b72-c7e1f76395eb-71f7ab8a {
  align-self: end;
}

#w-node-_4aa1e293-2ce7-c7b6-5938-b5dfd439db55-71f7ab8a {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_23626632-c221-83e4-e0ef-2521551d0bbd-71f7ab8a {
  align-self: start;
}

#w-node-_34f40958-909d-c930-a6c7-43d6f1cd5fa5-71f7ab8a {
  align-self: stretch;
}

#w-node-f0c63057-7c7c-2a90-b49b-0a201e7e42b3-71f7ab8a {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_86d8087c-f402-31b5-d612-f055e8856137-71f7ab8a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_9e302ef9-a044-afc5-3392-3585167ef4fb-71f7ab8a {
  align-self: start;
}

#w-node-c401ca72-aae4-9c20-edba-400cc2545a1a-71f7ab8a, #w-node-_158353d8-f5c3-bf30-52a2-714256d40766-71f7ab8a, #w-node-fa1f8cec-23d9-cc72-cc5a-6169aabb1732-71f7ab8a, #w-node-fa1f8cec-23d9-cc72-cc5a-6169aabb1733-71f7ab8a, #w-node-_9fb60b98-6b85-1cf8-84f5-4c9583a249af-71f7ab8a, #w-node-_9fb60b98-6b85-1cf8-84f5-4c9583a249b0-71f7ab8a {
  align-self: center;
}

#w-node-_91bc64b8-353b-a94a-b0a2-353d8cfc61b5-71f7ab8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_16d65def-c5d5-fd1d-5298-95653be6a9a3-71f7ab8a {
  align-self: stretch;
}

#radio.w-node-_93871b0e-b4be-09b5-05fe-cb47e8639aea-71f7ab8a {
  align-self: center;
}

#w-node-_93871b0e-b4be-09b5-05fe-cb47e8639aeb-71f7ab8a {
  place-self: center start;
}

#radio-4.w-node-af714f2c-c722-46c7-fb15-8967bc04065b-71f7ab8a {
  align-self: center;
}

#w-node-af714f2c-c722-46c7-fb15-8967bc04065c-71f7ab8a {
  place-self: center start;
}

#w-node-bd4c12fa-0d2a-1a7a-7e67-7e82535f682e-71f7ab8a {
  align-self: stretch;
}

#radio-5.w-node-bd4c12fa-0d2a-1a7a-7e67-7e82535f682f-71f7ab8a {
  align-self: center;
}

#w-node-bd4c12fa-0d2a-1a7a-7e67-7e82535f6830-71f7ab8a {
  place-self: center start;
}

#w-node-_91bc64b8-353b-a94a-b0a2-353d8cfc61b7-71f7ab8a, #w-node-_91bc64b8-353b-a94a-b0a2-353d8cfc61ba-71f7ab8a, #email.w-node-_91bc64b8-353b-a94a-b0a2-353d8cfc61bc-71f7ab8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_91bc64b8-353b-a94a-b0a2-353d8cfc61bd-71f7ab8a {
  place-self: end;
}

#w-node-_686199a2-7e08-8c35-0bc2-9fc0b2c1f7c2-71f7ab8a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-bffc60b2-ad33-2b9a-4184-6b56bb9d8cc8-71f7ab8a {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a77251-71f7ab8a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a77258-71f7ab8a {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a7725d-71f7ab8a {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a7725f-71f7ab8a {
  align-self: stretch;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a77269-71f7ab8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a7726e-71f7ab8a {
  justify-self: end;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a7727d-71f7ab8a {
  place-self: center end;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-346439f7 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-e1bbc23b-cc52-041b-ca98-e15d9e779207-346439f7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_033af516-1361-809f-0fa9-5673c3e60457-346439f7 {
  place-self: center;
}

#w-node-_0591048e-13d2-03bf-8ce8-60fee10b88f6-346439f7 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-346439f7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-346439f7 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-346439f7 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-346439f7 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-e74d0339-592b-76b0-ac1f-3a1ffcf136d4-346439f7 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131ec-346439f7 {
  place-self: center start;
}

#w-node-cf2841df-329e-bf65-8b5a-1234a34e870b-346439f7 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f0-346439f7 {
  place-self: center start;
}

#w-node-_4291c902-9ee5-42e6-a3fc-8a62a437e838-346439f7 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f4-346439f7 {
  place-self: center start;
}

#w-node-_8c70667e-4d4d-f9ed-b4d0-11f34399cc57-346439f7 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c74-346439f7 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: start;
}

#w-node-aabcbca2-070e-ecf2-9582-8eadaa647a9f-346439f7 {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c7a-346439f7 {
  place-self: center start;
}

#w-node-b48f0a3f-0ade-e8e2-132a-106a82e533b3-346439f7 {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c7d-346439f7 {
  place-self: center start;
}

#w-node-f49a0839-daa4-9010-a6d7-ab8a50a31c19-346439f7 {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c80-346439f7 {
  place-self: center start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-346439f7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6e-346439f7 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c71-346439f7 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_5b844d66-9c40-8bc5-e920-44f42fcdec8c-346439f7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_5b844d66-9c40-8bc5-e920-44f42fcdec92-346439f7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5b844d66-9c40-8bc5-e920-44f42fcdec93-346439f7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5b844d66-9c40-8bc5-e920-44f42fcdec95-346439f7 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_5b844d66-9c40-8bc5-e920-44f42fcdec97-346439f7 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-a8b932e6-6aa0-9c11-6fa2-a1433858ebb3-346439f7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861202-346439f7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861205-346439f7 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861208-346439f7 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b86120b-346439f7 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_2e2402ce-f7f5-e25d-bd7a-1b86de323233-346439f7 {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861211-346439f7 {
  place-self: center start;
}

#w-node-_0a39e03c-3c42-57d7-d981-57012b28d70b-346439f7 {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861214-346439f7 {
  place-self: center start;
}

#w-node-_676dd5f9-5a35-7b3b-b16e-b3a75a6b58f1-346439f7 {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861217-346439f7 {
  place-self: center start;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-cd55a17e {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-d15422da-e94e-a208-9f30-9461a834d48a-cd55a17e {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_4d2d02a8-4623-d7a4-1a99-4764d5bdf25a-cd55a17e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8772bea6-a819-33f0-5093-5f51aa74b743-cd55a17e {
  align-self: stretch;
}

#w-node-_8772bea6-a819-33f0-5093-5f51aa74b74e-cd55a17e {
  justify-self: end;
}

#w-node-_17967762-cbf5-21cc-9417-419df7e89e3a-cd55a17e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-43985d82 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-e1bbc23b-cc52-041b-ca98-e15d9e779207-43985d82 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_033af516-1361-809f-0fa9-5673c3e60457-43985d82 {
  place-self: center;
}

#w-node-_0591048e-13d2-03bf-8ce8-60fee10b88f6-43985d82 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-43985d82 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-43985d82 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-43985d82 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-43985d82 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-e74d0339-592b-76b0-ac1f-3a1ffcf136d4-43985d82 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131ec-43985d82 {
  place-self: center start;
}

#w-node-cf2841df-329e-bf65-8b5a-1234a34e870b-43985d82 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f0-43985d82 {
  place-self: center start;
}

#w-node-_4291c902-9ee5-42e6-a3fc-8a62a437e838-43985d82 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f4-43985d82 {
  place-self: center start;
}

#w-node-_78a1d039-ea28-560c-3ccf-bc545198c698-43985d82 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78a1d039-ea28-560c-3ccf-bc545198c699-43985d82 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_78a1d039-ea28-560c-3ccf-bc545198c6a0-43985d82 {
  justify-self: start;
}

#w-node-_78a1d039-ea28-560c-3ccf-bc545198c6a3-43985d82 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_78a1d039-ea28-560c-3ccf-bc545198c6ab-43985d82 {
  align-self: stretch;
}

#w-node-_78a1d039-ea28-560c-3ccf-bc545198c6b6-43985d82 {
  justify-self: end;
}

#w-node-_191ab773-7ca3-afa4-431f-2f8a35bfbe14-43985d82 {
  place-self: center;
}

#w-node-_8c70667e-4d4d-f9ed-b4d0-11f34399cc57-43985d82 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c74-43985d82 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: start;
}

#w-node-aabcbca2-070e-ecf2-9582-8eadaa647a9f-43985d82 {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c7a-43985d82 {
  place-self: center start;
}

#w-node-b48f0a3f-0ade-e8e2-132a-106a82e533b3-43985d82 {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c7d-43985d82 {
  place-self: center start;
}

#w-node-f49a0839-daa4-9010-a6d7-ab8a50a31c19-43985d82 {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c80-43985d82 {
  place-self: center start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-43985d82 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6e-43985d82 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c71-43985d82 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c82-43985d82 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dd666792-2b8b-813e-6194-48edbcd3bb63-43985d82 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_45ed1cd4-91e3-02a3-4157-82da7c791d92-43985d82 {
  place-self: center start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c8a-43985d82 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c92-43985d82 {
  align-self: stretch;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c9d-43985d82 {
  justify-self: end;
}

#w-node-_37353616-fbcc-56d4-42cb-28f01edaee90-43985d82 {
  place-self: center;
}

#w-node-a8b932e6-6aa0-9c11-6fa2-a1433858ebb3-43985d82 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861202-43985d82 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861205-43985d82 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861208-43985d82 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b86120b-43985d82 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_2e2402ce-f7f5-e25d-bd7a-1b86de323233-43985d82 {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861211-43985d82 {
  place-self: center start;
}

#w-node-_0a39e03c-3c42-57d7-d981-57012b28d70b-43985d82 {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861214-43985d82 {
  place-self: center start;
}

#w-node-_676dd5f9-5a35-7b3b-b16e-b3a75a6b58f1-43985d82 {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861217-43985d82 {
  place-self: center start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861219-43985d82 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_38bc6e90-99a5-7e40-f8b2-9cc2c6ea94de-43985d82 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_285753a1-cac1-74c6-d260-522957f03e89-43985d82 {
  place-self: center start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861221-43985d82 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861229-43985d82 {
  align-self: stretch;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861234-43985d82 {
  justify-self: end;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-fcd0c24c {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-e1bbc23b-cc52-041b-ca98-e15d9e779207-fcd0c24c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0591048e-13d2-03bf-8ce8-60fee10b88f6-fcd0c24c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-fcd0c24c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-fcd0c24c {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-fcd0c24c {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-fcd0c24c {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-e74d0339-592b-76b0-ac1f-3a1ffcf136d4-fcd0c24c {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131ec-fcd0c24c {
  place-self: center start;
}

#w-node-cf2841df-329e-bf65-8b5a-1234a34e870b-fcd0c24c {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f0-fcd0c24c {
  place-self: center start;
}

#w-node-_4291c902-9ee5-42e6-a3fc-8a62a437e838-fcd0c24c {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f4-fcd0c24c {
  place-self: center start;
}

#w-node-_8c70667e-4d4d-f9ed-b4d0-11f34399cc57-fcd0c24c {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c74-fcd0c24c {
  grid-area: 1 / 1 / 3 / 2;
  align-self: start;
}

#w-node-aabcbca2-070e-ecf2-9582-8eadaa647a9f-fcd0c24c {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c7a-fcd0c24c {
  place-self: center start;
}

#w-node-b48f0a3f-0ade-e8e2-132a-106a82e533b3-fcd0c24c {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c7d-fcd0c24c {
  place-self: center start;
}

#w-node-f49a0839-daa4-9010-a6d7-ab8a50a31c19-fcd0c24c {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c80-fcd0c24c {
  place-self: center start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-fcd0c24c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6e-fcd0c24c {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c71-fcd0c24c {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-a8b932e6-6aa0-9c11-6fa2-a1433858ebb3-fcd0c24c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861202-fcd0c24c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861205-fcd0c24c {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861208-fcd0c24c {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b86120b-fcd0c24c {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_2e2402ce-f7f5-e25d-bd7a-1b86de323233-fcd0c24c {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861211-fcd0c24c {
  place-self: center start;
}

#w-node-_0a39e03c-3c42-57d7-d981-57012b28d70b-fcd0c24c {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861214-fcd0c24c {
  place-self: center start;
}

#w-node-_676dd5f9-5a35-7b3b-b16e-b3a75a6b58f1-fcd0c24c {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861217-fcd0c24c {
  place-self: center start;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-5d3e7902 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-e1bbc23b-cc52-041b-ca98-e15d9e779207-5d3e7902 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0591048e-13d2-03bf-8ce8-60fee10b88f6-5d3e7902 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-5d3e7902 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-5d3e7902 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-5d3e7902 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-5d3e7902 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-e74d0339-592b-76b0-ac1f-3a1ffcf136d4-5d3e7902 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131ec-5d3e7902 {
  place-self: center start;
}

#w-node-cf2841df-329e-bf65-8b5a-1234a34e870b-5d3e7902 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f0-5d3e7902 {
  place-self: center start;
}

#w-node-_4291c902-9ee5-42e6-a3fc-8a62a437e838-5d3e7902 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f4-5d3e7902 {
  place-self: center start;
}

#w-node-_8c70667e-4d4d-f9ed-b4d0-11f34399cc57-5d3e7902 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c74-5d3e7902 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: start;
}

#w-node-aabcbca2-070e-ecf2-9582-8eadaa647a9f-5d3e7902 {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c7a-5d3e7902 {
  place-self: center start;
}

#w-node-b48f0a3f-0ade-e8e2-132a-106a82e533b3-5d3e7902 {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c7d-5d3e7902 {
  place-self: center start;
}

#w-node-f49a0839-daa4-9010-a6d7-ab8a50a31c19-5d3e7902 {
  align-self: center;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c80-5d3e7902 {
  place-self: center start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-5d3e7902 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6e-5d3e7902 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c71-5d3e7902 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-a8b932e6-6aa0-9c11-6fa2-a1433858ebb3-5d3e7902 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861202-5d3e7902 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861205-5d3e7902 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861208-5d3e7902 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b86120b-5d3e7902 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_2e2402ce-f7f5-e25d-bd7a-1b86de323233-5d3e7902 {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861211-5d3e7902 {
  place-self: center start;
}

#w-node-_0a39e03c-3c42-57d7-d981-57012b28d70b-5d3e7902 {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861214-5d3e7902 {
  place-self: center start;
}

#w-node-_676dd5f9-5a35-7b3b-b16e-b3a75a6b58f1-5d3e7902 {
  align-self: center;
}

#w-node-_5e265911-3e42-184e-49b8-29b67b861217-5d3e7902 {
  place-self: center start;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-43d4de23 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-43d4de23 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-43d4de23 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-43d4de23 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-43d4de23 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-e74d0339-592b-76b0-ac1f-3a1ffcf136d4-43d4de23 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131ec-43d4de23 {
  place-self: center start;
}

#w-node-cf2841df-329e-bf65-8b5a-1234a34e870b-43d4de23 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f0-43d4de23 {
  place-self: center start;
}

#w-node-_4291c902-9ee5-42e6-a3fc-8a62a437e838-43d4de23 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f4-43d4de23 {
  place-self: center start;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-a263c067 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-a263c067 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-a263c067 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-a263c067 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-a263c067 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-e74d0339-592b-76b0-ac1f-3a1ffcf136d4-a263c067 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131ec-a263c067 {
  place-self: center start;
}

#w-node-cf2841df-329e-bf65-8b5a-1234a34e870b-a263c067 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f0-a263c067 {
  place-self: center start;
}

#w-node-_4291c902-9ee5-42e6-a3fc-8a62a437e838-a263c067 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f4-a263c067 {
  place-self: center start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-8c994cad {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-8c994cad {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_78588d14-247f-5076-34c1-c503a9ab4918-8c994cad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_08abb744-5a25-175e-8602-d4c23b82483b-8c994cad {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_891ad4e4-a18a-584a-de93-66e746d5fd73-8c994cad {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-d34ae88f-7010-0ebb-f95d-d92ce018f367-47696d78 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-47696d78 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-47696d78 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-47696d78 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-47696d78 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-47696d78 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-e74d0339-592b-76b0-ac1f-3a1ffcf136d4-47696d78 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131ec-47696d78 {
  place-self: center start;
}

#w-node-cf2841df-329e-bf65-8b5a-1234a34e870b-47696d78 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f0-47696d78 {
  place-self: center start;
}

#w-node-_4291c902-9ee5-42e6-a3fc-8a62a437e838-47696d78 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f4-47696d78 {
  place-self: center start;
}

#w-node-d34ae88f-7010-0ebb-f95d-d92ce018f367-d4c1b9c1 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-d4c1b9c1 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-d4c1b9c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-d4c1b9c1 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-d4c1b9c1 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-d4c1b9c1 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-e74d0339-592b-76b0-ac1f-3a1ffcf136d4-d4c1b9c1 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131ec-d4c1b9c1 {
  place-self: center start;
}

#w-node-cf2841df-329e-bf65-8b5a-1234a34e870b-d4c1b9c1 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f0-d4c1b9c1 {
  place-self: center start;
}

#w-node-_4291c902-9ee5-42e6-a3fc-8a62a437e838-d4c1b9c1 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f4-d4c1b9c1 {
  place-self: center start;
}

@media screen and (min-width: 1920px) {
  #w-node-_4482b058-8b31-9400-c848-84d34126ea9c-336b9d43, #w-node-_538f1dbe-ad78-62c2-3282-4d5977dc9c2d-336b9d43, #w-node-b8f815e4-0eba-3ae9-225b-49ff0c2c0ebe-336b9d43, #w-node-ae9fded7-4be8-d958-2f3c-65523a1d85b8-336b9d43 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_864b30ac-902a-1bc5-c775-6b8cda770129-807a37bf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8864-807a37bf, #w-node-_415cfaab-39af-8e02-06fa-fa15872cafc4-807a37bf, #w-node-e19f3af7-0630-169d-ede8-1f23b7727bd4-807a37bf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f8995adf-f440-eb1c-b576-c54a6fe6800c-807a37bf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4aa1e293-2ce7-c7b6-5938-b5dfd439db55-807a37bf {
    grid-column: 2 / 3;
  }

  #w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17, #w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
    grid-column-end: 3;
  }

  #w-node-_93ff6921-d28d-6640-4312-da6eaaed889e-f9270e17 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_17c43587-c790-b4d8-1466-5f40336b9d5b-336b9d43 {
    grid-column: 1 / 2;
  }

  #w-node-_6fe66bf6-22c6-7c4b-e980-c09ffd4740ae-336b9d43 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-e16c4357-004d-8209-e100-36bb04545bd4-336b9d43 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d364a0a1-eed2-cc02-8c38-c72be241387a-336b9d43 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_742bc615-eb92-0d24-5678-32641c325156-336b9d43, #w-node-e7216152-f701-971a-aa13-8b0d399ea0a2-336b9d43, #w-node-_7bc65834-55da-3453-6223-cc3c09de09a9-336b9d43 {
    justify-self: stretch;
  }

  #w-node-be6e1212-c8c8-b564-9d2f-b92422ca9045-336b9d43 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_3abc41f4-dfb1-4486-efa6-ef64d37413f2-56a0d8b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7c2-467a37c0 {
    grid-column-end: 2;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-467a37c0, #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
    grid-column-end: 3;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b937-c426b91d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94a-c426b91d {
    grid-row-end: 3;
    grid-column-end: 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94f-c426b91d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-0b7a37c1, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-a87a37c3 {
    grid-column-end: 3;
  }

  #w-node-_0afe1988-388e-b5cb-404e-8a553a0bef5a-a87a37c3 {
    grid-column-end: 2;
  }

  #w-node-_0afe1988-388e-b5cb-404e-8a553a0bef68-a87a37c3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff5584ff-f87a37c4, #w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff558506-f87a37c4 {
    grid-column-end: 2;
  }

  #w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67ee-f87a37c4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb37-8c7a37c5, #w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb3c-8c7a37c5, #w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe106-8c7a37c5 {
    grid-column-end: 2;
  }

  #w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe114-8c7a37c5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-8c7a37c5 {
    grid-column-start: 1;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98c-8c7a37c5 {
    grid-column: 1 / 3;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc9a3-8c7a37c5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e82-757a37c6, #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e87-757a37c6 {
    grid-column-end: 2;
  }

  #w-node-d7f4df13-5316-c505-a444-21863c437f4b-757a37c6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7b9c87a0-4164-dfa3-00cc-0a8b81af83f5-757a37c6 {
    grid-column: 1 / 3;
  }

  #w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff4-047a37c7 {
    place-self: start stretch;
  }

  #w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff5-047a37c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_96d948bc-485a-9dab-98e0-3aeafd7c89af-047a37c7 {
    grid-row: 2 / 3;
  }

  #w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff668-047a37c7 {
    grid-column: 1 / 3;
  }

  #w-node-_01acba91-92e0-3fdc-f04f-81f56b42dc19-047a37c7 {
    grid-row: 2 / 3;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a5-287a37c8, #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91aa-287a37c8 {
    grid-column-end: 2;
  }

  #w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-287a37c8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8a8ab005-0267-4aac-1756-46a4087a0991-287a37c8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_14f39dd7-b780-5ba0-f8c3-6e423c9ecdee-287a37c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f33-287a37c8 {
    grid-column: 1 / 3;
  }

  #w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f3d-287a37c8 {
    grid-row: 2 / 3;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027112-287a37c8 {
    grid-column-start: 1;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-287a37c8 {
    grid-column: 1 / 3;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027134-287a37c8 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ba6241ea-4ca2-f90d-ff56-a3b8b8b73165-287a37c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-b84cb859-5226-6842-ec2f-395770060748-287a37c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f4914fd8-9661-30e6-850c-9d19244344ea-1d7a37c9 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac517f-1d7a37c9, #static.w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac518a-1d7a37c9, #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ada-1d7a37c9, #CMS.w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ae5-1d7a37c9, #w-node-e3b5db22-8e43-4f70-f4f3-5544dc291662-1d7a37c9, #utility.w-node-e3b5db22-8e43-4f70-f4f3-5544dc29166d-1d7a37c9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-b57a37ca, #w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-b57a37ca {
    grid-column-end: 2;
  }

  #w-node-_9921994f-70cc-1547-5a78-2c400de6f5b8-b57a37ca {
    grid-column: 1 / 2;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-e17a37cb {
    grid-column-end: 3;
  }

  #w-node-ff11f385-19e7-2610-e10a-74658e225841-387a37cc, #w-node-ff11f385-19e7-2610-e10a-74658e225846-387a37cc {
    grid-column-end: 2;
  }

  #w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-387a37cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-997a37cd, #w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-997a37cd {
    grid-column-end: 2;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-997a37cd {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-997a37cd {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_792cce88-f7a5-d11d-f236-79d89b593844-997a37cd {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c74-997a37cd {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-997a37cd {
    grid-column: span 2 / span 2;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c82-997a37cd {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861202-997a37cd {
    grid-column: span 2 / span 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b86120b-997a37cd {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861219-997a37cd {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2cb-ba7a37ce, #w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2d0-ba7a37ce {
    grid-column-end: 2;
  }

  #w-node-_24f471f5-7ae5-636f-791d-ef5b1eb8c6ea-ba7a37ce {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_56ccd570-0519-3bf2-4705-a8c2647a0020-ba7a37ce {
    grid-row-end: 5;
    grid-column-end: 3;
  }

  #w-node-f68f6a28-e129-6b94-46f2-4058b39ff83c-ba7a37ce {
    grid-column: 1 / 2;
  }

  #w-node-c8016839-d34a-93dc-5848-6b1c4cd42057-ba7a37ce {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_05feffb7-128e-e30f-38d4-0e5d778328fb-ba7a37ce {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_1c13acc5-517c-491d-fcdf-0a83558a1ead-ba7a37ce {
    align-self: stretch;
  }

  #w-node-_7f1f6b0a-25a1-a3f6-ffa0-7d8f329d9398-ba7a37ce {
    grid-column: 1 / 3;
  }

  #w-node-_7f1f6b0a-25a1-a3f6-ffa0-7d8f329d93a6-ba7a37ce {
    grid-row: 2 / 3;
  }

  #w-node-_864b30ac-902a-1bc5-c775-6b8cda770129-b0389309 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8864-b0389309, #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b84-b0389309, #w-node-_8f986286-6be5-7fda-4809-b0f5bd56244f-b0389309, #w-node-_55b430a6-fcdd-50cc-dc29-08e683d81341-b0389309, #w-node-_3850b16f-a2a0-2373-1b72-c7e1f76395ee-b0389309 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f8995adf-f440-eb1c-b576-c54a6fe6800c-b0389309 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4aa1e293-2ce7-c7b6-5938-b5dfd439db55-b0389309 {
    grid-column: 2 / 3;
  }

  #w-node-_86d8087c-f402-31b5-d612-f055e8856137-b0389309 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_91bc64b8-353b-a94a-b0a2-353d8cfc61b5-b0389309 {
    grid-column: span 1 / span 1;
  }

  #name.w-node-_91bc64b8-353b-a94a-b0a2-353d8cfc61b9-b0389309 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bffc60b2-ad33-2b9a-4184-6b56bb9d8cc8-b0389309 {
    grid-column-end: 3;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77251-b0389309 {
    grid-column: 1 / 2;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77258-b0389309 {
    grid-column: 2 / 3;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a7725d-b0389309 {
    grid-column: 1 / 3;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77273-b0389309 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_864b30ac-902a-1bc5-c775-6b8cda770129-71f7ab8a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8864-71f7ab8a, #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b84-71f7ab8a, #w-node-_8f986286-6be5-7fda-4809-b0f5bd56244f-71f7ab8a, #w-node-_55b430a6-fcdd-50cc-dc29-08e683d81341-71f7ab8a, #w-node-_3850b16f-a2a0-2373-1b72-c7e1f76395ee-71f7ab8a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f8995adf-f440-eb1c-b576-c54a6fe6800c-71f7ab8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4aa1e293-2ce7-c7b6-5938-b5dfd439db55-71f7ab8a {
    grid-column: 2 / 3;
  }

  #w-node-_86d8087c-f402-31b5-d612-f055e8856137-71f7ab8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_91bc64b8-353b-a94a-b0a2-353d8cfc61b5-71f7ab8a {
    grid-column: span 1 / span 1;
  }

  #name.w-node-_91bc64b8-353b-a94a-b0a2-353d8cfc61b9-71f7ab8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bffc60b2-ad33-2b9a-4184-6b56bb9d8cc8-71f7ab8a {
    grid-column-end: 3;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77251-71f7ab8a {
    grid-column: 1 / 2;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77258-71f7ab8a {
    grid-column: 2 / 3;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a7725d-71f7ab8a {
    grid-column: 1 / 3;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77273-71f7ab8a {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-346439f7 {
    grid-column-end: 2;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-346439f7 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-346439f7, #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c74-346439f7 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-346439f7, #w-node-_5e265911-3e42-184e-49b8-29b67b861202-346439f7 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b86120b-346439f7 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-cd55a17e {
    grid-column-end: 3;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-43985d82 {
    grid-column-end: 2;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-43985d82 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-43985d82 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_78a1d039-ea28-560c-3ccf-bc545198c698-43985d82 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c74-43985d82 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-43985d82 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c82-43985d82 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861202-43985d82 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b86120b-43985d82 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861219-43985d82 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-fcd0c24c {
    grid-column-end: 2;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-fcd0c24c {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-fcd0c24c, #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c74-fcd0c24c {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-fcd0c24c, #w-node-_5e265911-3e42-184e-49b8-29b67b861202-fcd0c24c {
    grid-column: span 2 / span 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b86120b-fcd0c24c {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-5d3e7902 {
    grid-column-end: 2;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-5d3e7902 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-5d3e7902, #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c74-5d3e7902 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-5d3e7902, #w-node-_5e265911-3e42-184e-49b8-29b67b861202-5d3e7902 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b86120b-5d3e7902 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-43d4de23 {
    grid-column-end: 2;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-43d4de23 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-43d4de23 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-a263c067 {
    grid-column-end: 2;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-a263c067 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-a263c067 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-8c994cad {
    grid-column-end: 3;
  }

  #w-node-_891ad4e4-a18a-584a-de93-66e746d5fd6a-8c994cad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_891ad4e4-a18a-584a-de93-66e746d5fd73-8c994cad {
    grid-column: 2 / 3;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-47696d78 {
    grid-column-end: 2;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-47696d78 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-47696d78 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-d4c1b9c1 {
    grid-column-end: 2;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-d4c1b9c1 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-d4c1b9c1 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_991b9d86-d746-6bac-12b8-a27bc65d39a9-807a37bf {
    justify-self: start;
  }

  #w-node-_864b30ac-902a-1bc5-c775-6b8cda770129-807a37bf {
    grid-column: span 1 / span 1;
  }

  #w-node-_70edc27a-5d85-b4b7-cc4a-a4055e230b7f-807a37bf {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8859-807a37bf {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8864-807a37bf {
    grid-column-end: 3;
  }

  #w-node-_415cfaab-39af-8e02-06fa-fa15872cafb7-807a37bf {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_415cfaab-39af-8e02-06fa-fa15872cafc4-807a37bf {
    grid-column-end: 3;
  }

  #w-node-e19f3af7-0630-169d-ede8-1f23b7727bc7-807a37bf {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e19f3af7-0630-169d-ede8-1f23b7727bd4-807a37bf {
    grid-column-end: 3;
  }

  #w-node-f8995adf-f440-eb1c-b576-c54a6fe6800c-807a37bf {
    grid-column: span 1 / span 1;
  }

  #w-node-_4aa1e293-2ce7-c7b6-5938-b5dfd439db55-807a37bf {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17, #w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
    grid-column-end: 4;
  }

  #w-node-_93ff6921-d28d-6640-4312-da6eaaed889e-f9270e17 {
    grid-column: span 3 / span 3;
  }

  #w-node-_8a2248a7-2b1a-461a-a43d-72a5968a2bd8-968a2bd5 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-467a37c0, #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
    grid-column-end: 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94f-c426b91d {
    grid-row: 5 / 6;
  }

  #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-0b7a37c1, #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbeb-0b7a37c1, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-a87a37c3, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-a87a37c3 {
    grid-column-end: 2;
  }

  #w-node-c1386cff-6b52-7e7b-943b-f01eec937981-a87a37c3, #w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67ee-f87a37c4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67f5-f87a37c4 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-8c7a37c5 {
    grid-column-end: 2;
  }

  #w-node-_7128c589-0b6c-1e7b-cd0c-f6e6a998bc46-8c7a37c5 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98c-8c7a37c5 {
    grid-column-end: 2;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e82-757a37c6 {
    grid-row: 2 / 3;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e87-757a37c6 {
    grid-row: 4 / 5;
  }

  #w-node-e7c312ca-3267-e1f8-a11b-2d85efa42270-757a37c6 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d7f4df13-5316-c505-a444-21863c437f4b-757a37c6 {
    grid-column: span 1 / span 1;
  }

  #w-node-d7f4df13-5316-c505-a444-21863c437f52-757a37c6 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_0b0965f9-12de-b664-5036-c1741e1de7ed-047a37c7 {
    grid-row-start: 3;
  }

  #w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-047a37c7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3dfaf5a9-9073-e446-da8c-ae54ca5466f3-047a37c7 {
    grid-column: span 3 / span 3;
  }

  #w-node-ad3b4215-b22c-3535-ddd7-d56c33b83e53-047a37c7 {
    grid-column: span 1 / span 1;
  }

  #w-node-dffaa0c6-1d6f-fd8a-0160-62334d2f8582-047a37c7 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff5-047a37c7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff668-047a37c7 {
    grid-column-end: 2;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a5-287a37c8 {
    grid-row: 2 / 3;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91aa-287a37c8 {
    grid-row: 4 / 5;
  }

  #w-node-_34b8dcd5-1955-bf6e-0f89-fcc3d503f83d-287a37c8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-287a37c8 {
    grid-row: span 1 / span 1;
  }

  #w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f33-287a37c8 {
    grid-column-end: 2;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027119-287a37c8 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-287a37c8 {
    grid-column-end: 2;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a3fd-1d7a37c9 {
    grid-row-start: 3;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a402-1d7a37c9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a408-1d7a37c9 {
    grid-column: span 3 / span 3;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a409-1d7a37c9 {
    grid-column: span 1 / span 1;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a416-1d7a37c9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f4914fd8-9661-30e6-850c-9d19244344ea-1d7a37c9 {
    grid-column: span 1 / span 1;
  }

  #w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac517f-1d7a37c9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #static.w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac518a-1d7a37c9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac518b-1d7a37c9, #w-node-_353ee41b-0568-f449-8721-15e5500de963-1d7a37c9, #w-node-_12102cb7-b253-85df-5ce8-de413b78032d-1d7a37c9, #w-node-f6a0648e-4c8a-eb8a-2c95-aead61518236-1d7a37c9, #w-node-_34ad238f-d41e-3651-a4af-19a9f66bfd06-1d7a37c9, #w-node-_903f8a31-5110-7a73-33fa-6ab5862ec27d-1d7a37c9 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ada-1d7a37c9 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #CMS.w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ae5-1d7a37c9 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ae6-1d7a37c9, #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14af3-1d7a37c9, #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14b00-1d7a37c9, #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14b0d-1d7a37c9, #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14b1a-1d7a37c9 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-e3b5db22-8e43-4f70-f4f3-5544dc291662-1d7a37c9 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #utility.w-node-e3b5db22-8e43-4f70-f4f3-5544dc29166d-1d7a37c9 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-e3b5db22-8e43-4f70-f4f3-5544dc29166e-1d7a37c9, #w-node-e3b5db22-8e43-4f70-f4f3-5544dc29167b-1d7a37c9, #w-node-e3b5db22-8e43-4f70-f4f3-5544dc291688-1d7a37c9 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-d15422da-e94e-a208-9f30-9461a834d48a-e17a37cb {
    align-self: end;
  }

  #w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-387a37cc {
    grid-column: span 1 / span 1;
  }

  #w-node-_9a966d75-8ba6-8c66-a053-3fb940aae614-387a37cc {
    justify-self: center;
  }

  #w-node-bf268399-4001-455f-2109-2c2bf6a721e7-997a37cd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7ccce7ec-88ce-6aba-e5aa-d09c7b6c987b-997a37cd {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_2b7c1bd8-fa21-aec1-85fb-d93364305335-997a37cd {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-997a37cd {
    grid-column: span 1 / span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-997a37cd, #w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-997a37cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_792cce88-f7a5-d11d-f236-79d89b593844-997a37cd {
    grid-column-end: 2;
  }

  #w-node-_73ddc849-29e3-f33a-cfa8-9f779aa8fd33-997a37cd {
    grid-column: 1 / 2;
  }

  #w-node-d5e0ee3a-1628-07be-9892-02b618562ee5-997a37cd {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_8c70667e-4d4d-f9ed-b4d0-11f34399cc57-997a37cd {
    grid-column: 1 / 3;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-997a37cd {
    grid-column: span 1 / span 1;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6e-997a37cd, #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c71-997a37cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c82-997a37cd {
    grid-column-end: 2;
  }

  #w-node-dd666792-2b8b-813e-6194-48edbcd3bb63-997a37cd {
    grid-column: 1 / 2;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c8a-997a37cd {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861202-997a37cd {
    grid-column: span 1 / span 1;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861205-997a37cd, #w-node-_5e265911-3e42-184e-49b8-29b67b861208-997a37cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861219-997a37cd {
    grid-column-end: 2;
  }

  #w-node-_38bc6e90-99a5-7e40-f8b2-9cc2c6ea94de-997a37cd {
    grid-column: 1 / 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861221-997a37cd {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_24f471f5-7ae5-636f-791d-ef5b1eb8c6ea-ba7a37ce {
    grid-row: 2 / 3;
  }

  #w-node-_56ccd570-0519-3bf2-4705-a8c2647a0020-ba7a37ce {
    grid-row-end: 2;
  }

  #w-node-f68f6a28-e129-6b94-46f2-4058b39ff83c-ba7a37ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c8016839-d34a-93dc-5848-6b1c4cd42057-ba7a37ce {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_05feffb7-128e-e30f-38d4-0e5d778328fb-ba7a37ce {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7f1f6b0a-25a1-a3f6-ffa0-7d8f329d9398-ba7a37ce {
    grid-column-end: 2;
  }

  #w-node-dab5903c-a7e0-3d67-1fc1-3f4bc831cca3-ba7a37ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_53e77774-181e-6532-0ddd-1bf3be51f711-ba7a37ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_864b30ac-902a-1bc5-c775-6b8cda770129-b0389309 {
    grid-column: span 1 / span 1;
  }

  #w-node-_70edc27a-5d85-b4b7-cc4a-a4055e230b7f-b0389309 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8859-b0389309 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8864-b0389309 {
    grid-column-end: 3;
  }

  #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b79-b0389309 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b84-b0389309 {
    grid-column-end: 3;
  }

  #w-node-_8f986286-6be5-7fda-4809-b0f5bd562444-b0389309 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8f986286-6be5-7fda-4809-b0f5bd56244f-b0389309 {
    grid-column-end: 3;
  }

  #w-node-_55b430a6-fcdd-50cc-dc29-08e683d81336-b0389309 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_55b430a6-fcdd-50cc-dc29-08e683d81341-b0389309 {
    grid-column-end: 3;
  }

  #w-node-_3850b16f-a2a0-2373-1b72-c7e1f76395e3-b0389309 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3850b16f-a2a0-2373-1b72-c7e1f76395ee-b0389309 {
    grid-column-end: 3;
  }

  #w-node-f8995adf-f440-eb1c-b576-c54a6fe6800c-b0389309 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4aa1e293-2ce7-c7b6-5938-b5dfd439db55-b0389309 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_686199a2-7e08-8c35-0bc2-9fc0b2c1f7c2-b0389309 {
    grid-column-end: 2;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77258-b0389309 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a7725d-b0389309 {
    grid-column-end: 2;
  }

  #w-node-_991b9d86-d746-6bac-12b8-a27bc65d39a9-71f7ab8a {
    justify-self: start;
  }

  #w-node-_864b30ac-902a-1bc5-c775-6b8cda770129-71f7ab8a {
    grid-column: span 1 / span 1;
  }

  #w-node-_70edc27a-5d85-b4b7-cc4a-a4055e230b7f-71f7ab8a {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8859-71f7ab8a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8864-71f7ab8a {
    grid-column-end: 3;
  }

  #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b79-71f7ab8a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b84-71f7ab8a {
    grid-column-end: 3;
  }

  #w-node-_8f986286-6be5-7fda-4809-b0f5bd562444-71f7ab8a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8f986286-6be5-7fda-4809-b0f5bd56244f-71f7ab8a {
    grid-column-end: 3;
  }

  #w-node-_55b430a6-fcdd-50cc-dc29-08e683d81336-71f7ab8a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_55b430a6-fcdd-50cc-dc29-08e683d81341-71f7ab8a {
    grid-column-end: 3;
  }

  #w-node-_3850b16f-a2a0-2373-1b72-c7e1f76395e3-71f7ab8a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3850b16f-a2a0-2373-1b72-c7e1f76395ee-71f7ab8a {
    grid-column-end: 3;
  }

  #w-node-f8995adf-f440-eb1c-b576-c54a6fe6800c-71f7ab8a {
    grid-column: span 1 / span 1;
  }

  #w-node-_4aa1e293-2ce7-c7b6-5938-b5dfd439db55-71f7ab8a {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_686199a2-7e08-8c35-0bc2-9fc0b2c1f7c2-71f7ab8a {
    grid-column-end: 2;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77258-71f7ab8a {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a7725d-71f7ab8a {
    grid-column-end: 2;
  }

  #w-node-bf268399-4001-455f-2109-2c2bf6a721e7-346439f7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7ccce7ec-88ce-6aba-e5aa-d09c7b6c987b-346439f7 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_2b7c1bd8-fa21-aec1-85fb-d93364305335-346439f7 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-346439f7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-346439f7, #w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-346439f7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8c70667e-4d4d-f9ed-b4d0-11f34399cc57-346439f7 {
    grid-column: 1 / 3;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-346439f7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6e-346439f7, #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c71-346439f7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861202-346439f7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861205-346439f7, #w-node-_5e265911-3e42-184e-49b8-29b67b861208-346439f7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d15422da-e94e-a208-9f30-9461a834d48a-cd55a17e {
    align-self: end;
  }

  #w-node-bf268399-4001-455f-2109-2c2bf6a721e7-43985d82 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7ccce7ec-88ce-6aba-e5aa-d09c7b6c987b-43985d82 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_2b7c1bd8-fa21-aec1-85fb-d93364305335-43985d82 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-43985d82 {
    grid-column: span 1 / span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-43985d82, #w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-43985d82 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_78a1d039-ea28-560c-3ccf-bc545198c698-43985d82 {
    grid-column-end: 2;
  }

  #w-node-_78a1d039-ea28-560c-3ccf-bc545198c699-43985d82 {
    grid-column: 1 / 2;
  }

  #w-node-_78a1d039-ea28-560c-3ccf-bc545198c6a3-43985d82 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_8c70667e-4d4d-f9ed-b4d0-11f34399cc57-43985d82 {
    grid-column: 1 / 3;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-43985d82 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6e-43985d82, #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c71-43985d82 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c82-43985d82 {
    grid-column-end: 2;
  }

  #w-node-dd666792-2b8b-813e-6194-48edbcd3bb63-43985d82 {
    grid-column: 1 / 2;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c8a-43985d82 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861202-43985d82 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861205-43985d82, #w-node-_5e265911-3e42-184e-49b8-29b67b861208-43985d82 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861219-43985d82 {
    grid-column-end: 2;
  }

  #w-node-_38bc6e90-99a5-7e40-f8b2-9cc2c6ea94de-43985d82 {
    grid-column: 1 / 2;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861221-43985d82 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-bf268399-4001-455f-2109-2c2bf6a721e7-fcd0c24c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7ccce7ec-88ce-6aba-e5aa-d09c7b6c987b-fcd0c24c {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_2b7c1bd8-fa21-aec1-85fb-d93364305335-fcd0c24c {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-fcd0c24c {
    grid-column: span 1 / span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-fcd0c24c, #w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-fcd0c24c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8c70667e-4d4d-f9ed-b4d0-11f34399cc57-fcd0c24c {
    grid-column: 1 / 3;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-fcd0c24c {
    grid-column: span 1 / span 1;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6e-fcd0c24c, #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c71-fcd0c24c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861202-fcd0c24c {
    grid-column: span 1 / span 1;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861205-fcd0c24c, #w-node-_5e265911-3e42-184e-49b8-29b67b861208-fcd0c24c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bf268399-4001-455f-2109-2c2bf6a721e7-5d3e7902 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7ccce7ec-88ce-6aba-e5aa-d09c7b6c987b-5d3e7902 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_2b7c1bd8-fa21-aec1-85fb-d93364305335-5d3e7902 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-5d3e7902 {
    grid-column: span 1 / span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-5d3e7902, #w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-5d3e7902 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8c70667e-4d4d-f9ed-b4d0-11f34399cc57-5d3e7902 {
    grid-column: 1 / 3;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6b-5d3e7902 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c6e-5d3e7902, #w-node-_7cd5cb55-b5cf-7f44-a1d7-8d3e464a1c71-5d3e7902 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861202-5d3e7902 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5e265911-3e42-184e-49b8-29b67b861205-5d3e7902, #w-node-_5e265911-3e42-184e-49b8-29b67b861208-5d3e7902 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-43d4de23 {
    grid-column: span 1 / span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-43d4de23, #w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-43d4de23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-a263c067 {
    grid-column: span 1 / span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-a263c067, #w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-a263c067 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-8c994cad, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-8c994cad {
    grid-column-end: 2;
  }

  #w-node-_891ad4e4-a18a-584a-de93-66e746d5fd6a-8c994cad {
    grid-column: span 1 / span 1;
  }

  #w-node-_891ad4e4-a18a-584a-de93-66e746d5fd73-8c994cad {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-d34ae88f-7010-0ebb-f95d-d92ce018f367-47696d78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-47696d78 {
    grid-column: span 1 / span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-47696d78, #w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-47696d78, #w-node-d34ae88f-7010-0ebb-f95d-d92ce018f367-d4c1b9c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-d4c1b9c1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-d4c1b9c1, #w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-d4c1b9c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dd002ff0-1786-f7aa-b0cb-21b79ffd8f18-807a37bf, #w-node-_991b9d86-d746-6bac-12b8-a27bc65d39a9-807a37bf {
    justify-self: center;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8856-807a37bf, #w-node-a2f09074-2040-5038-c74e-4369d77c8859-807a37bf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8864-807a37bf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_415cfaab-39af-8e02-06fa-fa15872cafb4-807a37bf, #w-node-_415cfaab-39af-8e02-06fa-fa15872cafb7-807a37bf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_415cfaab-39af-8e02-06fa-fa15872cafc4-807a37bf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e19f3af7-0630-169d-ede8-1f23b7727bc4-807a37bf, #w-node-e19f3af7-0630-169d-ede8-1f23b7727bc7-807a37bf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e19f3af7-0630-169d-ede8-1f23b7727bd4-807a37bf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8a2248a7-2b1a-461a-a43d-72a5968a2bd8-968a2bd5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-c3e4a622-32f8-f922-a5f9-7c9122fd7a0c-8c7a37c5 {
    place-self: center stretch;
  }

  #w-node-_231f18f0-034c-bf91-9e26-aa98c5f5105a-8c7a37c5 {
    place-self: center;
  }

  #w-node-_6dc7b8bf-dfd3-4025-fcd6-f726c2f032cb-8c7a37c5 {
    justify-self: center;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-8c7a37c5, #w-node-_7128c589-0b6c-1e7b-cd0c-f6e6a998bc46-8c7a37c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc99e-8c7a37c5 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0b0965f9-12de-b664-5036-c1741e1de7ed-047a37c7, #w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-047a37c7 {
    grid-column-end: 2;
  }

  #w-node-_16ee6cac-97cc-c25f-3bd3-f27e8d74ef9a-047a37c7 {
    grid-column-end: 3;
  }

  #w-node-_3dfaf5a9-9073-e446-da8c-ae54ca5466f3-047a37c7 {
    grid-column: span 3 / span 3;
  }

  #w-node-ad3b4215-b22c-3535-ddd7-d56c33b83e53-047a37c7, #w-node-dffaa0c6-1d6f-fd8a-0160-62334d2f8582-047a37c7 {
    grid-column: span 1 / span 1;
  }

  #w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-287a37c8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8a8ab005-0267-4aac-1756-46a4087a0991-287a37c8 {
    order: -9999;
    grid-row: 1 / 2;
  }

  #w-node-_14f39dd7-b780-5ba0-f8c3-6e423c9ecdee-287a37c8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027112-287a37c8 {
    grid-column-end: 2;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-287a37c8, #w-node-de232761-f644-f9f0-bd3b-00bfbb027120-287a37c8, #w-node-de232761-f644-f9f0-bd3b-00bfbb02713b-287a37c8 {
    justify-self: stretch;
  }

  #w-node-_6a710c8c-00bc-3097-3a96-dedad61552fb-287a37c8 {
    justify-self: start;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a407-1d7a37c9 {
    grid-column-end: 3;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a408-1d7a37c9 {
    grid-column: span 3 / span 3;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a409-1d7a37c9, #w-node-b3205229-c2c3-f431-bb7a-14128002a416-1d7a37c9, #w-node-_4d2d02a8-4623-d7a4-1a99-4764d5bdf25a-b57a37ca {
    grid-column: span 1 / span 1;
  }

  #w-node-_4d2d02a8-4623-d7a4-1a99-4764d5bdf25a-e17a37cb {
    grid-column: span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-387a37cc, #w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-387a37cc {
    grid-column: span 2 / span 2;
  }

  #w-node-f68f6a28-e129-6b94-46f2-4058b39ff83c-ba7a37ce, #w-node-_05feffb7-128e-e30f-38d4-0e5d778328fb-ba7a37ce {
    order: 9999;
  }

  #w-node-_66927e21-ee65-d8e1-cc31-2e0bbfb2a5cd-b0389309 {
    grid-column: span 4 / span 4;
  }

  #w-node-_3e8f31ed-6771-e859-636c-b476dcab981b-b0389309 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0f453a3e-66f8-fb3d-0e56-c1cfd80a8551-b0389309 {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8856-b0389309, #w-node-a2f09074-2040-5038-c74e-4369d77c8859-b0389309 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8864-b0389309 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b76-b0389309, #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b79-b0389309 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b84-b0389309 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8f986286-6be5-7fda-4809-b0f5bd562441-b0389309, #w-node-_8f986286-6be5-7fda-4809-b0f5bd562444-b0389309 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8f986286-6be5-7fda-4809-b0f5bd56244f-b0389309 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_55b430a6-fcdd-50cc-dc29-08e683d81333-b0389309, #w-node-_55b430a6-fcdd-50cc-dc29-08e683d81336-b0389309 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_55b430a6-fcdd-50cc-dc29-08e683d81341-b0389309 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3850b16f-a2a0-2373-1b72-c7e1f76395e0-b0389309, #w-node-_3850b16f-a2a0-2373-1b72-c7e1f76395e3-b0389309 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3850b16f-a2a0-2373-1b72-c7e1f76395ee-b0389309 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77251-b0389309 {
    grid-column-end: 2;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a7725d-b0389309, #w-node-_1aa5acca-7f49-679e-50b8-388c32a7725f-b0389309, #w-node-_1aa5acca-7f49-679e-50b8-388c32a7727a-b0389309 {
    justify-self: stretch;
  }

  #w-node-_991b9d86-d746-6bac-12b8-a27bc65d39a9-71f7ab8a {
    justify-self: center;
  }

  #w-node-_66927e21-ee65-d8e1-cc31-2e0bbfb2a5cd-71f7ab8a {
    grid-column: span 4 / span 4;
  }

  #w-node-_3e8f31ed-6771-e859-636c-b476dcab981b-71f7ab8a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0f453a3e-66f8-fb3d-0e56-c1cfd80a8551-71f7ab8a {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8856-71f7ab8a, #w-node-a2f09074-2040-5038-c74e-4369d77c8859-71f7ab8a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8864-71f7ab8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b76-71f7ab8a, #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b79-71f7ab8a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b84-71f7ab8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8f986286-6be5-7fda-4809-b0f5bd562441-71f7ab8a, #w-node-_8f986286-6be5-7fda-4809-b0f5bd562444-71f7ab8a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8f986286-6be5-7fda-4809-b0f5bd56244f-71f7ab8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_55b430a6-fcdd-50cc-dc29-08e683d81333-71f7ab8a, #w-node-_55b430a6-fcdd-50cc-dc29-08e683d81336-71f7ab8a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_55b430a6-fcdd-50cc-dc29-08e683d81341-71f7ab8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3850b16f-a2a0-2373-1b72-c7e1f76395e0-71f7ab8a, #w-node-_3850b16f-a2a0-2373-1b72-c7e1f76395e3-71f7ab8a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3850b16f-a2a0-2373-1b72-c7e1f76395ee-71f7ab8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77251-71f7ab8a {
    grid-column-end: 2;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a7725d-71f7ab8a, #w-node-_1aa5acca-7f49-679e-50b8-388c32a7725f-71f7ab8a, #w-node-_1aa5acca-7f49-679e-50b8-388c32a7727a-71f7ab8a {
    justify-self: stretch;
  }

  #w-node-_5b844d66-9c40-8bc5-e920-44f42fcdec8c-346439f7 {
    grid-column: span 4 / span 4;
  }

  #w-node-_5b844d66-9c40-8bc5-e920-44f42fcdec93-346439f7 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_5b844d66-9c40-8bc5-e920-44f42fcdec97-346439f7 {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-_4d2d02a8-4623-d7a4-1a99-4764d5bdf25a-cd55a17e {
    grid-column: span 1 / span 1;
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Regular.woff2') format('woff2'), url('../fonts/EudoxusSans-Regular.woff') format('woff'), url('../fonts/EudoxusSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraLight.woff2') format('woff2'), url('../fonts/EudoxusSans-ExtraLight.woff') format('woff'), url('../fonts/EudoxusSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraBold.woff2') format('woff2'), url('../fonts/EudoxusSans-ExtraBold.woff') format('woff'), url('../fonts/EudoxusSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Bold.woff2') format('woff2'), url('../fonts/EudoxusSans-Bold.woff') format('woff'), url('../fonts/EudoxusSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Light.woff2') format('woff2'), url('../fonts/EudoxusSans-Light.woff') format('woff'), url('../fonts/EudoxusSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Medium.woff2') format('woff2'), url('../fonts/EudoxusSans-Medium.woff') format('woff'), url('../fonts/EudoxusSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rex';
  src: url('../fonts/Rex-Light.woff2') format('woff2'), url('../fonts/Rex-Light.eot') format('embedded-opentype'), url('../fonts/Rex-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rex';
  src: url('../fonts/Rex-BoldInline.woff2') format('woff2'), url('../fonts/Rex-Bold.woff2') format('woff2'), url('../fonts/Rex-Bold.eot') format('embedded-opentype'), url('../fonts/Rex-BoldInline.eot') format('embedded-opentype'), url('../fonts/Rex-Bold.woff') format('woff'), url('../fonts/Rex-BoldInline.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arkhip';
  src: url('../fonts/Arkhip-Regular.woff2') format('woff2'), url('../fonts/Arkhip-Regular.eot') format('embedded-opentype'), url('../fonts/Arkhip-Regular.woff') format('woff'), url('../fonts/Arkhip-Regular.ttf') format('truetype'), url('../fonts/Arkhip-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}