:root {
  --headers: #f3f6f3;
  --paragraphs: #244030cc;
  --accent-borders: #729b58;
  --additional-accent: var(--headers);
  --kant1: #0c5d2b;
  --background: #0c5d2b;
  --kant2: #f7a511;
  --white: var(--headers);
  --background2: white;
  --kant3: #dc0a1f;
  --black: black;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--headers);
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 170%;
}

h1 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Titillium Web, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Titillium Web, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

h3 {
  margin-top: 0;
  margin-bottom: 23px;
  font-family: Titillium Web, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 105%;
}

h4 {
  margin-top: 0;
  margin-bottom: 21px;
  font-family: Titillium Web, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 110%;
}

h5 {
  margin-top: 0;
  margin-bottom: 19px;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
}

h6 {
  margin-top: 0;
  margin-bottom: 17px;
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
}

p {
  color: var(--paragraphs);
  margin-bottom: 25px;
}

a {
  color: var(--accent-borders);
  font-weight: 600;
  text-decoration: underline;
}

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

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

label {
  text-align: left;
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: 5px solid var(--additional-accent);
  color: var(--additional-accent);
  margin-bottom: 28px;
  padding: 10px 20px;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 22px;
}

figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.navbar {
  background-color: var(--headers);
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 28px;
  left: 28px;
  right: 28px;
  box-shadow: 5px 7px 14px 3px #10221633;
}

.nav-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.logo {
  height: 50px;
}

.nav-link {
  color: var(--kant1);
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 27px 20px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 130%;
  transition: color .2s;
  display: flex;
}

.nav-link:hover, .nav-link:active {
  color: var(--kant2);
}

.nav-link.w--current {
  color: var(--kant2);
  text-decoration: underline;
}

.nav-link.w--current:lang(en) {
  font-style: normal;
  text-decoration: none;
}

.nav-link.top {
  color: var(--paragraphs);
}

.nav-link.hidden {
  display: none;
}

.brand {
  justify-content: center;
  align-items: center;
  margin-left: 18px;
  margin-right: 18px;
  padding: 10px 0;
  display: flex;
}

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

.nav-button {
  border: 3px solid var(--background);
  background-color: var(--background);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 13px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  margin-left: 18px;
  margin-right: 18px;
  padding: 12px 27px;
  font-size: 13px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
  transition: border-color .2s, background-color .2s, color .2s;
  display: flex;
}

.nav-button:hover {
  border: 3px solid var(--kant2);
  background-color: var(--kant2);
  color: var(--headers);
}

.nav-button.w--current {
  border-color: var(--kant2);
  background-color: var(--kant2);
  color: var(--additional-accent);
}

.section-hero {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.block-hero {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 70px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  bottom: -68px;
}

.block-hero.left {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.hero {
  clear: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.heading-hero {
  direction: ltr;
  color: var(--headers);
  text-transform: none;
  max-width: 730px;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Titillium Web, sans-serif;
  font-size: 70px;
  line-height: 100%;
}

.text-subtitle {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 730px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
}

.text-subtitle.green {
  color: var(--kant1);
  text-transform: none;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  line-height: 300%;
}

.text-subtitle.green.centered {
  color: var(--white);
  text-align: center;
  max-width: none;
  position: absolute;
  top: 14px;
}

._2-button-block {
  justify-content: flex-start;
  align-items: stretch;
  max-width: 450px;
  display: flex;
}

.primary-button {
  z-index: 1;
  clear: none;
  border: 3px solid var(--white);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  font-size: 100%;
  font-weight: 800;
  line-height: 100%;
  transition: background-color .2s, color .2s;
  display: block;
  position: static;
  top: -68px;
}

.primary-button:hover {
  background-color: var(--additional-accent);
  color: var(--kant1);
}

.primary-button.full-width {
  width: 100%;
}

.tertiary-button {
  border: 3px solid var(--additional-accent);
  background-color: var(--additional-accent);
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 15px 30px;
  font-weight: 800;
  line-height: 100%;
  transition: border-color .2s, color .2s, background-color .2s;
  display: flex;
}

.tertiary-button:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--headers);
}

.hero-bottom-feature {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.hero-column-grid {
  grid-template-rows: auto;
  width: 100%;
  max-width: 1200px;
  height: 100%;
}

.featured-block {
  width: 100%;
  height: 150px;
  display: flex;
}

.featured-project-name {
  color: var(--white);
  letter-spacing: 2px;
  font-family: Titillium Web, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

.featured-project-info {
  color: var(--white);
  padding-top: 7px;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.scroll-indicator {
  background-color: #fff3;
  width: 2px;
  height: 80%;
  overflow: hidden;
}

.indicator-fill {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.featured-project-column {
  background-color: var(--background);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.featured-project-video {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/featured_thumbnail.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
  position: relative;
}

.featured-project-content {
  background-color: var(--headers);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.rotated-text {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Titillium Web, sans-serif;
  font-weight: 400;
  transform: rotate(-90deg);
}

.video-icon-wrapper {
  background-color: #ffffff52;
  border: 1px solid #fff6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: transform .2s, background-color .2s, border-color .2s;
  display: flex;
}

.video-icon-wrapper:hover {
  border-width: 2px;
  border-color: var(--additional-accent);
  background-color: #fdc23e33;
  transform: scale(.9);
}

.video-icon-wrapper.process {
  display: flex;
  position: relative;
}

.video-icon {
  align-self: center;
}

.section {
  aspect-ratio: auto;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 100px auto 20px;
  padding: 10px 50px 20px;
  display: flex;
  position: static;
  overflow: auto;
}

.section.cta {
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  height: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 40px;
  overflow: visible;
}

.section.cta:hover, .section.cta:focus {
  color: var(--kant1);
}

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

.section.bg-color {
  background-color: var(--headers);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.section.contact {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
  position: static;
}

.section.hidden {
  display: none;
}

.content {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.content.blog {
  max-width: 750px;
}

.service-card {
  border: 1px none var(--kant1);
  color: var(--headers);
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 15% 10%;
  display: flex;
  box-shadow: 4px 4px 10px 3px #24403014;
}

.services {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

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

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

.service-icon {
  opacity: .3;
  width: 80px;
  height: 80px;
  margin-bottom: 25px;
}

.service-icon.large {
  width: 200px;
  height: 200px;
  margin-right: 40px;
}

.block-image {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  min-height: 380px;
  position: relative;
  overflow: hidden;
}

.block-image.project {
  z-index: 0;
  min-height: 0;
  position: absolute;
  inset: 0%;
}

.text-accent {
  color: var(--kant2);
}

.image {
  z-index: 5;
  aspect-ratio: 1;
  cursor: auto;
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.achievement-block {
  background-color: var(--headers);
  border-radius: 20px;
  flex-direction: row;
  width: 100%;
  display: flex;
}

.achievement-text {
  background-color: var(--background);
  border-radius: 20px 0 0 20px;
  padding: 50px 15%;
}

.achievement {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.achievement-number {
  color: var(--additional-accent);
  text-align: center;
  font-family: Titillium Web, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}

.achievement-title {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 20px;
  font-family: Titillium Web, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

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

.projects-sticky-card {
  z-index: 30;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--accent-borders);
  background-color: var(--white);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 5%;
  padding: 50px;
  display: grid;
  position: sticky;
  top: 140px;
}

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

.project-content {
  z-index: 2;
  flex-direction: column;
  display: flex;
  position: relative;
}

.grid-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  padding: 10% 14%;
}

.process-block {
  background-image: url('../images/charles_vision.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: block;
}

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

.project-image {
  border-radius: 20px;
  min-height: 370px;
  position: relative;
  overflow: hidden;
}

.project-image.top {
  top: -20px;
}

.video-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: visible;
}

.video-loop-stroke {
  border: 2px dashed #fdc23e4d;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
  position: absolute;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  margin-bottom: 100px;
}

.testimonial-slider-grid {
  border: 1px solid var(--accent-borders);
  background-color: var(--white);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  padding: 30px;
}

.slider-content-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 8%;
  display: flex;
}

.testimonial-image {
  object-position: 50% 50%;
  justify-content: flex-end;
  height: 300px;
  display: flex;
}

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

.testimonial-quote {
  border-left-style: none;
  border-left-color: var(--accent-borders);
  color: var(--paragraphs);
  padding-left: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 140%;
}

.author-name {
  color: var(--headers);
}

.author-job-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 300;
}

.image-cover {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.left-arrow {
  border: 1px solid #2440304d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  transition: transform .2s, background-color .2s;
  display: flex;
  inset: auto 70px -90px 0%;
}

.left-arrow:hover {
  background-color: var(--additional-accent);
  transform: scale(.9);
}

.right-arrow {
  border: 1px solid #2440304d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  transition: transform .2s, background-color .2s;
  display: flex;
  inset: auto -70px -90px 0%;
}

.right-arrow:hover {
  background-color: var(--additional-accent);
  transform: scale(.9);
}

.arrow.right {
  transform: rotate(180deg);
}

.slide-nav {
  display: none;
}

.slide-detail-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.slide-number {
  color: var(--headers);
  letter-spacing: 4px;
  font-size: 23px;
  font-weight: 700;
}

.number-accent {
  color: var(--additional-accent);
}

.footer-section {
  background-color: var(--white);
  border-top: 1px solid #91b67a40;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.cta-block {
  background-color: var(--kant1);
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: auto;
}

.cta-text {
  aspect-ratio: auto;
  background-color: var(--background);
  object-fit: scale-down;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: none;
  padding: 3% 5%;
  display: flex;
}

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

.footer-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .75fr 1fr;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}

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

.footer-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 18px;
  padding-bottom: 11px;
  font-weight: 800;
}

.footer-link {
  color: #244030b3;
  font-size: 14px;
  font-weight: 500;
  line-height: 200%;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: var(--additional-accent);
}

.detail-footer-grid {
  border-top: 1px solid #2440304d;
  grid-template-rows: auto;
}

.detail-footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-detail-footer {
  color: #244030b3;
  font-size: 12px;
}

.link-detail-footer {
  font-weight: 700;
}

.image-animation-trigger {
  z-index: 15;
  background-color: var(--headers);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 180%;
  display: none;
  position: absolute;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.detail-link {
  color: var(--headers);
  font-weight: 700;
  text-decoration: none;
}

.page-links {
  color: #244030b3;
  text-decoration: none;
}

.shape {
  z-index: 0;
  opacity: .15;
  width: 40vw;
  height: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.shape._01 {
  width: 35vw;
  inset: 0% auto auto 0%;
}

.shape._02 {
  width: 35vw;
  inset: auto 0% -50% auto;
}

.shape._03 {
  width: 35vw;
  inset: auto 0% 0% auto;
}

.shape._04 {
  inset: 0% auto auto 0%;
}

.shape._05 {
  width: 30vw;
}

.shape._06 {
  width: 40vw;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.shape._07 {
  width: 30vw;
  inset: 0% 0% auto auto;
}

.page-content {
  width: 100%;
  min-height: 100vh;
}

.sg-content {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 240px;
  display: flex;
}

._4-column-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
  width: 100%;
}

.form-success {
  border: 1px solid var(--accent-borders);
  color: #444;
  background-color: #729b5833;
  border-radius: 10px;
  padding: 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.text-box {
  border-radius: 10px;
  max-width: 750px;
}

.text-box._400px {
  max-width: 400px;
  min-height: 64px;
}

.text-box._400px.visible {
  background-color: #91b67a33;
}

.text-box._500px {
  max-width: 500px;
  min-height: 64px;
}

.text-box._500px.visible {
  background-color: #91b67a33;
}

.text-box._600px {
  max-width: 600px;
  min-height: 64px;
}

.text-box._600px.visible {
  background-color: #91b67a33;
}

.text-box._700px {
  max-width: 700px;
  min-height: 64px;
}

.text-box._700px.visible {
  background-color: #91b67a33;
}

.text-box._800px {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  min-height: auto;
  display: flex;
}

.text-box._800px.visible {
  background-color: #91b67a33;
}

.text-box.changelog {
  border: 1px solid var(--accent-borders);
  background-color: var(--white);
  border-radius: 20px;
  width: 100%;
  max-width: none;
  margin-bottom: 50px;
  padding: 30px;
}

.radio-button {
  border-color: var(--accent-borders);
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--additional-accent);
}

.sg-menu-link {
  color: #ffffffa6;
  border-left: 4px solid #0000;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
  transition: background-color .2s, color .2s;
}

.sg-menu-link:hover {
  color: #fff;
}

.sg-menu-link.w--current {
  color: #111314;
  background-color: #fff;
  padding-right: 0;
  font-weight: 600;
}

.sg-menu-link.w--current:hover {
  background-color: #fff;
}

.check-box {
  border-color: var(--accent-borders);
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.check-box.w--redirected-checked {
  border-color: var(--additional-accent);
  background-color: var(--additional-accent);
  background-position: 50%;
  background-size: 16px;
}

.form-checkbox {
  margin-bottom: 16px;
  padding-left: 24px;
}

.form-error {
  color: #444;
  background-color: #ecd4d4;
  border-radius: 6px;
  padding: 16px;
}

.sg-section {
  z-index: 0;
  background-color: var(--white);
  text-align: left;
  padding: 60px 80px 60px 60px;
  position: relative;
}

.sg-section.header {
  border-bottom: 1px solid var(--accent-borders);
  background-color: var(--white);
}

.icon {
  background-color: var(--headers);
  color: var(--background2);
  width: 55px;
  height: 55px;
  font-size: 24px;
}

._2-1-column-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.sg-menu-brand {
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 30px;
  padding-left: 0;
}

._3-column-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.ds-colour-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: grid;
}

.ds-icon {
  margin-bottom: 4px;
  margin-right: 24px;
  display: inline-block;
}

.color-block {
  border: 1px solid var(--accent-borders);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.color-block.additional-accent {
  background-color: var(--additional-accent);
}

.color-block.paragraphs {
  background-color: #244030cc;
}

.color-block.background-headers {
  background-color: var(--headers);
}

.color-block.background {
  background-color: var(--background);
}

.color-block.accent-borders {
  background-color: var(--accent-borders);
}

.sg-description {
  color: var(--paragraphs);
  max-width: 400px;
}

.ds-module {
  background-color: #91b67a33;
  flex-direction: column;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  position: relative;
}

.sg-nav {
  border-right: 1px solid #ced5db;
  width: 240px;
  height: 0;
  position: fixed;
  inset: 0% auto 0 0;
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 24px;
}

.text-color {
  color: var(--headers);
}

.text-color.white {
  color: #fff;
}

.visible-spacer {
  background-color: #91b67a33;
  border-radius: 10px;
  display: inline-block;
}

.form-dropdown {
  border: 1px solid var(--accent-borders);
  color: #2440304d;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  padding: 8px 16px;
  font-size: 15px;
  transition: color .2s;
  position: relative;
}

.form-dropdown:hover {
  color: var(--paragraphs);
}

.form-dropdown:focus {
  border-color: var(--additional-accent);
  color: var(--paragraphs);
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.field-block {
  z-index: 1;
  border: 1px solid #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 50px;
  min-height: 20px;
  margin-bottom: 8px;
  display: flex;
}

._1-2-column-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.rich-text {
  text-align: left;
  margin-bottom: 30px;
}

.spacer {
  height: 48px;
}

.spacer._80 {
  background-color: #0000;
  width: 80px;
  height: 80px;
}

.spacer._16 {
  background-color: #0000;
  width: 16px;
  height: 16px;
}

.spacer._48 {
  background-color: #0000;
  width: 48px;
}

.spacer._64 {
  background-color: #0000;
  width: 64px;
  height: 64px;
}

.spacer._96 {
  background-color: #0000;
  width: 96px;
  height: 96px;
}

.spacer._32 {
  background-color: #0000;
  border-radius: 6px;
  width: 32px;
  height: 32px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.spacer._128 {
  background-color: #0000;
  width: 128px;
  height: 128px;
}

.ds-icon-grid {
  margin-top: 24px;
}

.text-input {
  border: 1px solid var(--accent-borders);
  color: var(--paragraphs);
  background-color: #fff;
  border-radius: 10px;
  padding: 24px 16px;
  font-size: 15px;
  line-height: 1.4px;
  box-shadow: 0 0 10px #00000003;
}

.text-input:focus {
  border-color: var(--additional-accent);
}

.text-input::placeholder {
  color: #2440304d;
}

.text-input.form {
  min-height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.4em;
}

._2-column-grid {
  grid-column-gap: 48px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  align-items: center;
  width: 100%;
  position: relative;
}

._2-column-grid._2-rows {
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
}

.sg-nav-container {
  background-color: var(--headers);
  border-right: 1px solid #fff;
  width: 240px;
  height: 100vh;
}

.sg-title {
  color: var(--headers);
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.4em;
}

.sg-body {
  background-color: #fff;
}

.sg-block {
  margin-bottom: 32px;
}

.ds-section-header {
  margin-bottom: 50px;
}

.paragraph {
  max-width: 470px;
  margin-bottom: 36px;
  padding-bottom: 20px;
  font-weight: 400;
}

.paragraph.small {
  opacity: .75;
  font-size: 13px;
  line-height: 170%;
}

.paragraph.large {
  max-width: 500px;
  font-size: 17px;
}

.paragraph.large.centered {
  text-align: center;
  width: 75%;
  max-width: 600px;
  padding-bottom: 10px;
}

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

.paragraph.no-max-width {
  max-width: none;
}

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

.paragraph.white {
  color: var(--white);
  margin-bottom: 0;
  padding-bottom: 10px;
}

.sg-label {
  color: var(--headers);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 32px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2em;
}

.heading {
  color: var(--kant2);
}

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

.heading.h5.white {
  color: var(--white);
}

.heading.h6 {
  text-transform: none;
  font-size: 20px;
  font-weight: 700;
}

.heading.h2 {
  aspect-ratio: auto;
  color: var(--kant2);
  max-width: none;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 40px;
  padding-right: 10px;
  font-size: 42px;
  font-weight: 400;
}

.heading.h2.white {
  float: none;
  clear: none;
  color: var(--white);
  text-align: justify;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  object-fit: cover;
  justify-content: flex-start;
  align-items: stretch;
  max-width: none;
  display: block;
  position: static;
  overflow: visible;
}

.heading.h2.centered {
  text-align: center;
}

.heading.h2.cta {
  clear: none;
  color: var(--white);
  text-align: center;
  object-fit: scale-down;
  margin: auto;
  font-size: 200%;
  font-weight: 600;
  line-height: 150%;
  position: static;
  inset: 0% 0% auto;
  overflow: auto;
}

.heading.h3 {
  font-size: 36px;
}

.heading.h3.titilium-web {
  text-transform: none;
  margin-bottom: 0;
  font-weight: 400;
}

.heading.h3.raleway {
  text-transform: none;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.heading.h4 {
  font-size: 30px;
}

.heading.h1 {
  color: var(--headers);
  font-size: 58px;
}

.heading.h1.centered {
  color: var(--kant1);
  text-align: center;
  padding-top: 0;
  padding-bottom: 10px;
}

.heading.h1.white {
  color: var(--white);
}

.sg-menu {
  width: 100%;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.color-button-block {
  background-color: var(--headers);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 5%;
  display: flex;
}

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

.secundary-button {
  clear: none;
  border: 3px solid var(--background);
  background-color: var(--white);
  color: var(--background);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 210px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  font-weight: 800;
  line-height: 100%;
  transition: background-color .2s, color .2s;
  display: flex;
  position: static;
}

.secundary-button:hover {
  background-color: var(--background);
  color: var(--white);
}

.secundary-button.full-width {
  width: 100%;
}

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

.field-label {
  color: var(--kant1);
}

.success-text {
  color: var(--paragraphs);
}

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

.service-arrow {
  width: 15px;
  height: 15px;
}

.read-text-block {
  align-items: center;
  display: flex;
}

.read-text {
  padding-right: 5px;
}

.hero-images {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 50px;
}

.hero-image {
  border-radius: 20px;
}

.hero-image.bottom {
  position: relative;
  top: 80px;
}

.stats {
  color: var(--kant1);
  font-family: Titillium Web, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

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

.value-card {
  border: 1px solid var(--accent-borders);
  color: var(--headers);
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 10%;
  text-decoration: none;
  display: flex;
  box-shadow: 4px 4px 10px 3px #24403014;
}

.block-check {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.check {
  background-color: var(--additional-accent);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 15px;
  display: flex;
}

.icon-check {
  width: 25px;
  height: 25px;
  padding: 3px;
}

.text-check {
  margin-bottom: 0;
  font-weight: 700;
}

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

.service {
  border: 1px solid var(--accent-borders);
  border-radius: 20px;
}

.service-block-image {
  object-fit: cover;
  overflow: hidden;
}

.service-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px 20px 0 0;
  min-height: 400px;
}

.service-box {
  padding: 5% 10%;
}

.service-heading-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service-featured-image {
  border-radius: 20px;
}

.empty-state {
  border: 1px solid var(--accent-borders);
  text-align: center;
  background-color: #729b5833;
  border-radius: 10px;
  width: 50%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.side-bar-box {
  border: 1px solid var(--accent-borders);
  background-color: var(--white);
  border-radius: 20px;
  margin-bottom: 30px;
}

.side-bar-header {
  background-color: #729b5833;
  border-radius: 20px 20px 0 0;
}

.free-quote-block {
  background-color: var(--background);
  border-radius: 20px;
  padding: 40px 30px;
}

.side-bar-title {
  padding: 20px 30px;
  font-family: Titillium Web, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.service-categorie-link {
  width: 100%;
  padding: 20px 15px 20px 30px;
  text-decoration: none;
  transition: background-color .2s;
}

.service-categorie-link:hover {
  background-color: #729b584d;
}

.service-link {
  color: var(--headers);
  font-size: 15px;
  font-weight: 600;
}

.checks-box {
  padding: 20px 30px;
}

.project-box {
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 5% 7%;
  position: relative;
}

.gradient-overlay {
  z-index: 1;
  background-image: linear-gradient(-260deg, #000c, #0000);
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.block-home-hero {
  background-color: var(--white);
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-clip: border-box;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.project-details {
  z-index: 1;
  background-color: var(--background);
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 88%;
  max-width: 970px;
  margin-bottom: -80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  inset: auto 0 0%;
  overflow: hidden;
  box-shadow: 0 12px 36px #0000004d;
}

.project-image-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.project-details-block {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-right: -1px;
  padding: 15px 4%;
  display: flex;
  box-shadow: 1px 0 #ffffff1f;
}

.project-detail-heading {
  color: var(--accent-borders);
  text-transform: uppercase;
  padding-bottom: 5px;
  font-family: Titillium Web, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.project-detail-text {
  color: var(--white);
  font-size: 16px;
}

.project-featured-image {
  object-fit: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 20px;
  width: 100%;
  height: 160%;
}

.section-full {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 70vh;
  min-height: 500px;
  display: flex;
  position: relative;
}

.content-full {
  z-index: 2;
  width: 100%;
  padding-top: 120px;
  position: relative;
}

.project-image-overlay {
  background-image: linear-gradient(#00000080, #00000080);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: absolute;
  inset: 0%;
}

.project-heading-block {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.contact-info-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  display: grid;
}

.contact-info {
  border: 1px solid var(--accent-borders);
  background-color: var(--background);
  color: var(--headers);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 10% 0;
  text-decoration: none;
  display: flex;
  box-shadow: 4px 4px 10px 3px #24403014;
}

.contact-detail {
  clear: none;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-flow: wrap;
  flex: none;
  order: 0;
  place-content: stretch space-between;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 730px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  transition: color .2s;
  display: flex;
  position: static;
}

.contact-detail:hover {
  color: var(--additional-accent);
}

.faq-box {
  border: 1px solid var(--accent-borders);
  background-color: var(--white);
  border-radius: 20px;
  align-items: flex-start;
  padding: 40px 10%;
  display: flex;
  box-shadow: 4px 4px 10px 3px #24403014;
}

.faq-content {
  flex-direction: column;
  margin-left: 20px;
  display: block;
}

.question-text {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.notification-box {
  background-color: #729b5833;
  border-radius: 20px;
  justify-content: flex-start;
  width: 405px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.utility-page-wrap {
  background-image: url('../images/hero_01.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  border: 1px solid var(--accent-borders);
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  width: 350px;
  padding: 50px;
  display: flex;
}

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

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

.image-licensing {
  border: 1px solid var(--accent-borders);
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.icon-licensing-box {
  border: 1px solid var(--accent-borders);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

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

.icon-licensing {
  width: 55px;
  height: 55px;
}

.fonts-block {
  border: 1px solid var(--accent-borders);
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px;
  display: flex;
}

.empty-state-text {
  font-size: 16px;
}

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

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

.stats-text {
  color: var(--accent-borders);
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

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

.list-item {
  background-image: url('../images/kantins_ananas_calibres.png');
  background-position: 0 0;
  list-style-type: disc;
}

.image-2 {
  background-color: var(--background2);
}

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

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

.button {
  background-color: var(--kant1);
  border-radius: 10px;
  position: absolute;
  bottom: -4px;
}

.div-block {
  aspect-ratio: auto;
  flex-wrap: nowrap;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 100%;
  height: 100%;
}

.quick-stack {
  padding-left: 0;
  padding-right: 0;
}

.link-block {
  cursor: pointer;
}

@media screen and (min-width: 1280px) {
  .nav-link {
    color: var(--background);
  }

  .section-hero {
    background-image: linear-gradient(#0000, #0000), url('../images/pineapple-supply.jpg');
    background-position: 0 0, 0 0;
  }

  .hero {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heading-hero {
    float: none;
    clear: none;
    aspect-ratio: auto;
    color: var(--additional-accent);
    width: auto;
    max-width: 732px;
    position: static;
  }

  ._2-button-block {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .primary-button {
    flex-wrap: nowrap;
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section {
    border-top: 1px none var(--headers);
    margin-top: 100px;
  }

  .section.contact {
    margin-top: 0;
    padding-top: 60px;
  }

  .achievement-title {
    color: var(--paragraphs);
  }

  .sg-content {
    margin-left: 280px;
  }

  ._4-column-grid {
    border-top: 1px solid var(--background);
    border-right: 1px solid var(--background);
    border-bottom: 1px solid var(--background);
    border-radius: 20px;
  }

  .sg-nav {
    width: 280px;
  }

  .text-input:focus {
    background-color: var(--additional-accent);
  }

  .sg-nav-container {
    width: 280px;
  }

  .block-home-hero {
    background-image: url('../images/pineapple-supply.jpg');
    background-position: 100% 100%;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    margin-left: 2px;
    margin-right: 2px;
  }

  .nav-block {
    align-items: stretch;
  }

  .nav {
    align-items: stretch;
    overflow: hidden;
  }

  .nav-link {
    background-color: #1b3325;
    transition: background-color .2s;
  }

  .nav-link:hover {
    background-color: #172a1f;
  }

  .nav-link.top {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .nav-menu {
    background-color: #c8c8c800;
    border-radius: 15px;
    box-shadow: 6px 7px 13px 2px #24403033;
  }

  .nav-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .nav-button:hover {
    background-color: var(--white);
    color: var(--headers);
  }

  .block-hero {
    padding-top: 90px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-hero {
    font-size: 60px;
  }

  .text-subtitle {
    text-align: left;
    font-size: 14px;
  }

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

  .text-subtitle.center.process {
    text-align: left;
  }

  .primary-button, .tertiary-button {
    text-align: center;
  }

  .menu-button {
    background-color: var(--white);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    padding: 6px 6px 4px;
    transition: background-color .2s;
    display: flex;
  }

  .menu-button:hover {
    background-color: var(--additional-accent);
  }

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

  .menu-icon {
    color: var(--headers);
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 39px;
    line-height: 100%;
    display: flex;
  }

  .hero-bottom-feature {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-column-grid {
    grid-template-columns: .25fr 1fr;
  }

  .featured-project-video {
    width: 80%;
  }

  .video-icon-wrapper {
    top: 22%;
    left: 27%;
  }

  .video-icon-wrapper.process {
    top: 0%;
    left: 0%;
  }

  .section {
    padding: 70px 30px 0;
  }

  .section.cta {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.contact {
    padding-top: 150px;
  }

  .content {
    overflow: hidden;
  }

  .services {
    grid-template-columns: 1fr 1fr;
    padding-top: 30px;
  }

  .block-image {
    min-height: 370px;
  }

  .achievement-text {
    border-radius: 20px 20px 0 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .achievement-number {
    font-size: 32px;
  }

  .achievement-title {
    font-size: 14px;
  }

  .projects-grid {
    grid-template-columns: 1.5fr;
  }

  .projects-sticky-card {
    width: 100%;
    margin-left: 0%;
    position: static;
  }

  .project-image.top {
    background-image: none;
  }

  .footer-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-block {
    top: 100px;
  }

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

  .shape._01, .shape._02, .shape._04, .shape._05, .shape._06 {
    width: 50vw;
  }

  .sg-content {
    border-left-style: none;
    width: 100%;
    margin-left: 0;
    position: static;
  }

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

  .text-box.changelog {
    margin-bottom: 30px;
  }

  .sg-section.header {
    background-color: var(--headers);
    color: var(--white);
  }

  ._2-1-column-grid {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .sg-menu-brand {
    margin-top: 4px;
    margin-bottom: 0;
    margin-left: 60px;
  }

  .sg-nav {
    z-index: 10;
    background-color: var(--headers);
    border-right-style: none;
    width: 100%;
    height: 80px;
    padding-top: 20px;
    position: static;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  ._1-2-column-grid {
    margin-left: 0;
  }

  ._2-column-grid {
    align-items: center;
  }

  .sg-nav-container {
    background-color: #ffdf8d;
    width: auto;
    height: auto;
  }

  .sg-body {
    background-color: #0000;
  }

  .sg-block {
    margin-bottom: 40px;
  }

  .paragraph.large {
    font-size: 16px;
  }

  .heading.h5 {
    font-size: 22px;
  }

  .heading.h6 {
    font-size: 19px;
  }

  .heading.h2 {
    font-size: 39px;
  }

  .heading.h2.white {
    color: var(--white);
  }

  .heading.h3 {
    font-size: 33px;
  }

  .heading.h4 {
    font-size: 27px;
  }

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

  .sg-menu {
    z-index: 500;
    background-color: #f0f2f3;
    border-bottom: 1px solid #e1e5e7;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
    position: absolute;
    inset: 80px auto auto 0%;
    box-shadow: 0 3px 5px #0000000d;
  }

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

  .hero-images {
    padding-bottom: 50px;
  }

  .values {
    grid-template-columns: 1fr 1fr;
    padding-top: 30px;
  }

  .service-image {
    min-height: 250px;
  }

  .service-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .empty-state {
    width: 100%;
    margin-bottom: 30px;
  }

  .block-home-hero {
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-details {
    margin-bottom: -10px;
    bottom: -18%;
  }

  .project-image-wrapper {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    inset: 0%;
  }

  .section-full {
    justify-content: flex-start;
    height: 65vh;
  }

  .content-full {
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-heading-block {
    padding-top: 70px;
    padding-bottom: 90px;
  }

  .contact-info-block {
    grid-template-columns: 1fr 1fr;
    padding-top: 30px;
  }

  .contact-detail {
    text-align: left;
    font-size: 14px;
  }

  .notification-box {
    margin-bottom: 100px;
  }

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

  .image-licensing {
    height: 200px;
  }

  .icon-licensing {
    width: 50px;
    height: 50px;
  }

  .stats-text {
    font-size: 18px;
  }

  .error-message {
    border-radius: 10px;
  }
}

@media screen and (max-width: 767px) {
  figure {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .block-hero.left {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-hero {
    font-size: 42px;
  }

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

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

  .hero-column-grid {
    grid-column-gap: 0px;
    grid-template-columns: .25fr 1fr;
  }

  .featured-project-video {
    display: flex;
  }

  .featured-project-content {
    padding-left: 20px;
    padding-right: 30px;
  }

  .video-icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .video-icon-wrapper.process {
    width: 80px;
    height: 80px;
  }

  .video-icon {
    width: 30px;
    height: 30px;
  }

  .video-icon.banner {
    width: 40px;
    height: 40px;
  }

  .section {
    padding-top: 50px;
  }

  .section.cta {
    padding-bottom: 50px;
  }

  .service-card:hover {
    transform: none;
  }

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

  .service-icon.large {
    width: 100px;
    height: 100px;
  }

  .projects-sticky-card {
    padding: 30px;
  }

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

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

  .project-image {
    min-height: 300px;
  }

  .video-button {
    margin-top: 10px;
  }

  .testimonial-slider-grid {
    grid-template-columns: 1.5fr;
    margin-top: 50px;
  }

  .testimonial-image {
    height: 380px;
  }

  .testimonial-quote {
    font-size: 23px;
  }

  .cta-block {
    top: 60px;
  }

  .detail-footer {
    padding-bottom: 30px;
  }

  .shape._02 {
    width: 60vw;
    bottom: 20%;
  }

  .shape._04 {
    width: 70vw;
  }

  .shape._06 {
    width: 60vw;
    inset: auto 0% 0% auto;
  }

  .sg-content {
    margin-left: 0;
  }

  .sg-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .icon {
    width: 40px;
    height: 40px;
  }

  ._2-1-column-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .sg-menu-brand {
    margin-left: 30px;
  }

  .sg-menu-brand.w--current {
    margin-top: 14px;
  }

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

  .field-block {
    min-height: auto;
  }

  ._1-2-column-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .spacer {
    height: 32px;
  }

  .spacer._64 {
    height: 48px;
  }

  ._2-column-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  ._2-column-grid.reversed {
    flex-direction: column-reverse;
    display: flex;
  }

  .heading.h2 {
    font-size: 36px;
  }

  .heading.h3 {
    font-size: 30px;
  }

  .heading.h4 {
    font-size: 25px;
  }

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

  .sg-menu {
    background-color: #fff;
  }

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

  .hero-images {
    padding-bottom: 50px;
  }

  .stats {
    font-size: 37px;
  }

  .value-card:hover {
    transform: none;
  }

  .check {
    width: 25px;
    height: 25px;
  }

  .multi-image {
    margin-bottom: 20px;
  }

  .project-box {
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .project-detail-heading {
    font-size: 16px;
  }

  .project-detail-text {
    font-size: 14px;
  }

  .content-full {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-info-block {
    grid-template-columns: 1fr;
  }

  .contact-info:hover {
    transform: none;
  }

  .contact-detail {
    font-size: 12px;
  }

  .notification-box {
    margin-bottom: 60px;
  }

  .utility-page-content {
    padding: 40px;
  }

  .icon-licensing-box {
    padding: 20px;
  }

  .icon-licensing {
    width: 50px;
    height: 50px;
  }

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

  .stats-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    height: 40px;
  }

  .block-hero {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-subtitle.green {
    padding-left: 20px;
  }

  ._2-button-block {
    flex-direction: column;
  }

  .primary-button {
    width: auto;
    margin-top: 10px;
    font-size: 75%;
  }

  .tertiary-button {
    width: auto;
    margin-top: 30px;
    margin-left: 0;
  }

  .menu-icon {
    background-color: var(--kant1);
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero-bottom-feature {
    padding-left: 0;
    padding-right: 0;
  }

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

  .featured-block {
    height: 130px;
  }

  .scroll-indicator-block {
    display: none;
  }

  .featured-project-column {
    width: 15%;
  }

  .featured-project-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    padding-bottom: 0;
  }

  .section.cta {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 100%;
    line-height: 100%;
  }

  .section.contact {
    padding-top: 150px;
  }

  .service-card {
    box-shadow: none;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .services {
    grid-template-columns: 1fr;
    padding-left: 1px;
    padding-right: 1px;
  }

  .heading-block {
    grid-row-gap: 0px;
  }

  .service-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .block-image {
    min-height: 250px;
  }

  .achievement {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .achievement-number {
    font-size: 25px;
  }

  .projects-sticky-card {
    padding: 10%;
  }

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

  .grid-wrapper {
    padding: 15% 5%;
  }

  .project-image.top {
    top: 0;
  }

  .video-button {
    margin-top: 10px;
  }

  .testimonial-slider-grid {
    margin-top: 30px;
    padding: 15px;
  }

  .slider-content-block {
    padding-bottom: 8%;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-image {
    height: 250px;
  }

  .testimonial-quote {
    padding-right: 0;
    font-size: 18px;
  }

  .testimonial-author-wrap {
    padding-bottom: 20px;
  }

  .slide-detail-wrapper {
    flex-direction: column;
  }

  .slide-number {
    padding-bottom: 0;
  }

  .cta-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20%;
    padding-bottom: 20%;
  }

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

  .footer-grid {
    grid-template-columns: 1fr;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .detail-footer-grid {
    grid-template-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .detail-footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .shape._01 {
    width: 80vw;
  }

  .shape._02 {
    width: 70vw;
  }

  .shape._05 {
    object-fit: fill;
    width: auto;
    max-width: none;
    inset: auto;
    overflow: auto;
  }

  .shape._06 {
    display: none;
  }

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

  .sg-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sg-menu-brand {
    margin-left: 16px;
  }

  ._3-column-grid, .ds-colour-grid {
    grid-template-columns: 1fr;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .text-input {
    width: 100%;
  }

  .paragraph.large.centered {
    padding-bottom: 40px;
  }

  .heading.h5 {
    font-size: 20px;
  }

  .heading.h6 {
    font-size: 18px;
  }

  .heading.h2 {
    padding-left: 20px;
    font-size: 34px;
  }

  .heading.h2.cta {
    margin-bottom: 5px;
    font-size: 100%;
  }

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

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

  .heading.h1 {
    font-size: 40px;
  }

  .heading.h1.centered {
    margin-bottom: 10px;
  }

  .secundary-button {
    width: auto;
  }

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

  .hero-images {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-image.bottom {
    position: static;
  }

  .stats {
    font-size: 32px;
  }

  .values {
    grid-template-columns: 1fr;
    padding-left: 1px;
    padding-right: 1px;
  }

  .value-card {
    box-shadow: none;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .service-image {
    min-height: 200px;
  }

  .service-heading-block {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .multi-image-item {
    padding-left: 0;
    padding-right: 0;
  }

  .project-box {
    padding: 10%;
  }

  .gradient-overlay {
    background-image: linear-gradient(#0009, #0009);
  }

  .block-home-hero {
    background-position: 50% 100%;
    background-size: auto 100%;
  }

  .project-details {
    flex-direction: column;
    margin-bottom: -150px;
    padding: 0 16px;
  }

  .project-details-block {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    box-shadow: 0 1px #ffffff1f;
  }

  .section-full {
    height: 90vh;
    min-height: 0;
  }

  .content-full {
    height: 58vh;
  }

  .project-heading-block {
    padding-top: 15%;
    padding-bottom: 50px;
  }

  .contact-info-block {
    grid-template-columns: 1fr;
    padding-left: 1px;
    padding-right: 1px;
  }

  .contact-info {
    box-shadow: none;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .faq-box {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .faq-content {
    margin-top: 20px;
    margin-left: 0;
  }

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

  .utility-page-content {
    width: 270px;
    padding: 30px;
  }

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

  .image-licensing {
    height: 150px;
  }

  .icon-licensing {
    width: 40px;
    height: 40px;
  }

  .stats-text {
    font-size: 16px;
  }

  .button {
    position: sticky;
    bottom: auto;
  }

  .quick-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cell {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-3 {
    padding-left: 20px;
    padding-right: 10px;
  }

  .cell-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-2, .paragraph-3 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

#w-node-fd134dbb-b61d-9b2b-a371-d2e716599da4-6564d819, #w-node-d0258dc1-26dd-d8df-afb2-c7b73c3cf182-6564d819, #w-node-_4a5a54b6-4b84-2837-12ed-e6249a189bb3-6564d819, #w-node-ca7d0e28-c1cc-4718-e962-2924109c35c6-6564d819, #w-node-fbb45ec6-025e-9923-0b4c-644c9ca1f367-6564d819, #w-node-_6f86e1fd-3d41-af20-bc6e-f674dfe5997a-6564d819, #w-node-_56578162-5cd8-a4bd-e557-303b14a44e08-6564d819 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f739f86c-f041-1f4e-3deb-6e1cc58db9af-6564d819, #w-node-_75d5911a-c32b-b72b-d2b8-ec70ed554623-6564d819 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-bebf4ff0-4eac-721c-5c2a-5ce2f243cd30-6564d819 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15a64feb-4dbd-fb97-703a-f13c8f692081-6564d819 {
  place-self: center;
}

#w-node-_456ed695-f17a-480d-0b20-b7aabfef5134-bfef5131, #w-node-_456ed695-f17a-480d-0b20-b7aabfef5138-bfef5131, #w-node-_456ed695-f17a-480d-0b20-b7aabfef514e-bfef5131, #w-node-_456ed695-f17a-480d-0b20-b7aabfef5159-bfef5131, #w-node-b75efb3c-c32a-07f9-daed-751be25f8934-e25f892f, #w-node-_01b69402-3032-de2a-5e50-e1288546d197-8546d194, #w-node-_01b69402-3032-de2a-5e50-e1288546d1a3-8546d194 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01b69402-3032-de2a-5e50-e1288546d1b1-8546d194 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_01b69402-3032-de2a-5e50-e1288546d1b5-8546d194, #w-node-_01b69402-3032-de2a-5e50-e1288546d1c3-8546d194, #w-node-_01b69402-3032-de2a-5e50-e1288546d1c7-8546d194, #w-node-_01b69402-3032-de2a-5e50-e1288546d1d5-8546d194, #w-node-_14c02304-c43e-e2a0-d878-f53ca8ba0690-6564d81c, #w-node-_789bd28d-2908-7b56-94e9-da41dd05c340-6564d81c, #w-node-_1bf771bc-45fe-0f9b-b369-d9aed18c6407-6564d81c, #w-node-e2cfab1f-bba8-ca29-883b-456ec925655a-6564d81c, #w-node-f16f296d-6158-c63d-d844-e0728bc8af76-6564d81c, #w-node-a82e54de-a036-eb6e-3b6a-898cd8eca726-6564d81c, #w-node-_13f8e1a9-e213-aafc-c34d-79d4ff73469f-6564d81c, #w-node-b80638e4-f7f2-c4ce-e231-5f034a53eab1-6564d81c, #w-node-dea63304-e51d-c2f1-7d59-5d7f15417f00-6564d81c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0255d9af-a450-2cb9-b5bd-7468924d4160-6564d81c {
  align-self: center;
}

#w-node-_0ddd2118-bd11-09f2-f6db-2e63f7d22e63-6564d81c, #w-node-d1d90659-c8c8-9f7a-9c98-bd71b21bf7dc-6564d81c, #w-node-_2fa3f7b5-20a1-43b0-7172-97810bf98da3-6564d81c, #w-node-_63220fba-a740-68a2-7e9f-607a83ca606a-6564d81c, #w-node-cf437c14-1fb1-9bc6-d10f-f0761ddf40f3-6564d81c, #w-node-_0e51c288-bd25-dac6-ed5a-e0d06e4fb3d2-6564d81c, #w-node-_7b6ac59b-2b06-7fe9-5be6-4796b5e6025c-6564d81c, #w-node-f0094c17-a352-1e18-1413-995fdeabd8fd-6564d81e, #w-node-_0accc89e-bfdb-6c69-4475-198cb737b11b-6564d81e, #w-node-_2664a217-5423-eae1-1e5a-d54e861020ad-6564d81e, #w-node-_3cfc84ec-9a33-0170-96f6-6fa17c8860de-6564d81e, #w-node-e74bbb8c-1938-fc3c-ac9b-062f4f797696-6564d81e, #w-node-_8e3b6219-2ac4-c646-b040-86b566b8153a-6564d81e, #w-node-_2f473d3c-d8bc-a499-ea3d-ce0583d1d10b-6564d81e, #w-node-fc65ec6d-ab58-74d7-bf31-f9770af64658-6564d81e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8e7b69d-4e62-5a4c-7d52-fd7dc3332098-6564d81f {
  place-self: center end;
}

#w-node-_162fcd8a-597d-f880-2dc4-3b824bf43a3a-6564d820, #w-node-_0f00f4fe-a201-18ca-2ea1-207aa8abe773-6564d820 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6744434b-4798-9853-805c-258678595c71-6564d821 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6744434b-4798-9853-805c-258678595c85-6564d821, #w-node-_6744434b-4798-9853-805c-258678595c86-6564d821, #w-node-_6744434b-4798-9853-805c-258678595c87-6564d821, #w-node-_6744434b-4798-9853-805c-258678595c88-6564d821, #w-node-_6744434b-4798-9853-805c-258678595c89-6564d821, #w-node-_6744434b-4798-9853-805c-258678595c8a-6564d821, #w-node-_6744434b-4798-9853-805c-258678595c8b-6564d821 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b20cc84f-54b3-02ca-1c25-c72f830df31b-6564d821 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b20cc84f-54b3-02ca-1c25-c72f830df32f-6564d821, #w-node-b20cc84f-54b3-02ca-1c25-c72f830df330-6564d821, #w-node-b20cc84f-54b3-02ca-1c25-c72f830df333-6564d821, #w-node-b20cc84f-54b3-02ca-1c25-c72f830df331-6564d821, #w-node-b20cc84f-54b3-02ca-1c25-c72f830df332-6564d821 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3553aaef-add9-3a35-988e-78e8287a20d5-6564d821 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3553aaef-add9-3a35-988e-78e8287a20e2-6564d821, #w-node-_3553aaef-add9-3a35-988e-78e8287a20e3-6564d821, #w-node-_3553aaef-add9-3a35-988e-78e8287a20e4-6564d821, #w-node-_3553aaef-add9-3a35-988e-78e8287a20e5-6564d821, #w-node-_3553aaef-add9-3a35-988e-78e8287a20e6-6564d821, #w-node-_3553aaef-add9-3a35-988e-78e8287a20e7-6564d821, #w-node-_3553aaef-add9-3a35-988e-78e8287a20e8-6564d821, #w-node-_3553aaef-add9-3a35-988e-78e8287a20e9-6564d821, #w-node-_3553aaef-add9-3a35-988e-78e8287a20ea-6564d821, #w-node-_3553aaef-add9-3a35-988e-78e8287a20eb-6564d821, #w-node-_3553aaef-add9-3a35-988e-78e8287a20ec-6564d821, #w-node-_3553aaef-add9-3a35-988e-78e8287a20ed-6564d821, #w-node-_3553aaef-add9-3a35-988e-78e8287a20ee-6564d821, #w-node-_37e0214e-5da5-8355-2324-00f0949c5a34-6564d821, #w-node-_37e0214e-5da5-8355-2324-00f0949c5a35-6564d821, #w-node-e5209442-39c2-ef31-de16-60d2a0879106-6564d821, #w-node-e5209442-39c2-ef31-de16-60d2a0879107-6564d821, #w-node-_2372f640-f94b-7499-9bdc-dcbeb599d0ba-6564d821, #w-node-_2372f640-f94b-7499-9bdc-dcbeb599d0bb-6564d821, #w-node-bb7cedcf-5053-5b6d-a4c7-5bacfe52d963-6564d821, #w-node-bb7cedcf-5053-5b6d-a4c7-5bacfe52d964-6564d821, #w-node-_6afeed0e-a5dd-3f0f-bc37-4e69aa01a5a6-6564d821, #w-node-_6afeed0e-a5dd-3f0f-bc37-4e69aa01a5a7-6564d821, #w-node-_5ffb8892-152a-3695-c235-40809d021fa1-6564d821, #w-node-_5ffb8892-152a-3695-c235-40809d021fa2-6564d821, #w-node-df55b0c5-4c11-0a67-66d2-d61a4d011f42-6564d821, #w-node-df55b0c5-4c11-0a67-66d2-d61a4d011f43-6564d821, #w-node-_2cf83053-21d7-b131-932d-c65f33550880-6564d821, #w-node-_2cf83053-21d7-b131-932d-c65f33550881-6564d821 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15f84ec7-1795-2451-43d3-6f26d6756993-6564d821 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_15f84ec7-1795-2451-43d3-6f26d675699d-6564d821, #w-node-_15f84ec7-1795-2451-43d3-6f26d675699e-6564d821 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15f84ec7-1795-2451-43d3-6f26d67569a0-6564d821, #w-node-_15f84ec7-1795-2451-43d3-6f26d67569a2-6564d821, #w-node-_15f84ec7-1795-2451-43d3-6f26d67569a7-6564d821, #w-node-_15f84ec7-1795-2451-43d3-6f26d67569a9-6564d821 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ce4e3aec-9784-10d6-da88-437afe1a401a-6564d823, #w-node-eb7dd220-d5be-9936-985c-d19773c0d99e-6564d823 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44817f57-61c9-52c3-0525-41deea895442-6564d823 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1280px) {
  #w-node-_2664a217-5423-eae1-1e5a-d54e861020ad-6564d81e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4a5a54b6-4b84-2837-12ed-e6249a189bb3-6564d819 {
    grid-column: span 3 / span 3;
  }

  #w-node-ed9eb735-d4e4-fbba-913a-77ed385fbb7a-6564d819, #w-node-_0af71c94-e05a-490b-e1af-1e308f8edeb3-6564d819, #w-node-bb218a94-3d6e-9ccc-0a82-090b2a990694-6564d819, #w-node-dac1ba8d-184e-bd60-6416-a1ed41945438-6564d819, #w-node-ea8fbdec-d6e9-1cdf-7b83-52af524bedfd-6564d819, #w-node-e48a0f60-01b6-966d-9dfe-e4a423728415-6564d819 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f739f86c-f041-1f4e-3deb-6e1cc58db9af-6564d819 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ca7d0e28-c1cc-4718-e962-2924109c35c6-6564d819, #w-node-fbb45ec6-025e-9923-0b4c-644c9ca1f367-6564d819, #w-node-_6f86e1fd-3d41-af20-bc6e-f674dfe5997a-6564d819 {
    grid-column: span 3 / span 3;
  }

  #w-node-_01b69402-3032-de2a-5e50-e1288546d1a3-8546d194, #w-node-_01b69402-3032-de2a-5e50-e1288546d1b5-8546d194, #w-node-_01b69402-3032-de2a-5e50-e1288546d1c7-8546d194 {
    order: 9999;
  }

  #w-node-c8e7b69d-4e62-5a4c-7d52-fd7dc3332098-6564d81f {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_789bd28d-2908-7b56-94e9-da41dd05c340-6564d81c {
    grid-row: span 2 / span 2;
    align-self: center;
  }

  #w-node-c8e7b69d-4e62-5a4c-7d52-fd7dc3332098-6564d81f {
    justify-self: stretch;
  }

  #w-node-_44817f57-61c9-52c3-0525-41deea895442-6564d823 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


