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

@font-face {
  font-family: Ppneuemontreal book;
  src: url('../fonts/PPNeueMontreal-Book.woff2') format("woff2"), url('../fonts/PPNeueMontreal-Book.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/PPNeueMontreal-ThinItalic.woff2') format("woff2"), url('../fonts/PPNeueMontreal-ThinItalic.woff') format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/PPNeueMontreal-Thin.woff2') format("woff2"), url('../fonts/PPNeueMontreal-Thin.woff') format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --off-white: #f8fbfc;
  --black: #181818;
  --grey: #333;
  --light-grey-blue: #cbd1db;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }
}

body {
  background-color: var(--off-white);
  color: var(--black);
  font-family: Ppneuemontreal, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--black);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  width: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

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

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.icon-1x1-large.ab {
  position: absolute;
  inset: 6% 4% auto auto;
}

.icon-1x1-large.ab.hide {
  display: none;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  background-color: var(--black);
  color: #f5f5f5;
}

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

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h3 {
  font-size: 2rem;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-medium.star-ab {
  position: absolute;
  inset: 1.25rem 1.25rem auto auto;
}

.h1 {
  font-size: 4rem;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

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

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

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.sub-page {
  padding-bottom: 2rem;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  letter-spacing: 1px;
  font-size: .6rem;
}

.text-size-tiny.opacity-50 {
  margin-bottom: 10px;
  font-size: .9rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  column-count: 1;
  max-width: none;
  margin-top: 10px;
  font-size: 1rem;
}

.text-size-regular.text-color-white.marging-left {
  padding-left: 0;
}

.text-size-regular.big {
  column-count: 1;
}

.text-size-regular.big.gray {
  color: #181818a3;
  font-size: .85rem;
}

.text-size-regular.big.cap {
  text-transform: uppercase;
}

.text-size-regular._1 {
  column-count: 1;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.h4 {
  font-size: 1.5rem;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

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

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.h6 {
  font-size: 1rem;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.h2 {
  font-size: 3rem;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.h5 {
  font-size: 1.25rem;
  line-height: 1.5;
}

.container-large {
  width: 95%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.container-large.full-h {
  height: 100%;
}

.container-large.checkout {
  grid-column-gap: 10rem;
  justify-content: space-between;
  display: flex;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium.quote {
  max-width: 68rem;
}

.container-medium.checkout {
  grid-column-gap: 10rem;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 70%;
  display: flex;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  display: grid;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  color: #000;
  background-color: #0000000d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.main-navigation {
  z-index: 100;
  padding-top: 1.25rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav-main-flex {
  z-index: 20;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-logo-icon {
  width: 10.6rem;
}

.nav-list-wrap {
  grid-column-gap: 25px;
  grid-row-gap: .28rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-list-wrap.oppacity {
  opacity: 0;
  display: none;
}

.nav-list-wrap.mbile-menu {
  display: none;
}

.nav-link {
  color: var(--black);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .2rem;
  padding-bottom: .2rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.nav-link.w--current {
  text-decoration: none;
}

.nav-link.footer-btm {
  color: var(--off-white);
}

.nav-link.shop {
  padding-right: .5rem;
}

.nav-link.shop.hide-desktop-tab, .nav-link.shop.hide-for-cart {
  display: none;
}

.nav-link-circle {
  background-color: var(--black);
  border-radius: 100%;
  width: .375rem;
  height: .375rem;
}

.nav-link-circle.footer-btm {
  background-color: var(--off-white);
}

.nav-link-child {
  grid-column-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-shop-wrap {
  display: flex;
}

.nav-cart {
  margin-left: .5rem;
  padding-top: .1em;
}

.nav-cart-btn {
  grid-column-gap: .25rem;
  color: var(--black);
  background-color: #0000;
  padding: 0 0 1rem;
}

.cart-quantity {
  min-width: auto;
  height: auto;
  color: var(--black);
  background-color: #0000;
  border-radius: 0;
  margin-left: 0;
  padding-top: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
}

.cart-quantity-wrap {
  border: 1px solid var(--grey);
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
}

.section {
  position: relative;
}

.section.hide {
  display: block;
}

.hero-section {
  position: relative;
}

.spacer-large {
  height: 8.75rem;
}

.spacer-large.less {
  height: 3rem;
}

._2-col-grid.hero-grid {
  grid-template-rows: auto;
}

._2-col-grid.sub-page-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

._2-col-grid.about-hero-pg {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.heading-display {
  padding-right: 0;
  font-size: 3.2rem;
  line-height: 1;
}

.text-width-l {
  width: 25rem;
}

.spacer-40 {
  height: 2.5rem;
}

.spacer-40.center {
  padding-top: 10px;
}

.hero-img-parent {
  border-radius: 1.125rem;
  height: 45vw;
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
}

.hero-img-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-img-holder {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-img-content {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.info-card {
  grid-column-gap: 16px;
  grid-row-gap: 1.5rem;
  background-color: var(--off-white);
  border-radius: .75rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 28rem;
  padding: 1.25rem 4rem 1.25rem 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-img-cover {
  object-fit: cover;
  width: 120%;
  height: 120%;
}

.heading-quote {
  text-transform: uppercase;
  font-size: 2.5rem;
}

.flex-h-r {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.btn-primary {
  cursor: pointer;
  display: none;
  position: relative;
}

.btn-primary.no {
  cursor: default;
}

.btn-primary.hide {
  display: block;
}

.btn-line-parent {
  background-color: #18181833;
  width: 50%;
  height: 2px;
  position: relative;
}

.btn-line-parent._2 {
  background-color: #d9d9d980;
}

.btn-line-parent.more, .btn-line-parent._100 {
  width: 100%;
}

.btn-line-sec {
  background-color: var(--black);
  width: 0%;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.btn-line-sec._2 {
  background-color: #d9d9d9;
}

.text-reg-bracket {
  white-space: normal;
}

.project-list-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-list-grid._2col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 45px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column dense;
  justify-content: center;
  place-items: stretch stretch;
  display: flex;
}

.project-list-parent {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.project-list-parent.more {
  flex-flow: column;
  min-height: 0;
}

.project-list-top {
  border: 1px solid #000;
  border-radius: 12px;
  padding: .625rem;
}

.project-list-img-parent {
  border-radius: .5rem;
  height: 20vw;
  position: relative;
  overflow: hidden;
}

.project-list-img-parent.sub-page {
  height: 32vw;
}

.project-list-img-parent.more {
  height: 20vw;
}

.project-img-ab {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.img-cover.down {
  object-position: 50% 0%;
}

.img-cover.down.left {
  object-position: 100% 50%;
}

.project-img-overlay {
  z-index: 2;
  background-color: #18181833;
  position: absolute;
  inset: 0%;
}

.project-thumb-content {
  z-index: 5;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  display: flex;
  position: relative;
}

.project-type-tag {
  border: 1px solid var(--off-white);
  color: var(--off-white);
  border-radius: 1.25rem;
  padding: .3rem 1rem .25rem;
}

.project-thumb-btn-parent {
  background-color: #f8fbfc33;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-thumb-btn {
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.icon-1x1-xs {
  flex: none;
  width: .875rem;
  height: .875rem;
}

.project-thumb-btn-ab {
  background-color: var(--black);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.opacity-50 {
  opacity: .5;
}

.flex-h-split {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.flex-h-split.left {
  flex-flow: column;
  align-items: flex-start;
}

.flex-h-split.left.down {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.flex-h-split.right.top {
  display: none;
  position: absolute;
  inset: 9% 4% auto auto;
}

.flex-h-split.more-up {
  margin-top: 25px;
}

.home-about-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: flex;
}

.home-about-img {
  border-radius: .75rem;
  flex: none;
  width: 42vw;
  height: 24vw;
  position: relative;
  overflow: hidden;
}

.home-about-content {
  background-color: var(--black);
  border-radius: .75rem;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  width: 42vw;
  min-height: 24vw;
  padding: 2rem 1.25rem 1.25rem;
  display: flex;
  position: relative;
}

.home-about-content.more-in {
  padding-bottom: 2.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.home-about-content.more-in.full {
  width: auto;
}

.home-about-element-top {
  width: 100%;
  color: var(--off-white);
}

.div-hide {
  overflow: hidden;
}

.service-list-parent {
  cursor: pointer;
  position: relative;
}

.service-list-parent.career-list {
  cursor: auto;
}

.service-list-child {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.service-list-num {
  opacity: .5;
  position: relative;
  overflow: hidden;
}

.service-list-child-l {
  grid-column-gap: 1.25rem;
  align-items: flex-start;
  display: flex;
}

.icon-1x1-sm24 {
  width: 1.5rem;
  height: 1.5rem;
}

.service-list-pg {
  z-index: 1;
  width: 18.75rem;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.spacer-20 {
  height: 1.25rem;
}

.service-line-btm-wrap {
  z-index: 1;
  background-color: #3333;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.service-line-btm-wrap.project {
  height: 1px;
}

.service-line-btm-fill {
  background-color: var(--grey);
  width: 0%;
  height: 1px;
}

.service-line-btm-fill.project {
  height: 1px;
}

.service-list-img-parent {
  z-index: 5;
  border: 1px solid var(--grey);
  background-color: var(--off-white);
  transform-origin: 0 100%;
  border-radius: .75rem;
  width: 15vw;
  height: 30vh;
  padding: .625rem;
  position: absolute;
  inset: auto 35% -65% auto;
}

.service-list-img {
  object-fit: cover;
  border: 1px solid #33333380;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.service-rel-num {
  z-index: 2;
  color: var(--off-white);
  text-align: right;
  margin-right: 7px;
  font-size: 2.5rem;
  position: relative;
}

.service-list-image-rel {
  border-radius: .5rem;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-list-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px none var(--grey);
  border-radius: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-list-grid._4col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.blog-list-parent {
  padding: 1.25rem;
  display: block;
}

.blog-img-parent {
  z-index: 2;
  border: 1px solid var(--grey);
  border-radius: .5rem;
  width: 100%;
  height: 22vw;
  position: relative;
  overflow: hidden;
}

.blog-img-parent.less {
  height: 22vw;
}

.blog-pg-content {
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-list-overlay {
  z-index: 1;
  background-color: #3333;
  border: 1px solid #000;
  width: 105%;
  height: 105%;
  position: absolute;
  inset: 0%;
}

.footer {
  border-top: 1px solid #3333;
}

.footer-t-split {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-t-split.less {
  grid-row-gap: .8rem;
}

.footer-logo-link.w--current {
  margin-bottom: 10px;
}

.footer-logo {
  width: 16.25rem;
}

.footer-link-wrap {
  grid-column-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacer-120 {
  height: 7.5rem;
}

.footer-form-wrap {
  border: 1px solid var(--grey);
  border-radius: .25rem;
  min-width: 22.5rem;
  height: 2.875rem;
  padding: .275rem;
  display: flex;
  position: relative;
}

.footer-txt-field {
  background-color: #0000;
  border: 0 #000;
  height: 100%;
  margin-bottom: 0;
  font-size: .875rem;
}

.footer-txt-field:hover {
  color: var(--grey);
}

.footer-txt-field::placeholder {
  color: #33333380;
}

.footer-form-btn {
  background-color: var(--grey);
  border-radius: .25rem;
  font-size: .875rem;
}

.footer-form-btn:hover {
  background-color: var(--black);
}

.footer-social-link {
  opacity: .5;
  transition: all .2s;
}

.footer-social-link:hover {
  opacity: 1;
}

.spacer-80 {
  height: 5rem;
}

.footer-btm-split {
  background-color: var(--black);
  width: 100%;
  color: var(--off-white);
  border-top-left-radius: 1.125rem;
  border-top-right-radius: 1.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.nav-wrap-r {
  align-items: center;
  display: flex;
}

.hamburger-parent {
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 1rem;
  padding-left: 1rem;
  display: none;
  position: relative;
}

.hm-line-top {
  background-color: var(--black);
  width: 1.65rem;
  height: 2px;
}

.hm-line-btm {
  background-color: var(--black);
  width: 1rem;
  height: 2px;
}

.nav-btm-line {
  z-index: 20;
  background-color: var(--grey);
  width: 0%;
  height: 1px;
  margin-top: 1rem;
  position: relative;
  inset: auto auto 0% 0%;
}

.mobile-nav-menu {
  z-index: 10;
  background-color: var(--off-white);
  display: none;
  position: fixed;
  inset: 0%;
}

.mobile-nav-wrap {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mobile-nav-link {
  font-size: 1.6rem;
  overflow: hidden;
}

.rel-3 {
  z-index: 3;
  position: relative;
}

.card-whipe-btm {
  z-index: 5;
  background-color: var(--off-white);
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.card-whipe-left {
  z-index: 5;
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.card-whipe-right {
  width: 0%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.background-color-offwhite {
  background-color: var(--off-white);
}

.hero-img-card-whipe {
  background-color: var(--off-white);
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.service-whipe {
  background-color: #33333308;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.cursor {
  z-index: 2147483647;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-move {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cursor-wrap {
  grid-column-gap: .6rem;
  opacity: 0;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #33333380;
  border-radius: 1.25rem;
  align-items: center;
  padding: .4rem .6rem;
  transition: transform .4s, opacity .25s;
  display: flex;
  transform: scale(0);
}

.cursor-wrap.cursor-show {
  opacity: 1;
  transform: scale(.95);
}

.cursor-circle {
  background-color: var(--off-white);
  border-radius: 100%;
  width: .6rem;
  height: .6rem;
}

.cursor-text {
  color: var(--off-white);
  font-size: .875rem;
}

.service-main-wrap {
  margin-left: auto;
  margin-right: auto;
}

.text-width-m {
  width: 20rem;
}

.spacer-100 {
  height: 6.25rem;
}

.project-sub-page-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 3.8fr 2.9fr 2.9fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.project-sub-page-item {
  width: 32%;
}

.project-tabs-menu {
  grid-column-gap: .625rem;
  border-bottom: 1px solid #3333331a;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.5rem;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
}

.project-tabs-menu.news-blog-full-w {
  border-bottom-width: 0;
}

.project-tabs-link {
  grid-column-gap: .625rem;
  border: 1px solid var(--grey);
  background-color: var(--off-white);
  border-radius: 1.25rem;
  align-items: center;
  padding: .625rem 1.25rem;
  transition: all .2s;
  display: flex;
}

.project-tabs-link:hover {
  background-color: #3333330d;
}

.project-tabs-link.w--current {
  background-color: var(--black);
}

.project-tabs-content {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.project-tabs-content.news-blog {
  width: 100%;
  padding-left: 2.5em;
}

.project-tabs-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.project-tabs-text {
  color: var(--black);
}

.project-v-list-parent {
  width: 100%;
  position: relative;
}

.project-v-list-child {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.project-v-list-head-wrap {
  position: relative;
  overflow: hidden;
}

.project-v-list-head {
  font-size: 3rem;
}

.project-v-list-script-wrap {
  display: flex;
}

.project-v-list-l {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.project-v-list-head-ab {
  font-size: 3rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.project-vlist-tag-parent {
  border: 1px solid var(--grey);
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  padding: .375rem 1rem;
  display: flex;
}

.project-v-list-tag-text {
  color: var(--black);
}

.project-v-list-whipe {
  background-color: #33333308;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.project-v-list-img-parent {
  z-index: 5;
  border: 1px solid var(--black);
  background-color: var(--off-white);
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 30vh;
  padding: .625rem;
  display: flex;
  position: absolute;
  right: 25%;
}

.project-v-list-img {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
}

.h3-ab {
  font-size: 2rem;
  line-height: 1.2;
  position: absolute;
  inset: auto auto 0% 0%;
}

.h3-rel {
  font-size: 2rem;
  line-height: 1.2;
}

.service-list-num-ab {
  position: absolute;
  inset: 0% auto auto 0%;
}

.header-flex-top {
  align-items: flex-start;
  display: flex;
}

.header-flex-top.vertical-flex {
  flex-direction: column;
}

.num-bracket-wrap {
  align-items: center;
  display: flex;
}

.num-bracket-reg {
  font-size: 2.25rem;
}

.all-services-section {
  position: relative;
}

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

.about-hero-img-section {
  height: 86vh;
  position: relative;
  overflow: hidden;
}

.about-main-hero-img-ab {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-main-hero-img {
  object-fit: cover;
  width: 100%;
  height: 120%;
  position: absolute;
  inset: 0%;
}

.about-move-arrow-parent {
  border: 1px solid var(--black);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
}

.about-move-arrow-rel {
  width: 1rem;
}

.about-move-arrow-ab {
  width: 1rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.about-hero-img-child-parent {
  z-index: 1;
  border: 1px solid var(--off-white);
  border-radius: .75rem;
  padding: .625rem;
  position: relative;
}

.about-hero-img-child-wrap {
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 22.5rem;
  height: 28.75rem;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-hero-img-child-ab {
  width: 100%;
  height: 120%;
  position: absolute;
  inset: 0%;
}

.spacer-140 {
  height: 8.75rem;
}

.h2-quote {
  font-size: 2.5rem;
  line-height: 1.2;
}

.about-quote-width {
  padding-left: 6.75rem;
  padding-right: 6.75rem;
}

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

.team-list-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-list-item {
  border: 1px solid var(--black);
  border-radius: .75rem;
  width: 100%;
  height: 25vw;
  padding: .625rem;
}

.team-list-img-parent {
  border: 1px solid #3333;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.team-img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-list-name {
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-size-regular-ab {
  font-size: 1rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.news-section-grid {
  grid-column-gap: 2.5rem;
  grid-template-columns: 2fr .75fr;
}

.text-width-m-2 {
  width: 24rem;
}

.news-2-col-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.news-2-col-grid.main-featured-news {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.news-2-col-grid.blog-cms {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.news-press-top-wrap {
  border: 1px solid var(--black);
  border-radius: .75rem;
  height: 28.75vw;
  min-height: 28.75vw;
  padding: .625rem;
  display: flex;
}

.news-press-top-wrap.main-featured {
  height: 33vw;
  min-height: 33vw;
}

.news-press-img-parent {
  border-radius: .5rem;
  align-self: stretch;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.news-press-img-wrap {
  border: 1px solid #18181833;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.news-press-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.news-press-img-content {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  display: flex;
  position: relative;
}

.news-press-type-tag {
  border: 1px solid var(--off-white);
  border-radius: 1.25rem;
  padding: .25rem 1rem;
}

.news-press-btm-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.news-tag-info-wrap {
  grid-column-gap: .375rem;
  border: 1px solid #33333380;
  border-radius: 1.25rem;
  align-items: center;
  padding: .375rem .75rem .375rem .375rem;
  display: flex;
}

.news-date-tag-wrap {
  border: 1px solid #33333380;
  border-radius: 1.375rem;
  padding: .3rem .5rem .25rem;
}

.text-size-xs-tiny {
  font-size: .625rem;
}

.news-read-time-tag {
  display: flex;
}

.news-press-link {
  width: 100%;
}

.news-title-wrap.main-featured {
  max-width: 40rem;
}

.spacer-160 {
  height: 10rem;
}

.news-section-grid-r {
  padding-right: 2.5rem;
  position: sticky;
  top: 0;
}

.news-section-grid-r.blog-cms {
  padding-right: 0;
}

.newsletter-wrap {
  border: 1px solid #18181880;
  border-radius: .75rem;
  padding: 1.5vw;
}

.newsletter-form-block {
  margin-bottom: 0;
}

.careet-list-position {
  position: relative;
  overflow: hidden;
}

.career-list-grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr .5fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.career-list-grid.pg-content {
  cursor: auto;
}

.careet-list-location {
  position: relative;
  overflow: hidden;
}

.career-list-grid-content-wrap {
  overflow: hidden;
}

.spacer-60 {
  height: 3.75rem;
}

.flex-h-l {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.line-btm-rel {
  background-color: #3333;
  width: 100%;
  height: 1px;
  position: relative;
  inset: auto;
}

.contact-btn-flex {
  grid-column-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-btn-parent {
  grid-column-gap: .625rem;
  border: 1px solid var(--black);
  background-color: var(--black);
  border-radius: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  padding: .625rem 1.25rem;
  display: flex;
}

.page-loader {
  z-index: 999;
  background-color: var(--off-white);
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.contact-section-grid {
  grid-column-gap: 7.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.contact-pg-wrap {
  max-width: 23.5rem;
}

.contact-form {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-form-txt-field {
  min-height: 3.375rem;
  color: var(--black);
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #33333380;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  font-size: 1rem;
  transition: all .2s;
}

.contact-form-txt-field:hover {
  color: #181818b3;
  border-bottom-color: #333333b3;
}

.contact-form-txt-field:focus {
  color: var(--black);
  border-bottom-color: #333;
}

.contact-form-txt-field::placeholder {
  color: #18181880;
}

.contact-form-txt-field.message {
  min-height: 7.5rem;
}

.contact-field-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.submit-form-btn {
  background-color: var(--grey);
  border-radius: .25rem;
  margin-top: 0;
  padding: 1.125rem 1.25rem;
  font-weight: 400;
  transition: all .2s;
  transform: scale(1);
}

.submit-form-btn:hover {
  background-color: var(--black);
}

.submit-form-btn:active {
  transform: scale(.9);
}

.submit-form-btn.add-to-cart {
  border: 1px solid var(--grey);
  color: var(--black);
  background-color: #0000;
  font-size: 1rem;
}

.submit-form-btn.buy-now {
  border: 1px solid var(--grey);
}

.success-message {
  background-color: var(--light-grey-blue);
  border-radius: .25rem;
  padding: 4.65rem 2.25rem;
}

.blog-hero-section {
  border-radius: .25rem;
  max-width: 95%;
  height: 75vh;
  min-height: 75vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
  overflow: hidden;
}

.blog-hero-img-ab {
  width: 100%;
  height: 120%;
  position: absolute;
  inset: 0%;
}

.blog-hero-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-hero-overlay {
  z-index: 1;
  background-image: linear-gradient(#0006, #18181833);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-hero-content-wrap {
  z-index: 4;
  flex-direction: column;
  height: 100%;
  display: flex;
  position: relative;
}

.blog-hero-content-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.view-all-btn-parent {
  grid-column-gap: .625rem;
  color: var(--off-white);
  align-items: center;
  display: flex;
}

.view-all-btn-circle {
  background-color: #f8fbfc33;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 2.5rem;
  min-height: 2.5rem;
  display: flex;
}

.text-size-small-ab {
  font-size: .875rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.blog-type-tag {
  border: 1px solid var(--off-white);
  color: var(--off-white);
  border-radius: 1.25rem;
  padding: .25rem 1rem;
}

.blog-hero-head-wrap {
  text-align: center;
  max-width: 50rem;
  margin-top: 8.75rem;
  margin-left: auto;
  margin-right: auto;
}

.project-hero-head-wrap {
  text-align: center;
  max-width: 40rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.project-hero-content-wrap {
  z-index: 4;
  flex-direction: column;
  height: 100%;
  display: flex;
  position: relative;
}

.project-hero-section {
  border-radius: .25rem;
  max-width: 95%;
  height: 85vh;
  min-height: 85vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
  overflow: hidden;
}

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

.project-hero-content-flex {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.main-nav-bg {
  background-color: var(--off-white);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-down-arrow-wrap {
  margin-left: auto;
  margin-right: auto;
}

.project-down-arrow-btn {
  border: 1px solid var(--off-white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 2.5rem;
  min-height: 2.5rem;
  display: flex;
}

.project-down-arrow {
  width: 1rem;
  height: 1rem;
}

.project-down-arrow--ab {
  width: 1rem;
  height: 1rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.project-cms-head-grid {
  grid-column-gap: 8.75rem;
  grid-template-rows: auto;
}

.project-cms-detail-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.project-cms-info-wrap {
  grid-row-gap: .625rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 12.125rem;
  display: flex;
}

.project-overview-wrap {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 38rem;
  display: flex;
}

.project-cms-top-img {
  border-radius: .25rem;
  min-height: 43vw;
  max-height: 43vw;
  overflow: hidden;
}

.project-cms-img-cover {
  object-fit: cover;
  width: 100%;
  height: 120%;
}

.project-cms-img-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.project-3-col-img-wrap {
  border-radius: .25rem;
  min-height: 34vw;
  max-height: 34vw;
  overflow: hidden;
}

.project-1-col-img-wrap {
  border-radius: .25rem;
  min-height: 40vw;
  max-height: 50vw;
  overflow: hidden;
}

.section-product {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.product-item-grid {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  align-items: start;
}

.product-img-wrap {
  border: 1px solid var(--grey);
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  min-height: 40vw;
  max-height: 40vw;
  padding: .625rem;
  display: flex;
  position: sticky;
  top: 2rem;
  overflow: hidden;
}

.product-img-cover {
  object-fit: cover;
  border-radius: .625rem;
  width: 100%;
  height: 100%;
}

.product-info-wrap {
  grid-row-gap: 2rem;
  border: 1px solid var(--black);
  border-radius: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.product-type-tag {
  border: 1px solid #000;
  border-radius: 1.25rem;
  padding: .4rem 1rem;
}

.product-type-wrap {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.product-head-wrap {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 35rem;
  display: flex;
}

.product-cart-wrap {
  display: flex;
}

.product-cart-wrap-default {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.product-qty-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.product-btns-wrap {
  grid-column-gap: 1rem;
  display: flex;
}

.quantity {
  border-color: var(--grey);
  background-color: var(--off-white);
  border-radius: .25rem;
}

.select-field {
  border: 1px solid var(--grey);
  background-color: var(--off-white);
  border-radius: .25rem;
}

.feature-list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-radius: 0;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.feature-item {
  grid-column-gap: 22px;
  grid-row-gap: 20px;
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-weight: 400;
  display: grid;
}

.feature-icon {
  opacity: .55;
  filter: none;
  width: 1.6rem;
  height: 1.6rem;
}

.body-display {
  color: #667479;
  font-size: 18px;
  line-height: 1.65em;
}

.body-display.small {
  font-size: 15px;
}

.checkout-form {
  background-color: var(--off-white);
  padding: 4rem 0;
}

.check-info-wrap {
  flex: 0 auto;
  width: 100%;
  margin-right: 0;
}

.block-header {
  border-color: var(--grey);
  background-color: var(--off-white);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.block-content {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--grey);
  background-color: var(--off-white);
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
}

.block-content.shipping {
  padding-top: 0;
  padding-bottom: 0;
}

.check-out-field {
  border-color: var(--grey);
  background-color: var(--off-white);
}

.shipping-method {
  background-color: var(--off-white);
}

.footer-h-split {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.form-block {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.purchase-template-component {
  z-index: 9999;
  grid-column-gap: .425rem;
  background-color: var(--black);
  color: var(--off-white);
  border-radius: .1875rem;
  align-items: center;
  padding: .625rem .8rem;
  transition: all .2s;
  display: flex;
  position: fixed;
  inset: auto 1rem 2.6rem auto;
}

.purchase-template-component:hover {
  background-color: #292929;
}

.purchase-template-component.no-ab {
  z-index: 10;
  position: relative;
  bottom: auto;
  right: auto;
}

.purchase-parent {
  grid-row-gap: 1.6rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 30rem;
  height: 100dvh;
  min-height: 100dvh;
  max-height: 100dvh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  width: 15em;
}

.image-2 {
  width: 225px;
  margin-bottom: 20px;
}

.collection-item {
  width: 32%;
}

.collection-item._100 {
  width: 100%;
}

.text-block {
  text-transform: uppercase;
}

.text-block.big {
  font-size: 1.8rem;
}

.paragraph {
  font-size: .9rem;
  line-height: 1.3;
}

.paragraph.extra {
  margin-bottom: .5rem;
  font-size: .9rem;
}

.side-video {
  width: 83.33%;
  text-decoration: none;
  position: relative;
}

.side-video.left {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.play-button {
  background-color: #3d50598a;
  background-image: url('../images/play-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 2px solid #a0c7da;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
  box-shadow: 0 2px 6px #0003;
}

.video-time {
  z-index: 1;
  color: #fff;
  letter-spacing: 1px;
  background-color: #1119;
  padding: 6px 12px;
  font-size: 11px;
  line-height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.video-time.hide, .text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
  display: none;
}

.about-text {
  color: #e2e2e2;
  column-count: 2;
  column-gap: 56px;
  width: 100%;
  padding-right: 20px;
  font-size: .85rem;
  font-weight: 400;
}

.about-text.black {
  color: #6e6e6e;
  column-count: 1;
}

.photo-wrp {
  display: flex;
}

.photo-wrp.right {
  justify-content: flex-end;
}

.name {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
  display: flex;
}

.name.right {
  text-align: right;
  align-items: flex-end;
}

.photo {
  text-align: center;
  width: 35%;
}

.text-block-8 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 400;
}

.text-block-8.less {
  color: var(--off-white);
  letter-spacing: 1px;
  font-size: 1rem;
}

.text-block-8.right {
  text-align: right;
  margin-left: 0;
  margin-right: 11px;
}

.less {
  color: var(--grey);
  line-height: 1.3;
}

.small {
  text-align: center;
  letter-spacing: 1px;
  font-size: .7rem;
}

.lottie-animation {
  width: 225px;
}

.uui-contact02_component {
  flex-direction: column;
  align-items: stretch;
  max-width: 35rem;
  margin: 4rem auto 0;
}

.uui-field-label {
  color: #344054;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-text-size-large {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.error-text {
  color: #e23939;
}

.uui-form-field-wrapper {
  position: relative;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.success-message-2 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-heading-subheading {
  color: #000;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.success-text {
  font-weight: 600;
}

.uui-button {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border: 1px solid #000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  background-color: #7a7a7a;
  border-color: #6941c6;
}

.uui-button:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

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

.uui-form_input {
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-form_input::placeholder {
  color: #667085;
}

.uui-form_input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-heading-medium {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-padding-vertical-xhuge {
  padding-top: 6rem;
  padding-bottom: 7rem;
}

.uui-contact02_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-text-size-large-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-padding-vertical-xhuge-2 {
  margin-top: 40px;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-2.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-style-link-02 {
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xxsmall {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-icon-1x1-xsmall {
  color: #101828;
  width: 1.5rem;
  height: 1.5rem;
}

.uui-text-align-center-2 {
  text-align: center;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-contact10_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-top: 4rem;
  display: grid;
}

.uui-contact10_component.flex {
  margin-top: 2rem;
  display: flex;
}

.uui-text-size-medium {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-icon-featured-outline-large {
  color: #667085;
  background-color: #d0d5dd8a;
  border: .5rem solid #f3f3f3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-contact10_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.uui-heading-medium-2 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.extra {
  margin-bottom: .5rem;
}

.parallax-animation {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.listing-6-content {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 5em;
  display: flex;
}

.animation-color-bg {
  z-index: 15;
  background-color: #211e2e;
  display: none;
  position: absolute;
  inset: 0%;
}

.animation-color-bg.is-grey-3 {
  background-color: #9e9bad;
}

.paragraph-2 {
  letter-spacing: .02em;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.6em;
}

.paragraph-2.is-medium {
  font-size: 1.3em;
  line-height: 1.8em;
}

.listing-6-text-1 {
  color: #89859b;
  font-size: 1.3em;
  font-weight: 500;
}

.button-modern-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.4em;
  display: none;
  position: absolute;
  left: 0;
}

._3d-trigger {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 102%;
  height: 102%;
  display: flex;
  position: absolute;
}

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

.cover-image.is-parallax {
  object-fit: contain;
  object-fit: cover;
  height: 120%;
  top: auto;
  bottom: auto;
}

.button-icon {
  z-index: 10;
  opacity: .8;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.8em;
  position: absolute;
  right: 0;
}

.listing-6-grid {
  grid-column-gap: 1em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._3d-block {
  z-index: 8;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-modern-line {
  background-color: #307c5c;
  width: 100%;
  height: 1px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.listing-6-item {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.listing-6-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.heading {
  z-index: 10;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
}

.heading.is-listing-6-title {
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2em;
}

.heading.is-regular-title {
  font-size: 3.5em;
  line-height: 1.3em;
}

.heading.is-listing-3-title {
  max-width: 100%;
  font-size: 2em;
  line-height: 1.1em;
}

.heading.is-listing-9-title {
  font-size: 2em;
  line-height: 1.1em;
}

.button-modern {
  color: #3b8f6c;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-right: 3em;
  transition: color .2s, padding .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-modern:hover {
  color: #171520;
  padding-top: .7em;
  padding-bottom: .7em;
}

.section-2 {
  z-index: 10;
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
}

.listing-6-image {
  z-index: 10;
  width: 50%;
  height: 100%;
  min-height: 35em;
  position: relative;
}

.button-modern-name {
  text-align: left;
  letter-spacing: .02em;
  text-transform: uppercase;
  padding-top: .9em;
  padding-bottom: .9em;
  font-size: 1.3em;
  font-weight: 500;
}

.listing-6-inner {
  grid-row-gap: 5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 40em;
  display: flex;
}

.vertical-flex {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.vertical-flex.with-gap-4em {
  grid-row-gap: 4em;
}

.vertical-flex.with-gap-8em {
  grid-row-gap: 8em;
}

.vertical-flex.with-gap-2em {
  grid-row-gap: 2em;
}

.image-animation-trigger {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.listing-3-text {
  z-index: 10;
  color: #77728a;
  letter-spacing: -.02em;
  max-width: 25em;
  font-size: 1.3em;
  position: relative;
}

.listing-3-text.is-wider {
  max-width: none;
  font-size: .9em;
  font-weight: 400;
}

.listing-3-inner {
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 1.5em;
  padding-right: 1em;
  display: flex;
}

.listing-3-list {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.listing-3-list.with-2-items-in-row {
  grid-template-columns: 1fr;
}

.listing-3-item {
  grid-row-gap: 2.6em;
  background-color: #0000;
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 3em 2.5em 2em;
  transition: border-color .2s, background-color .2s;
  display: flex;
  overflow: hidden;
}

.listing-3-item:hover {
  background-color: #fff;
  border-color: #9e9bad;
}

.listing-3-button {
  width: 100%;
  font-size: .9em;
}

.listing-3-number {
  color: #77728a;
  letter-spacing: .2em;
  text-indent: .2em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  inset: .5em 0% auto auto;
}

.padding {
  z-index: 10;
  width: 100%;
  padding: 4em 0 2em;
  position: relative;
}

.listing-3-image {
  z-index: 10;
  width: 100%;
  height: 411px;
  position: relative;
}

.listing-3-content {
  z-index: 10;
  grid-column-gap: 2.5em;
  grid-row-gap: .6em;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.listing-3 {
  width: 100%;
}

.listing-9-item {
  grid-column-gap: 4em;
  grid-row-gap: 3em;
  background-color: #0000;
  border: 1px solid #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 3.5em 4em;
  transition: border-color .2s, background-color .2s;
  display: flex;
  overflow: hidden;
}

.listing-9-item:hover {
  background-color: #fff;
  border-color: #9e9bad;
}

.listing-9-list {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.listing-9-image {
  z-index: 10;
  border-radius: 3px;
  align-self: stretch;
  width: 35%;
  min-height: 18em;
  position: relative;
  overflow: hidden;
}

.listing-9-inner {
  grid-row-gap: 2.5em;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

._3d-trigger-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 110%;
  height: 115%;
  display: flex;
  position: absolute;
}

.padding-2 {
  z-index: 10;
  width: 100%;
  padding: 10em 0;
  position: relative;
}

.listing-9-content {
  z-index: 10;
  grid-column-gap: 2.5em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.container {
  z-index: 20;
  width: 100%;
  max-width: 2100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
  position: relative;
}

.listing-9-text {
  z-index: 10;
  color: #77728a;
  letter-spacing: -.02em;
  max-width: 11em;
  font-size: 1.3em;
  position: relative;
}

.listing-9-button {
  width: 100%;
  font-size: .9em;
}

.section-3 {
  z-index: 10;
  background-color: var(--off-white);
  position: relative;
  overflow: hidden;
}

.listing-9-title-with-number {
  grid-column-gap: 2em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.listing-9-number {
  color: #77728a;
  letter-spacing: .3em;
  text-indent: .3em;
  font-size: 1.1em;
  font-weight: 500;
}

.list-2-box {
  border-radius: 3px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-right: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.list-title-2 {
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.1em;
}

.grid-7-image {
  min-height: 15em;
  position: relative;
}

.grid-7-text {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.5em;
}

.grid-7-text.is-2nd {
  color: #77728a;
  font-size: .8em;
  font-weight: 400;
}

.classic-button {
  z-index: 20;
  color: #211e2e;
  letter-spacing: .15em;
  background-color: #d5f3e6;
  border: 1px solid #55a583;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  min-width: 16em;
  padding: 1.5em 1em;
  transition: border-color .2s, letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.classic-button:hover {
  color: #e5f5ee;
  letter-spacing: .25em;
  border-color: #307c5c;
}

.classic-button.is-black {
  color: #d5f3e6;
  background-color: #2d2a3a;
  border-color: #47425c;
}

.classic-button.is-black:hover {
  border-color: #307c5c;
}

.button-text {
  z-index: 5;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.uppercase-small-title {
  text-align: center;
  letter-spacing: .4em;
  text-indent: .4em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6em;
}

.uppercase-small-title.is-align-left {
  text-align: left;
  letter-spacing: .3em;
  text-indent: 0;
  margin-right: 10px;
  font-size: .7em;
}

.list-3 {
  grid-row-gap: 1.25em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.padding-3 {
  z-index: 10;
  width: 100%;
  padding: 5em 0 4em;
  position: relative;
}

.while-scrolling-effect-5rem {
  z-index: 1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.list-2-background {
  z-index: 2;
  background-color: #307c5c;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.list-2-content {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-7-content {
  grid-row-gap: 1em;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 39em;
  display: flex;
}

.grid-7-content.right {
  align-items: flex-end;
}

.container-2 {
  z-index: 20;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
  position: relative;
}

.button-bg {
  z-index: 1;
  background-color: #2d2a3a;
  border-radius: 50%;
  width: 150%;
  height: 200%;
  display: none;
  position: absolute;
}

.button-bg.is-2nd-color {
  background-color: #307c5c;
}

.list-2-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.2em;
  position: absolute;
}

.section-4 {
  z-index: 10;
  background-color: var(--off-white);
  position: relative;
  overflow: hidden;
}

.grid-7 {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .h3.service {
    font-size: 1.8rem;
  }

  .text-size-tiny {
    font-size: .5rem;
  }

  .text-size-tiny.opacity-50 {
    margin-bottom: 10px;
    font-size: .8rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .text-size-regular {
    margin-bottom: 1rem;
  }

  .text-size-regular.big {
    font-size: 1.6rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .container-medium.quote {
    width: 95%;
  }

  .container-medium.checkout {
    grid-column-gap: 1rem;
    width: 95%;
    max-width: 95%;
  }

  .nav-list-wrap {
    display: none;
  }

  .nav-list-wrap.oppacity {
    opacity: 1;
    display: block;
  }

  .nav-list-wrap.oppacity.mobile, .nav-list-wrap.mbile-menu, .nav-link.shop.hide-mobile-landscape {
    display: none;
  }

  ._2-col-grid.sub-page-grid {
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    display: flex;
  }

  ._2-col-grid.about-hero-pg {
    grid-row-gap: 6rem;
  }

  .heading-display {
    padding-right: 0;
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .text-width-l.overflow-hidden {
    width: 20rem;
  }

  .spacer-40.project-cms {
    height: 1rem;
  }

  .hero-img-parent {
    height: 39.5625rem;
    padding: 1.5rem;
  }

  .heading-quote {
    font-size: 1.8rem;
  }

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

  .project-list-img-parent {
    height: 50vw;
  }

  .project-list-img-parent.sub-page {
    height: 40vw;
  }

  .project-list-img-parent.more {
    height: 25vw;
  }

  .project-type-tag {
    padding-left: 1rem;
  }

  .home-about-grid {
    transform: translate(-20%);
  }

  .home-about-img {
    width: 20rem;
    height: 45vw;
  }

  .home-about-content {
    width: 30rem;
    min-height: 45vw;
  }

  .home-about-content.more-in {
    padding: 1rem 1.5rem;
  }

  .service-list-img-parent {
    display: none;
  }

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

  .blog-list-grid._4col {
    grid-template-columns: 1fr 1fr;
  }

  .blog-img-parent, .blog-img-parent.less {
    height: 50vw;
  }

  .blog-pg-content {
    grid-row-gap: 0rem;
  }

  .footer-t-split {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .hamburger-parent {
    cursor: auto;
    display: none;
  }

  .text-width-m {
    width: 25rem;
  }

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

  .project-sub-page-item {
    width: 45%;
  }

  .project-tabs-content.news-blog {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .project-v-list-img-parent {
    display: none;
  }

  .h3-ab.service, .h3-rel.service {
    font-size: 1.8rem;
  }

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

  .team-list-item {
    height: 50vw;
  }

  .news-section-grid {
    grid-template-columns: 1fr;
  }

  .text-width-m-2 {
    width: 25rem;
  }

  .news-2-col-grid.blog-cms {
    grid-template-columns: 1fr 1fr;
  }

  .news-press-top-wrap {
    height: 45vw;
    min-height: 45vw;
  }

  .news-press-top-wrap.main-featured {
    height: 50vw;
    min-height: 50vw;
  }

  .news-section-grid-r {
    padding-left: 2.5%;
    padding-right: 2.5%;
    position: relative;
    top: auto;
  }

  .newsletter-wrap {
    padding: 3.5vw;
  }

  .contact-section-grid, .project-cms-head-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .project-cms-top-img {
    min-height: 60vw;
    max-height: 60vw;
  }

  .project-cms-img-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .product-item-grid {
    grid-template-columns: 1fr;
  }

  .product-img-wrap {
    min-height: 60vw;
    max-height: 60vw;
    position: relative;
    top: auto;
  }

  .checkout-form {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .footer-h-split {
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .purchase-template-component {
    bottom: 3.8rem;
  }

  .purchase-template-component.no-ab {
    right: auto;
  }

  .collection-item {
    width: 45%;
  }

  .text-block.big {
    font-size: 1.8rem;
  }

  .side-video.left {
    width: 100%;
    margin-left: 0%;
  }

  .play-button {
    width: 56px;
    height: 56px;
  }

  .text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .div-block-2 {
    display: none;
  }

  .about-text {
    column-count: 1;
    padding-right: 0;
    font-size: .9rem;
  }

  .text-block-8 {
    font-size: 1.4rem;
  }

  .uui-padding-vertical-xhuge, .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .listing-6-content {
    padding: 2em 3em;
  }

  .button-modern-icon {
    margin-right: 2em;
    display: block;
    position: relative;
  }

  .button-modern-line {
    display: block;
  }

  .heading.is-listing-6-title {
    font-size: 3.5em;
  }

  .heading.is-regular-title {
    font-size: 3em;
  }

  .heading.is-listing-3-title {
    font-size: 1.6em;
  }

  .button-modern {
    padding-right: 2.4em;
  }

  .vertical-flex.with-gap-8em {
    grid-row-gap: 6em;
  }

  .listing-3-inner {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }

  .listing-3-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .listing-3-item:hover {
    background-color: #0000;
  }

  .padding {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .listing-9-item:hover {
    background-color: #0000;
  }

  .listing-9-list {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .listing-9-image {
    height: 17em;
    min-height: auto;
  }

  .padding-2 {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .container {
    padding-left: 4em;
    padding-right: 4em;
  }

  .listing-9-title-with-number {
    flex-wrap: wrap-reverse;
  }

  .listing-9-number {
    letter-spacing: .2em;
    text-indent: .2em;
    font-size: 1em;
  }

  .grid-7-image {
    min-height: 40em;
  }

  .classic-button:hover {
    letter-spacing: .15em;
  }

  .padding-3 {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .container-2 {
    padding-left: 4em;
    padding-right: 4em;
  }

  .grid-7 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

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

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

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .h3 {
    font-size: 1.5rem;
  }

  .h3.service {
    font-size: 1.6rem;
  }

  .h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .text-size-regular {
    margin-bottom: 1rem;
  }

  .text-size-regular.big {
    font-size: 1.4rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-medium.checkout {
    flex-direction: column;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .main-navigation {
    z-index: 10;
    background-color: var(--off-white);
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav-main-flex {
    align-items: center;
  }

  .nav-list-wrap {
    display: none;
  }

  .nav-link.shop.hide-desktop-tab {
    display: flex;
  }

  .nav-link.shop.hide-for-cart {
    display: none;
  }

  .nav-cart-btn {
    padding-bottom: .6rem;
  }

  ._2-col-grid.hero-grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .heading-display.sub-page-sm {
    font-size: 9rem;
  }

  .hero-img-parent {
    height: 36rem;
  }

  .heading-quote {
    font-size: 1.2rem;
  }

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

  .project-list-grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .project-list-img-parent, .project-list-img-parent.sub-page {
    height: 80vw;
  }

  .project-type-tag, .project-thumb-btn-parent {
    display: none;
  }

  .home-about-grid {
    padding-left: 2.5%;
    padding-right: 2.5%;
    transform: translate(0%);
  }

  .home-about-img {
    height: 50vw;
    display: none;
  }

  .home-about-content {
    width: 100%;
    min-height: 20rem;
  }

  .blog-img-parent {
    height: 60vw;
  }

  .blog-pg-content {
    grid-row-gap: 1.6rem;
  }

  .footer-link-wrap._1 {
    grid-column-gap: .6rem;
    grid-row-gap: 16px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-flex-split {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .nav-wrap-r {
    grid-column-gap: 1rem;
  }

  .hamburger-parent {
    padding-right: 1rem;
    display: none;
  }

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

  .text-width-m {
    width: 25rem;
  }

  .project-sub-page-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .project-sub-page-item {
    width: 100%;
  }

  .project-v-list-head, .project-v-list-head-ab {
    font-size: 2.4rem;
  }

  .h3-ab {
    font-size: 1.5rem;
  }

  .h3-ab.service {
    font-size: 1.6rem;
    display: none;
  }

  .h3-rel {
    font-size: 1.5rem;
  }

  .h3-rel.service {
    font-size: 1.6rem;
  }

  .header-flex-top {
    position: relative;
  }

  .num-bracket-wrap {
    position: absolute;
    inset: -.7rem -1.2rem auto auto;
  }

  .num-bracket-reg {
    font-size: 1.65rem;
  }

  ._2-col-pg {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .about-hero-img-section {
    height: 75vh;
  }

  .about-hero-img-child-wrap {
    width: 18rem;
    height: 24rem;
  }

  .h2-quote {
    font-size: 2rem;
  }

  .about-quote-width {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

  .team-list-item {
    height: 18rem;
  }

  .text-width-m-2 {
    width: 25rem;
  }

  .news-2-col-grid, .news-2-col-grid.blog-cms {
    grid-template-columns: 1fr;
  }

  .news-press-top-wrap {
    height: 55vw;
    min-height: 55vw;
  }

  .news-press-top-wrap.main-featured {
    height: 65vw;
    min-height: 65vw;
  }

  .newsletter-wrap {
    padding: 1.5rem;
  }

  .career-list-grid {
    grid-template-columns: 1fr 1.25fr .25fr;
  }

  .career-list-grid.pg-content {
    grid-template-columns: 1fr;
  }

  .blog-hero-section {
    padding-top: 6rem;
  }

  .project-hero-section {
    padding-top: 7rem;
  }

  .project-hero-content-top {
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .project-cms-head-grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .project-overview-wrap {
    max-width: 100%;
  }

  .project-3-col-img-wrap {
    min-height: 50vw;
    max-height: 50vw;
  }

  .project-1-col-img-wrap {
    max-height: 80vw;
  }

  .section-product {
    padding-top: 8rem;
  }

  .product-img-wrap {
    min-height: 80vw;
    max-height: 80vw;
  }

  .checkout-form {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .check-summary-wrap {
    width: 100%;
    position: relative;
  }

  .purchase-template-component {
    bottom: 2.6rem;
  }

  .purchase-template-component.no-ab {
    right: auto;
  }

  .play-button {
    width: 42px;
    height: 42px;
  }

  .about-text {
    column-count: 1;
    padding-right: 0;
  }

  .uui-contact02_component {
    margin-top: 3rem;
  }

  .uui-text-size-large, .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-contact10_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .listing-6-content {
    padding-top: 5em;
  }

  .listing-6-item {
    flex-wrap: wrap;
  }

  .heading.is-listing-6-title {
    font-size: 4em;
  }

  .heading.is-regular-title {
    font-size: 2.5em;
  }

  .listing-6-image {
    width: 100%;
    height: 30em;
    min-height: auto;
  }

  .button-modern-name {
    font-size: 1.2em;
  }

  .listing-3-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .listing-3-list.with-2-items-in-row {
    grid-template-columns: 1fr;
  }

  .listing-3-item {
    padding: 2.5em 2em;
  }

  .padding {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .listing-9-item {
    grid-column-gap: 2em;
    padding: 2em;
  }

  .padding-2 {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .list-2-box {
    font-size: .8em;
  }

  .grid-7-image {
    min-height: 30em;
  }

  .padding-3 {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .grid-7 {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

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

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

  .icon-1x1-large.ab {
    inset: 4% 5% auto auto;
  }

  .h3.service {
    font-size: 1.4rem;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .text-size-tiny {
    font-size: .6rem;
  }

  .text-size-tiny.opacity-50 {
    margin-bottom: 10px;
    font-size: .65rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-regular {
    margin-bottom: .5rem;
    font-size: .9rem;
    line-height: 1.3;
    display: block;
  }

  .text-size-regular.big {
    font-size: 1.2rem;
  }

  .text-size-regular.big.gray {
    font-size: 1rem;
  }

  .text-size-regular._1 {
    column-count: 1;
    margin-top: 0;
    line-height: 1.3;
  }

  .text-size-small {
    font-size: .85rem;
  }

  .container-large {
    width: 95%;
  }

  .main-navigation {
    height: 75px;
    padding-top: 1rem;
  }

  .nav-main-flex {
    justify-content: center;
  }

  .nav-logo-icon {
    width: 9.5rem;
  }

  .nav-list-wrap.oppacity {
    display: none;
  }

  .nav-list-wrap.mbile-menu {
    grid-row-gap: .45rem;
    border-bottom: 1px solid #0000004a;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: -18px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    display: flex;
  }

  .spacer-large {
    height: 6rem;
  }

  ._2-col-grid.hero-grid {
    grid-row-gap: 1.6rem;
  }

  .heading-display {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .heading-display.sub-page-sm {
    font-size: 5rem;
  }

  .text-width-l {
    width: 100%;
  }

  .text-width-l.overflow-hidden {
    width: auto;
    display: block;
  }

  .hero-img-parent {
    padding: .5rem;
  }

  .info-card {
    grid-row-gap: .7rem;
    padding-right: 1.25rem;
  }

  .btn-primary {
    margin-top: 12px;
    display: inline-block;
  }

  .project-list-parent.more {
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-list-img-parent, .project-list-img-parent.sub-page {
    height: 100vw;
  }

  .project-list-img-parent.more {
    height: 45vw;
  }

  .flex-h-split {
    text-align: left;
    justify-content: center;
  }

  .flex-h-split.left {
    justify-content: flex-start;
  }

  .flex-h-split.right {
    justify-content: flex-end;
  }

  .home-about-img {
    height: 80vw;
  }

  .home-about-content {
    min-height: 26rem;
  }

  .home-about-content.more-in {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }

  .service-list-child-l {
    grid-column-gap: 1.25rem;
  }

  .blog-img-parent, .blog-img-parent.less {
    height: 80vw;
  }

  .blog-pg-content {
    grid-row-gap: 0rem;
  }

  .footer-t-split {
    grid-row-gap: 3rem;
  }

  .footer-link-wrap {
    flex-wrap: wrap;
    display: none;
  }

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

  .footer-form-wrap {
    min-width: 100%;
  }

  .footer-flex-split {
    grid-row-gap: .4rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .nav-wrap-r {
    grid-column-gap: .5rem;
  }

  .hamburger-parent {
    padding-right: .5rem;
  }

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

  .text-width-m {
    width: 100%;
  }

  .project-v-list-head, .project-v-list-head-ab {
    font-size: 1.4rem;
  }

  .project-vlist-tag-parent {
    padding: .3rem .4rem;
  }

  .project-v-list-tag-text {
    font-size: .65rem;
    line-height: 1;
  }

  .h3-ab.service {
    font-size: 1.4rem;
    display: none;
  }

  .h3-rel.service {
    font-size: 1.3rem;
  }

  .num-bracket-wrap {
    top: -.4rem;
    right: -.7rem;
  }

  .num-bracket-reg {
    font-size: 1rem;
  }

  .about-hero-img-section {
    height: 70vh;
  }

  .about-hero-img-child-wrap {
    width: 14rem;
    height: 16rem;
  }

  .about-quote-width {
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-width-m-2 {
    width: 100%;
  }

  .news-press-top-wrap {
    height: 90vw;
    min-height: 90vw;
  }

  .news-press-top-wrap.main-featured {
    height: 100vw;
    min-height: 100vw;
  }

  .newsletter-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .career-list-grid {
    grid-template-columns: 1fr .75fr .25fr;
  }

  .career-list-grid.pg-content {
    grid-template-columns: 1fr;
  }

  .contact-btn-flex {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-pg-wrap {
    max-width: 100%;
  }

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

  .blog-hero-head-wrap {
    max-width: 100%;
  }

  .project-hero-content-top {
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .main-nav-bg {
    height: 100%;
  }

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

  .project-cms-top-img {
    min-height: 100vw;
    max-height: 100vw;
  }

  .project-3-col-img-wrap {
    min-height: 90vw;
    max-height: 90vw;
  }

  .project-1-col-img-wrap, .product-img-wrap {
    min-height: 100vw;
    max-height: 100vw;
  }

  .product-info-wrap {
    grid-row-gap: 2rem;
    padding: 1rem;
  }

  .product-head-wrap {
    grid-row-gap: 1.4rem;
  }

  .block-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-content.shipping {
    padding-left: 0;
    padding-right: 0;
  }

  .shipping-method {
    border-top-width: 0;
    border-top-color: #000;
    border-left: 0 solid #000;
    border-right: 0 solid #000;
  }

  .purchase-template-component {
    bottom: 2rem;
    right: .85rem;
  }

  .purchase-template-component.no-ab {
    right: auto;
  }

  .image-2 {
    width: 175px;
  }

  .collection-item {
    width: 100%;
  }

  .text-block.big {
    text-align: center;
    font-size: 1.5rem;
  }

  .play-button {
    width: 42px;
    height: 42px;
  }

  .text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
    display: none;
  }

  .about-text {
    line-height: 1.3;
  }

  .text-block-8 {
    margin-bottom: 8px;
    font-size: 1.3rem;
  }

  .form-field-2col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .button-modern-icon {
    margin-right: 1em;
    font-size: 1.2em;
  }

  .heading.is-listing-6-title {
    font-size: 3.5em;
  }

  .heading.is-regular-title {
    font-size: 2em;
    line-height: 1.4em;
  }

  .heading.is-listing-3-title, .heading.is-listing-9-title {
    font-size: 1.8em;
    line-height: 1.2em;
  }

  .button-modern-name {
    font-size: 1em;
  }

  .listing-6-inner {
    grid-row-gap: 4em;
  }

  .listing-3-text {
    font-size: 1.5em;
  }

  .listing-3-inner {
    grid-row-gap: 2em;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .listing-3-list {
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .listing-3-item {
    padding: 0;
  }

  .listing-3-item:hover {
    background-color: #0000;
    border-color: #0000;
  }

  .listing-9-item {
    padding: 0;
  }

  .listing-9-item:hover {
    background-color: #0000;
    border-color: #0000;
  }

  .listing-9-list {
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .container {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .listing-9-number {
    letter-spacing: .1em;
    text-indent: .1em;
    font-size: .9em;
  }

  .grid-7-image {
    min-height: 22em;
  }

  .uppercase-small-title.is-align-left {
    letter-spacing: .1em;
  }

  .list-3 {
    width: 100%;
  }

  .container-2 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .list-2-icon {
    font-size: 1.1em;
  }

  .text-block-9, .text-block-10 {
    font-weight: 700;
  }
}

#w-node-_600a33c3-0d60-1617-7a74-bd5fe117211e-78ff3dfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97361ec1-1072-f630-1678-6e24467aaaa7-78ff3dfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_412c2e86-8729-bd2b-b76a-18cdfcd47a31-78ff3dfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-db066519-87d0-afc5-bf43-d71823d7f704-78ff3dfc, #w-node-a3857aeb-1ed7-bf55-b26f-8c9098b43455-78ff3dfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3857aeb-1ed7-bf55-b26f-8c9098b4345b-78ff3dfc, #w-node-_5f29a50c-8fb6-1018-755d-ffbe03431c10-78ff3dfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_91625fac-783d-e64e-3d48-3579c5d5b1e2-78ff3dfc, #w-node-_66f18c7d-6377-d596-af67-764fc543a76f-78ff3dfc, #w-node-_7b148115-94e9-4642-99c5-bdcc31647402-78ff3dfc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a0aa60ac-014d-d2d1-8b33-0c3e658554e0-78ff3dfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0aa60ac-014d-d2d1-8b33-0c3e658554e1-78ff3dfc {
  justify-self: center;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-78ff3e8b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-78ff3e8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-78ff3e8b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-78ff3e8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-78ff3e8b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-78ff3e8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-78ff3e8b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-78ff3e8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-78ff3e8b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-78ff3e8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-78ff3e8b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-78ff3e8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-78ff3e8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-78ff3e8b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-78ff3e8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-78ff3e8b {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-bf162654-f189-b850-704d-f7127a4a1685-78ff3dfc, #w-node-_6ec2e6fe-cff6-e085-48ce-e09baef7f173-78ff3dfc, #w-node-_2120f77c-f351-5bea-7135-09d10f6d1653-78ff3dfc, #w-node-_32e2427d-edc7-ee4f-6f5d-054c5a7ae786-78ff3dfc, #w-node-_5918ea1e-9cd7-a762-50b4-089e9eb19bc9-78ff3dfc, #w-node-_6aa3557e-c777-8d60-809d-4f73d006c98f-78ff3dfc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_97361ec1-1072-f630-1678-6e24467aaaa7-78ff3dfc {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Bold.woff2') format('woff2'), url('../fonts/PPNeueMontreal-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal book';
  src: url('../fonts/PPNeueMontreal-Book.woff2') format('woff2'), url('../fonts/PPNeueMontreal-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-BoldItalic.woff2') format('woff2'), url('../fonts/PPNeueMontreal-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Italic.woff2') format('woff2'), url('../fonts/PPNeueMontreal-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Light.woff2') format('woff2'), url('../fonts/PPNeueMontreal-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Medium.woff2') format('woff2'), url('../fonts/PPNeueMontreal-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Regular.woff2') format('woff2'), url('../fonts/PPNeueMontreal-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-ThinItalic.woff2') format('woff2'), url('../fonts/PPNeueMontreal-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Thin.woff2') format('woff2'), url('../fonts/PPNeueMontreal-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}