:root {
  --background-headers: #244030;
  --brown: #3e331f;
  --paragraphs: rgba(36, 64, 48, .8);
  --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 {
  color: var(--brown);
  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(--white);
  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 rgba(16, 34, 22, .2);
}

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

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

.logo {
  height: 90px;
}

.nav-link {
  color: var(--background-headers);
  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.w--current {
  color: var(--additional-accent);
}

.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(--additional-accent);
  background-color: var(--additional-accent);
  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(--white);
  background-color: var(--white);
  color: var(--background-headers);
}

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

.section-hero {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/GettyImages-1140165301.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 {
  width: 100%;
  max-width: 1200px;
}

.heading-hero {
  color: var(--white);
  max-width: 860px;
  margin-top: 0;
  margin-bottom: 50px;
  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(--additional-accent);
  margin-bottom: 10px;
  font-weight: 400;
}

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

.text-subtitle.center {
  font-weight: 400;
}

.text-subtitle.center.z-index-3 {
  z-index: 2;
  position: relative;
}

.text-subtitle.hero-subtitle {
  letter-spacing: 2.5px;
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 300;
  line-height: 171%;
}

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

.primary-button {
  border: 3px solid var(--additional-accent);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex: 1;
  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 {
  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(--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%;
  min-height: 180px;
}

.featured-block {
  width: 100%;
  height: 150px;
  margin-bottom: 37px;
  display: none;
}

.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: rgba(255, 255, 255, .2);
  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(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), 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(--background-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: rgba(255, 255, 255, .32);
  border: 1px solid rgba(255, 255, 255, .4);
  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: rgba(253, 194, 62, .2);
  transform: scale(.9);
}

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

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

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 50px 50px;
  display: flex;
  position: relative;
}

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

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

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

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

.service-card {
  color: var(--background-headers);
  background-color: #fff;
  border: 1px solid #f7edd6;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 15% 10%;
  text-decoration: none;
  display: flex;
  box-shadow: 4px 4px 10px 3px rgba(36, 64, 48, .08);
}

.services {
  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: 50px;
}

.heading-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

.achievement-text {
  background-color: var(--additional-accent);
  border-radius: 20px 0 0 20px;
  padding: 70px 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-number.z-index-2 {
  z-index: 2;
  position: relative;
}

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

.achievement-title.z-index {
  z-index: 1;
  position: relative;
}

.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;
  background-color: var(--white);
  border: 1px solid #f7edd6;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 5%;
  padding: 50px;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  box-shadow: 0 5px 17px 4px rgba(36, 64, 48, .08);
}

.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(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), 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 rgba(253, 194, 62, .3);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
  position: absolute;
}

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  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 rgba(36, 64, 48, .3);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  transition: transform .2s, background-color .2s;
  display: flex;
  top: auto;
  bottom: -90px;
  left: 0%;
  right: 70px;
}

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

.right-arrow {
  border: 1px solid rgba(36, 64, 48, .3);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  transition: transform .2s, background-color .2s;
  display: flex;
  top: auto;
  bottom: -90px;
  left: 0%;
  right: -70px;
}

.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 rgba(145, 182, 122, .25);
  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-block.bg-image {
  background-image: linear-gradient(rgba(55, 39, 10, .77), rgba(55, 39, 10, .77)), url('../images/GettyImages-1189291408.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.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 1fr 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-weight: 800;
}

.footer-link {
  color: rgba(36, 64, 48, .7);
  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 rgba(36, 64, 48, .3);
  grid-template-rows: auto;
}

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

.text-detail-footer {
  color: rgba(36, 64, 48, .7);
  font-size: 12px;
}

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

.image-animation-trigger {
  z-index: 15;
  background-color: var(--brown);
  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: rgba(36, 64, 48, .7);
  text-decoration: none;
}

.page-links.cb {
  margin-left: 3px;
}

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

.shape._01 {
  width: 35vw;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.shape._02 {
  width: 35vw;
  top: auto;
  bottom: -50%;
  left: auto;
  right: 0%;
}

.shape._03 {
  width: 35vw;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.shape._04 {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.shape._05 {
  width: 30vw;
}

.shape._06 {
  width: 40vw;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.shape._06.sm {
  width: 32vw;
}

.shape._07 {
  width: 30vw;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.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: 1.25fr 1fr 1fr 1fr;
  align-items: stretch;
  width: 100%;
}

.form-success {
  border: 1px solid var(--accent-borders);
  color: #444;
  background-color: rgba(114, 155, 88, .2);
  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: rgba(145, 182, 122, .2);
}

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

.text-box._500px.visible {
  background-color: rgba(145, 182, 122, .2);
}

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

.text-box._600px.visible {
  background-color: rgba(145, 182, 122, .2);
}

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

.text-box._700px.visible {
  background-color: rgba(145, 182, 122, .2);
}

.text-box._800px {
  max-width: 800px;
  min-height: 64px;
}

.text-box._800px.visible {
  background-color: rgba(145, 182, 122, .2);
}

.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: rgba(255, 255, 255, .65);
  border-left: 4px solid rgba(0, 0, 0, 0);
  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: var(--additional-accent);
  object-fit: contain;
  border-radius: 0;
  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: rgba(36, 64, 48, .8);
}

.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: rgba(145, 182, 122, .2);
  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;
  top: 0%;
  bottom: 0;
  left: 0;
  right: auto;
}

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

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

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

.visible-spacer {
  background-color: rgba(145, 182, 122, .2);
  border-radius: 10px;
  display: inline-block;
}

.form-dropdown {
  border: 1px solid var(--accent-borders);
  color: rgba(36, 64, 48, .3);
  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 rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
  width: 80px;
  height: 80px;
}

.spacer._16 {
  background-color: rgba(0, 0, 0, 0);
  width: 16px;
  height: 16px;
}

.spacer._48 {
  background-color: rgba(0, 0, 0, 0);
  width: 48px;
}

.spacer._64 {
  background-color: rgba(0, 0, 0, 0);
  width: 64px;
  height: 64px;
}

.spacer._96 {
  background-color: rgba(0, 0, 0, 0);
  width: 96px;
  height: 96px;
}

.spacer._32 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  width: 32px;
  height: 32px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  width: 24px;
  height: 24px;
}

.spacer._128 {
  background-color: rgba(0, 0, 0, 0);
  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 rgba(0, 0, 0, .01);
}

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

.text-input::placeholder {
  color: rgba(36, 64, 48, .3);
}

.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._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 {
  color: #959088;
  max-width: 470px;
  margin-bottom: 36px;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}

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

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

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

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

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

.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.h5 {
  font-size: 24px;
}

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

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

.heading.h2 {
  color: var(--brown);
  font-size: 51px;
}

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

.heading.h2.white.z {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.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 {
  color: var(--brown);
  text-align: center;
}

.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(--additional-accent);
  background-color: var(--white);
  color: var(--additional-accent);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 260px;
  padding: 15px 30px;
  font-weight: 800;
  line-height: 100%;
  transition: background-color .2s, color .2s;
  display: flex;
}

.secundary-button:hover {
  background-color: var(--additional-accent);
  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);
  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 rgba(36, 64, 48, .08);
}

.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: rgba(114, 155, 88, .2);
  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: rgba(114, 155, 88, .2);
  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: rgba(114, 155, 88, .3);
}

.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, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.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;
  top: auto;
  bottom: 0%;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(0, 0, 0, .3);
}

.project-image-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 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 rgba(255, 255, 255, .12);
}

.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(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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 1fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  display: grid;
}

.contact-info {
  border: 1px solid var(--accent-borders);
  background-color: var(--brown);
  color: var(--background-headers);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 10%;
  text-decoration: none;
  display: flex;
  box-shadow: 4px 4px 10px 3px rgba(36, 64, 48, .08);
}

.contact-detail {
  color: var(--white);
  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 rgba(36, 64, 48, .08);
}

.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: rgba(114, 155, 88, .2);
  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 {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.heading-2 {
  color: var(--brown);
}

.block-leadership {
  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;
}

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

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

@media screen and (min-width: 1280px) {
  .sg-content {
    margin-left: 280px;
  }

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

@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: var(--brown);
    color: var(--white);
    transition: background-color .2s;
  }

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

  .nav-link.top {
    background-color: var(--brown);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .nav-menu {
    background-color: rgba(200, 200, 200, 0);
    border-radius: 15px;
    box-shadow: 6px 7px 13px 2px rgba(36, 64, 48, .2);
  }

  .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(--brown);
    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: rgba(0, 0, 0, 0);
  }

  .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;
    top: 80px;
    bottom: auto;
    left: 0%;
    right: auto;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
  }

  .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;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 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;
  }

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

@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;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

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

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

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

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

  .heading-hero {
    font-size: 56px;
    line-height: 110%;
  }

  .text-subtitle.hero-subtitle {
    font-size: 23px;
  }

  ._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(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  }

  .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 rgba(255, 255, 255, .12);
  }

  .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: 250px;
    padding: 30px;
  }

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

  .image-licensing {
    height: 150px;
  }

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

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

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

#w-node-fd134dbb-b61d-9b2b-a371-d2e716599da4-ded37460 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da534b1d-7dc0-2fef-48db-08782f21b15f-ded37460 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

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

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

#w-node-_8a2a281b-59f5-4094-d523-797ffe179103-ded37460, #w-node-_456ed695-f17a-480d-0b20-b7aabfef5134-bfef5131, #w-node-_456ed695-f17a-480d-0b20-b7aabfef5138-bfef5131, #w-node-_456ed695-f17a-480d-0b20-b7aabfef5141-bfef5131, #w-node-_456ed695-f17a-480d-0b20-b7aabfef514e-bfef5131, #w-node-_456ed695-f17a-480d-0b20-b7aabfef5159-bfef5131 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_456ed695-f17a-480d-0b20-b7aabfef515a-bfef5131 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_456ed695-f17a-480d-0b20-b7aabfef5164-bfef5131 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

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

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

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

#w-node-c8e7b69d-4e62-5a4c-7d52-fd7dc3332098-b3d37466 {
  align-self: center;
  justify-self: end;
}

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

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

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

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

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

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

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

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

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

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

#w-node-_2664a217-5423-eae1-1e5a-d54e861020ad-2afb1d70, #w-node-f0094c17-a352-1e18-1413-995fdeabd8fd-2afb1d70, #w-node-_0accc89e-bfdb-6c69-4475-198cb737b11b-2afb1d70, #w-node-f541ee4a-a2d6-9a83-7638-f063debc8dbd-2afb1d70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

  #w-node-f541ee4a-a2d6-9a83-7638-f063debc8dbd-48d37465, #w-node-f541ee4a-a2d6-9a83-7638-f063debc8dbd-2afb1d70 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ca7d0e28-c1cc-4718-e962-2924109c35c6-ded37460, #w-node-fbb45ec6-025e-9923-0b4c-644c9ca1f367-ded37460, #w-node-_6f86e1fd-3d41-af20-bc6e-f674dfe5997a-ded37460 {
    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-f541ee4a-a2d6-9a83-7638-f063debc8dbd-48d37465 {
    grid-column: span 1 / span 1;
  }

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

  #w-node-f541ee4a-a2d6-9a83-7638-f063debc8dbd-2afb1d70 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_456ed695-f17a-480d-0b20-b7aabfef5164-bfef5131 {
    justify-self: start;
  }

  #w-node-_789bd28d-2908-7b56-94e9-da41dd05c340-6dd37463 {
    grid-row: span 2 / span 2;
    align-self: center;
  }

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


