@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-SemiboldItalic.woff2') format("woff2"), url('../fonts/Switzer-SemiboldItalic.woff') format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Regular.woff2') format("woff2"), url('../fonts/Switzer-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Semibold.woff2') format("woff2"), url('../fonts/Switzer-Semibold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Italic.woff2') format("woff2"), url('../fonts/Switzer-Italic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Bold.woff2') format("woff2"), url('../fonts/Switzer-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Light.woff2') format("woff2"), url('../fonts/Switzer-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-LightItalic.woff2') format("woff2"), url('../fonts/Switzer-LightItalic.woff') format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-BoldItalic.woff2') format("woff2"), url('../fonts/Switzer-BoldItalic.woff') format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Medium.woff2') format("woff2"), url('../fonts/Switzer-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-MediumItalic.woff2') format("woff2"), url('../fonts/Switzer-MediumItalic.woff') format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: Unicons;
  src: url('../fonts/unicons-line.woff2') format("woff2"), url('../fonts/unicons-line.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

:root {
  --primary: #ccf2df;
  --secondary: #b8b9b9;
  --white: white;
  --dropdown: #212223;
  --dark: #141516;
}

h1 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 400;
  line-height: 52px;
}

h2 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
}

h3 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

h4 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

h5 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

h6 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

p {
  margin-bottom: 25px;
  line-height: 30px;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  border-bottom-color: var(--primary);
  color: var(--primary);
}

ul {
  margin-top: 0;
  margin-bottom: 25px;
}

ol {
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 3px solid var(--primary);
  margin-bottom: 25px;
  padding: 10px 20px;
  font-family: Switzer, sans-serif;
  font-size: 24px;
  line-height: 36px;
}

figure {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 0;
}

figcaption {
  color: var(--secondary);
  margin-top: 15px;
  font-size: 16px;
}

.body {
  color: var(--white);
  background-color: #545454;
  font-family: Switzer, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.66;
}

.section {
  overflow: hidden;
}

.container {
  z-index: 2;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  transition: background-color .2s, color .2s;
  display: flex;
  position: relative;
}

.sg-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  display: grid;
}

.sg-section.cc-border-bottom-none {
  border-bottom-style: none;
}

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

.sg-button-block {
  margin-right: 60px;
  display: inline-block;
}

.sg-color-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.sg-color-block {
  height: 80px;
  margin-bottom: 10px;
  display: block;
}

.sg-margin-block {
  background-color: #ffffff1a;
  width: 100%;
  display: flex;
}

.background-primary {
  background-color: #ccf2df;
}

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

.display-1 {
  letter-spacing: -.03em;
  flex: none;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 400;
  line-height: 108px;
}

.display-2 {
  letter-spacing: -.03em;
  margin-bottom: 15px;
  font-size: 70px;
  font-weight: 400;
  line-height: 78px;
}

.display-2.margin-bottom-40.cc-narrow {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 75%;
  margin-bottom: 0;
  display: flex;
}

.label {
  color: var(--white);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.label.text-secondary {
  color: var(--secondary);
}

.button-link {
  grid-column-gap: 8px;
  color: var(--white);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.button-link:hover {
  border-style: none;
}

.button-link.w--current {
  transition: color .2s;
}

.paragraph-large {
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 38px;
}

.paragraph-extra-large {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 42px;
}

.paragraph-extra-large.cc-narrow {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility-page-form {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.margin-bottom-none {
  text-align: right;
  flex: 1;
  margin-bottom: 0;
  display: flex;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

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

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-35 {
  margin-bottom: 35px;
}

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

.margin-bottom-45 {
  margin-bottom: 45px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-55 {
  margin-bottom: 55px;
}

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

.margin-bottom-65 {
  margin-bottom: 65px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-75 {
  margin-bottom: 75px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.navbar {
  z-index: 1999;
  pointer-events: auto;
  background-color: #414141;
  border-bottom: 4px solid #98cb00;
  width: 100%;
  display: block;
  position: sticky;
  top: 0;
}

.logo {
  width: 100%;
  max-width: none;
  display: inline-block;
}

.nav-menu-wrapper {
  width: 100%;
}

.navbar-inner {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-menu.cc-right {
  grid-row-gap: 50px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
}

.nav-menu-flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 25px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  transition: color .2s;
  display: flex;
}

.nav-link:hover {
  color: #98cb00;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-color: var(--primary);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: none;
}

.nav-link.w--current {
  color: #98cb00;
}

.navbar-border {
  background-color: #cfb7b74d;
  width: 100%;
  height: 1px;
  display: none;
}

.dropdown {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.dropdown-list {
  background-color: var(--dropdown);
  position: absolute;
}

.dropdown-list.w--open {
  border-top: 2px solid var(--primary);
  min-width: 180px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.dropdown-item {
  color: var(--white);
  text-transform: uppercase;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 25px 0;
  transition: color .2s;
  display: flex;
}

.dropdown-item:hover {
  color: var(--primary);
}

.dropdown-item:focus-visible, .dropdown-item[data-wf-focus-visible] {
  outline-color: var(--primary);
  outline-offset: 0px;
  border-radius: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.dropdown-link {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 26px;
  font-size: 14px;
  font-weight: 500;
  transition: color .3s ease-in-out;
  display: block;
}

.dropdown-link:focus-visible, .dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.dropdown-link.w--current {
  color: #c7acac;
}

.nav-dropdown-icon {
  margin: 0 0 0 4px;
  font-size: 13px;
  position: relative;
}

.navbar-wrapper-mobile {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.dropdown-list-mobile {
  background-color: #0000;
  position: relative;
}

.dropdown-mobile {
  font-size: 14px;
}

.navbar-brand-mobile {
  display: none;
}

.navbar-inner-mobile {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.nav-menu-flex-mobile {
  display: flex;
}

.nav-link-mobile {
  color: #303030;
  letter-spacing: .1em;
  text-transform: uppercase;
  align-items: center;
  height: 143px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  transition: color .2s;
  display: flex;
}

.nav-link-mobile:hover {
  color: #99bab8;
}

.nav-link-mobile:focus-visible, .nav-link-mobile[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.dropdown-item-mobile {
  color: #303030;
  letter-spacing: .1em;
  text-transform: uppercase;
  align-items: center;
  height: 143px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 18px 0 0;
  font-size: 14px;
  font-weight: 500;
  transition: color .2s;
  display: flex;
}

.dropdown-item-mobile:hover {
  color: #99bab8;
}

.dropdown-item-mobile:focus-visible, .dropdown-item-mobile[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.dropdown-link-mobile {
  color: #303030;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  transition: color .3s ease-in-out;
  display: block;
}

.dropdown-link-mobile:focus-visible, .dropdown-link-mobile[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.burger-line {
  background-color: var(--white);
  width: 25px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.navbar-space {
  height: 20px;
}

.unicon {
  font-family: Unicons, sans-serif;
  font-size: 21px;
}

.button {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 13px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.button.cc-basic {
  transition: color .2s, background-color .2s;
}

.button.cc-basic:hover {
  background-color: var(--white);
  color: var(--dark);
}

.button-background {
  background-color: #fff;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.button-background-inner {
  position: absolute;
  bottom: 100%;
  left: 0%;
  right: 0%;
}

.button-circle {
  background-color: #fff;
  border-radius: 50%;
  width: 150%;
  height: 200%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%);
}

.button-text {
  grid-column-gap: 5px;
  color: var(--white);
  align-items: center;
  display: flex;
  position: relative;
}

.wrapper {
  height: 100%;
}

.section-onepage.cc-viewport {
  height: 100vh;
  min-height: 100vh;
  margin-top: -120px;
  padding-top: 120px;
  display: flex;
}

.hero {
  flex-flow: column;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.text-emphasize {
  font-family: IBM Plex Serif, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.text-emphasize.text-primary {
  color: #98cb00;
  display: block;
}

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

.shape-flower {
  white-space: nowrap;
  background-image: url('../images/flower-green.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  background-attachment: scroll;
  margin-left: 5px;
}

.shape-star {
  white-space: nowrap;
  background-image: url('../images/shape2.svg');
  background-position: 50% 63%;
  background-repeat: no-repeat;
  background-size: 60px;
  margin-left: 5px;
}

.explore {
  justify-content: space-between;
  align-items: flex-end;
  display: none;
}

.social-links {
  grid-column-gap: 20px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.social-link {
  color: var(--white);
  transition: color .2s;
  display: flex;
}

.social-link-item {
  line-height: 1;
}

.container-inner {
  flex-flow: column;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.container-inner.cc-padding-bottom-none {
  padding-bottom: 0;
}

.headline-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 100px;
  display: grid;
}

.flex-vertical {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.shape-label {
  background-image: url('../images/contact-spark-green.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-right: 5px;
}

.unicon-large {
  margin-top: -8px;
  font-family: Unicons, sans-serif;
  font-size: 38px;
  line-height: 1;
}

.works-grid {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  width: 100%;
  max-width: 100%;
  margin-bottom: -80px;
  display: grid;
}

.image-link {
  cursor: none;
  width: 100%;
  transition: color .2s;
}

.post-title {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 44px;
}

.post-title-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  align-items: center;
  transition: color .2s;
  display: flex;
}

.work-image {
  object-fit: cover;
  width: 100%;
}

.scrolling-text {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.scrolling-text-row {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-grid {
  grid-column-gap: 180px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.features-grid {
  grid-column-gap: 90px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.feature {
  padding-bottom: 40px;
}

.feature.cc-border-bottom {
  border-bottom: 1px solid var(--white);
}

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

.about-grid-item {
  border-top: 1px solid var(--white);
  padding-top: 50px;
}

.bullet-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  list-style-type: none;
  display: flex;
}

.bullet {
  background-image: url('../images/shape3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  margin-right: 7px;
}

.ticker-wrapper {
  backface-visibility: hidden;
  flex: none;
  width: auto;
  display: flex;
  transform: perspective(1px);
}

.ticker-inner {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.ticker {
  flex-direction: row;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ticker-item {
  padding-left: 0;
  padding-right: 0;
}

.contact-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.address {
  max-width: 64%;
  margin-bottom: 0;
}

.form-fields-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 50px;
  display: grid;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--white);
  min-height: 54px;
  color: var(--white);
  background-color: #0000;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}

.text-field:focus {
  border-color: transparent transparent var(--primary);
}

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

.textarea {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--white);
  min-height: 150px;
  color: var(--white);
  background-color: #0000;
  margin-bottom: 0;
  padding: 0 0 20px;
  font-size: 18px;
}

.textarea:focus {
  border-color: transparent transparent var(--primary);
}

.textarea::placeholder {
  color: var(--white);
}

.footer {
  background-color: #414141;
  border-top: 4px solid #98cb00;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-nav {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.project-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.divider {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider.cc-more-space {
  margin-top: 50px;
  margin-bottom: 50px;
}

.hero-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.hidden {
  display: none;
}

.cursor-wrapper {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0;
}

.cursor {
  z-index: 99999;
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #141516cc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.cursor-text-view {
  letter-spacing: -.01em;
  margin-right: -.1em;
  font-weight: 500;
  line-height: 22px;
  position: absolute;
}

.text-shadow {
  color: var(--dark);
  text-shadow: 0 -1px 0 var(--white), 1px 0 0 var(--white), 0 1px 0 var(--white), -1px 0 0 var(--white);
  mix-blend-mode: lighten;
}

.sticky {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
  position: sticky;
  top: 120px;
}

.ticker-gradient {
  width: 200px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.ticker-gradient.cc-left {
  background-image: linear-gradient(90deg, #545454 15%, #0000);
}

.ticker-gradient.cc-right {
  background-image: linear-gradient(270deg, #545454 15%, #0000);
  left: auto;
  right: 0;
}

.text-nowrap {
  display: flex;
}

.summary-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 160px;
  display: grid;
}

.gallery {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template: "Area Area"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.gallery-large-image-wrapper {
  margin-bottom: 50px;
}

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

.rich-text-block a {
  border-bottom: 1px solid #0000;
  transition: border-color .2s, color .2s;
}

.rich-text-block a:hover {
  border-bottom-color: var(--primary);
}

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

.body-link:hover {
  color: #98cb00;
}

.link-hover {
  border-bottom: 1px solid #0000;
  transition: border-color .2s, color .2s;
}

.link-hover:hover {
  border-bottom-color: var(--primary);
}

.footer-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-horizontal {
  display: flex;
}

.page-title {
  letter-spacing: -.03em;
  flex: none;
  font-size: 200px;
  font-weight: 400;
  line-height: 208px;
}

.details {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 135px;
}

.wrapper-narrow {
  width: 65%;
}

.wrapper-narrow.cc-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.field-label {
  display: none;
}

.page-headline {
  width: 80%;
  padding-top: 100px;
}

.success-message {
  text-align: left;
  background-color: #0000;
  margin-bottom: 20px;
  padding: 0;
}

.error-message {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.div-block, .div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 1280px) {
  .container {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
  }

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

  .display-1.margin-bottom-45.cc-narrow {
    max-width: 85%;
  }

  .display-2.margin-bottom-40.cc-narrow, .paragraph-extra-large.cc-narrow {
    max-width: 70%;
  }

  .margin-bottom-none {
    flex: 0 auto;
    width: auto;
    display: flex;
  }

  .navbar-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    transition: color .2s;
    overflow: hidden;
  }

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

  .wrapper {
    height: auto;
  }

  .section-onepage {
    height: 100%;
  }

  .section-onepage.cc-viewport {
    height: 100vh;
    min-height: 30vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 120px;
  }

  .hero {
    justify-content: center;
    align-items: stretch;
  }

  .ticker-wrapper {
    padding-bottom: 0;
  }

  .ticker {
    padding-top: 0;
    padding-bottom: 0;
  }

  .address {
    max-width: 63%;
  }

  .divider {
    flex: 1;
    width: 50%;
    display: flex;
  }

  .details {
    width: 60%;
  }

  .wrapper-narrow {
    width: 55%;
  }

  .page-headline {
    width: 65%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .display-1 {
    font-size: 80px;
    line-height: 88px;
  }

  .display-2 {
    font-size: 68px;
    line-height: 68px;
  }

  .display-2.margin-bottom-40.cc-narrow {
    max-width: none;
  }

  .paragraph-large {
    margin-bottom: 30px;
  }

  .paragraph-large.margin-bottom-40 {
    margin-bottom: 40px;
  }

  .paragraph-extra-large {
    margin-bottom: 30px;
  }

  .paragraph-extra-large.cc-narrow {
    max-width: none;
  }

  .nav-menu-wrapper {
    z-index: 999;
    background-color: #fff;
    width: 100%;
    height: auto;
    position: absolute;
  }

  .navbar-inner {
    display: none;
    position: relative;
  }

  .nav-menu {
    grid-row-gap: 0px;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .nav-menu-flex {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link, .dropdown-item {
    height: auto;
    padding: 6px 0;
  }

  .dropdown-link {
    color: #fff;
    padding: 6px 0;
  }

  .navbar-wrapper-mobile {
    width: 100%;
    display: flex;
  }

  .nav-menu-wrapper-mobile {
    background-color: var(--dropdown);
    border-top: 2px solid #98cb00;
    margin-left: 50px;
    margin-right: 50px;
    transform: translate(0, 10px);
  }

  .dropdown-list-mobile {
    padding-left: 10px;
  }

  .navbar-brand-mobile {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .navbar-inner-mobile {
    align-items: center;
    display: flex;
  }

  .nav-menu-flex-mobile {
    flex-direction: column;
    padding: 30px 40px;
  }

  .nav-link-mobile {
    height: auto;
    color: var(--white);
    padding: 6px 0;
  }

  .nav-link-mobile:hover {
    color: #98cb00;
  }

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

  .dropdown-item-mobile {
    height: auto;
    color: var(--white);
    padding: 6px 0;
  }

  .dropdown-link-mobile {
    color: var(--white);
    padding: 6px 0;
  }

  .dropdown-link-mobile.w--current {
    color: #c7acac;
  }

  .menu-button {
    margin-left: 10px;
    padding: 0;
  }

  .menu-button.w--open {
    color: #60697b;
    background-color: #0000;
  }

  .navbar-space {
    display: none;
  }

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

  .section-onepage.cc-viewport {
    height: 100vh;
    min-height: 0;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-onepage._0padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .shape-flower, .shape-star {
    background-size: 50px;
  }

  .explore {
    padding-top: 40px;
  }

  .container-inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .headline-grid {
    flex-direction: column;
    display: flex;
  }

  .works-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .works-grid-post-details.margin-bottom-80 {
    margin-bottom: 0;
  }

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

  .about-grid {
    flex-direction: column;
    display: flex;
  }

  .contact-grid {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .address {
    max-width: none;
  }

  .sticky {
    margin-bottom: 0;
    position: static;
  }

  .shape {
    width: 50px;
  }

  .summary-grid {
    grid-row-gap: 50px;
    flex-direction: column;
    display: flex;
  }

  .cta {
    text-align: center;
  }

  .page-title {
    font-size: 140px;
    line-height: 148px;
  }

  .details {
    display: block;
  }

  .wrapper-narrow {
    width: 100%;
  }

  .list-item {
    color: var(--white);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
    line-height: 46px;
  }

  h2 {
    font-size: 30px;
    line-height: 38px;
  }

  h3 {
    font-size: 26px;
    line-height: 36px;
  }

  h4 {
    font-size: 24px;
    line-height: 34px;
  }

  h5 {
    font-size: 22px;
    line-height: 32px;
  }

  h6 {
    font-size: 20px;
    line-height: 30px;
  }

  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 0;
    padding-top: 0;
  }

  .sg-section {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .sg-color-block {
    width: 25%;
  }

  .display-1 {
    font-size: 50px;
    line-height: 58px;
  }

  .display-2 {
    font-size: 42px;
    line-height: 50px;
  }

  .paragraph-large {
    font-size: 22px;
    line-height: 34px;
  }

  .paragraph-extra-large {
    font-size: 26px;
    line-height: 38px;
  }

  .margin-bottom-none {
    flex-flow: row;
    flex: 0 auto;
    display: flex;
  }

  .nav-menu {
    flex-direction: column;
    padding-left: 0;
  }

  .nav-link, .dropdown-item, .dropdown-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-menu-wrapper-mobile {
    border-top-color: #98cb00;
  }

  .navbar-brand-mobile {
    padding-left: 0;
  }

  .dropdown-item-mobile {
    display: flex;
  }

  .wrapper {
    height: auto;
    display: flex;
  }

  .section-onepage {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-onepage.cc-viewport {
    height: 50vh;
    min-height: auto;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero {
    height: auto;
  }

  .shape-flower, .shape-star {
    background-size: 35px;
  }

  .container-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .unicon-large {
    font-size: 32px;
  }

  .works-grid {
    grid-column-gap: 0px;
    grid-row-gap: 70px;
  }

  .post-title {
    font-size: 30px;
    line-height: 38px;
  }

  .scrolling-text-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .features-grid {
    flex-direction: column;
    display: flex;
  }

  .feature.cc-border-bottom-mobile {
    border-bottom: 1px solid var(--white);
  }

  .contact-form-block {
    width: 100%;
  }

  .form-fields-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .textarea {
    padding-top: 8px;
  }

  .footer-nav {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .project-info {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .shape {
    width: 35px;
  }

  .summary-grid {
    margin-top: 60px;
    margin-bottom: 120px;
  }

  .gallery {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .cta {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .gallery-large-image-wrapper {
    margin-bottom: 30px;
  }

  .footer-flex {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .brand {
    padding-left: 0;
  }

  .page-title {
    font-size: 50px;
    line-height: 58px;
  }

  .details {
    padding-top: 120px;
    padding-bottom: 95px;
  }

  .text-block-2 {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
  }

  .sg-button-block {
    margin-bottom: 20px;
  }

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

  .label.margin-bottom-10 {
    margin-bottom: 0;
  }

  .nav-menu-wrapper {
    width: 80%;
  }

  .nav-menu {
    flex-direction: column;
  }

  .navbar-wrapper-mobile {
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu-wrapper-mobile {
    border-top-color: #98cb00;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .navbar-brand-mobile {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .navbar-inner-mobile {
    width: 100%;
  }

  .section-onepage {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-onepage.cc-viewport {
    height: auto;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .hero {
    justify-content: center;
    align-items: center;
  }

  .container-inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-vertical, .footer {
    flex-flow: column;
  }

  .divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-flex {
    grid-row-gap: 0px;
  }

  .div-block-4 {
    min-height: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#w-node-_0a506dc0-984f-dae6-3e12-33ff5e207774-60773801, #w-node-_7273d5ed-9390-a7c7-a840-0afb403af39b-60773801 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3bb57079-fb73-2276-6192-9e80e29648af-60773801 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ee76651-e5fe-0204-86eb-e9753dd841be-60773801 {
  grid-area: 1 / 4 / 2 / 6;
  justify-self: end;
}

#w-node-_7aa27e15-df10-1b54-fab1-a0b1832dd37f-60773801 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_08b776f8-89f5-6380-202f-22953997980c-60773801 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: end;
}

#w-node-_23f394ab-358a-a2cd-0e53-004a90255408-60773801 {
  grid-area: 2 / 1 / 3 / 10;
  align-self: center;
}

#w-node-d37d2727-b5eb-7d6d-0733-58d4daf5d531-60773801 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_6eeab6ba-d3d4-2da8-d8f0-f918040da102-60773801 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-_19f79d42-4a3a-6fdc-e6a5-45428cec3fa7-60773801 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start stretch;
}

#w-node-_181b7183-fd20-6bb3-7347-33988138c3ce-60773801 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_303d8ee9-c2a9-bd28-76dd-26135ffbc6f8-60773801, #w-node-_26235fa3-ba97-ff5b-574e-29d3ef193518-60773801, #w-node-_41f63857-891d-fa5b-1131-ca0bfc2b8c73-60773801, #w-node-_2cb77f1b-dba7-e8eb-614f-0f8154cced90-60773801, #w-node-_56b53fb4-6813-d8b7-bd09-e2a0fa1c5f0d-60773801, #w-node-_1767b4ba-342e-3fa3-4dd7-23bdd1c2dcb1-60773801 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25381d88-8ffe-1b29-f3c0-d9dabf7e8ac1-60773801 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25381d88-8ffe-1b29-f3c0-d9dabf7e8ac6-60773801 {
  grid-area: 1 / 4 / 2 / 6;
  justify-self: end;
}

#w-node-_69eccf6d-a201-df7c-5c41-babcd44bf910-60773801, #w-node-_6704a491-0e2a-0657-2f2f-ea281550b4a4-60773801, #w-node-_4978ec99-fc61-0b94-b5bc-5d0b901a5be9-60773801 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_054fbe68-656c-9c85-1290-512c621df78d-60773801 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_054fbe68-656c-9c85-1290-512c621df79c-60773801 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_32cb99e2-5005-3c6e-acd1-6b3341811868-60773801, #w-node-_55b5ccdc-895c-2bdc-91fe-680658dc5a52-60773801 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c96677ea-1326-053d-6dfb-fcfd63235acc-60773813 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-cd193904-5227-c440-3b84-8eef6d854f4a-60773815, #w-node-_4c39dfb2-5ce4-1ed4-24d9-01cf5a682158-60773815, #w-node-ad7761c5-0720-1086-f378-34e757b0cffd-60773815 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ad7761c5-0720-1086-f378-34e757b0cfff-60773815, #w-node-ad7761c5-0720-1086-f378-34e757b0d000-60773815 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f7e7334-9ae7-5911-fafe-fba726522020-60773815, #w-node-c2b652eb-a6a6-0a7e-9c10-9efbc862e0e4-60773815 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_198cb596-d3c1-6702-4bd8-bef90c6699e6-60773816 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-d4e04cac-7bd8-01cb-f9bc-e2d423afbe3e-60773816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23babc4e-647e-5dee-fe31-d9beac29768b-60773816 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_5e915cef-47a5-c236-01b6-21a8008db0af-60773816, #w-node-_5e915cef-47a5-c236-01b6-21a8008db0b1-60773816, #w-node-_561e2d32-731f-a0c6-07f3-86416b7a0f5b-60773817 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db964ad1-114f-3fd6-816f-c19209fd8fa6-60773817, #w-node-_9672e5c7-58ae-97ec-952f-30c407df0acb-60773817, #w-node-ae55a73c-cf05-f567-78d8-7e17ce88c9ab-60773817, #w-node-_68ec6a57-d8f0-a442-a3b1-543b1c629876-60773817 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_561e2d32-731f-a0c6-07f3-86416b7a0f5b-60773818 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db964ad1-114f-3fd6-816f-c19209fd8fa6-60773818 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (min-width: 1280px) {
  #w-node-cd193904-5227-c440-3b84-8eef6d854f47-60773815 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cd193904-5227-c440-3b84-8eef6d854f4a-60773815 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_4c39dfb2-5ce4-1ed4-24d9-01cf5a682155-60773815 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4c39dfb2-5ce4-1ed4-24d9-01cf5a682158-60773815 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-ad7761c5-0720-1086-f378-34e757b0cffa-60773815 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad7761c5-0720-1086-f378-34e757b0cffd-60773815 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_9f7e7334-9ae7-5911-fafe-fba72652201d-60773815 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f7e7334-9ae7-5911-fafe-fba726522020-60773815 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-c2b652eb-a6a6-0a7e-9c10-9efbc862e0e1-60773815 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c2b652eb-a6a6-0a7e-9c10-9efbc862e0e4-60773815 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-db964ad1-114f-3fd6-816f-c19209fd8fa3-60773817 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-db964ad1-114f-3fd6-816f-c19209fd8fa6-60773817 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_9672e5c7-58ae-97ec-952f-30c407df0ac8-60773817 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9672e5c7-58ae-97ec-952f-30c407df0acb-60773817 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-ae55a73c-cf05-f567-78d8-7e17ce88c9a8-60773817 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ae55a73c-cf05-f567-78d8-7e17ce88c9ab-60773817 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_68ec6a57-d8f0-a442-a3b1-543b1c629873-60773817 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_68ec6a57-d8f0-a442-a3b1-543b1c629876-60773817 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-db964ad1-114f-3fd6-816f-c19209fd8fa3-60773818 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-db964ad1-114f-3fd6-816f-c19209fd8fa6-60773818 {
    grid-area: 1 / 2 / 2 / 4;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3bb57079-fb73-2276-6192-9e80e29648af-60773801 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_9ee76651-e5fe-0204-86eb-e9753dd841be-60773801 {
    grid-area: 2 / 1 / 3 / 6;
    justify-self: end;
  }

  #w-node-_7aa27e15-df10-1b54-fab1-a0b1832dd37f-60773801 {
    grid-area: span 1 / span 9 / span 1 / span 9;
  }

  #w-node-_08b776f8-89f5-6380-202f-22953997980c-60773801 {
    grid-area: span 1 / span 9 / span 1 / span 9;
    align-self: end;
  }

  #w-node-d37d2727-b5eb-7d6d-0733-58d4daf5d531-60773801 {
    grid-area: span 1 / span 9 / span 1 / span 9;
  }

  #w-node-_6eeab6ba-d3d4-2da8-d8f0-f918040da102-60773801 {
    grid-area: span 1 / span 9 / span 1 / span 9;
    align-self: center;
  }

  #w-node-_19f79d42-4a3a-6fdc-e6a5-45428cec3fa7-60773801 {
    grid-column: span 4 / span 4;
  }

  #w-node-_181b7183-fd20-6bb3-7347-33988138c3ce-60773801 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_25381d88-8ffe-1b29-f3c0-d9dabf7e8ac1-60773801 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_25381d88-8ffe-1b29-f3c0-d9dabf7e8ac6-60773801 {
    grid-area: 2 / 1 / 3 / 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_32cb99e2-5005-3c6e-acd1-6b3341811860-60773801, #w-node-_32cb99e2-5005-3c6e-acd1-6b3341811862-60773801 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-SemiboldItalic.woff2') format('woff2'), url('../fonts/Switzer-SemiboldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.woff2') format('woff2'), url('../fonts/Switzer-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Semibold.woff2') format('woff2'), url('../fonts/Switzer-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Italic.woff2') format('woff2'), url('../fonts/Switzer-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Bold.woff2') format('woff2'), url('../fonts/Switzer-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Light.woff2') format('woff2'), url('../fonts/Switzer-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-LightItalic.woff2') format('woff2'), url('../fonts/Switzer-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-BoldItalic.woff2') format('woff2'), url('../fonts/Switzer-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Medium.woff2') format('woff2'), url('../fonts/Switzer-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-MediumItalic.woff2') format('woff2'), url('../fonts/Switzer-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'Unicons';
  src: url('../fonts/unicons-line.woff2') format('woff2'), url('../fonts/unicons-line.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}