@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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: var(--accent-borders);
  text-align: center;
  background-color: #3b6149;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  top: 28px;
  left: 98px;
  right: 16px;
  box-shadow: 5px 7px 14px 3px #10221633;
}

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

.nav {
  color: var(--accent-borders);
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav.logo {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -9px;
  left: -43px;
}

.logo {
  width: 160px;
  max-width: none;
  height: 160px;
  line-height: 170;
}

.logo.footer-logo {
  width: 240px;
  height: auto;
}

.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%;
  transition: color .2s;
  display: flex;
}

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

.nav-link.top {
  padding: 16px 11px;
}

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

.brand.w--current {
  width: 100px;
  margin-left: 32px;
}

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

.nav-button {
  border: 3px solid var(--additional-accent);
  background-color: var(--background-headers);
  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: 12px;
  padding: 6px 27px;
  font-size: 15px;
  font-weight: 800;
  line-height: 18px;
  text-decoration: none;
  transition: border-color .2s, background-color .2s, color .2s;
  display: flex;
}

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

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

.nav-button.other {
  background-color: var(--additional-accent);
}

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

.section-hero {
  background-image: linear-gradient(#0006, #0006), url('../images/hero_01.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;
}

.section-hero.hidden {
  display: none;
}

.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: center;
  padding-top: 42px;
}

.hero {
  width: 55%;
  max-width: none;
}

.heading-hero {
  opacity: .86;
  color: var(--white);
  max-width: 730px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 58px;
  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 {
  opacity: .78;
  color: var(--background-headers);
  font-size: 16px;
}

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

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

.primary-button {
  z-index: 1;
  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;
  position: relative;
}

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

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

.primary-button.full-width.reverse {
  background-color: var(--additional-accent);
}

.primary-button.full-width.reverse:hover {
  background-color: #e0a42300;
}

.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-bottom-feature.hidden {
  display: flex;
}

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

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

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

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

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

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

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

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

.featured-project-content {
  background-color: var(--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: #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-start;
  align-items: center;
  padding: 100px 50px 0;
  display: flex;
  position: relative;
}

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

.section.no-padding-top {
  background-color: #fff;
  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;
}

.section.less-padding {
  padding-top: 53px;
  padding-bottom: 52px;
}

.section.googel-review {
  padding-bottom: 71px;
}

.section.areas-section {
  padding-top: 192px;
}

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

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

.content.spac-down {
  margin-bottom: 64px;
}

.services-block {
  width: 100%;
}

.service-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: 15% 10%;
  text-decoration: none;
  display: flex;
  box-shadow: 4px 4px 10px 3px #24403014;
}

.services {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  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: 100px;
  height: 100px;
  margin-right: 40px;
}

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

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

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

.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;
  height: 100%;
  padding: 10% 14%;
  position: absolute;
}

.process-block {
  background-image: none;
  background-position: 0 0;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: block;
}

.process-content {
  background-image: linear-gradient(#00000069, #00000069);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  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(--background-headers);
  border-top: 1px solid #91b67a40;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  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 1fr 1fr 1fr;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 25px;
}

.footer-column {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  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: #ffffffb3;
  font-size: 14px;
  font-weight: 500;
  line-height: 200%;
  text-decoration: none;
  transition: color .2s;
}

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

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

.detail-footer {
  background-color: var(--additional-accent);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-detail-footer {
  color: #244030b3;
  text-align: center;
  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;
  border-radius: 0;
  width: 50px;
  height: 50px;
  font-size: 24px;
}

.icon.smaller {
  width: 25px;
  height: 25px;
  margin-right: 12px;
}

._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;
  font-size: 15px;
}

.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._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 {
  max-width: 470px;
  margin-bottom: 36px;
  font-size: 15px;
  font-weight: 400;
}

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

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

.paragraph.large.centered {
  text-align: center;
  max-width: 80%;
}

.paragraph.no-margin {
  color: var(--white);
  margin-bottom: 22px;
}

.paragraph.no-margin.black {
  color: var(--additional-accent);
}

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

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

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

.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);
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 5% 10%;
  text-decoration: none;
  display: flex;
  box-shadow: 4px 4px 10px 3px #24403014;
}

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

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

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

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

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

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

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

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

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

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

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

.multi-image-item {
  margin-bottom: 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: 4px;
  position: sticky;
  top: 140px;
}

.side-bar-box.other-sticky {
  top: 140px;
}

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

.free-quote-block.thrid-other {
  position: sticky;
  top: 911px;
}

.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-block {
  margin-bottom: 60px;
}

.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 {
  z-index: 9999;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120vh;
  padding: 235px 50px 0;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.contact-info {
  border: 1px solid var(--accent-borders);
  background-color: var(--background);
  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 #24403014;
}

.contact-detail {
  color: var(--additional-accent);
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 730px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

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

.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: center;
  align-items: center;
  width: 60%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

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

.utility-page-wrap {
  background-image: url('../images/03a84b_3d0ebae833f545dd981ef58fa753e6b0~mv2.jpg.webp');
  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;
  width: 100%;
  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;
  width: 100%;
  display: grid;
}

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

.background-video {
  height: 100vh;
}

.video-background {
  z-index: 2;
  flex-direction: row;
  width: 100vw;
  height: auto;
  min-height: 110vh;
  margin-top: -96px;
  display: block;
  position: relative;
  top: 0;
}

.bold-text {
  color: #009742;
}

.primary-button-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  background-color: #009742;
  border-radius: 50px;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
  display: inline-block;
}

.primary-button-2:hover {
  color: #276642;
  background-color: #ffbe40;
}

.border-button {
  color: #276642;
  background-color: #0000;
  border: 1px solid #276642;
  border-radius: 50px;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  transition: background-color .3s, border-color .3s, color .3s;
}

.border-button:hover, .border-button.home-1 {
  color: #276642;
  background-color: #ffbe40;
  border-color: #ffbe40;
}

.border-button.home-1:hover {
  color: #fff;
  background-color: #276642;
  border-color: #276642;
}

.banner-slider-container {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.button-block-banner-home-2 {
  grid-column-gap: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.text-span-2 {
  color: #276642;
}

.title-1 {
  color: #fff;
}

.image-19 {
  width: 35em;
}

.div-block-8 {
  z-index: 999;
  background-color: #0000001f;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: 90%;
  margin-left: 16px;
  display: flex;
  position: relative;
  top: -2px;
}

.div-block-2.hidden {
  display: none;
}

.header-right {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.header-right.mobile-hidden {
  text-align: center;
  justify-content: flex-end;
  width: 100%;
  margin-left: 0;
}

.home-primary-button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f2d201;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 12px 21px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  transition: color .4s, background-color .4s;
  display: flex;
}

.home-primary-button:hover {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fff;
}

.link-7 {
  align-self: center;
  margin-bottom: -4px;
  margin-left: 9px;
  font-size: 22px;
  text-decoration: none;
}

.text-span {
  color: #fff;
}

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

.wrapper {
  z-index: 2;
  flex: 0 1260px;
  max-width: none;
  max-height: none;
  display: block;
  position: relative;
}

.row {
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.entry-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 60%;
  display: flex;
}

.entry-content.all-center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.caption {
  color: #f15931;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.section-heading {
  color: #242424;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3em;
}

.paragraph-2 {
  color: #fff;
  background-color: #f15931;
  padding: 16px;
  transition: all .45s;
}

.paragraph-2:hover {
  padding: 19px;
}

.link-6 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  transition: all .525s;
}

.link-6:hover {
  font-size: 16px;
}

.mask {
  margin-top: 7px;
}

.mask.hidden {
  margin-top: 0;
}

.mask-2 {
  top: 14px;
}

.div-block-9 {
  padding-left: 37px;
  padding-right: 37px;
}

.background-video-2 {
  height: 380px;
  position: relative;
}

.accordion-wrapper {
  grid-column-gap: 60px;
  width: 100%;
  display: flex;
}

.accordion-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.accordion-item {
  background-color: #fff;
  border-bottom: 1px solid #f2f1f1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: block;
  position: static;
}

.accordion-toggle {
  text-align: left;
  white-space: normal;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 18px 0 10px;
  display: flex;
}

.accordion-title {
  color: var(--background-headers);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6px;
  padding-top: 3px;
  padding-left: 0;
  font-size: 16px;
  display: flex;
}

.accordion-icon {
  color: #b69931;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 13px;
  line-height: 24px;
  display: block;
}

.accordion-list {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

.dropdown-toggle {
  width: 100%;
}

.gallery-wrap {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 28px;
  display: flex;
}

.first-images-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 33.4%;
  display: flex;
}

.first-images-wrap._50 {
  width: 50%;
}

.div-block-4 {
  border-radius: 30px;
  overflow: hidden;
}

.div-block-4.bigger {
  width: 50%;
  height: 300px;
}

.lightbox-link {
  border-radius: 30px;
  width: 100%;
  transition: transform .4s, color .3s;
}

.lightbox-link:hover {
  transform: scale(1.1);
}

.small-image {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 210px;
}

.large-image {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 450px;
}

.second-images-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 33.3%;
  display: flex;
}

.second-images-wrap._50 {
  width: 50%;
}

.third-images-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 33.3%;
  display: flex;
}

.link-block {
  background-image: url('../images/Instagram-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.link-block.facebook {
  background-image: url('../images/facebook-icon.png');
  background-size: contain;
}

.split-content.blog-left {
  width: 100%;
  max-width: 40%;
}

.split-content.blog-card-about {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.split-content.blog-card-content {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 40px 32px 48px;
  display: flex;
  position: relative;
}

.split-content.footer-top-content-left {
  max-width: none;
}

.split-content.footer-top-content-right {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-start;
  max-width: 900px;
  margin-bottom: -35px;
  display: flex;
}

.title.blog {
  margin-bottom: 0;
}

.title.blog-card-name {
  margin-bottom: 8px;
  font-size: 24px;
}

.title.post-title {
  margin-bottom: 18px;
}

.title.latest-articles {
  margin-bottom: 0;
}

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

.featured-blog-wrapper {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-bottom: 34px;
  display: flex;
  position: relative;
}

.bg-square {
  z-index: -1;
  position: absolute;
}

.bg-square.blog {
  z-index: -1;
  background-color: #f7fcfa;
  min-height: 50%;
  inset: 0% 0% auto;
}

.bg-square.blog-post-bg {
  background-color: #f7fcfa;
  min-height: 700px;
  inset: 0% 0% auto;
}

.section-2 {
  padding: 100px 50px;
}

.section-2.relative {
  position: relative;
}

.section-2.relative.top-section.blog-hero {
  padding-top: 240px;
  padding-bottom: 20px;
}

.top-content {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.top-content.blog {
  justify-content: space-between;
  margin-bottom: 41px;
}

.top-content.blog-post-top-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin-bottom: 56px;
}

.top-content.latest-articles {
  justify-content: space-between;
  margin-bottom: 70px;
}

.empty-state-2 {
  color: #142a25;
  text-align: center;
  background-color: #0000;
  border: 1px solid #142a25;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.text-block-7 {
  font-size: 16px;
}

.short-divider {
  background-color: #d9e9e5;
  width: 14px;
  height: 1px;
  margin-left: 10px;
  margin-right: 10px;
}

.paragraph-3.blog-card {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 28px;
}

.card {
  background-color: #fff;
  border: 1px solid #d9e9e5;
  overflow: hidden;
}

.card.blog-card {
  color: #637a75;
  border-radius: 20px 20px 0 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.card-link-block {
  color: #2da884;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.bottom-content.blog-card-bottom-content {
  border-top: 1px solid #d9e9e5;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  display: flex;
}

.image-wrapper.blog-card-image-wrapper {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.image-wrapper.blog-post-main-image {
  margin-bottom: 80px;
}

.image-wrapper.blog-card-image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image-20.button-arrow {
  margin-left: 10px;
  font-size: 12px;
  display: block;
}

.image-20.blog-card-image {
  z-index: 2;
  filter: blur();
  width: 100%;
  display: block;
  position: relative;
}

.image-20.blog-post-main-image {
  width: 100%;
  display: block;
}

.interaction-wrapper {
  border-radius: 0;
  width: 100%;
  height: auto;
}

.inline-block {
  display: inline-block;
}

.inline-block.post-details {
  margin-bottom: 16px;
}

.flex {
  display: flex;
}

.flex.blog-card-details {
  justify-content: flex-end;
  align-items: center;
}

.image-21 {
  margin-left: 5px;
  padding-top: 1px;
}

.container-medium-800px {
  max-width: 848px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.text-divider {
  background-color: #a0bdb6;
  width: 18px;
  min-height: 1px;
  margin-left: 12px;
  margin-right: 12px;
}

.blog-post-category-link {
  color: #637a75;
  letter-spacing: 1px;
  font-size: 16px;
  text-decoration: none;
}

.blog-post-category-link:hover {
  color: #2da884;
}

.section-3 {
  padding: 100px 50px;
}

.section-3.blog-post {
  padding-top: 191px;
  padding-bottom: 13px;
  position: relative;
  overflow: hidden;
}

.rich-text-2 {
  font-size: 18px;
  line-height: 24px;
}

.split {
  justify-content: space-between;
  display: flex;
}

.split.post-details {
  align-items: center;
}

.button-text {
  z-index: 2;
  letter-spacing: 1px;
  font-size: 18px;
  position: relative;
}

.button-hover {
  z-index: -1;
  background-color: #2da884;
  width: 103%;
  height: 50px;
  font-size: 16px;
  position: absolute;
  inset: 0%;
}

.button-hover.button-secondary-hover {
  background-color: #0000;
}

.button-secondary {
  z-index: 5;
  color: #142a25;
  text-align: center;
  background-color: #0000;
  border: 1px solid #142a25;
  padding: 15px 30px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s, border-color .4s;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-secondary:hover {
  color: #fff;
  border-color: #0000;
}

.section-4 {
  padding: 100px 50px;
}

.section-4.medium {
  padding-top: 64px;
  padding-bottom: 124px;
}

.section-4.medium.bg-neutral-200 {
  background-color: #729b581c;
}

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

._2-column-grid-2.articles-grid {
  grid-column-gap: 26px;
  grid-row-gap: 40px;
}

.paragraph-4.blog-card {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 28px;
}

.heading-2 {
  opacity: .86;
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: 400;
}

.div-block-10 {
  background-color: var(--background);
  border-radius: 15px;
  height: 80px;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-11 {
  position: absolute;
}

.bold-text-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-form {
  color: #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-56 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.success-message-color {
  color: #fff;
  background-color: #00b3ac;
}

.form-block-6 {
  border: 5px #4b83c0;
  padding: 8px;
}

.left-alignment {
  text-align: center;
}

.left-alignment.smaller-text {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
}

.form-3 {
  color: #000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.error-message-color {
  color: #fff;
  text-align: center;
  background-color: #ef3b31;
  height: auto;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.primary-button-3 {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #4b83c0;
  border: 1px solid #4b83c0;
  border-radius: 70px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
  display: inline-block;
}

.primary-button-3:hover {
  opacity: 1;
  color: #4b83c0;
  background-color: #fff;
}

.text-area {
  color: #000;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #babec3;
  height: 100px;
  min-height: 100px;
  padding-top: 8px;
  font-size: 14px;
}

.text-area:hover {
  border-bottom-color: #142335;
}

.text-field-contact {
  color: #000;
  background-color: #0000;
  border: 1px #eaeaea;
  border-bottom: 1px solid #babdc2;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 6px;
  margin-right: 6px;
  font-size: 14px;
  line-height: 24px;
}

.text-field-contact:hover {
  border-bottom-color: #142335;
}

.button-wrapper-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  margin-top: 30px;
  display: flex;
}

.button-wrapper-2.product {
  flex-direction: row;
  justify-content: center;
  margin-top: 0;
}

.div-block-57 {
  z-index: 99;
  background-color: #fff;
  position: sticky;
}

.image-22 {
  width: 100%;
  margin-bottom: 30px;
}

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

.heading-12 {
  color: #fff;
  text-align: center;
}

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

.contact-success-message-inner-content {
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form-block-7 {
  margin: 0;
}

.form-block-7.other-form {
  background-color: #07070757;
  width: 45%;
  padding: 24px;
}

.success-message {
  color: #070707;
  background-color: #fff;
  padding: 24px;
}

.success-message.contact {
  color: #fff;
  background-color: #0000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  min-height: 400px;
  position: relative;
}

.h4-size {
  font-size: 22px;
  line-height: 1.31818em;
}

.error-message-2 {
  background-color: #ff00002e;
  margin-top: 24px;
  padding: 24px;
}

.input {
  color: #fff;
  letter-spacing: .06em;
  text-transform: none;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #b3b3b3;
  border-radius: 0;
  min-height: 48px;
  margin-bottom: 0;
  padding: 0 24px 27px 0;
  font-size: 16px;
  line-height: 1em;
  transition: border-color .3s;
}

.input:hover {
  border-bottom-color: #fff9;
}

.input:focus {
  color: #fff;
  border-bottom-color: #fff;
}

.input::placeholder {
  color: #fff;
}

.input.text-area {
  text-transform: none;
  min-height: 85px;
}

.subscribe-button {
  color: #fff;
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #070707;
  border: 1px solid #0000;
  padding: 22px 38px;
  font-size: 16px;
  line-height: 20px;
  transition: border-color .3s, color .3s, background-color .3s;
}

.subscribe-button:hover {
  color: #070707;
  background-color: #fff;
  border-color: #070707;
}

.subscribe-button.button-white {
  color: #070707;
  background-color: #fff;
}

.subscribe-button.button-white:hover {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.subscribe-button.button-white.contact {
  max-width: 216px;
}

.footer-mid-content {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 86px;
  padding-bottom: 25px;
  display: flex;
}

.footer-form-block {
  margin-top: 40px;
  margin-bottom: 0;
}

.footer-social-icon {
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 400;
}

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

.footer-nav-container {
  flex-wrap: wrap;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.mg-bottom-0px {
  margin-bottom: 0;
}

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #070707;
  border: 1px solid #0000;
  padding: 22px 38px;
  font-size: 16px;
  line-height: 20px;
  transition: border-color .3s, color .3s, background-color .3s;
}

.button-primary:hover {
  color: #070707;
  background-color: #0000;
  border-color: #070707;
}

.button-primary.button-white {
  color: #070707;
  background-color: #fff;
}

.button-primary.button-white:hover {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.main-2 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
  position: relative;
  inset: 0%;
}

.color-white {
  color: #fff;
}

.color-white.mg-bottom-0px.footer {
  background-image: none;
}

.footer-nav-item {
  margin-bottom: 10px;
}

.decoration-line-wrapper {
  align-items: center;
  margin-bottom: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-nav {
  margin-bottom: 0;
  margin-right: 40px;
  padding-left: 0;
  list-style-type: none;
}

.footer-nav.other-div {
  width: auto;
  display: flex;
}

.footer-nav.last {
  margin-right: 0;
}

.footer-bottom-link {
  color: #fff;
  text-decoration: none;
}

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

.footer {
  color: #dadada;
  background-color: #070707;
  background-image: linear-gradient(#0000 65%, #000), linear-gradient(#000 21%, #0000), url('../images/Screen-Shot-2023-03-09-at-12.42.21-PM.png');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  border-top: 1px solid #ffffff21;
  padding-left: 14px;
  padding-right: 14px;
  position: sticky;
}

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.5em;
}

.footer-column-2.footer-nav-column {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 70%;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.footer-column-2.first {
  flex: 1;
  max-width: 30%;
  margin-right: 20px;
}

.container-default-2 {
  flex-direction: column;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.footer-link-2 {
  color: #ffffffb3;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1.3em;
  text-decoration: none;
  transition: transform .3s, color .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
}

.footer-link-2:hover {
  color: #fff;
  transform: translate(2px);
}

.footer-top-content {
  border-bottom: 1px solid #696969;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 66px;
  padding-bottom: 66px;
  display: flex;
}

.decoration-line {
  background-color: #070707;
  flex: 1;
  min-height: 1px;
  margin-bottom: 3px;
  margin-left: 16px;
  position: relative;
}

.decoration-line.bg-neutral-600 {
  background-color: #696969;
}

.footer-social-link {
  color: #b3b3b3;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
  align-items: baseline;
  margin-right: 17px;
  line-height: 1.8em;
  text-decoration: none;
  transition: transform .3s, color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.footer-social-link:hover {
  color: #fff;
  transform: translate(2px);
}

.footer-contact-link-wrapper {
  color: #b3b3b3;
  white-space: nowrap;
  flex: 1;
  margin-bottom: 35px;
  margin-left: 56px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.footer-contact-link-wrapper:hover {
  color: #fff;
  transform: translate(0, 4px);
}

.footer-contact-link-wrapper.mg-bottom-0px {
  margin-bottom: 0;
}

.footer-logo {
  transform-style: preserve-3d;
  width: 300px;
  transition: transform .3s;
}

.footer-logo:hover {
  transform: scale3d(.94, .94, 1.01);
}

.footer-bottom-content {
  text-align: center;
  border-top: 1px solid #696969;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 20px;
  line-height: 1.7em;
}

.heading-6 {
  color: #fff;
  text-align: center;
  background-color: #0707078f;
  width: 50%;
  height: 40%;
  padding: 23px;
  font-size: 1.6em;
  line-height: 1.7em;
}

.footer-title-2 {
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.8em;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.footer-title-2:hover {
  color: #fff;
}

.footer-title-2.mg-bottom-32px {
  border-right: 1px solid #fff;
  width: auto;
  margin-bottom: 16px;
  margin-right: 15px;
  padding-right: 15px;
}

.footer-nav-main-container {
  width: 23%;
  margin-right: 16px;
}

.footer-nav-main-container.last {
  width: 38%;
  margin-right: 0;
}

.footer-nav-main-container.second {
  width: 38%;
}

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

.footer-logo-container {
  padding-left: 0;
}

.footer-contact-text {
  color: #fff;
  font-size: 42px;
  line-height: 1.26em;
  transition: color .3s;
}

.footer-contact-text:hover {
  color: #fffc;
}

.input-2 {
  color: #fff;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #b3b3b3;
  border-radius: 0;
  min-height: 48px;
  margin-bottom: 0;
  padding: 0 24px 27px 0;
  font-size: 16px;
  line-height: 1.2em;
  transition: border-color .3s;
}

.input-2:hover {
  border-bottom-color: #fff9;
}

.input-2:focus {
  color: #fff;
  border-bottom-color: #fff;
}

.input-2::placeholder {
  color: #fff;
}

.input-2.footer-input {
  margin-bottom: 22px;
}

.italic-text-27 {
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.section-5 {
  padding: 80px 51px;
}

.section-5.about-us-banner {
  background-image: linear-gradient(#0009, #0009), url('../images/03a84b_e676eda867d6420595c5509400289235~mv2.jpg.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 80vh;
  min-height: auto;
  padding-top: 185px;
  display: flex;
}

.dropdown-list {
  width: 170px;
}

.dropdown-list.w--open {
  background-color: var(--background);
}

.link {
  color: var(--additional-accent);
  letter-spacing: .2px;
  text-transform: uppercase;
  transition: all .4s;
}

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

.div-block-59 {
  margin-bottom: 69px;
}

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

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

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

@media screen and (min-width: 1280px) {
  .navbar {
    left: 104px;
    right: 17px;
  }

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

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

  .wrapper {
    max-width: 1400px;
  }

  .section-heading {
    font-weight: 500;
  }

  .section-5 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-5.about-us-banner {
    min-height: 580px;
    padding-top: 130px;
  }

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

@media screen and (min-width: 1440px) {
  .button-block-banner-home-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .gallery-wrap {
    margin-top: 100px;
  }

  .section-2, .section-3, .section-4 {
    padding-left: 50px;
    padding-right: 50px;
  }

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

@media screen and (min-width: 1920px) {
  .section-5.about-us-banner {
    background-image: linear-gradient(#0009, #0009), url('../images/home-g.jpg');
    background-position: 0 0, 50%;
  }

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

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

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

  .nav {
    align-items: stretch;
    padding-left: 187px;
    overflow: hidden;
  }

  .nav.logo {
    z-index: 99999;
    width: auto;
    height: auto;
    top: -29px;
    left: -70px;
  }

  .logo {
    width: 130px;
    height: 130px;
    padding-left: 0;
    padding-right: 0;
  }

  .logo.footer-logo {
    width: 160px;
    margin-left: -6px;
  }

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

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

  .nav-link.top {
    background-color: #1b332500;
    border-radius: 0;
    width: 100%;
  }

  .brand.w--current {
    width: 140px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    background-color: var(--background-headers);
    border-radius: 15px;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
    box-shadow: 6px 7px 13px 2px #24403033;
  }

  .nav-button {
    border-style: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-button:hover {
    color: var(--additional-accent);
    background-color: #ffffff1a;
    border-style: none;
  }

  .nav-button.other {
    border-radius: 13px;
  }

  .nav-button.other:hover {
    background-color: var(--additional-accent);
    border-radius: 13px;
  }

  .nav-button.hidden {
    border-style: solid;
    border-width: 2px;
    border-radius: 14px;
    justify-content: space-between;
    align-items: center;
    max-width: 180px;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
  }

  .nav-button.hidden:hover {
    background-color: #fff0;
  }

  .nav-button.yello-button {
    color: var(--additional-accent);
  }

  .block-hero {
    justify-content: center;
    align-items: flex-start;
    padding-top: 107px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .block-hero.left {
    padding-top: 89px;
  }

  .hero {
    width: 60%;
  }

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

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

  .text-subtitle.center {
    text-align: center;
    margin-bottom: 5px;
  }

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

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

  .menu-button {
    background-color: #fff0;
    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 {
    color: var(--accent-borders);
    background-color: #e0a42300;
  }

  .menu-button:active, .menu-button:focus, .menu-button:focus-visible, .menu-button[data-wf-focus-visible], .menu-button:lang(en) {
    background-color: #fff0;
  }

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

  .menu-icon {
    color: var(--additional-accent);
    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: 74px 30px 80px;
  }

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

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

  .content {
    overflow: hidden;
  }

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

  .heading-block {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: .25fr 1fr;
  }

  .heading-block-text {
    width: 100%;
  }

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

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

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

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

  .achievement-title {
    padding-top: 10px;
    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;
    top: 0;
  }

  .footer-section {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-block {
    top: 100px;
  }

  .cta-text {
    width: 100%;
  }

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

  .text-detail-footer {
    padding-left: 112px;
    padding-right: 112px;
  }

  .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 {
    max-width: none;
  }

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

  .paragraph.large.centered {
    text-align: left;
    max-width: none;
  }

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

  .heading.h5.white {
    font-size: 28px;
  }

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

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

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

  .heading.h2.centered, .heading.h2.cta {
    width: auto;
  }

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

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

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

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

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

  .side-bar-box {
    margin-bottom: 26px;
  }

  .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 {
    width: 80%;
    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;
  }

  .primary-button-2 {
    color: #fff;
    background-color: #009742;
  }

  .primary-button-2:hover {
    color: #242424;
    background-color: #ffbe40;
  }

  .banner-slider-container {
    text-align: center;
  }

  .div-block-2 {
    width: auto;
    display: none;
  }

  .div-block-2.hidden {
    margin-right: 25px;
    display: flex;
  }

  .header-right.mobile-hidden {
    margin-right: 0;
  }

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

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

  .row {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .entry-content, .entry-content.all-center {
    max-width: none;
  }

  .caption {
    text-align: left;
  }

  .background-video-2 {
    height: 340px;
  }

  .accordion-wrapper {
    grid-column-gap: 40px;
  }

  .gallery-wrap {
    margin-top: 80px;
  }

  .small-image {
    height: 180px;
  }

  .large-image {
    height: 360px;
  }

  .split-content.blog-left {
    max-width: 48%;
  }

  .split-content.blog-card-about {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    display: flex;
  }

  .split-content.blog-card-content {
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
    min-height: auto;
    padding: 32px 20px;
  }

  .split-content.footer-top-content-left {
    max-width: none;
    margin-bottom: 24px;
    margin-right: 56px;
  }

  .split-content.footer-top-content-right {
    max-width: none;
    margin-bottom: 0;
  }

  .title.blog-card-name {
    font-size: 22px;
  }

  .title.post-title {
    margin-bottom: 32px;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .section-2 {
    padding: 100px 0;
  }

  .section-2.relative.top-section.blog-hero {
    padding-top: 202px;
  }

  .top-content.blog {
    margin-bottom: 89px;
  }

  .top-content.blog-post-top-content {
    max-width: 100%;
  }

  .paragraph-3.blog-card {
    margin-bottom: 32px;
  }

  .card.blog-card {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
    overflow: visible;
  }

  .bottom-content.blog-card-bottom-content {
    flex-direction: column-reverse;
    align-items: flex-start;
    width: 100%;
  }

  .inline-block.read-more {
    margin-top: 12px;
    margin-right: 12px;
  }

  .section-3 {
    padding: 100px 0;
  }

  .section-3.blog-post {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .button-hover {
    height: auto;
  }

  .button-secondary {
    padding-top: 22px;
    padding-bottom: 22px;
    display: inline-block;
  }

  .section-4 {
    padding: 100px 0;
  }

  .paragraph-4.blog-card {
    margin-bottom: 32px;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 24px;
  }

  .heading-12 {
    margin-bottom: 19px;
  }

  .contact-form {
    grid-row-gap: 29px;
  }

  .form-block-7.other-form {
    width: 66%;
    margin-top: 25px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .input {
    min-height: 42px;
    font-size: 14px;
  }

  .footer-mid-content {
    padding-top: 58px;
    padding-bottom: 29px;
  }

  .text-block {
    text-align: center;
    font-size: 12px;
  }

  .mg-bottom-0px {
    font-size: 16px;
    line-height: 1.4em;
  }

  .color-white {
    font-size: 42px;
  }

  .color-white.mg-bottom-0px {
    font-size: 38px;
  }

  .color-white.mg-bottom-0px.footer {
    padding-left: 0;
  }

  .footer-nav-item {
    text-align: left;
  }

  .footer-nav {
    margin-right: 32px;
  }

  .footer-nav.last {
    width: 100%;
    display: block;
  }

  .footer-column-2.footer-nav-column {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-column-2.first {
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 61px;
    margin-right: 0;
  }

  .container-default-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-top-content {
    flex-direction: column;
    align-content: flex-start;
    padding-top: 62px;
    padding-bottom: 58px;
  }

  .footer-contact-link-wrapper {
    flex: 0 auto;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .heading-6 {
    width: 55%;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 1.5em;
  }

  .footer-nav-main-container {
    width: 20%;
  }

  .footer-nav-main-container.last {
    width: 35%;
  }

  .footer-contact-text {
    font-size: 34px;
  }

  .italic-text-27 {
    font-size: 16px;
  }

  .section-5 {
    padding: 47px 34px 9px;
  }

  .section-5.about-us-banner {
    padding-top: 120px;
  }

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

  .dropdown {
    width: 100%;
  }

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

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

  .navbar {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    left: 35px;
    right: 0;
  }

  .nav {
    padding-left: 0;
  }

  .nav.logo {
    top: -20px;
    left: -50px;
  }

  .nav-button.hidden {
    max-width: 120px;
  }

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

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

  .hero {
    width: auto;
  }

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

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

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

  .menu-button {
    margin-left: -16px;
    margin-right: 9px;
  }

  .menu-icon {
    padding-left: 3px;
    padding-right: 3px;
  }

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

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

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

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

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

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

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

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

  .text-box._800px {
    margin-bottom: 28px;
  }

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

  .paragraph, .paragraph.large.centered {
    max-width: none;
  }

  .heading.h2 {
    width: auto;
    margin-bottom: 15px;
    font-size: 36px;
  }

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

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

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

  .heading.h1.centered {
    margin-top: 20px;
  }

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

  .service-box {
    padding-left: 7%;
    padding-right: 7%;
  }

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

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

  .block-home-hero {
    flex-flow: column;
    height: auto;
    padding-top: 292px;
    padding-bottom: 46px;
  }

  .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 {
    width: 100%;
    max-width: none;
    font-size: 16px;
  }

  .notification-box {
    width: auto;
    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;
  }

  .primary-button-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-slider-container {
    padding-left: 0;
    padding-right: 0;
  }

  .image-19 {
    width: 20em;
  }

  .div-block-2.hidden {
    height: 50%;
  }

  .link-7 {
    margin-bottom: -8px;
  }

  .text-span {
    font-size: 16px;
    line-height: 20px;
  }

  .wrapper, .row {
    padding-left: 0;
    padding-right: 0;
  }

  .entry-content {
    max-width: none;
  }

  .caption {
    text-align: left;
    width: 100%;
    font-size: 14px;
  }

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

  .background-video-2 {
    height: 235px;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .gallery-wrap {
    flex-wrap: wrap;
  }

  .first-images-wrap {
    width: 100%;
  }

  .small-image, .large-image {
    height: 300px;
  }

  .second-images-wrap, .third-images-wrap {
    width: 100%;
    margin-top: 20px;
  }

  .split-content.blog-left {
    max-width: 100%;
    margin-bottom: 8px;
  }

  .split-content.blog-card-content {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .split-content.footer-top-content-left {
    max-width: none;
    margin-bottom: 32px;
  }

  .split-content.footer-top-content-right {
    margin-bottom: 0;
  }

  .title.post-title {
    margin-bottom: 22px;
    font-size: 34px;
    line-height: 1.3em;
  }

  .title.latest-articles {
    margin-bottom: 14px;
  }

  .container-default {
    padding-left: 0;
    padding-right: 0;
  }

  .featured-blog-wrapper {
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .bg-square.blog-post-bg {
    min-height: 580px;
  }

  .section-2.relative.top-section.blog-hero {
    padding-top: 188px;
  }

  .top-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-content.blog {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 50px;
  }

  .top-content.blog-post-top-content {
    margin-bottom: 32px;
  }

  .top-content.latest-articles {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bottom-content.blog-card-bottom-content {
    padding-top: 24px;
  }

  .inline-block.read-more {
    margin-right: 0;
  }

  .section-3.blog-post {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .button-hover {
    width: auto;
  }

  .button-secondary {
    padding: 20px 35px;
  }

  .section-4.medium {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  ._2-column-grid-2.articles-grid {
    grid-template-columns: 1fr;
  }

  .heading-2 {
    font-size: 18px;
    line-height: 20px;
  }

  .button-wrapper-2.product {
    margin-top: 0;
  }

  .contact-form {
    grid-row-gap: 19px;
  }

  .form-block-7.other-form {
    width: 90%;
    margin-top: 0;
  }

  .success-message.contact {
    min-height: 300px;
  }

  .subscribe-button {
    padding: 20px 32px;
  }

  .footer-mid-content {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 2px;
  }

  .button-primary {
    padding: 20px 32px;
  }

  .color-white {
    text-align: left;
    font-size: 38px;
  }

  .color-white.mg-bottom-0px.footer {
    font-size: 28px;
  }

  .footer-nav-item {
    margin-bottom: 6px;
  }

  .footer-nav.last {
    width: 100%;
    margin-bottom: 31px;
  }

  .footer-column-2 {
    width: 100%;
  }

  .footer-column-2.footer-nav-column {
    flex-flow: column wrap;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .footer-column-2.first {
    flex: 0 auto;
    max-width: 100%;
    margin-right: 0;
  }

  .decoration-line {
    margin-left: 12px;
  }

  .footer-contact-link-wrapper {
    margin-top: 0;
    margin-bottom: 32px;
  }

  .footer-logo {
    transition: transform .3s;
  }

  .footer-logo:hover {
    transform: scale(.94);
  }

  .footer-bottom-content {
    font-size: 16px;
  }

  .heading-6 {
    width: 75%;
  }

  .footer-nav-main-container {
    flex: 1;
    width: 100%;
    margin-bottom: 31px;
  }

  .footer-nav-main-container.last {
    width: 100%;
    margin-bottom: 0;
  }

  .footer-contact-text {
    margin-top: 8px;
    font-size: 32px;
  }

  .section-5 {
    margin-top: 81px;
    padding-top: 44px;
    padding-bottom: 60px;
  }

  .section-5.about-us-banner {
    min-height: 370px;
    margin-top: 0;
  }

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

@media screen and (max-width: 479px) {
  .navbar {
    z-index: 99999999;
    width: 84%;
    padding-right: 10px;
    left: 42px;
  }

  .nav.logo {
    top: -28px;
    left: -65px;
  }

  .logo {
    width: 120px;
    height: 120px;
  }

  .nav-link.top {
    font-weight: 600;
  }

  .brand.w--current {
    width: 160px;
  }

  .nav-button.hidden {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px;
    line-height: 16px;
  }

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

  .heading-hero {
    font-size: 28px;
    line-height: 34px;
  }

  .text-subtitle.green {
    margin-bottom: 2px;
  }

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

  .primary-button {
    width: auto;
    font-size: 13px;
  }

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

  .menu-button {
    z-index: 99999;
  }

  .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;
    padding-left: 20px;
    padding-right: 20px;
  }

  .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: 13px;
    padding-bottom: 33px;
  }

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

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

  .text-detail-footer {
    padding: 8px 11px;
    font-size: 10px;
    line-height: 12px;
  }

  .shape._01 {
    width: 80vw;
  }

  .shape._02 {
    width: 70vw;
  }

  .shape._05 {
    width: 100vw;
    font-size: 10px;
  }

  .shape._06 {
    display: none;
  }

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

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

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

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

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

  .text-input {
    width: 100%;
  }

  .paragraph.large.centered {
    max-width: none;
    font-size: 14px;
    line-height: 20px;
  }

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

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

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

  .heading.h2.white {
    font-size: 20px;
  }

  .heading.h2.cta {
    font-size: 18px;
  }

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

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

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

  .heading.h1.centered {
    font-size: 32px;
  }

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

  .block-home-hero {
    padding-top: 295px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .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;
    width: 92%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

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

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

  .primary-button-2 {
    padding: 15px 22px;
    font-size: 14px;
  }

  .border-button.home-1 {
    margin-top: 19px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }

  .banner-slider-container {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-block-banner-home-2 {
    grid-column-gap: 15px;
    text-align: center;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .title-1 {
    font-size: 32px;
  }

  .image-19 {
    width: 15em;
    max-width: none;
  }

  .div-block-2 {
    position: relative;
    left: -7px;
  }

  .div-block-2.hidden {
    display: none;
  }

  .home-primary-button {
    display: flex;
  }

  .link-7 {
    font-size: 16px;
  }

  .text-span {
    font-size: 15px;
    display: block;
  }

  .text-span.bigger-font {
    color: var(--additional-accent);
    font-size: 17px;
  }

  .text-span.bigger-font:hover {
    color: var(--white);
  }

  .row {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .caption {
    text-align: left;
    font-size: 16px;
  }

  .section-heading {
    font-size: 14px;
  }

  .paragraph-2 {
    padding: 3px 9px;
    font-size: 14px;
  }

  .div-block-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .background-video-2 {
    height: 120px;
  }

  .gallery-wrap {
    margin-top: 20px;
  }

  .small-image, .large-image {
    height: 200px;
  }

  .split-content.home-blog-right, .split-content.footer-top-content-left {
    width: 100%;
  }

  .split-content.footer-top-content-right {
    position: relative;
    left: -24px;
  }

  .title.post-title {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.1em;
  }

  .container-default {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

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

  .section-2.relative.top-section.blog-hero {
    padding-top: 160px;
  }

  .top-content.latest-articles {
    margin-bottom: 32px;
  }

  .bottom-content.blog-card-bottom-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-wrapper.blog-card-image-wrapper {
    height: auto;
    padding: 12px;
  }

  .interaction-wrapper {
    flex-direction: column;
    justify-content: center;
    display: block;
  }

  .container-medium-800px {
    padding-left: 0;
    padding-right: 0;
  }

  .section-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-3.blog-post {
    padding-top: 129px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .rich-text-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .button-secondary {
    width: 100%;
  }

  .section-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-4.medium {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .section-4.medium.bg-neutral-200 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-2 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
  }

  .flex-form {
    flex-direction: column;
    width: 94%;
  }

  .left-alignment {
    line-height: .9em;
  }

  .left-alignment.smaller-text {
    margin-bottom: 18px;
    font-size: 24px;
  }

  .form-3 {
    align-items: center;
  }

  .text-area {
    color: #000;
    font-size: 14px;
  }

  .text-field-contact {
    width: 100%;
    font-size: 14px;
  }

  .button-wrapper-2 {
    width: auto;
  }

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

  .contact-form {
    grid-row-gap: 20px;
  }

  .form-block-7.other-form {
    width: 100%;
    margin-top: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .input {
    min-height: 34px;
    font-size: 12px;
  }

  .subscribe-button {
    flex: 1;
    width: 100%;
    display: block;
  }

  .subscribe-button.button-white.contact {
    max-width: none;
  }

  .footer-mid-content {
    padding-top: 45px;
    padding-bottom: 0;
  }

  .text-block {
    text-align: left;
    font-size: 11px;
    line-height: 1.6em;
  }

  .mg-bottom-0px {
    font-size: 15px;
    line-height: 1.4em;
  }

  .button-primary {
    flex: 1;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .color-white {
    text-align: left;
    letter-spacing: 1.1px;
    font-size: 28px;
    line-height: 1.1em;
  }

  .color-white.mg-bottom-0px {
    text-align: left;
  }

  .color-white.mg-bottom-0px.footer {
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-nav-item {
    margin-bottom: 6px;
  }

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

  .footer-nav.other-div {
    margin-right: 0;
  }

  .footer-column-2.footer-nav-column {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
    margin-right: 0;
  }

  .container-default-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-logo {
    width: 250px;
  }

  .heading-6 {
    width: 80%;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 1.4em;
  }

  .footer-title-2.mg-bottom-32px {
    margin-bottom: 28px;
    font-size: 14px;
  }

  .footer-nav-main-container {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .footer-contact-text {
    font-size: 27px;
  }

  .input-2.footer-input {
    font-size: 13px;
  }

  .italic-text-27 {
    font-size: 14px;
    line-height: 18px;
  }

  .section-5 {
    margin-top: 96px;
    padding: 0;
  }

  .div-block-60 {
    z-index: 9999;
    background-color: var(--background-headers);
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: auto;
    padding-top: 12px;
    padding-bottom: 19px;
    display: flex;
    position: absolute;
    inset: 17% 0% auto 12%;
  }
}

#w-node-_2f9ee3cd-6505-4906-2b8f-880e0fdff3a6-36a165d7, #w-node-fd134dbb-b61d-9b2b-a371-d2e716599da4-36a165d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

#w-node-bebf4ff0-4eac-721c-5c2a-5ce2f243cd30-36a165d7, #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 {
  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-b75efb3c-c32a-07f9-daed-751be25f8934-e25f892f, #w-node-_14c02304-c43e-e2a0-d878-f53ca8ba0690-36a165e0, #w-node-_789bd28d-2908-7b56-94e9-da41dd05c340-36a165e0, #w-node-_1bf771bc-45fe-0f9b-b369-d9aed18c6407-36a165e0, #w-node-dea63304-e51d-c2f1-7d59-5d7f15417f00-36a165e0, #w-node-e2cfab1f-bba8-ca29-883b-456ec925655a-36a165e0, #w-node-f16f296d-6158-c63d-d844-e0728bc8af76-36a165e0, #w-node-a82e54de-a036-eb6e-3b6a-898cd8eca726-36a165e0, #w-node-_13f8e1a9-e213-aafc-c34d-79d4ff73469f-36a165e0, #w-node-b80638e4-f7f2-c4ce-e231-5f034a53eab1-36a165e0, #w-node-_0ddd2118-bd11-09f2-f6db-2e63f7d22e63-36a165e0, #w-node-d1d90659-c8c8-9f7a-9c98-bd71b21bf7dc-36a165e0, #w-node-_2fa3f7b5-20a1-43b0-7172-97810bf98da3-36a165e0, #w-node-_63220fba-a740-68a2-7e9f-607a83ca606a-36a165e0, #w-node-cf437c14-1fb1-9bc6-d10f-f0761ddf40f3-36a165e0, #w-node-_0e51c288-bd25-dac6-ed5a-e0d06e4fb3d2-36a165e0, #w-node-_7b6ac59b-2b06-7fe9-5be6-4796b5e6025c-36a165e0, #w-node-_2664a217-5423-eae1-1e5a-d54e861020ad-36a165e3, #w-node-f0094c17-a352-1e18-1413-995fdeabd8fd-36a165e3, #w-node-_0accc89e-bfdb-6c69-4475-198cb737b11b-36a165e3, #w-node-f541ee4a-a2d6-9a83-7638-f063debc8dbd-36a165e3, #w-node-_3cfc84ec-9a33-0170-96f6-6fa17c8860de-36a165e3, #w-node-a714bfc5-38ac-c683-34d6-6c3f89a9d8a1-79f1eff3, #w-node-f0e1a2e4-1c68-b429-d631-4aeaae682ad9-79f1eff3, #w-node-a714bfc5-38ac-c683-34d6-6c3f89a9d8d6-79f1eff3, #w-node-_0ddd2118-bd11-09f2-f6db-2e63f7d22e63-79f1eff3, #w-node-d1d90659-c8c8-9f7a-9c98-bd71b21bf7dc-79f1eff3, #w-node-_2fa3f7b5-20a1-43b0-7172-97810bf98da3-79f1eff3, #w-node-_63220fba-a740-68a2-7e9f-607a83ca606a-79f1eff3, #w-node-cf437c14-1fb1-9bc6-d10f-f0761ddf40f3-79f1eff3, #w-node-_0e51c288-bd25-dac6-ed5a-e0d06e4fb3d2-79f1eff3, #w-node-a714bfc5-38ac-c683-34d6-6c3f89a9d8a1-a54d2d63, #w-node-f0e1a2e4-1c68-b429-d631-4aeaae682ad9-a54d2d63, #w-node-a714bfc5-38ac-c683-34d6-6c3f89a9d8d6-a54d2d63, #w-node-_0ddd2118-bd11-09f2-f6db-2e63f7d22e63-a54d2d63, #w-node-d1d90659-c8c8-9f7a-9c98-bd71b21bf7dc-a54d2d63, #w-node-_2fa3f7b5-20a1-43b0-7172-97810bf98da3-a54d2d63, #w-node-_63220fba-a740-68a2-7e9f-607a83ca606a-a54d2d63, #w-node-cf437c14-1fb1-9bc6-d10f-f0761ddf40f3-a54d2d63, #w-node-_0e51c288-bd25-dac6-ed5a-e0d06e4fb3d2-a54d2d63, #w-node-a714bfc5-38ac-c683-34d6-6c3f89a9d8a1-3c5e4246, #w-node-f0e1a2e4-1c68-b429-d631-4aeaae682ad9-3c5e4246, #w-node-a714bfc5-38ac-c683-34d6-6c3f89a9d8d6-3c5e4246, #w-node-_0ddd2118-bd11-09f2-f6db-2e63f7d22e63-3c5e4246, #w-node-d1d90659-c8c8-9f7a-9c98-bd71b21bf7dc-3c5e4246, #w-node-_2fa3f7b5-20a1-43b0-7172-97810bf98da3-3c5e4246, #w-node-_63220fba-a740-68a2-7e9f-607a83ca606a-3c5e4246, #w-node-cf437c14-1fb1-9bc6-d10f-f0761ddf40f3-3c5e4246, #w-node-_0e51c288-bd25-dac6-ed5a-e0d06e4fb3d2-3c5e4246, #w-node-a714bfc5-38ac-c683-34d6-6c3f89a9d8a1-a86ef5a2, #w-node-f0e1a2e4-1c68-b429-d631-4aeaae682ad9-a86ef5a2, #w-node-a714bfc5-38ac-c683-34d6-6c3f89a9d8d6-a86ef5a2, #w-node-_0ddd2118-bd11-09f2-f6db-2e63f7d22e63-a86ef5a2, #w-node-d1d90659-c8c8-9f7a-9c98-bd71b21bf7dc-a86ef5a2, #w-node-_2fa3f7b5-20a1-43b0-7172-97810bf98da3-a86ef5a2, #w-node-_63220fba-a740-68a2-7e9f-607a83ca606a-a86ef5a2, #w-node-cf437c14-1fb1-9bc6-d10f-f0761ddf40f3-a86ef5a2, #w-node-_0e51c288-bd25-dac6-ed5a-e0d06e4fb3d2-a86ef5a2, #w-node-a714bfc5-38ac-c683-34d6-6c3f89a9d8a1-2a31ece3, #w-node-f0e1a2e4-1c68-b429-d631-4aeaae682ad9-2a31ece3, #w-node-a714bfc5-38ac-c683-34d6-6c3f89a9d8d6-2a31ece3, #w-node-_0ddd2118-bd11-09f2-f6db-2e63f7d22e63-2a31ece3, #w-node-d1d90659-c8c8-9f7a-9c98-bd71b21bf7dc-2a31ece3, #w-node-_2fa3f7b5-20a1-43b0-7172-97810bf98da3-2a31ece3, #w-node-_63220fba-a740-68a2-7e9f-607a83ca606a-2a31ece3, #w-node-cf437c14-1fb1-9bc6-d10f-f0761ddf40f3-2a31ece3, #w-node-_0e51c288-bd25-dac6-ed5a-e0d06e4fb3d2-2a31ece3, #w-node-_1dd8d91d-25b0-88fc-eab1-45b2ae570300-245292fe, #w-node-_1dd8d91d-25b0-88fc-eab1-45b2ae570335-245292fe, #w-node-_1dd8d91d-25b0-88fc-eab1-45b2ae570300-1ecfbc2f, #w-node-_1dd8d91d-25b0-88fc-eab1-45b2ae570335-1ecfbc2f, #w-node-_1dd8d91d-25b0-88fc-eab1-45b2ae570300-67afbfd9, #w-node-_1dd8d91d-25b0-88fc-eab1-45b2ae570335-67afbfd9, #w-node-_1dd8d91d-25b0-88fc-eab1-45b2ae570300-d56b72d5, #w-node-_1dd8d91d-25b0-88fc-eab1-45b2ae570335-d56b72d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-dfbd4c64-fcaa-01d8-2208-9f3382fc9229-36a165d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4a5a54b6-4b84-2837-12ed-e6249a189bb3-36a165d7 {
    grid-column: span 3 / span 3;
  }

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

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

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

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

  #w-node-_0255d9af-a450-2cb9-b5bd-7468924d415b-79f1eff3, #w-node-_0255d9af-a450-2cb9-b5bd-7468924d415b-a54d2d63, #w-node-_0255d9af-a450-2cb9-b5bd-7468924d415b-3c5e4246, #w-node-_0255d9af-a450-2cb9-b5bd-7468924d415b-a86ef5a2, #w-node-_0255d9af-a450-2cb9-b5bd-7468924d415b-2a31ece3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

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

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

@media screen and (max-width: 479px) {
  #submit-button.w-node-_2f9ee3cd-6505-4906-2b8f-880e0fdff3ad-36a165d7 {
    justify-self: auto;
  }

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


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}