:root {
  --background-headers: #244030;
  --paragraphs: #244030cc;
  --accent-borders: #729b58;
  --additional-accent: #e0a423;
  --white: white;
  --background: #3b6149;
}

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

body {
  color: var(--background-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 {
  color: #72843c;
  background-color: #bcb34c;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 28px;
  left: 28px;
  right: 28px;
  box-shadow: 5px 7px 14px 3px #10221633;
}

.nav-block {
  opacity: 1;
  color: var(--white);
  white-space: normal;
  mix-blend-mode: normal;
  background-color: #bcb34c;
  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: #fff;
  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%;
  display: flex;
}

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

.nav-link.w--current {
  color: var(--white);
  flex-wrap: nowrap;
}

.nav-link.top {
  opacity: 1;
  mix-blend-mode: normal;
}

.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 {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #bcb34c;
  border: 3px solid #e5ce97;
  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(--white);
  background-color: var(--white);
  color: var(--background-headers);
}

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

.section-hero {
  color: #72843c;
  background-image: linear-gradient(#0006, #0006), url('../images/DJI_0362-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  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;
}

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

.hero {
  clear: none;
  flex-wrap: nowrap;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 55px 54px;
  padding-top: 34px;
  padding-left: 0;
  display: flex;
  position: static;
}

.heading-hero {
  clear: both;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  text-align: left;
  justify-content: center;
  align-items: baseline;
  max-width: 730px;
  margin-top: 0;
  margin-bottom: 2px;
  padding-top: 46px;
  padding-left: 56px;
  font-size: 70px;
  line-height: 100%;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.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(--accent-borders);
}

.text-subtitle.green.centered {
  text-align: center;
  max-width: none;
}

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

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

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

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

.tertiary-button {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #bcb34c;
  border: 3px solid #e5ce97;
  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(--background-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 {
  color: #72843c;
  background-color: #72843c;
  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/DJI_0432-1.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: #72843c;
  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 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: -4px;
  padding: 50px;
  display: flex;
  position: relative;
  bottom: 0;
}

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

.section.no-padding-top {
  flex-direction: column;
  align-self: stretch;
  display: block;
}

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

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

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

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

.services-block {
  text-align: left;
  line-height: 130%;
}

.service-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--accent-borders);
  color: var(--background-headers);
  object-fit: scale-down;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 15% 10%;
  text-decoration: none;
  display: block;
  overflow: auto;
  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;
  justify-content: center;
  align-items: stretch;
  margin-top: 217px;
  padding-top: 100px;
  font-size: 13px;
  line-height: 140%;
  display: flex;
}

.heading-block {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 6fr;
  grid-auto-columns: minmax(0, .25fr);
  display: block;
}

.heading-block-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: 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: #000;
}

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

.achievement-block {
  background-color: var(--background-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;
  padding: 10% 14%;
}

.process-block {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/process_home.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  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;
  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(--background-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(--background-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(--background-headers);
  border-radius: 20px;
  justify-content: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.cta-text {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10%;
  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 .25fr 1fr 1fr;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}

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

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

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

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

.footer-link.w--current {
  font-size: 16px;
}

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

.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 {
  max-width: 800px;
  min-height: 64px;
}

.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 {
  color: #fff;
  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(--background-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(--background-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;
  align-items: center;
  width: 100%;
  position: relative;
}

._2-column-grid.reversed {
  padding-top: 50px;
  padding-bottom: 50px;
  top: 1px;
}

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

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

.sg-title {
  color: var(--background-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 {
  text-align: left;
  max-width: 470px;
  margin-bottom: 36px;
  font-size: 16px;
  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;
  max-width: 800px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph.no-margin {
  object-fit: cover;
  margin-bottom: 0;
  position: relative;
  right: 0;
}

.paragraph.no-max-width {
  max-width: none;
  margin-right: 25px;
  padding-left: 200px;
}

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

.paragraph.white {
  color: var(--white);
}

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

.heading {
  font-size: 21px;
  line-height: 105%;
  position: static;
}

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

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

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

.heading.h2 {
  text-align: left;
  font-size: 42px;
}

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

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

.heading.h2.cta {
  color: var(--white);
  text-align: center;
}

.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(--background-headers);
  font-size: 58px;
}

.heading.h1.centered {
  text-align: center;
  padding-top: 25px;
}

.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(--background-headers);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 5%;
  display: flex;
}

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

.secundary-button {
  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: 200px;
  padding: 15px 30px;
  font-weight: 800;
  line-height: 100%;
  transition: background-color .2s, color .2s;
  display: flex;
}

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

.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: 40px;
}

.stats {
  color: var(--additional-accent);
  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(--background-headers);
  object-fit: fill;
  object-position: 0% 50%;
  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;
  display: block;
}

.service-box {
  text-align: left;
  padding: 0% 10%;
  font-weight: 300;
}

.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(--background-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 {
  color: #72843c;
  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;
}

.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;
  color: #bcb34c;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  display: flex;
}

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

.contact-detail {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 730px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.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;
  padding-top: 0;
  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-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.stats-text {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.background-video {
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.button {
  background-image: url('../images/logo_daniger2.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  flex-direction: row;
  display: block;
  overflow: auto;
}

.paragraph-2 {
  text-align: center;
  align-self: stretch;
  margin-bottom: 60px;
  padding-top: 88px;
  font-size: 20px;
  font-weight: 700;
}

.bold-text {
  text-align: justify;
}

.paragraph-3 {
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.paragraph-4 {
  display: flex;
}

.heading-2 {
  justify-content: center;
  margin-bottom: -74px;
  display: flex;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template: "Area Area-2"
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center start;
  align-self: auto;
  place-items: center start;
  display: grid;
}

.paragraph-5 {
  text-align: center;
  margin-bottom: 42px;
  font-size: 16px;
}

.video {
  flex: 0 auto;
  display: block;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-template: "Area"
  / 1fr;
  padding-left: 50px;
  padding-right: 50px;
}

.div-block {
  width: 800px;
  height: 450px;
}

.body {
  object-fit: contain;
  display: block;
}

.image-2 {
  display: inline;
}

.paragraph-6 {
  object-fit: fill;
  align-self: flex-start;
  display: block;
}

.image-3 {
  object-fit: fill;
}

.columns {
  align-items: flex-start;
  display: block;
}

.paragraph-7 {
  padding-top: 35px;
}

.image-4 {
  display: inline;
}

.gallery-slider {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding: 80px 30px;
  display: grid;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: ". Area" 1fr
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.image-5 {
  float: right;
  display: inline;
  overflow: visible;
}

.rich-text-block-2 {
  padding-right: 225px;
}

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

.paragraph-8 {
  display: flex;
}

.image-6 {
  clear: none;
  object-fit: fill;
  position: relative;
  overflow: scroll;
}

.paragraph-9, .div-block-2, .section-3 {
  display: flex;
}

.block-quote-2 {
  text-align: center;
  text-transform: none;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
}

.heading-3 {
  text-align: center;
  font-size: 38px;
}

.section-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: grid;
}

.image-7 {
  max-width: 60%;
}

.paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15 {
  margin-left: 80px;
  margin-right: 80px;
}

.image-8 {
  float: left;
  margin-bottom: 20px;
  margin-left: 80px;
  margin-right: -93px;
  padding-bottom: 0;
  padding-right: 0;
}

.italic-text {
  font-style: normal;
}

.wg-selector-text-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.wg-selector-highlight {
  background-color: #4049ff;
  width: 100%;
  height: 100%;
}

.wg-selector-highlight.h3 {
  background-color: #4049ff;
}

.wg-selector-highlight.h4 {
  transform: translate(-100%);
}

.wg-code {
  display: none;
}

.wg-flag-ico {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.wg-selector-highlight-wrapper {
  width: 100%;
  height: 2px;
  margin-top: .25rem;
  overflow: hidden;
}

.wg-element {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 25vh;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.wg-element:hover {
  background-color: #fbf9fd;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-flag {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 16px;
  margin-right: 10px;
  display: flex;
}

.wg-selector-1 {
  color: #000;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.wg-selector-1:hover {
  color: #4049ff;
}

.wg-selector-1.w--current {
  cursor: default;
}

.wg-selector-1.s2 {
  opacity: .5;
}

.collection-list {
  float: none;
  text-align: left;
  justify-content: center;
  margin-left: 6px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  left: 75px;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-right: 46px;
  padding-left: 60px;
  font-size: 23px;
  display: flex;
}

.section-6 {
  margin-bottom: 5px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.wg-selector-2 {
  color: #000;
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.wg-selector-2:hover {
  color: #4049ff;
}

.wg-selector-2.w--current {
  cursor: default;
}

.wg-selector2-text-lang2 {
  position: relative;
}

.wg-selector2-text-lang1 {
  color: #fff;
  position: relative;
}

.wg-selector-2-fill.f2 {
  background-color: #4049ff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-100%);
}

.wg-selector-2-fill.f1 {
  background-color: #4049ff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.language-toggle {
  color: #fff;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 130%;
}

.text-block {
  letter-spacing: 2px;
  text-decoration: none;
}

.dropdown-list {
  color: #fff;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 800;
  line-height: 130%;
}

.dropdown-link {
  color: #000;
  text-transform: uppercase;
  font-weight: 800;
}

.heading-4, .paragraph-16 {
  padding-left: 100px;
}

.grid-3 {
  grid-template-columns: .25fr 1fr;
  grid-template-areas: ". Area-5"
                       "Area-3 Area-4";
}

.heading-5 {
  text-align: left;
  padding-top: 10px;
}

.div-block-3 {
  float: left;
}

.image-9 {
  padding-right: 15px;
}

@media screen and (min-width: 1280px) {
  .hero {
    margin-bottom: 59px;
  }

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

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

  .body {
    display: block;
  }

  .section-4 {
    grid-template-columns: .25fr 1fr;
    grid-auto-flow: row;
    margin-right: -35px;
    padding-left: 180px;
    padding-right: 21px;
  }

  .paragraph-10 {
    width: 800px;
  }

  .section-5 {
    padding-top: 65px;
  }

  .bold-text-2 {
    padding-bottom: 100px;
  }

  .paragraph-11 {
    padding-left: 0;
  }
}

@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(--background-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(--background-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(--background-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(--background-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;
  }

  .container {
    max-width: 728px;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .wg-element {
    width: 50%;
  }
}

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

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .wg-element {
    width: 100%;
  }
}

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

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

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

  .primary-button {
    width: auto;
  }

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

  .menu-icon {
    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;
  }

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

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

  .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 {
    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 {
    width: 100vw;
  }

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

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

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

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

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

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

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

  .secundary-button {
    width: auto;
  }

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

  .hero-images {
    grid-template-columns: 1fr 1fr;
    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);
  }

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

  .container {
    max-width: none;
  }

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .wg-element {
    height: 25vh;
  }
}

#w-node-ddc14961-1aa1-5df7-024c-35927917d58d-ea2bfbbe, #w-node-d0258dc1-26dd-d8df-afb2-c7b73c3cf182-ea2bfbbe, #w-node-b1bdf513-9aef-7eb3-50a3-80ae7824454a-ea2bfbbe, #w-node-_4a5a54b6-4b84-2837-12ed-e6249a189bb3-ea2bfbbe, #w-node-ca7d0e28-c1cc-4718-e962-2924109c35c6-ea2bfbbe, #w-node-fbb45ec6-025e-9923-0b4c-644c9ca1f367-ea2bfbbe, #w-node-_6f86e1fd-3d41-af20-bc6e-f674dfe5997a-ea2bfbbe, #w-node-f92d77bf-4216-58aa-b76e-b7d76db07682-ea2bfbbe, #w-node-_456ed695-f17a-480d-0b20-b7aabfef5134-bfef5131, #w-node-_8ae9142a-333e-7352-23c9-d150f80f7adf-bfef5131, #w-node-_456ed695-f17a-480d-0b20-b7aabfef5141-bfef5131, #w-node-_456ed695-f17a-480d-0b20-b7aabfef5138-bfef5131, #w-node-_14c02304-c43e-e2a0-d878-f53ca8ba0690-a52bfbc3, #w-node-_789bd28d-2908-7b56-94e9-da41dd05c340-a52bfbc3, #w-node-_1bf771bc-45fe-0f9b-b369-d9aed18c6407-a52bfbc3, #w-node-e2cfab1f-bba8-ca29-883b-456ec925655a-a52bfbc3, #w-node-dea63304-e51d-c2f1-7d59-5d7f15417f00-a52bfbc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0255d9af-a450-2cb9-b5bd-7468924d415b-a52bfbc3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0ddd2118-bd11-09f2-f6db-2e63f7d22e63-a52bfbc3, #w-node-d1d90659-c8c8-9f7a-9c98-bd71b21bf7dc-a52bfbc3, #w-node-_2fa3f7b5-20a1-43b0-7172-97810bf98da3-a52bfbc3, #w-node-_63220fba-a740-68a2-7e9f-607a83ca606a-a52bfbc3, #w-node-cf437c14-1fb1-9bc6-d10f-f0761ddf40f3-a52bfbc3, #w-node-_0e51c288-bd25-dac6-ed5a-e0d06e4fb3d2-a52bfbc3, #w-node-_2664a217-5423-eae1-1e5a-d54e861020ad-d92bfbc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_162fcd8a-597d-f880-2dc4-3b824bf43a3a-0e2bfbc7, #w-node-_0f00f4fe-a201-18ca-2ea1-207aa8abe773-0e2bfbc7, #w-node-b75efb3c-c32a-07f9-daed-751be25f8934-e25f892f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


