@font-face {
  font-family: Sentient;
  src: url('../fonts/Sentient-Bold.woff2') format("woff2"), url('../fonts/Sentient-Bold.eot') format("embedded-opentype"), url('../fonts/Sentient-Bold.woff') format("woff"), url('../fonts/Sentient-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sentient;
  src: url('../fonts/Sentient-Italic.woff2') format("woff2"), url('../fonts/Sentient-Italic.eot') format("embedded-opentype"), url('../fonts/Sentient-Italic.woff') format("woff"), url('../fonts/Sentient-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sentient;
  src: url('../fonts/Sentient-BoldItalic.woff2') format("woff2"), url('../fonts/Sentient-BoldItalic.eot') format("embedded-opentype"), url('../fonts/Sentient-BoldItalic.woff') format("woff"), url('../fonts/Sentient-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sentient;
  src: url('../fonts/Sentient-Light.woff2') format("woff2"), url('../fonts/Sentient-Light.eot') format("embedded-opentype"), url('../fonts/Sentient-Light.woff') format("woff"), url('../fonts/Sentient-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sentient;
  src: url('../fonts/Sentient-Extralight.woff2') format("woff2"), url('../fonts/Sentient-Extralight.eot') format("embedded-opentype"), url('../fonts/Sentient-Extralight.woff') format("woff"), url('../fonts/Sentient-Extralight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sentient;
  src: url('../fonts/Sentient-LightItalic.woff2') format("woff2"), url('../fonts/Sentient-LightItalic.eot') format("embedded-opentype"), url('../fonts/Sentient-LightItalic.woff') format("woff"), url('../fonts/Sentient-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sentient;
  src: url('../fonts/Sentient-ExtralightItalic.woff2') format("woff2"), url('../fonts/Sentient-ExtralightItalic.eot') format("embedded-opentype"), url('../fonts/Sentient-ExtralightItalic.woff') format("woff"), url('../fonts/Sentient-ExtralightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sentient;
  src: url('../fonts/Sentient-Medium.woff2') format("woff2"), url('../fonts/Sentient-Medium.eot') format("embedded-opentype"), url('../fonts/Sentient-Medium.woff') format("woff"), url('../fonts/Sentient-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sentient;
  src: url('../fonts/Sentient-MediumItalic.woff2') format("woff2"), url('../fonts/Sentient-MediumItalic.eot') format("embedded-opentype"), url('../fonts/Sentient-MediumItalic.woff') format("woff"), url('../fonts/Sentient-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sentient;
  src: url('../fonts/Sentient-Regular.woff2') format("woff2"), url('../fonts/Sentient-Regular.eot') format("embedded-opentype"), url('../fonts/Sentient-Regular.woff') format("woff"), url('../fonts/Sentient-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-grey: #e9e8e4;
  --background-black: #0d0d0e;
  --text-color: #000000b3;
  --gainsboro: #dfddda;
  --outline-dark: #d2d2cf;
  --silver: #c9c8c4;
  --overlay-regular: #0d0d0e33;
  --light-outline: #2e313a;
  --text-color-grey: #0b0e10a6;
  --overlay-dark: #0b0e1059;
  --outline-light: #ffffff26;
  --outline-dark-2: #aeaec2;
  --overlay-light: #0d0d0e1f;
  --bg-volor: #c8d8e8;
}

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

body {
  background-color: var(--background-grey);
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
}

h1 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 200;
  line-height: 1.1;
}

h2 {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 200;
  line-height: 1.1;
}

h3 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.05;
  overflow: visible;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 200;
  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;
}

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 {
  margin-left: auto;
  margin-right: auto;
}

.padding-xlarge {
  padding: 8rem;
}

.margin-xlarge {
  margin: 7rem;
}

.margin-xsmall {
  margin: 1.3rem;
}

.padding-xhuge {
  padding: 14rem;
}

.padding-none {
  padding: 0;
}

.padding-xxhuge {
  padding: 16rem;
}

.padding-huge {
  padding: 13.5rem;
}

.margin-large {
  margin: 5rem;
}

.padding-xxlarge {
  padding: 10rem;
}

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

.padding-large {
  padding: 5.3rem;
}

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

.padding-small {
  padding: 1.9rem;
}

.margin-huge {
  margin: 11rem;
}

.padding-medium {
  padding: 3.8rem;
}

.padding-xsmall {
  padding: 1.3rem;
}

.margin-xxlarge {
  margin: 9rem;
}

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

.margin-xhuge {
  margin: 13rem;
}

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

.margin-small {
  margin: 1.9rem;
}

.margin-medium {
  margin: 3.8rem;
}

.margin-xxhuge {
  margin: 15rem;
}

.margin-none {
  margin: 0;
}

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

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

.padding-top.padding-huge.is-medium {
  padding-top: 10rem;
}

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

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

.margin-bottom.margin-small.flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.padding-vertical.padding-xxsmall {
  height: 100%;
}

.padding-horizontal {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-horizontal.padding-medium.padding-left-0, .padding-horizontal.padding-small.left-0 {
  padding-left: 0;
}

.padding-horizontal.padding-xxsmall.is-project {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

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

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

.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: .8rem;
  height: .8rem;
}

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

.styleguide-background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

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

.styleguide-item.is-stretch {
  justify-items: stretch;
}

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

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

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

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

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

.styleguide-2-col.is-align-start {
  align-items: start;
}

.form-message-success {
  background-color: var(--gainsboro);
  border-radius: .625rem;
  padding: 1.25rem;
}

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

.heading-style-h3 {
  font-size: 2.8rem;
  font-weight: 200;
  line-height: 1.2;
}

.heading-style-h3.text-style-allcaps {
  line-height: 1.2;
}

.heading-style-h3.font-weight-medium {
  font-weight: 500;
}

.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: 1.1rem;
  height: 1.1rem;
}

.heading-style-h1 {
  letter-spacing: -.15vw;
  text-transform: uppercase;
  font-size: 4.3vw;
  font-weight: 400;
  line-height: 1.15;
}

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

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

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

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

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

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

.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 {
  font-size: 1.35rem;
  line-height: 1.55;
}

.text-size-regular.dual-paragraph {
  column-count: 2;
  column-gap: 3rem;
}

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

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

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

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

.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-white {
  background-color: #fff;
}

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

.text-size-small {
  font-size: 1.2rem;
  line-height: 1.6;
}

.heading-style-h4 {
  font-size: 1.35rem;
  line-height: 1.4;
}

.heading-style-h4.text-bold {
  font-weight: 600;
}

.form_label {
  font-size: .925rem;
  font-weight: 200;
}

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

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

.form-input {
  z-index: 100;
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--outline-dark);
  color: #000;
  background-color: #0000;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .5rem 1.4rem;
  font-size: .95rem;
  position: relative;
}

.form-input::placeholder {
  color: #0b0e1099;
}

.form-input.is-text-area {
  min-height: 9.5rem;
  padding-top: 1.25rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

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

.styleguide-3-col.is-align-start {
  align-items: start;
}

.text-size-large {
  font-size: 1.9rem;
  line-height: 1.35;
}

.styleguide-header {
  background-color: #0000000d;
}

.heading-style-h2 {
  font-size: 3.25rem;
  line-height: 1.35;
}

.heading-style-h2.text-style-allcaps {
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h2.text-style-allcaps.text-align-center {
  font-weight: 400;
}

.heading-style-h2.text-style-allcaps.text-align-center.text-size-small {
  font-size: 2.5rem;
}

.heading-style-h2.text-style-allcaps.text-small {
  font-size: 2rem;
}

.heading-style-h2.text-style-allcaps {
  line-height: 1.2;
}

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

.styleguide-label.is-tag {
  background-color: #be4aa5;
}

.styleguide-label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

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

.text-style-allcaps {
  letter-spacing: .05rem;
  text-transform: uppercase;
}

.form-message-error {
  background-color: var(--gainsboro);
  border-radius: .625rem;
  margin-top: .75rem;
  padding: .75rem;
}

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

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

.form-component {
  margin-bottom: 0;
}

.main-wrapper {
  z-index: 10;
  position: relative;
}

.button {
  border: 1px solid var(--outline-dark);
  color: #000;
  text-align: center;
  background-color: #0000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  min-height: 2.65rem;
  padding: .75rem .95rem;
  font-weight: 200;
  text-decoration: none;
  display: flex;
}

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

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

.button.is-form-submit {
  color: #fff;
  letter-spacing: .05rem;
  text-transform: uppercase;
  background-color: #181817;
  width: 100%;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

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

.button.is-secondary {
  background-color: var(--gainsboro);
  color: #000;
  border: 1px #000;
  border-radius: .5rem;
  padding: .4rem .4rem .4rem 1.3rem;
}

.button.is-secondary.is-color-grey {
  background-color: var(--outline-dark);
}

.button.is-icon {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  text-align: left;
  background-color: #fff;
  border-color: #d2d2cf;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button.is-icon.dark-outline.top-margin-small {
  margin-top: 2rem;
}

.button.is-circle {
  background-color: #f6c734;
  border-color: #f6c734;
  width: 2.65rem;
  margin-right: -1px;
  padding: 0;
}

.button.dark-outline {
  border-width: 1px;
  border-color: var(--silver);
}

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

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

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

.button-group {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  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;
}

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

.styleguide-spacing-all {
  display: none;
}

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

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

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

.text-color-light {
  color: #ffffffd9;
}

.home-service-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.navbar-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-right: 1px solid var(--outline-dark);
  color: #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  place-content: end space-between;
  align-items: center;
  height: 100%;
  padding: 2.5rem 2.5rem 2rem;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.home-hero-block {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  height: 100vh;
  display: grid;
  position: relative;
}

.home-hero-bottom {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 25rem;
  display: flex;
}

.heading-style-xl {
  perspective: 200vw;
  font-size: 10.5vw;
  line-height: 1.1;
  overflow: hidden;
}

.navbar {
  z-index: 100;
  color: #000;
  background-color: #ddd0;
  justify-content: center;
  align-items: flex-start;
  height: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-block {
  justify-content: space-between;
  width: 100%;
  height: 0;
  display: flex;
  position: static;
}

.navbar-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  width: 100%;
  min-height: 25rem;
  display: flex;
}

.navbar-brand {
  z-index: 100;
  color: #000;
  align-items: center;
  display: flex;
  position: relative;
}

.all-radius-regular {
  border-radius: .625rem;
}

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

.image-fill.rotate {
  object-fit: contain;
  transform: rotate(-88deg);
}

.image-fill.is-set {
  object-position: 50% 14%;
}

.image-fill.is-set.nnn {
  top: 0%;
}

.image-fill.is-fit {
  object-fit: cover;
}

.image-fill.is--set {
  object-position: 50% 0%;
}

.image-fill.is-tain {
  object-fit: contain;
}

.image-fill.is-felx {
  object-position: 50% 1%;
}

.image-fill.is-sset {
  object-position: 50% 99%;
}

.image-fill.setty {
  object-position: 50% 50%;
  top: 0%;
}

.image-fill.oop {
  top: 0%;
}

.image-fill.tg {
  top: -1%;
}

.image-fill.qqq, .image-fill.qqw {
  top: 0%;
}

.image-fill.is-filter {
  filter: brightness(200%);
}

.image-fill.move-bottom {
  object-fit: cover;
}

.image-fill.is-move-right {
  object-position: 72% 50%;
}

.image-overlay {
  z-index: 5;
  background-color: var(--overlay-regular);
  position: absolute;
  inset: 0%;
}

.image-overlay.light-overlay {
  background-color: #0d0d0e1a;
}

.letter-1, .letter-2 {
  display: inline-block;
}

.letter-3 {
  text-align: left;
  display: inline-block;
}

.letter-4, .letter-5, .letter-6, .letter-7 {
  display: inline-block;
}

.clip {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clip.opac {
  opacity: 0;
}

.looping-strip {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  color: #000;
  white-space: nowrap;
  align-items: center;
  display: flex;
}

.projects-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr minmax(20rem, 1fr);
  grid-auto-columns: 1fr;
  min-height: 100vh;
  display: grid;
}

.projects-top {
  z-index: 10;
  border-bottom: 1px none var(--gainsboro);
  background-color: var(--background-grey);
  border-radius: .625rem;
  flex-direction: row;
  justify-content: flex-end;
  height: 3.5rem;
  display: flex;
  position: relative;
}

.projects-hero-image {
  height: 100vh;
  padding-top: .625rem;
  padding-bottom: .625rem;
  padding-right: .625rem;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.projects-list {
  border-top: 1px none var(--outline-dark);
  padding-bottom: 3.4rem;
}

.projects-item {
  z-index: 20;
  color: #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.875rem;
  padding-bottom: 2.875rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-item-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 2fr auto;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid;
}

.projects-item-title {
  overflow: hidden;
}

.navbar-base {
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 6rem;
  display: flex;
  position: static;
}

.navbar-base.left-navbar {
  z-index: 100;
  position: relative;
}

.prrojects-top-content {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.projects-description {
  max-width: 30rem;
  padding-top: 5rem;
  padding-bottom: 1.5rem;
}

.action-block {
  grid-column-gap: 7rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  justify-items: center;
  width: 100%;
  max-width: 91vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 12rem;
  display: grid;
}

.footer-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid;
}

.footer-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
}

.fotter-menu-link, .footer-brand {
  color: #000;
  text-decoration: none;
}

.work-hero-background {
  position: absolute;
  inset: 0%;
}

.work-hero-intro {
  z-index: 10;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--background-grey);
  border-radius: .625rem;
  flex-direction: column;
  width: 85%;
  max-width: 28rem;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px none var(--outline-dark);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  display: flex;
}

.work-body-list {
  grid-column-gap: 0rem;
  grid-row-gap: .95rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.work-image-item {
  border-radius: .625rem;
  overflow: hidden;
}

.work-image {
  width: 100%;
}

.work-hero-name {
  grid-column-gap: 3.25rem;
  grid-row-gap: 3.25rem;
  grid-template-rows: auto;
  grid-template-columns: 40% 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  width: 100%;
  padding: 9rem 2.6rem 2.2rem 2.2rem;
  display: flex;
}

.work-hero-text {
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0;
  display: flex;
}

.clip-title {
  z-index: 200;
  border-bottom: 1px none var(--outline-dark);
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.home-hero-heading {
  margin-bottom: 0;
  overflow: hidden;
}

.home-hero-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5rem;
  display: grid;
}

.text-size-xsmall {
  font-size: .9rem;
}

.text-size-xsmall.text-style-allcaps.text-color-grey.xyz {
  color: #000;
}

.page-banner {
  background-color: #fff;
  padding-top: .625rem;
  padding-bottom: .625rem;
  position: relative;
}

.featured-background {
  border-radius: .625rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.featured-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: end;
  min-height: 100vh;
  display: grid;
  position: relative;
  overflow: hidden;
}

.featured-right {
  z-index: 10;
  align-items: flex-end;
  max-width: 25rem;
  min-height: 100vh;
  margin-left: auto;
  padding-top: 17rem;
  display: flex;
  position: relative;
}

.featured-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--background-grey);
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: auto;
}

.featured-content.all-radius-regular {
  background-color: #e9e8e4;
}

.featured-content.all-radius-regular.is-project {
  background-color: var(--gainsboro);
  height: 100%;
  display: flex;
}

.featured-content.all-radius-regular.is-w-fix {
  width: 332.516px;
}

.featured-image-block {
  height: 100%;
  padding-top: 68%;
  position: relative;
  overflow: hidden;
}

.featured-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 1rem;
  display: grid;
}

.feature-link-text {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-work-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 1px solid var(--outline-dark);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.home-work-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  grid-template-rows: 1fr;
  grid-template-columns: .3fr 1fr .4fr auto;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  padding-top: 2.875rem;
  padding-bottom: 2.875rem;
  text-decoration: none;
  display: grid;
}

.home-work-content.is-001 {
  grid-template-columns: .25fr 1fr .4fr auto;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.home-service-description {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto minmax(10rem, 23rem);
  grid-auto-columns: 1fr;
  justify-content: stretch;
  width: 100%;
  max-width: 48rem;
}

.projects-left {
  width: 100%;
}

.work-hero-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.6fr;
  grid-auto-columns: 1fr;
  min-height: 125vh;
  padding-top: 0;
  padding-left: 0;
  display: grid;
  position: relative;
  overflow: visible;
}

.inside-line {
  z-index: 10;
  background-color: var(--outline-dark);
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.inside-line.line-dark {
  background-color: var(--silver);
}

.collection-item {
  border-bottom: 1px none var(--outline-dark);
  flex-direction: column;
  display: flex;
  position: relative;
}

.button-text.button-text-bottom {
  position: absolute;
  bottom: -100%;
}

.button-text.set {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button-icon {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.button-icon.button-icon-bottom {
  position: absolute;
  bottom: -100%;
  left: -100%;
}

.button-icon.button-icon-top {
  position: absolute;
  top: -100%;
  left: -100%;
}

.button-icon.button-icon-left {
  position: absolute;
  left: -100%;
}

.button-icon.button-icon-right {
  position: absolute;
  right: -100%;
}

.looping-line {
  background-color: #000;
  width: 5vw;
  min-width: 5vw;
  height: .35vw;
  margin-left: 5vw;
  margin-right: 5vw;
}

.looping-strip-wrap {
  display: flex;
}

.about-hero-block {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-height: 65rem;
  padding-top: 8rem;
  display: grid;
}

.about-hero-top {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 355.188px;
  padding: .625rem;
  display: grid;
}

.work-body-image {
  border-bottom: 1px none var(--silver);
  width: 100%;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.work-body-image:nth-child(odd) {
  margin-right: auto;
}

.work-body-image:nth-child(2n) {
  margin-left: auto;
  margin-right: 0;
}

.work-body-image:last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

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

.contact-body-block {
  min-width: 35rem;
  padding-left: 0;
  padding-right: 0;
}

.form-input-block {
  position: relative;
}

.form-field {
  z-index: 100;
  border: 1px solid var(--outline-dark);
  color: #000;
  background-color: #0000;
  border-radius: .625rem;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .5rem 1.4rem;
  font-size: .95rem;
  position: relative;
}

.form-field::placeholder {
  color: #0b0e1099;
}

.form-field.is-text-area {
  min-height: 9.5rem;
  padding-top: 1.25rem;
}

.contact-body {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.form-two-columns {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-hero-left {
  z-index: 10;
  border-bottom: 1px solid var(--outline-dark);
  background-color: var(--background-grey);
  border-radius: .625rem;
  position: relative;
}

.projects-hero-inside {
  border-radius: .625rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.tag-item {
  border: 1px solid var(--outline-dark);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding-left: 3px;
  display: flex;
}

.tag-item.tag-button {
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 6.5rem;
  margin-left: -1px;
  padding-left: 0;
  padding-right: 0;
}

.tag-item.tag-button.dark-outline.space-even {
  border-style: none;
  padding: 1rem .5rem;
}

.tag-item.tag-button.is-fix-w {
  width: 10.5rem;
}

.tag-item.dark-outline {
  border-color: var(--silver);
}

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

.projects-shade {
  z-index: 15;
  background-color: var(--gainsboro);
  border-radius: .625rem;
  margin: -2px -.7rem;
  position: absolute;
  inset: 0%;
}

.navbar-toggle {
  z-index: 100;
  border: 1px solid var(--background-grey);
  background-color: #fff;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  display: flex;
}

.navbar-button {
  z-index: 100;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--background-grey);
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 100rem;
  justify-content: space-between;
  align-items: center;
  height: 2.35rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.icon-1x1-tiny {
  width: .5rem;
  height: .5rem;
}

.home-intro {
  overflow: hidden;
}

.home-hero-right {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  padding: .625rem;
  display: grid;
}

.home-hero-image {
  border-radius: .625rem;
  height: 50vh;
  position: relative;
  overflow: hidden;
}

.secondary-icon {
  background-color: var(--background-grey);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.home-works-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-work-item {
  position: relative;
}

.home-work-item.nubn {
  width: 100%;
}

.home-work-link {
  z-index: 50;
  border-top: 1px silver;
  border-bottom: 1px solid #a7a7a7;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.home-work-link.border-vb {
  border-top-style: solid;
}

.home-service-image {
  z-index: 10;
  border-radius: .625rem;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hoe-works-description {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 20rem;
  padding-bottom: .75rem;
  display: flex;
}

.home-service-title {
  max-width: 30rem;
}

.home-service-title.is-max-w {
  max-width: 40rem;
}

.home-about {
  background-color: #fff;
}

.home-about-block {
  border-bottom: 1px solid var(--silver);
  flex-direction: column;
  height: 200vh;
  display: flex;
}

.home-about-sticky {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 6rem;
  padding-bottom: 4rem;
  display: grid;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.home-team {
  background-color: var(--gainsboro);
}

.home-about-subtitle {
  max-width: 30rem;
}

.home-about-top {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-about-bottom {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 22rem;
  display: flex;
  position: relative;
}

.team-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #000;
  border-radius: .625rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  text-decoration: none;
  display: grid;
}

.team-card-top {
  border-radius: .625rem;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-menu-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 35%;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.navbar-menu-line {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.toggle-spacer {
  height: .325rem;
}

.navbar-menu-base {
  z-index: 5;
  background-color: var(--background-grey);
  border-radius: .625rem;
  flex-direction: column;
  margin-top: .625rem;
  margin-left: .625rem;
  margin-right: .625rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.menu-overlay {
  z-index: 5;
  cursor: pointer;
  background-color: #19191891;
  display: none;
  position: fixed;
  inset: 0%;
}

.projects-bottom {
  background-color: var(--background-grey);
  border-radius: .625rem;
}

.about-hero-image {
  border-radius: .625rem;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.about-hero-description {
  flex-direction: column;
  justify-content: flex-end;
  max-width: 20rem;
  padding-bottom: 1.1rem;
  display: flex;
}

.service-list {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-direction: column;
  display: flex;
}

.service-bottom {
  grid-column-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.6fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  margin-bottom: 0;
  padding: 0;
  display: grid;
}

.service-grid {
  grid-column-gap: .625rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 0;
  padding-right: 0;
  display: grid;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.service-top {
  border-top: 1px solid var(--outline-dark);
  padding: 2.25rem 1.9rem;
}

.service-tag-list {
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.service-tag {
  grid-column-gap: 1.9rem;
  grid-row-gap: 1.9rem;
  border-top: 1px none var(--outline-dark);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 2rem 1.9rem;
  display: grid;
  position: relative;
}

.tag-number {
  border: 1px solid var(--outline-dark);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
}

.about-image-block {
  z-index: 5;
  grid-column-gap: 10vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -5vw;
  margin-right: -5vw;
  display: grid;
  position: absolute;
  inset: 0%;
}

.about-image-strip {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  height: 200vh;
  margin-top: 0;
  padding-top: 20vh;
  display: grid;
  position: relative;
}

.about-image-strip.left-strip {
  grid-template-rows: 1fr 1fr 1fr;
  width: 85%;
  height: 260vh;
  padding-top: 15vh;
  padding-bottom: 0;
}

.about-image-strip.right-strip {
  grid-template-rows: .7fr 2fr 1fr;
  height: 280vh;
  padding-top: 10vh;
  padding-bottom: 0;
}

.about-image-item {
  border-radius: .625rem;
  width: 17vw;
  position: relative;
  overflow: visible;
}

.about-image-height {
  padding-top: 100%;
}

.about-sticky-trigger {
  flex: 1;
  margin-top: -100vh;
  padding: 0;
}

.about-image-holder {
  border-radius: .625rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.home-work-image {
  justify-content: center;
  align-items: center;
  width: 75%;
  display: flex;
  position: relative;
}

.home-work-image.is-set {
  justify-content: flex-end;
  align-items: center;
}

.home-work-hover {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  padding: 78% 0 0;
  display: flex;
  position: absolute;
  inset: auto 0%;
  overflow: visible;
}

.home-work-height {
  border-radius: .625rem;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.collection-list-wrapper {
  z-index: 25;
  position: relative;
}

.line-wrapper {
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.projects-line {
  position: relative;
}

.button-text-one {
  align-items: flex-start;
  display: flex;
}

.button-text-one.button-text-bottom, .button-text-two.button-text-bottom {
  position: absolute;
  bottom: -100%;
}

.preloader {
  z-index: 100000;
  background-color: #e2e4df;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.loader-block {
  grid-column-gap: 0rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.loader-text {
  font-size: 8rem;
  line-height: 1;
}

.work-hero-left {
  flex-direction: column;
  align-items: flex-start;
  height: 100vh;
  padding-top: .625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  display: flex;
  position: sticky;
  top: 0;
}

.loader-inside {
  background-color: #e2e4df;
  width: 100%;
  height: 100%;
}

.work-title {
  max-width: 32rem;
  margin-bottom: 1.875rem;
}

.work-title.is-big {
  max-width: 35rem;
}

.work-credits {
  grid-column-gap: 1.5rem;
  grid-row-gap: 16px;
  border-top: 1px none var(--outline-dark);
  grid-template-rows: auto;
  grid-template-columns: .7fr .7fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  padding-top: 1rem;
  display: grid;
}

.work-credits.credits-guide {
  border-top-style: none;
  grid-template-columns: .7fr .7fr 1fr 1fr;
  padding-top: 7rem;
  padding-bottom: .75rem;
}

.contact-hero-image {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.contact-hero-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.menu-action {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: .4rem;
  margin-left: .625rem;
  margin-right: .625rem;
  padding: 0;
  display: flex;
  position: absolute;
  top: auto;
  left: 0%;
  right: 0%;
}

.menu-action-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-right: 1px solid var(--outline-dark);
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2.5rem;
  text-decoration: none;
  display: flex;
}

.menu-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--background-grey);
  border-radius: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.menu-social {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.social-link {
  color: #000;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.social-link.is-nav {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.home-service-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #d6d5d200;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: static;
}

.home-service-link.w--current {
  background-color: var(--gainsboro);
}

.service-hero-block {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(24rem, .35fr) 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 100vh;
  display: grid;
  overflow: hidden;
}

.service-hero-item {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  border-right: 1px none var(--outline-dark);
  color: #000;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: end center;
  place-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 1.625rem;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: visible;
}

.service-hero-list {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5rem, 1fr) minmax(5rem, 1fr);
  grid-auto-columns: minmax(5rem, 1fr);
  grid-auto-flow: column;
  width: 100%;
  padding: 2rem .625rem 0;
  display: grid;
  position: relative;
}

.service-hero-list.collection-item {
  display: none;
}

.service-item-title {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
  position: relative;
  transform: rotate(-90deg);
}

.service-item-base {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-title-height {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100%;
  display: flex;
  overflow: visible;
}

.service-hero-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: grid;
  position: relative;
}

.service-hero-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.service-hero-intro {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: .625rem .625rem 1.2rem;
  position: relative;
}

.service-intro-content {
  background-color: var(--background-grey);
  border-radius: .625rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 7.5rem 3rem 1.5rem 2.2rem;
  display: flex;
}

.service-number {
  position: relative;
}

.service-numbers {
  display: flex;
}

.service-numbers.large-service-numbers {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1.1rem 1.1rem;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-right: -.25rem;
  display: grid;
}

.service-numbers.large-service-numbers.hide {
  display: none;
}

.number-text.number-bottom {
  position: absolute;
  bottom: -100%;
}

.service-item-top {
  z-index: 100;
  justify-content: center;
  align-items: center;
  padding: .25rem .875rem .625rem;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.service-item-image {
  z-index: 10;
  border-radius: .625rem;
  width: 100%;
  padding-top: 76%;
  position: relative;
  overflow: hidden;
}

.service-image-block {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.service-column-shade {
  z-index: 2;
  background-color: var(--gainsboro);
  border-radius: .625rem;
  margin: -.625rem -1px;
  position: absolute;
  inset: 0%;
}

.menu-dropdown {
  margin-left: .625rem;
  position: static;
}

.menu-dropdown-list.w--open {
  background-color: #ddd0;
  inset: 0% 0% auto;
}

.column-view-4 {
  z-index: 10;
}

.column-view-3 {
  z-index: 10;
  border-right: 1px solid var(--outline-dark);
}

.column-view-2 {
  z-index: 10;
  border-right: 1px solid var(--outline-dark);
  width: 100%;
  height: 50rem;
  display: flex;
}

.column-view-1 {
  z-index: 10;
  border-right: 1px solid var(--outline-dark);
  width: 20rem;
}

.skill-hero-block {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(26rem, .5fr) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.skill-hero-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  padding: 0;
  display: grid;
  position: sticky;
  top: 0;
}

.skill-right {
  z-index: 1;
  flex-direction: column;
  width: 100%;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.skill-hero-right {
  z-index: 1;
  flex-direction: column;
  align-items: stretch;
  padding: 16rem 1.9rem 8rem;
  display: flex;
  position: relative;
}

.skill-steps {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px none var(--outline-dark);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  padding: 2.5rem 1.9rem 3.8rem;
  display: grid;
  position: relative;
  top: 0;
  overflow: visible;
}

.hero-word-one {
  color: #000;
  letter-spacing: .2vw;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.hero-word-two, .hero-word-three {
  display: inline-block;
}

.load-1 {
  position: relative;
}

.line-load-1 {
  height: 100%;
  position: relative;
}

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

.word-one.small-txt {
  font-size: 3vw;
}

.word-one.is-width-medium {
  width: 80%;
}

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

.word-two.samll-text {
  font-size: 3vw;
}

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

.work-hero-description {
  max-width: 90%;
}

.skill-description {
  max-width: 46rem;
}

.skill-description.is-w-max {
  max-width: 60rem;
}

.skill-list {
  grid-column-gap: .5rem;
  grid-row-gap: 10rem;
  border-left: 1px none var(--outline-dark);
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 4.5rem 1.9rem 1rem;
  display: flex;
}

.skill-card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: .625rem;
  grid-template-rows: 1fr;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: flex;
}

.skill-image-height {
  padding-top: 80%;
}

.skill-items {
  grid-column-gap: 0rem;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.skill-items.is-right-align {
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.skill-items.is-right-align.margin-top {
  margin-top: 7rem;
}

.skill-hero-image {
  border-radius: .625rem;
  position: relative;
  overflow: hidden;
}

.skill-hero-image.margin-vertical.margin-small {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.skill-hero-height {
  padding-top: 67%;
}

.skill-hero-text {
  max-width: 26.875rem;
}

.skill-image-grid {
  grid-column-gap: .45rem;
  grid-row-gap: .45rem;
  grid-template-rows: 1.5fr 1fr;
  grid-template-columns: 1fr 1fr 1.35fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: grid;
}

.skill-image-grid.padding-0 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr;
  height: 483.094px;
  padding-top: 0;
  padding-bottom: 0;
}

.skill-image-grid.padding-0.is-left-right {
  grid-template-columns: 1.35fr 1fr 1fr;
}

.skill-image-grid.padding-0.is-set {
  grid-template-rows: 1.5fr;
}

.skill-grid-image {
  z-index: 5;
  border-radius: .625rem;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.skill-grid-image.i-h {
  height: 500px;
}

.skill-grid-image.h-max {
  height: 750px;
}

.skills-list-title {
  padding-bottom: .25rem;
}

.skill-items-top {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 4rem;
  padding-left: 1.9rem;
  padding-right: 1.9rem;
  display: flex;
}

.skill-bottom {
  flex-direction: column;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.top-line-wrapper {
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.load-line-1 {
  width: 100%;
  height: 100%;
  position: relative;
}

.contact-base {
  z-index: 10;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-direction: column;
  padding-top: .625rem;
  padding-bottom: .625rem;
  padding-left: .625rem;
  display: flex;
  position: relative;
}

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

.story-title {
  max-width: 35rem;
}

.timeline-left-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 85%;
  max-height: 75%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.timeline-list {
  flex-direction: column;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  display: flex;
  position: relative;
}

.timeline-item {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 10rem;
  border-bottom: 1px none var(--silver);
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1.7fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  padding: 5rem 0;
  display: grid;
  position: sticky;
  top: 0;
}

.timeline-left {
  background-color: var(--gainsboro);
  border-radius: .625rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1.9rem;
  display: flex;
}

.timeline-image-height {
  padding-top: 135%;
}

.story-block {
  grid-row-gap: 0rem;
  border-radius: .625rem;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.story-image {
  border-radius: .625rem;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.story-image-height {
  padding-top: 75%;
}

.timeline-title {
  max-width: 30rem;
}

.timeline-title.big-title {
  max-width: 35rem;
}

.timeline-bottom {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.about-paralax-block {
  flex-direction: column;
  margin-top: .2rem;
  margin-bottom: .2rem;
  display: flex;
}

.top-corners-background {
  z-index: 1;
  background-color: var(--gainsboro);
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  position: absolute;
  inset: 0%;
}

.square-background {
  background-color: var(--gainsboro);
  position: absolute;
  inset: 0%;
}

.bottom-corners-background {
  background-color: var(--gainsboro);
  border-bottom-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  position: absolute;
  inset: 0%;
}

.team-block {
  grid-column-gap: .625rem;
  grid-row-gap: 3.8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-card-top-height {
  padding-top: 133%;
}

.team-card-bottom {
  padding-left: .625rem;
  padding-right: .625px;
}

.home-team-block {
  grid-column-gap: 6rem;
  grid-row-gap: 3.8rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-team-block.is-home {
  height: 570.828px;
}

.service-link-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 4.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(50%, 1fr) minmax(50%, 1fr);
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
  position: relative;
}

.home-service-base {
  grid-column-gap: 6rem;
  grid-row-gap: 4rem;
  border-bottom: 1px none var(--outline-dark);
  border-radius: .625rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 9rem;
  padding-bottom: 9rem;
  display: flex;
}

.service-link-block {
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.home-service-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 20rem;
  display: flex;
}

.home-service-height {
  padding-top: 100%;
}

.home-service-hover {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 18%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-service-text {
  z-index: 10;
  grid-column-gap: .2rem;
  display: flex;
  position: relative;
}

.team-grid {
  grid-column-gap: .625rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.6fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.item-paralax.paralax-slow.is-h {
  height: 450px;
}

.item-image-fast {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.item-image-slow {
  position: absolute;
  inset: 0%;
}

.contact-hero-top {
  padding-left: 1.9rem;
  padding-right: 1.9rem;
}

.menu-logo {
  padding-top: 20px;
}

.menu-logo.menue-logo-bottom {
  position: absolute;
  bottom: -100%;
}

.intro-title {
  max-width: 30rem;
}

.intro-title.hero-title {
  max-width: 40rem;
}

.home-intro-strip {
  grid-column-gap: 16px;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  width: 100%;
  max-width: 13vw;
  margin-top: -10rem;
  margin-bottom: -10rem;
  display: grid;
}

.home-intro-image {
  z-index: 1;
  border-radius: .625rem;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-intro-height {
  padding-top: 80%;
}

.home-intro-height.large {
  padding-top: 115%;
}

.intro-paralax {
  border-radius: .625rem;
  width: 100%;
  margin-left: -1rem;
  margin-right: -1rem;
  position: relative;
  overflow: hidden;
}

.intro-paralax.paralax-slow {
  width: 90%;
}

.intro-paralax.paralax-slow.top-image {
  z-index: 10;
  position: relative;
}

.work-hero-line {
  height: 1px;
  position: relative;
  overflow: hidden;
}

.skill-hero-intro {
  width: 100%;
  max-width: 23rem;
}

.skill-hero-intro.is-w-max {
  max-width: 26rem;
}

.home-intro-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 22rem;
  display: flex;
}

.home-intro-description.big-txt {
  max-width: 30rem;
}

.home-intro-description.bigg-text {
  max-width: 35rem;
}

.home-service-left {
  margin-top: -.9rem;
}

.testimonial-block {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 100vh;
  padding: 17rem 1.9rem 1.9rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-slider {
  z-index: 100;
  background-color: #ddd0;
  width: 100%;
  height: auto;
  padding-right: 0;
  position: relative;
}

.testimonial-slide-nav {
  font-size: .5rem;
  display: none;
}

.testimonial-slide-content {
  grid-column-gap: 2.8rem;
  grid-row-gap: 2.8rem;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 26rem;
  padding: 1.9rem 5.9rem 1.9rem 1.9rem;
  display: flex;
}

.testimonial-slide {
  height: 30rem;
  max-height: 100%;
  position: static;
}

.testimonial-slide-number {
  align-items: flex-end;
  width: 100%;
  height: 4rem;
  margin-left: -1.25rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% -100%;
}

.testimonial-mask {
  position: static;
  overflow: visible;
}

.testimonial-circle {
  grid-column-gap: .5rem;
  color: #fff;
  border-radius: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-slide-arrow {
  background-color: var(--gainsboro);
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  border-bottom-right-radius: 0;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 50%;
  display: flex;
  inset: 0% 0% auto auto;
}

.testimonial-slide-arrow.right-arrow {
  border-top: 1px solid var(--silver);
  border-radius: 0 0 .625rem .625rem;
  inset: auto 0% 0% auto;
}

.testimonial-slider-block {
  z-index: 10;
  background-color: #fff;
  border-radius: .625rem;
  width: 50%;
  padding: .625rem;
  position: relative;
}

.testimonial-text {
  max-width: 80%;
  padding: 0;
}

.testimonial-credit {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.testimonial-credit.is-q-col {
  grid-template-columns: 1fr;
}

.testimonial-avatar {
  border-radius: .625rem;
  width: 4rem;
  position: relative;
  overflow: hidden;
}

.testimonial-avatar-height {
  padding-top: 100%;
}

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

.feature-title {
  padding-top: 1rem;
  padding-bottom: 1.875rem;
}

.skill-bottom-content {
  grid-row-gap: 8rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-action {
  border-bottom: 1px solid var(--outline-dark);
  overflow: hidden;
}

.home-projects {
  background-color: #fff;
}

.home-services {
  background-color: var(--background-grey);
  overflow: hidden;
}

.about-intro, .about-team, .work-intro {
  overflow: hidden;
}

.logo {
  width: 5rem;
}

.pos-rel {
  position: relative;
}

.pos-abs {
  z-index: -1;
  opacity: .07;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 3%;
}

.body {
  background-color: #e9e8e4;
}

.link-block {
  border-style: solid;
  height: auto;
  padding: .2rem .5rem;
}

.padding-both {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.text-span {
  opacity: .37;
  letter-spacing: .1vw;
  font-family: Montserrat, sans-serif;
  font-size: 3.5vw;
  font-weight: 600;
}

.text-span-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-size-normal {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
}

.brand-name {
  color: var(--light-outline);
  letter-spacing: 3px;
  margin-bottom: .25rem;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.brand-name.button.is-icon {
  background-color: #2e3d59;
  padding: .5rem 1rem;
  font-size: 1.2rem;
}

.div-block {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.whatsapp-icon {
  width: 2rem;
}

.testimonial-slide-arrow-2 {
  background-color: #dfddda;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  border-bottom-right-radius: 0;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 50%;
  display: flex;
  inset: 0% 0% auto auto;
}

.testimonial-slide-arrow-2.right-arrow {
  border-top: 1px solid #c9c8c4;
  border-radius: 0 0 .625rem .625rem;
  inset: auto 0% 0% auto;
}

.testimonial-slider-block-2 {
  z-index: 10;
  background-color: #e9e8e4;
  border-radius: .625rem;
  width: 50%;
  padding: .625rem;
  position: relative;
}

.clip-2 {
  z-index: 10;
  flex-direction: column;
  padding-right: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-banner-2 {
  background-color: #dfddda;
  padding-top: .625rem;
  padding-bottom: .625rem;
  position: relative;
}

.image-overlay-2 {
  z-index: 5;
  background-color: #0d0d0e33;
  position: absolute;
  inset: 0%;
}

.image-overlay-2.light-overlay {
  background-color: #0d0d0e1a;
}

.home-work-grid-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 1px solid #d2d2cf;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.heading-style-h1-2 {
  letter-spacing: -.15vw;
  text-transform: uppercase;
  font-size: 5rem;
  line-height: 1.15;
}

.clip-title-2 {
  z-index: 200;
  border-bottom: 1px #d2d2cf;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.text-span-3 {
  color: #2e313a;
}

.lottie-animation {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.is-90 {
  width: 90%;
}

.home_about-founder-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.flex-para {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  margin-top: 2rem;
  display: flex;
}

.about-description {
  padding-top: 1rem;
}

.grid-2-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 80rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grid-2-col.is-w {
  max-width: 100%;
}

.owenr-img {
  border-radius: .6rem;
  height: 35rem;
  position: relative;
  overflow: hidden;
}

.project-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: wrap;
  padding-top: 3rem;
  display: flex;
}

.project-1 {
  border-radius: .6rem;
  overflow: hidden;
}

.project-display {
  border-radius: .6rem;
  width: 332.516px;
  height: 467.094px;
  overflow: hidden;
}

.img-wrapper {
  border-radius: .6rem;
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}

.project-img-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  display: flex;
  position: relative;
}

.view-project-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  display: flex;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.service-link-grid-2 {
  grid-column-gap: 6rem;
  grid-row-gap: 4.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(50%, 1fr) minmax(50%, 1fr);
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
  position: relative;
}

.home-service-link-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #d6d5d200;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: static;
}

.home-service-link-2.w--current {
  background-color: #dfddda;
}

.load-6 {
  position: relative;
}

.home-services-2 {
  overflow: hidden;
}

.home-service-base-2 {
  grid-column-gap: 6rem;
  grid-row-gap: 4rem;
  border-bottom: 1px #d2d2cf;
  border-radius: .625rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 9rem;
  padding-bottom: 9rem;
  display: flex;
}

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

.specialities {
  width: 100%;
  padding: 5rem 3rem;
}

.image {
  border-radius: 8px;
  width: 25rem;
}

.ftuyfuy {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-mail {
  width: 2rem;
}

.icon-mail.is-phone {
  opacity: .52;
  width: 1.5rem;
}

.testimonial-text-2 {
  max-width: 27rem;
  padding: 0;
}

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

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 9rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 6rem;
  }

  .padding-large {
    padding: 3.5rem;
  }

  .padding-small {
    padding: 1rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 2rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 3rem;
  }

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

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

  .heading-style-h3 {
    font-size: 2.5rem;
  }

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

  .heading-style-h1 {
    font-size: 4rem;
  }

  .styleguide-1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .styleguide-4-col {
    grid-template-columns: 1fr;
  }

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

  .styleguide-3-col {
    grid-template-columns: 1fr;
  }

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

  .styleguide-section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .navbar-link {
    border-bottom: 1px solid var(--outline-dark);
    min-height: 30vh;
  }

  .home-hero-block {
    grid-template-columns: 1fr;
    height: auto;
    max-height: none;
  }

  .navbar {
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .navbar-menu {
    min-height: auto;
  }

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

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

  .projects-hero-image {
    padding-left: .625rem;
    display: none;
  }

  .navbar-base {
    justify-content: center;
    align-items: center;
    height: 5rem;
  }

  .projects-description {
    max-width: none;
  }

  .action-block {
    grid-row-gap: 1.75rem;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    grid-auto-rows: auto;
    justify-content: center;
    max-width: none;
    padding-bottom: 6rem;
  }

  .work-hero-intro {
    max-width: 26rem;
  }

  .home-hero-left {
    grid-row-gap: 2rem;
    grid-template-rows: auto 1fr;
    padding-top: 9rem;
  }

  .home-work-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr auto;
    grid-auto-rows: 1fr;
    align-content: space-between;
    align-items: stretch;
  }

  .home-work-content.is-001 {
    flex-flow: column;
  }

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

  .about-hero-block {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .about-hero-bottom {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .projects-shade {
    display: none;
  }

  .home-hero-right {
    flex-flow: column;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    display: flex;
     height: auto;
  }

  .home-hero-image {
    min-height: 45vw;
  }

  .home-works-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .home-work-link.border-vb {
    margin-bottom: 4rem;
  }

  .home-about-subtitle {
    max-width: 18rem;
  }

  .navbar-menu-base {
    margin-top: .4rem;
    margin-left: .4rem;
    margin-right: .4rem;
  }

  .navbar-menu-grid {
    grid-auto-flow: row;
  }

  .about-hero-image {
    min-height: 35vw;
  }

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

  .home-work-image {
    width: 100%;
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .home-work-hover {
    width: 100%;
    position: relative;
  }

  .loader-text {
    font-size: 6rem;
  }

  .work-hero-left {
    padding-top: .4rem;
    padding-left: .4rem;
    padding-right: .4rem;
    position: relative;
  }

  .work-credits.credits-guide {
    padding-top: 5rem;
  }

  .menu-action {
    margin-left: .4rem;
    margin-right: .4rem;
  }

  .service-hero-block {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .service-hero-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-bottom: 1px solid var(--outline-dark);
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .service-hero-list {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    padding: 0;
  }

  .service-item-title {
    justify-items: center;
    transform: none;
  }

  .service-title-height {
    padding-top: 0%;
  }

  .service-hero-left {
    height: 100vw;
    padding-right: 0;
  }

  .service-hero-intro {
    padding-top: .4rem;
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .service-column-shade {
    display: none;
  }

  .menu-dropdown {
    margin-left: .4rem;
  }

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

  .skill-hero-left {
    display: none;
    position: relative;
  }

  .skill-hero-right {
    padding-top: 12rem;
    padding-bottom: 5rem;
  }

  .work-hero-description {
    max-width: 100%;
  }

  .skill-list {
    grid-row-gap: 8rem;
    padding-top: 4rem;
  }

  .skill-image-grid {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .skill-image-grid.padding-0.is-set {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: 1.5fr auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    height: auto;
    display: flex;
  }

  .skill-grid-image.i-h {
    height: auto;
  }

  .skill-bottom {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .contact-base {
    padding: .4rem;
  }

  .home-team-block {
    grid-column-gap: .625rem;
  }

  .service-link-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home-service-base {
    grid-row-gap: 2.5rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .home-service-hover {
    display: none;
  }

  .team-grid {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .item-paralax.paralax-fast.is-fix {
    width: 100%;
  }

  .menu-logo {
    padding-top: 0;
  }

  .home-intro-strip {
    margin: -12rem -9rem;
  }

  .testimonial-slide-content {
    min-height: 21rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
  }

  .testimonial-slide-number {
    margin-bottom: -.625rem;
    margin-left: auto;
    padding-left: 1.25rem;
    bottom: -4rem;
    left: 0%;
  }

  .testimonial-slider-block {
    width: 100%;
    margin-bottom: 4rem;
  }

  .feature-title {
    padding-bottom: 1.25rem;
  }

  .testimonial-slider-block-2 {
    width: 100%;
    margin-bottom: 4rem;
  }

  .heading-style-h1-2 {
    font-size: 4rem;
  }

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

  .project-img-grid {
    flex-flow: column;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .service-link-grid-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home-service-base-2 {
    grid-row-gap: 2.5rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@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: 3.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 6.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 5.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-small {
    padding: .8rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.6rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

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

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-small {
    margin: 1.4rem;
  }

  .margin-medium {
    margin: 1.8rem;
  }

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

  .padding-horizontal.padding-small.is-mobile {
    flex-flow: column;
    display: flex;
  }

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

  .heading-style-h3 {
    font-size: 1.875rem;
  }

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

  .heading-style-h1 {
    font-size: 3rem;
  }

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

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

  .styleguide-section-header {
    font-size: .875rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

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

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

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

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

  .navbar-link {
    border-top: 1px solid var(--outline-dark);
    border-bottom-style: none;
    min-height: auto;
    padding: 1.5rem;
  }

  .navbar-menu {
    padding-top: 4.5rem;
  }

  .projects-item {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .projects-item-content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr auto;
  }

  .navbar-base {
    height: 5rem;
  }

  .action-block {
    padding-bottom: 4rem;
  }

  .action-block.is-rel {
    position: relative;
  }

  .footer-content {
    grid-row-gap: 1.2rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer-menu {
    grid-row-gap: 1.2rem;
    flex-direction: column;
    align-items: center;
  }

  .footer-brand {
    margin-bottom: 1rem;
  }

  .work-hero-intro {
    width: 100%;
    max-width: none;
  }

  .home-hero-left {
    grid-row-gap: 1rem;
  }

  .featured-block.all-radius-regular {
    grid-template-columns: 1fr;
  }

  .featured-right {
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    max-width: none;
  }

  .about-hero-top {
    grid-template-columns: 1fr;
    height: auto;
  }

  .contact-body-block {
    min-width: auto;
  }

  .tag-item.tag-button {
    min-width: 6rem;
  }

  .home-hero-right {
    grid-template-columns: 1fr;
     height: auto;
  }

  .home-hero-image {
    min-height: 67vw;
  }

  .home-works-top {
    grid-row-gap: 1.5rem;
  }

  .home-about-subtitle {
    max-width: 16rem;
  }

  .team-card {
    grid-row-gap: 1.25rem;
  }

  .navbar-menu-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-image {
    min-height: 65vw;
  }

  .service-top {
    padding: 2rem .8rem;
  }

  .service-tag {
    grid-column-gap: 1.25rem;
    place-items: start stretch;
    padding: 1.5rem .8rem;
  }

  .about-image-item {
    width: 22vw;
  }

  .loader-text {
    font-size: 4rem;
  }

  .work-credits.credits-guide.is-mobile {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .7fr;
    align-items: stretch;
    height: 100%;
    padding-top: 0;
    display: none;
  }

  .work-credits.is-mobile {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .7fr;
    padding-top: 0;
    display: flex;
  }

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

  .menu-action-content {
    border-bottom: 1px solid var(--outline-dark);
    border-right-style: none;
    padding: 1.25rem 1.5rem;
  }

  .menu-bottom {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .menu-social {
    flex-flow: column;
    display: flex;
  }

  .social-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .service-hero-item {
    grid-row-gap: 1.5rem;
  }

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

  .service-hero-left {
    height: 100vw;
  }

  .service-intro-content {
    padding: 6rem 1.3rem 1.3rem;
  }

  .service-intro-content.skill-content {
    padding-top: 2rem;
  }

  .skill-hero-right {
    padding: 10rem .8rem 3rem;
  }

  .skill-steps {
    grid-template-columns: 1fr;
    padding: 2rem .8rem 3rem;
  }

  .word-one.is-width-medium {
    width: auto;
  }

  .skill-list {
    grid-row-gap: 5rem;
    padding-top: 3rem;
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .skill-image-grid {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .skill-items-top {
    padding-bottom: 3rem;
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .skill-bottom {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .contact-base {
    padding-right: .4rem;
  }

  .timeline-list {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .timeline-item {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .timeline-left.hide-mob {
    display: none;
  }

  .team-block, .home-team-block {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .service-link-grid {
    grid-row-gap: 2.25rem;
  }

  .home-service-base {
    grid-row-gap: 2rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .contact-hero-top {
    padding-top: 4rem;
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .home-intro-strip {
    max-width: 19vw;
    margin: -9rem -5rem;
  }

  .work-hero-line {
    top: -26px;
  }

  .work-hero-line.hide-mob {
    display: none;
  }

  .skill-hero-intro {
    max-width: 20rem;
  }

  .testimonial-block {
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial-slide-content {
    min-height: 20rem;
  }

  .testimonial-slide {
    height: 35rem;
  }

  .feature-title {
    padding-top: 1.25rem;
  }

  .skill-bottom-content {
    grid-row-gap: 5rem;
  }

  .heading-style-h1-2 {
    font-size: 3rem;
  }

  .flex-para {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .flex-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .project-display {
    width: 100%;
    height: auto;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .service-link-grid-2 {
    grid-row-gap: 2.25rem;
  }

  .home-service-base-2 {
    grid-row-gap: 2rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 479px) {
  .padding-xxlarge {
    padding: 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;
  }

  .padding-horizontal.padding-small.is-mobile {
    height: 100%;
  }

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

  .heading-style-h1 {
    font-size: 2.65rem;
  }

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

  .home-hero-block {
    min-height: auto;
  }

  .image-fill.is-set.nnn, .image-fill.qqq, .image-fill.qqw {
    top: 0%;
  }

  .action-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .featured-right {
    padding-top: 12rem;
  }

  .home-work-content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr auto;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .home-about-sticky {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

  .about-image-item {
    width: 35vw;
  }

  .home-work-image {
    margin-top: 0;
    margin-bottom: -.2rem;
  }

  .work-credits.credits-guide.is-mobile {
    padding-bottom: 0;
    display: none;
  }

  .work-credits.is-mobile {
    grid-row-gap: 14px;
  }

  .service-hero-item {
    grid-row-gap: 1.2rem;
  }

  .service-hero-left {
    flex-flow: column;
    width: 100%;
    height: 140vw;
    display: flex;
  }

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

  .skill-hero-text {
    max-width: none;
  }

  .skill-image-grid {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .skill-grid-image.h-max {
    height: auto;
  }

  .home-service-base {
    grid-row-gap: 2rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .home-intro-strip {
    max-width: 24vw;
    margin: -12rem -4.5rem;
  }

  .work-hero-line {
    top: -26px;
  }

  .testimonial-slide-content {
    grid-row-gap: 2.25rem;
    min-height: 28rem;
    padding: .7rem .7rem 5.25rem;
  }

  .testimonial-slide {
    height: 46rem;
  }

  .testimonial-slide-number {
    align-items: center;
    height: 3rem;
    padding-left: .7rem;
    bottom: -4rem;
  }

  .testimonial-slide-arrow {
    border-top-right-radius: 0;
    border-bottom-left-radius: .625rem;
    width: 50%;
    height: 3.25rem;
    inset: auto auto 0% 0%;
  }

  .testimonial-slide-arrow.right-arrow {
    border-left: 1px solid var(--silver);
    border-top-style: none;
    border-top-right-radius: .625rem;
    border-bottom-left-radius: 0;
  }

  .testimonial-slider-block {
    margin-bottom: 3rem;
  }

  .testimonial-credit {
    grid-column-gap: 1rem;
  }

  .testimonial-avatar {
    width: 3.5rem;
  }

  .feature-title {
    padding-bottom: 1rem;
  }

  .text-span {
    font-size: 2rem;
    line-height: 3rem;
  }

  .testimonial-slide-arrow-2 {
    border-top-right-radius: 0;
    border-bottom-left-radius: .625rem;
    width: 50%;
    height: 3.25rem;
    inset: auto auto 0% 0%;
  }

  .testimonial-slide-arrow-2.right-arrow {
    border-top-style: none;
    border-left: 1px solid #c9c8c4;
    border-top-right-radius: .625rem;
    border-bottom-left-radius: 0;
  }

  .testimonial-slider-block-2 {
    margin-bottom: 3rem;
  }

  .heading-style-h1-2 {
    font-size: 2.65rem;
  }

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

  .flex-mobile {
    flex-flow: row;
    place-items: center stretch;
    width: 100%;
    display: block;
  }

  .owenr-img, .img-wrapper {
    height: auto;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .home-service-base-2 {
    grid-row-gap: 2rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .specialities {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#w-node-dddb9ec2-1db6-9004-f11c-25c2a7113d5f-b969918b {
  align-self: center;
}

#w-node-_0805e895-1ef1-3716-d8d5-1ebd92511315-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_7ce805b8-ab5b-68d9-6fd5-b1f731c3d94a-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63a88cd3-e2f6-20dc-6865-268c69e156a1-b969918b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5e17c81d-b9b5-15a5-5e23-f009d780d0c6-b969918b {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-e1159360-a4f2-fffa-55e8-e13390c4a419-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-abf1173c-bc8c-b9e9-1d40-842e18c8b763-b969918b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-adff846c-c88a-5b0a-d79e-d65103049064-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-b1e5e12c-b757-9223-bedf-8d63066181a8-b969918b {
  grid-area: 1 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_74cc40ac-394f-b074-b5c8-95e19554e9f7-b969918b {
  grid-area: 1 / 3 / 3 / 4;
  align-self: center;
}

#w-node-_74cc40ac-394f-b074-b5c8-95e19554e9f8-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_74cc40ac-394f-b074-b5c8-95e19554e9f9-b969918b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_74cc40ac-394f-b074-b5c8-95e19554e9fd-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_74cc40ac-394f-b074-b5c8-95e19554e9fe-b969918b {
  grid-area: 1 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_61e8bacc-4638-bcb3-ba68-21032bc729f4-b969918b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_61e8bacc-4638-bcb3-ba68-21032bc729f8-b969918b, #w-node-_61e8bacc-4638-bcb3-ba68-21032bc729fe-b969918b, #w-node-_699eaeb0-1013-c58f-12b7-44ec0a07bc58-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12f74aff-7422-47f0-30e5-b885a2cdfbb1-b969918b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d6e66ba2-cc6f-fc96-aa85-057969fdb852-b969918b, #w-node-d6e66ba2-cc6f-fc96-aa85-057969fdb869-b969918b, #w-node-d6e66ba2-cc6f-fc96-aa85-057969fdb86b-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6e66ba2-cc6f-fc96-aa85-057969fdb86d-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-d4aec104-cc2d-0f96-5325-fa98279893ae-b969918b, #w-node-d4aec104-cc2d-0f96-5325-fa98279893c5-b969918b, #w-node-d4aec104-cc2d-0f96-5325-fa98279893c7-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4aec104-cc2d-0f96-5325-fa98279893c9-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_8c2aaab5-b0d0-d501-cc9e-abb2c25e1020-b969918b, #w-node-_8c2aaab5-b0d0-d501-cc9e-abb2c25e1037-b969918b, #w-node-_8c2aaab5-b0d0-d501-cc9e-abb2c25e1039-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c2aaab5-b0d0-d501-cc9e-abb2c25e103b-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-f69043e7-6a5a-046f-f264-90c4a616f11d-b969918b, #w-node-f69043e7-6a5a-046f-f264-90c4a616f132-b969918b, #w-node-f69043e7-6a5a-046f-f264-90c4a616f134-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f69043e7-6a5a-046f-f264-90c4a616f136-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_88f41c34-0824-8f71-afe2-1b98810c2ab5-b969918b, #w-node-_88f41c34-0824-8f71-afe2-1b98810c2aca-b969918b, #w-node-_88f41c34-0824-8f71-afe2-1b98810c2acc-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88f41c34-0824-8f71-afe2-1b98810c2ace-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_5af778b0-d12d-f0e2-062f-9775b643496e-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5af778b0-d12d-f0e2-062f-9775b643496f-b969918b {
  justify-self: start;
}

#w-node-_5af778b0-d12d-f0e2-062f-9775b6434978-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_5af778b0-d12d-f0e2-062f-9775b643498d-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5af778b0-d12d-f0e2-062f-9775b643498e-b969918b {
  justify-self: start;
}

#w-node-_5af778b0-d12d-f0e2-062f-9775b6434997-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_7276e589-60c4-6103-16d9-123930e62dca-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3df10681-c41c-8597-c9bb-ee4bb707d4bf-b969918b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-fee24aee-bd32-26a2-5db7-4f6696f5f093-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3716ce13-d664-039c-e9e2-f02b943ec73e-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-ec4ab584-99c5-6492-dd75-c15906b95786-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_77b90af7-2991-0589-aebb-3d9686c049a6-b969918b {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_77b90af7-2991-0589-aebb-3d9686c049a7-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_77b90af7-2991-0589-aebb-3d9686c049ab-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_77b90af7-2991-0589-aebb-3d9686c049af-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-af72b374-02c7-4e32-7477-0e5e52dd2e19-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_354dfb65-0262-f3e0-02f9-4ddb44916d6c-b969918b {
  place-self: center;
}

#w-node-_95505f99-6abb-3eb0-f748-d0be0a2d67fd-b969918b, #w-node-_95505f99-6abb-3eb0-f748-d0be0a2d6806-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_95505f99-6abb-3eb0-f748-d0be0a2d680f-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95505f99-6abb-3eb0-f748-d0be0a2d6814-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_95505f99-6abb-3eb0-f748-d0be0a2d6815-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95505f99-6abb-3eb0-f748-d0be0a2d6823-b969918b, #w-node-_95505f99-6abb-3eb0-f748-d0be0a2d682c-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_95505f99-6abb-3eb0-f748-d0be0a2d6835-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95505f99-6abb-3eb0-f748-d0be0a2d683a-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_95505f99-6abb-3eb0-f748-d0be0a2d683b-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95505f99-6abb-3eb0-f748-d0be0a2d6848-b969918b, #w-node-_95505f99-6abb-3eb0-f748-d0be0a2d6851-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_95505f99-6abb-3eb0-f748-d0be0a2d685a-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95505f99-6abb-3eb0-f748-d0be0a2d685f-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_95505f99-6abb-3eb0-f748-d0be0a2d6860-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8403c14-d9db-cc5c-1442-c4742f5b223b-b969918b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-a8403c14-d9db-cc5c-1442-c4742f5b223c-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8403c14-d9db-cc5c-1442-c4742f5b2261-b969918b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-a8403c14-d9db-cc5c-1442-c4742f5b2262-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8403c14-d9db-cc5c-1442-c4742f5b2286-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a8403c14-d9db-cc5c-1442-c4742f5b2287-b969918b, #w-node-f525d2b5-0578-805d-d2d8-69571eceffc3-b969918b, #w-node-f525d2b5-0578-805d-d2d8-69571eceffc6-b969918b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97509895-6aaf-b95e-26d1-65b5faf435f5-faf435f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_97509895-6aaf-b95e-26d1-65b5faf435fc-faf435f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_97509895-6aaf-b95e-26d1-65b5faf435ff-faf435f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_21c04f5f-4458-0759-762e-693a1abe084d-1abe0848 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_21c04f5f-4458-0759-762e-693a1abe0851-1abe0848 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_21c04f5f-4458-0759-762e-693a1abe0852-1abe0848 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_21c04f5f-4458-0759-762e-693a1abe0853-1abe0848 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_21c04f5f-4458-0759-762e-693a1abe0857-1abe0848 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_21c04f5f-4458-0759-762e-693a1abe0858-1abe0848 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_21c04f5f-4458-0759-762e-693a1abe085c-1abe0848 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: center;
}

#w-node-_21c04f5f-4458-0759-762e-693a1abe085d-1abe0848 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_21c04f5f-4458-0759-762e-693a1abe085e-1abe0848 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_21c04f5f-4458-0759-762e-693a1abe0862-1abe0848 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_21c04f5f-4458-0759-762e-693a1abe0863-1abe0848 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_9f31a508-06f5-9027-f222-785fcf2aeba0-c4a9a21f, #w-node-_9f31a508-06f5-9027-f222-785fcf2aebae-c4a9a21f, #w-node-_9f31a508-06f5-9027-f222-785fcf2aebbc-c4a9a21f, #w-node-_3d886c63-bfa8-c8c9-b537-cf01dc530c52-c4a9a21f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d886c63-bfa8-c8c9-b537-cf01dc530c61-c4a9a21f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3d886c63-bfa8-c8c9-b537-cf01dc530c62-c4a9a21f, #w-node-_3d886c63-bfa8-c8c9-b537-cf01dc530c63-c4a9a21f, #w-node-_3d886c63-bfa8-c8c9-b537-cf01dc530c6b-c4a9a21f, #w-node-_3d886c63-bfa8-c8c9-b537-cf01dc530c6c-c4a9a21f, #w-node-_3d886c63-bfa8-c8c9-b537-cf01dc530c74-c4a9a21f, #w-node-_3d886c63-bfa8-c8c9-b537-cf01dc530c75-c4a9a21f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a312f6ce-6779-f24c-bfc4-41d0c65498bf-b969918e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1cac8c4c-8077-d2f8-5c90-e869f70a55c9-b969918e, #w-node-ba23ef40-815d-d44b-cf29-cce2f7c1a8f7-b969918e, #w-node-_40896672-3e83-9a52-c330-2bd18e02d2cb-b969918e, #w-node-_399220cf-5bf7-49af-2668-e01dbb75cfb3-b969918e, #w-node-_399220cf-5bf7-49af-2668-e01dbb75cfb8-b969918e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9aa1bf20-ce2b-b5f8-d6b4-d2646b80817b-b969918e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9aa1bf20-ce2b-b5f8-d6b4-d2646b80817c-b969918e, #w-node-_9aa1bf20-ce2b-b5f8-d6b4-d2646b80817d-b969918e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9aa1bf20-ce2b-b5f8-d6b4-d2646b808183-b969918e {
  align-self: start;
}

#w-node-_9aa1bf20-ce2b-b5f8-d6b4-d2646b808191-b969918e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9aa1bf20-ce2b-b5f8-d6b4-d2646b808192-b969918e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9aa1bf20-ce2b-b5f8-d6b4-d2646b808196-b969918e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_4b356ec1-d175-47ef-4a28-ee035ffc6a2c-b969918e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_4b356ec1-d175-47ef-4a28-ee035ffc6a2d-b969918e, #w-node-_4b356ec1-d175-47ef-4a28-ee035ffc6a2e-b969918e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b356ec1-d175-47ef-4a28-ee035ffc6a34-b969918e {
  align-self: start;
}

#w-node-_4b356ec1-d175-47ef-4a28-ee035ffc6a42-b969918e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b356ec1-d175-47ef-4a28-ee035ffc6a43-b969918e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4b356ec1-d175-47ef-4a28-ee035ffc6a47-b969918e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-d94ac78f-e46f-3086-0bda-c8986b042750-b969918f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5866ff32-87ce-5fd5-b81d-40c214e28457-b969918f {
  justify-self: end;
}

#w-node-_12630a96-c863-b877-7fd6-95789c0b8750-b969918f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_12630a96-c863-b877-7fd6-95789c0b875b-b969918f, #w-node-_12630a96-c863-b877-7fd6-95789c0b875e-b969918f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9662bac5-432c-4858-9a33-d95f93082f8d-b969918f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead030b-b9699190 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead030e-b9699190 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0314-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0320-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0322-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0323-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0325-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0326-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0328-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0329-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead032b-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead032c-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0333-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0334-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0336-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0337-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0339-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033a-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033c-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033d-b9699190 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0350-b9699190 {
  justify-self: end;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead036d-b9699190 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead036e-b9699190 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0373-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0374-b9699190 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_6b911e4e-8783-678b-756f-98c41093f64e-b9699190 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_6b911e4e-8783-678b-756f-98c41093f64f-b9699190 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
}

#w-node-_6b911e4e-8783-678b-756f-98c41093f654-b9699190, #w-node-_6b911e4e-8783-678b-756f-98c41093f655-b9699190 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0380-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0384-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0385-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead038b-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead038f-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0390-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0396-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead039a-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead039b-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03a1-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03a5-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03a6-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03ac-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03b0-b9699190, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03b1-b9699190, #w-node-_9753beea-c4d0-3d82-97b3-ef07b94bc11d-b9699190, #w-node-_9753beea-c4d0-3d82-97b3-ef07b94bc121-b9699190, #w-node-_9753beea-c4d0-3d82-97b3-ef07b94bc122-b9699190 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_450b4c48-7584-3fdb-84ff-d4a20d976de7-b9699191 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_450b4c48-7584-3fdb-84ff-d4a20d976dea-b9699191 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_450b4c48-7584-3fdb-84ff-d4a20d976df0-b9699191, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976dfc-b9699191, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976dfe-b9699191, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976dff-b9699191, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976e01-b9699191, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976e02-b9699191, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976e04-b9699191, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976e05-b9699191, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976e07-b9699191, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976e08-b9699191, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976e0f-b9699191, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976e10-b9699191, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976e12-b9699191, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976e13-b9699191, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976e15-b9699191, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976e16-b9699191, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976e18-b9699191, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976e19-b9699191 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_450b4c48-7584-3fdb-84ff-d4a20d976e2c-b9699191 {
  justify-self: end;
}

#w-node-_450b4c48-7584-3fdb-84ff-d4a20d976e69-b9699191, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976e6d-b9699191, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976e6e-b9699191, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976e74-b9699191, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976e78-b9699191, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976e79-b9699191, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976e7f-b9699191, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976e83-b9699191, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976e84-b9699191, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976e8a-b9699191, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976e8e-b9699191, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976e8f-b9699191, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976e95-b9699191, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976e99-b9699191, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976e9a-b9699191, #w-node-_6fe4bf92-fcc1-2639-0603-d965ea0ef271-b9699191, #w-node-_6fe4bf92-fcc1-2639-0603-d965ea0ef275-b9699191, #w-node-_6fe4bf92-fcc1-2639-0603-d965ea0ef276-b9699191 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a8ee229-f1ea-f767-d560-18fbf062ed0a-b9699192 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b4ebb9ea-a46d-1f86-ab60-4ce5d43f22a5-b9699192 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_65d85d77-f87d-46b4-b504-f79ab8d29bc1-b9699192, #w-node-c427978e-19cc-28b2-7e97-f3fceeb0a08f-b9699192, #w-node-c427978e-19cc-28b2-7e97-f3fceeb0a091-b9699192, #w-node-c427978e-19cc-28b2-7e97-f3fceeb0a092-b9699192, #w-node-_33e7a995-5ac8-7e2d-43ec-a75206157d7a-b9699192, #w-node-_33e7a995-5ac8-7e2d-43ec-a75206157d7b-b9699192, #w-node-c427978e-19cc-28b2-7e97-f3fceeb0a094-b9699192, #w-node-c427978e-19cc-28b2-7e97-f3fceeb0a095-b9699192, #w-node-c427978e-19cc-28b2-7e97-f3fceeb0a097-b9699192, #w-node-c427978e-19cc-28b2-7e97-f3fceeb0a098-b9699192, #w-node-c427978e-19cc-28b2-7e97-f3fceeb0a09f-b9699192, #w-node-c427978e-19cc-28b2-7e97-f3fceeb0a0a0-b9699192, #w-node-c427978e-19cc-28b2-7e97-f3fceeb0a0a2-b9699192, #w-node-c427978e-19cc-28b2-7e97-f3fceeb0a0a3-b9699192, #w-node-c427978e-19cc-28b2-7e97-f3fceeb0a0a5-b9699192, #w-node-c427978e-19cc-28b2-7e97-f3fceeb0a0a6-b9699192, #w-node-effb1bc2-8844-e3c8-0e48-1be8f6a13c1d-b9699192, #w-node-effb1bc2-8844-e3c8-0e48-1be8f6a13c1e-b9699192 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be8dc63d-72a7-3df3-f7c5-4d8c5e039fc7-b9699192 {
  justify-self: end;
}

#w-node-_0db081a0-4402-c027-17c0-5ded05fcc68d-b9699192, #w-node-df6af43e-8dc1-68cb-1889-86dbb2d7eb3a-b9699192, #w-node-_3f8df311-d7f0-c004-daad-b09a878285ec-b9699192, #w-node-_2934b725-a075-dacc-dcef-b2c233e72f99-b9699192, #w-node-_2934b725-a075-dacc-dcef-b2c233e72f9d-b9699192, #w-node-_2934b725-a075-dacc-dcef-b2c233e72f9e-b9699192, #w-node-_00d7c3af-22cb-b648-086c-76206871fa17-b9699192, #w-node-_00d7c3af-22cb-b648-086c-76206871fa1b-b9699192, #w-node-_00d7c3af-22cb-b648-086c-76206871fa1c-b9699192, #w-node-_7555145a-6144-9561-6205-760240225152-b9699192, #w-node-_7555145a-6144-9561-6205-760240225156-b9699192, #w-node-_7555145a-6144-9561-6205-760240225157-b9699192, #w-node-_072b8210-ee68-c452-404c-317d0e74843d-b9699192, #w-node-_072b8210-ee68-c452-404c-317d0e748441-b9699192, #w-node-_072b8210-ee68-c452-404c-317d0e748442-b9699192, #w-node-eafdbf82-9b79-446f-927c-330b4b18988c-b9699193, #w-node-eafdbf82-9b79-446f-927c-330b4b189892-b9699193, #w-node-e03611c7-f7f9-9538-82fa-8912de884984-b9699193, #w-node-e03611c7-f7f9-9538-82fa-8912de88498a-b9699193, #w-node-ff4ca401-2dac-7b65-8ca2-fe97b04a8d3d-b9699193, #w-node-ff4ca401-2dac-7b65-8ca2-fe97b04a8d43-b9699193, #w-node-a5834d9e-fbac-9f78-44f5-a2155d04c2b7-b9699193, #w-node-a5834d9e-fbac-9f78-44f5-a2155d04c2bd-b9699193, #w-node-_6f70ceea-f3db-3d58-f002-7b98e21f1cd7-b9699193, #w-node-_6f70ceea-f3db-3d58-f002-7b98e21f1cdd-b9699193, #w-node-_8af46421-8cf2-c0c6-6768-54e2d220884f-b9699193, #w-node-_8af46421-8cf2-c0c6-6768-54e2d2208855-b9699193, #w-node-b059cee8-7167-4f5f-ed0b-6c8ba28516a3-b9699193, #w-node-b059cee8-7167-4f5f-ed0b-6c8ba28516a9-b9699193, #w-node-_6be30554-56d9-4fed-949b-09dddbd5a03e-b9699193, #w-node-_6be30554-56d9-4fed-949b-09dddbd5a044-b9699193, #w-node-e5052f47-7870-0327-ce14-774ee0975bc7-b9699193, #w-node-e5052f47-7870-0327-ce14-774ee0975bcd-b9699193, #w-node-_393f3fe1-fafb-536a-42a4-916960d0a626-b9699193, #w-node-_393f3fe1-fafb-536a-42a4-916960d0a62c-b9699193, #w-node-fc27037a-b23f-7040-0eb0-744dcee0bcf4-b9699193, #w-node-fc27037a-b23f-7040-0eb0-744dcee0bcfa-b9699193, #w-node-d0e56927-d0ce-7111-95be-bd3537c38785-b9699193, #w-node-d0e56927-d0ce-7111-95be-bd3537c3878b-b9699193, #w-node-_7c0fca37-3263-fb38-54f6-a8a3c5ede04b-b9699193, #w-node-_7c0fca37-3263-fb38-54f6-a8a3c5ede051-b9699193, #w-node-_008ce33c-2f33-0b95-8d58-9861df372eab-b9699193, #w-node-_008ce33c-2f33-0b95-8d58-9861df372eb1-b9699193, #w-node-_525f4941-c46e-72f7-c7d8-8940e2b5903e-b9699193, #w-node-_525f4941-c46e-72f7-c7d8-8940e2b59044-b9699193 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a8ee229-f1ea-f767-d560-18fbf062ed0a-b9699194 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b4ebb9ea-a46d-1f86-ab60-4ce5d43f22a5-b9699194 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_65d85d77-f87d-46b4-b504-f79ab8d29bc1-b9699194 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be8dc63d-72a7-3df3-f7c5-4d8c5e039fc7-b9699194 {
  justify-self: end;
}

#w-node-_9e32edbe-2304-506a-2fac-3ec3bad6c611-b9699194 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_9e32edbe-2304-506a-2fac-3ec3bad6c612-b9699194 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_88926dec-868a-4c15-11f4-b4745452fe58-b9699194, #w-node-_88926dec-868a-4c15-11f4-b4745452fe5c-b9699194, #w-node-_88926dec-868a-4c15-11f4-b4745452fe5d-b9699194, #w-node-_88926dec-868a-4c15-11f4-b4745452fe63-b9699194, #w-node-_88926dec-868a-4c15-11f4-b4745452fe67-b9699194, #w-node-_88926dec-868a-4c15-11f4-b4745452fe68-b9699194, #w-node-_88926dec-868a-4c15-11f4-b4745452fe6e-b9699194, #w-node-_88926dec-868a-4c15-11f4-b4745452fe72-b9699194, #w-node-_88926dec-868a-4c15-11f4-b4745452fe73-b9699194 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b1a3000-31cd-8221-51c7-99af68f600f6-b9699194 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-bb85e8fe-b31d-00f6-8224-26c9877a1020-b9699194 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
}

#w-node-_3c22b4e5-5433-1d45-7092-7e2e9a89f0be-b9699194, #w-node-_71195760-9bec-0570-9099-4766fe95f4ce-b9699194 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_0db081a0-4402-c027-17c0-5ded05fcc68d-b9699194, #w-node-df6af43e-8dc1-68cb-1889-86dbb2d7eb3a-b9699194, #w-node-_3f8df311-d7f0-c004-daad-b09a878285ec-b9699194, #w-node-_2934b725-a075-dacc-dcef-b2c233e72f99-b9699194, #w-node-_2934b725-a075-dacc-dcef-b2c233e72f9d-b9699194, #w-node-_2934b725-a075-dacc-dcef-b2c233e72f9e-b9699194, #w-node-_00d7c3af-22cb-b648-086c-76206871fa17-b9699194, #w-node-_00d7c3af-22cb-b648-086c-76206871fa1b-b9699194, #w-node-_00d7c3af-22cb-b648-086c-76206871fa1c-b9699194, #w-node-_331e1d1f-913f-faff-22d0-bae20713db46-b9699194, #w-node-_331e1d1f-913f-faff-22d0-bae20713db4a-b9699194, #w-node-_331e1d1f-913f-faff-22d0-bae20713db4b-b9699194, #w-node-_51fe52bd-e769-2750-79fb-6642863363a7-b9699194, #w-node-_51fe52bd-e769-2750-79fb-6642863363ab-b9699194, #w-node-_51fe52bd-e769-2750-79fb-6642863363ac-b9699194, #w-node-_99fb9ec1-9c35-a5d7-8164-c25eb9b97412-b9699194, #w-node-_99fb9ec1-9c35-a5d7-8164-c25eb9b97416-b9699194, #w-node-_99fb9ec1-9c35-a5d7-8164-c25eb9b97417-b9699194 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec861303-d71d-cd24-b06f-801013b16c94-b9699195 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_4a8ee229-f1ea-f767-d560-18fbf062ed0a-b9699195 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a27fa692-63c7-fb64-c07e-347fb558e5af-b9699195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0189c8b5-5f88-a6d5-05b9-301ed8928c7c-b9699195 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start stretch;
}

#w-node-_0189c8b5-5f88-a6d5-05b9-301ed8928c81-b9699195 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch center;
}

#w-node-_0189c8b5-5f88-a6d5-05b9-301ed8928c82-b9699195 {
  place-self: center;
}

#w-node-_0189c8b5-5f88-a6d5-05b9-301ed8928c83-b9699195, #w-node-_0189c8b5-5f88-a6d5-05b9-301ed8928c84-b9699195 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0189c8b5-5f88-a6d5-05b9-301ed8928c86-b9699195 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_0189c8b5-5f88-a6d5-05b9-301ed8928c8a-b9699195, #w-node-_0189c8b5-5f88-a6d5-05b9-301ed8928c91-b9699195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_0189c8b5-5f88-a6d5-05b9-301ed8928c96-b9699195 {
  place-self: stretch stretch;
}

#w-node-_1b0db5ec-0502-41d0-d770-19b9ed35f1b9-b9699195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b58cc899-210b-ac9d-007c-31f15aed0c06-b9699195 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start stretch;
}

#w-node-b58cc899-210b-ac9d-007c-31f15aed0c0b-b9699195 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch center;
}

#w-node-b58cc899-210b-ac9d-007c-31f15aed0c0c-b9699195 {
  place-self: center;
}

#w-node-b58cc899-210b-ac9d-007c-31f15aed0c0d-b9699195, #w-node-b58cc899-210b-ac9d-007c-31f15aed0c0e-b9699195 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b58cc899-210b-ac9d-007c-31f15aed0c10-b9699195 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-b58cc899-210b-ac9d-007c-31f15aed0c14-b9699195, #w-node-b58cc899-210b-ac9d-007c-31f15aed0c1b-b9699195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-b58cc899-210b-ac9d-007c-31f15aed0c20-b9699195 {
  place-self: stretch stretch;
}

#w-node-_91ef23bb-22ce-52f9-92d3-3b71473c01b8-b9699195 {
  place-self: center;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-b9699197, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-b9699197, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-b9699197, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-b9699197, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-b9699197, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-b9699197, #w-node-_991ad45f-60d3-2297-463a-ab800ef2d1c8-b9699197, #w-node-_991ad45f-60d3-2297-463a-ab800ef2d1c9-b9699197, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-b9699197, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-b9699197, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-b9699197, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-b9699197 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead030b-b9699198 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead030e-b9699198 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0314-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0320-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0322-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0323-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0325-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0326-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0328-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0329-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead032b-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead032c-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0333-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0334-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0336-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0337-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0339-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033a-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033c-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033d-b9699198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0350-b9699198 {
  justify-self: end;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead035c-b9699198 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead035d-b9699198 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0362-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0363-b9699198 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead036d-b9699198 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead036e-b9699198 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0373-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0374-b9699198 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0380-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0384-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0385-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead038b-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead038f-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0390-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0396-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead039a-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead039b-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03a1-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03a5-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03a6-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03ac-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03b0-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03b1-b9699198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead030b-b9699199 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead030e-b9699199 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0314-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0320-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0322-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0323-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0325-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0326-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0328-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0329-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead032b-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead032c-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0333-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0334-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0336-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0337-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0339-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033a-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033c-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033d-b9699199 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0350-b9699199 {
  justify-self: end;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead035c-b9699199 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead035d-b9699199 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0362-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0363-b9699199 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead036d-b9699199 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead036e-b9699199 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0373-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0374-b9699199 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0380-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0384-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0385-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead038b-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead038f-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0390-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0396-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead039a-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead039b-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03a1-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03a5-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03a6-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03ac-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03b0-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03b1-b9699199 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead030b-b969919a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead030e-b969919a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0314-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0320-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0322-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0323-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0325-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0326-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0328-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0329-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead032b-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead032c-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0333-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0334-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0336-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0337-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0339-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033a-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033c-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033d-b969919a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0350-b969919a {
  justify-self: end;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead035c-b969919a {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead035d-b969919a {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0362-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0363-b969919a {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_17d10492-3121-820d-c650-fbf7f9321f7b-b969919a {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_17d10492-3121-820d-c650-fbf7f9321f7c-b969919a {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
}

#w-node-_17d10492-3121-820d-c650-fbf7f9321f81-b969919a, #w-node-_17d10492-3121-820d-c650-fbf7f9321f82-b969919a {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0380-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0384-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0385-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead038b-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead038f-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0390-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0396-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead039a-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead039b-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03a1-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03a5-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03a6-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03ac-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03b0-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03b1-b969919a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead030b-b969919b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead030e-b969919b {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0314-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0320-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0322-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0323-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0325-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0326-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0328-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0329-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead032b-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead032c-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0333-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0334-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0336-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0337-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0339-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033a-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033c-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033d-b969919b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0350-b969919b {
  justify-self: end;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0362-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0363-b969919b {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead035c-b969919b {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead035d-b969919b {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
}

#w-node-af5e519c-964c-5a51-dded-76ac7ff43f6a-b969919b, #w-node-af5e519c-964c-5a51-dded-76ac7ff43f6b-b969919b {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-af5e519c-964c-5a51-dded-76ac7ff43f70-b969919b {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-af5e519c-964c-5a51-dded-76ac7ff43f71-b969919b {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0380-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0384-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0385-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead038b-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead038f-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0390-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0396-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead039a-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead039b-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03a1-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03a5-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03a6-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03ac-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03b0-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03b1-b969919b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead030b-b969919c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead030e-b969919c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0314-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0320-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0322-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0323-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0325-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0326-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0328-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0329-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead032b-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead032c-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0333-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0334-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0336-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0337-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0339-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033a-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033c-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033d-b969919c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0350-b969919c {
  justify-self: end;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead035c-b969919c {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead035d-b969919c {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0362-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0363-b969919c {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-f45caafd-b24c-1cd3-5528-68fca337b5ce-b969919c {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f45caafd-b24c-1cd3-5528-68fca337b5cf-b969919c {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
}

#w-node-f45caafd-b24c-1cd3-5528-68fca337b5d4-b969919c, #w-node-f45caafd-b24c-1cd3-5528-68fca337b5d5-b969919c {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0380-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0384-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0385-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead038b-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead038f-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0390-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0396-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead039a-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead039b-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03a1-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03a5-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03a6-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03ac-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03b0-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead03b1-b969919c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead030b-b969919d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead030e-b969919d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0314-b969919d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0320-b969919d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0322-b969919d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0323-b969919d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0325-b969919d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0326-b969919d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0328-b969919d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0329-b969919d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead032b-b969919d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead032c-b969919d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0333-b969919d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0334-b969919d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0336-b969919d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0337-b969919d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0339-b969919d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033a-b969919d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033c-b969919d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033d-b969919d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0350-b969919d {
  justify-self: end;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead030b-8cf8428e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead030e-8cf8428e {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0314-8cf8428e, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0320-8cf8428e, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0322-8cf8428e, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0323-8cf8428e, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0325-8cf8428e, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0326-8cf8428e, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0328-8cf8428e, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0329-8cf8428e, #w-node-a68c68e5-3944-e1e0-645b-230f2ead032b-8cf8428e, #w-node-a68c68e5-3944-e1e0-645b-230f2ead032c-8cf8428e, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0333-8cf8428e, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0334-8cf8428e, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0336-8cf8428e, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0337-8cf8428e, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0339-8cf8428e, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033a-8cf8428e, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033c-8cf8428e, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033d-8cf8428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0350-8cf8428e {
  justify-self: end;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead035c-8cf8428e {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead035d-8cf8428e {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0362-8cf8428e, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0363-8cf8428e {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_04e243d4-9eb8-c6bf-d6bb-a5c4516c4a05-8cf8428e {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_04e243d4-9eb8-c6bf-d6bb-a5c4516c4a06-8cf8428e {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
}

#w-node-_04e243d4-9eb8-c6bf-d6bb-a5c4516c4a0b-8cf8428e, #w-node-_04e243d4-9eb8-c6bf-d6bb-a5c4516c4a0c-8cf8428e {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead030b-163e56f7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead030e-163e56f7 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0314-163e56f7, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0320-163e56f7, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0322-163e56f7, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0323-163e56f7, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0325-163e56f7, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0326-163e56f7, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0328-163e56f7, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0329-163e56f7, #w-node-a68c68e5-3944-e1e0-645b-230f2ead032b-163e56f7, #w-node-a68c68e5-3944-e1e0-645b-230f2ead032c-163e56f7, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0333-163e56f7, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0334-163e56f7, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0336-163e56f7, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0337-163e56f7, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0339-163e56f7, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033a-163e56f7, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033c-163e56f7, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033d-163e56f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0350-163e56f7 {
  justify-self: end;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead035c-163e56f7 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead035d-163e56f7 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0362-163e56f7, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0363-163e56f7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_9f44150f-e9ee-b292-b215-20748599a666-163e56f7 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_9f44150f-e9ee-b292-b215-20748599a667-163e56f7 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
}

#w-node-_9f44150f-e9ee-b292-b215-20748599a66c-163e56f7, #w-node-_9f44150f-e9ee-b292-b215-20748599a66d-163e56f7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_5df92fce-350b-2954-64da-029d6437dc5b-163e56f7 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_5df92fce-350b-2954-64da-029d6437dc5c-163e56f7 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
}

#w-node-_5df92fce-350b-2954-64da-029d6437dc61-163e56f7, #w-node-_5df92fce-350b-2954-64da-029d6437dc62-163e56f7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead030b-67e6053f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead030e-67e6053f {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0314-67e6053f, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0320-67e6053f, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0322-67e6053f, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0323-67e6053f, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0325-67e6053f, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0326-67e6053f, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0328-67e6053f, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0329-67e6053f, #w-node-a68c68e5-3944-e1e0-645b-230f2ead032b-67e6053f, #w-node-a68c68e5-3944-e1e0-645b-230f2ead032c-67e6053f, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0333-67e6053f, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0334-67e6053f, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0336-67e6053f, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0337-67e6053f, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0339-67e6053f, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033a-67e6053f, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033c-67e6053f, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033d-67e6053f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0350-67e6053f {
  justify-self: end;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead035c-67e6053f {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead035d-67e6053f {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0362-67e6053f, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0363-67e6053f {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_9f44150f-e9ee-b292-b215-20748599a666-67e6053f {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_9f44150f-e9ee-b292-b215-20748599a667-67e6053f {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
}

#w-node-_9f44150f-e9ee-b292-b215-20748599a66c-67e6053f, #w-node-_9f44150f-e9ee-b292-b215-20748599a66d-67e6053f {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead030b-0f031d42 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead030e-0f031d42 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0314-0f031d42, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0320-0f031d42, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0322-0f031d42, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0323-0f031d42, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0325-0f031d42, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0326-0f031d42, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0328-0f031d42, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0329-0f031d42, #w-node-a68c68e5-3944-e1e0-645b-230f2ead032b-0f031d42, #w-node-a68c68e5-3944-e1e0-645b-230f2ead032c-0f031d42, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0333-0f031d42, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0334-0f031d42, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0336-0f031d42, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0337-0f031d42, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0339-0f031d42, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033a-0f031d42, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033c-0f031d42, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033d-0f031d42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0350-0f031d42 {
  justify-self: end;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead035c-0f031d42 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead035d-0f031d42 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0362-0f031d42, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0363-0f031d42 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-a35d96a6-9ca9-37d9-b9d5-fcc0ee98354b-0f031d42 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a35d96a6-9ca9-37d9-b9d5-fcc0ee98354c-0f031d42 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
}

#w-node-a35d96a6-9ca9-37d9-b9d5-fcc0ee983551-0f031d42, #w-node-a35d96a6-9ca9-37d9-b9d5-fcc0ee983552-0f031d42 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_4a8ee229-f1ea-f767-d560-18fbf062ed0a-5f9e081a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b4ebb9ea-a46d-1f86-ab60-4ce5d43f22a5-5f9e081a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_65d85d77-f87d-46b4-b504-f79ab8d29bc1-5f9e081a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be8dc63d-72a7-3df3-f7c5-4d8c5e039fc7-5f9e081a {
  justify-self: end;
}

#w-node-_9e32edbe-2304-506a-2fac-3ec3bad6c611-5f9e081a {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_9e32edbe-2304-506a-2fac-3ec3bad6c612-5f9e081a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_9a4d2608-316a-ee5d-d99c-b5f74597e050-5f9e081a, #w-node-_9a4d2608-316a-ee5d-d99c-b5f74597e054-5f9e081a, #w-node-_9a4d2608-316a-ee5d-d99c-b5f74597e055-5f9e081a, #w-node-_9a4d2608-316a-ee5d-d99c-b5f74597e05b-5f9e081a, #w-node-_9a4d2608-316a-ee5d-d99c-b5f74597e05f-5f9e081a, #w-node-_9a4d2608-316a-ee5d-d99c-b5f74597e060-5f9e081a, #w-node-_9a4d2608-316a-ee5d-d99c-b5f74597e066-5f9e081a, #w-node-_9a4d2608-316a-ee5d-d99c-b5f74597e06a-5f9e081a, #w-node-_9a4d2608-316a-ee5d-d99c-b5f74597e06b-5f9e081a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b1a3000-31cd-8221-51c7-99af68f600f6-5f9e081a {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-bb85e8fe-b31d-00f6-8224-26c9877a1020-5f9e081a {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
}

#w-node-_3c22b4e5-5433-1d45-7092-7e2e9a89f0be-5f9e081a, #w-node-_71195760-9bec-0570-9099-4766fe95f4ce-5f9e081a {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_08eaa3db-892e-097f-f7fa-f3ea1d4571bb-5f9e081a, #w-node-_08eaa3db-892e-097f-f7fa-f3ea1d4571bf-5f9e081a, #w-node-_08eaa3db-892e-097f-f7fa-f3ea1d4571c0-5f9e081a, #w-node-_08eaa3db-892e-097f-f7fa-f3ea1d4571c6-5f9e081a, #w-node-_08eaa3db-892e-097f-f7fa-f3ea1d4571ca-5f9e081a, #w-node-_08eaa3db-892e-097f-f7fa-f3ea1d4571cb-5f9e081a, #w-node-_08eaa3db-892e-097f-f7fa-f3ea1d4571d1-5f9e081a, #w-node-_08eaa3db-892e-097f-f7fa-f3ea1d4571d5-5f9e081a, #w-node-_08eaa3db-892e-097f-f7fa-f3ea1d4571d6-5f9e081a, #w-node-_08eaa3db-892e-097f-f7fa-f3ea1d4571dc-5f9e081a, #w-node-_08eaa3db-892e-097f-f7fa-f3ea1d4571e0-5f9e081a, #w-node-_08eaa3db-892e-097f-f7fa-f3ea1d4571e1-5f9e081a, #w-node-_08eaa3db-892e-097f-f7fa-f3ea1d4571e7-5f9e081a, #w-node-_08eaa3db-892e-097f-f7fa-f3ea1d4571eb-5f9e081a, #w-node-_08eaa3db-892e-097f-f7fa-f3ea1d4571ec-5f9e081a, #w-node-_08eaa3db-892e-097f-f7fa-f3ea1d4571f2-5f9e081a, #w-node-_08eaa3db-892e-097f-f7fa-f3ea1d4571f6-5f9e081a, #w-node-_08eaa3db-892e-097f-f7fa-f3ea1d4571f7-5f9e081a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead030b-7fd24b4d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead030e-7fd24b4d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0314-7fd24b4d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0320-7fd24b4d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0322-7fd24b4d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0323-7fd24b4d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0325-7fd24b4d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0326-7fd24b4d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0328-7fd24b4d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0329-7fd24b4d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead032b-7fd24b4d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead032c-7fd24b4d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0333-7fd24b4d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0334-7fd24b4d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0336-7fd24b4d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0337-7fd24b4d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0339-7fd24b4d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033a-7fd24b4d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033c-7fd24b4d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033d-7fd24b4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0350-7fd24b4d {
  justify-self: end;
}

#w-node-ea8ce4e5-5bbf-8e65-7e1e-e53f44e66baf-7fd24b4d {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-ea8ce4e5-5bbf-8e65-7e1e-e53f44e66bb0-7fd24b4d {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
}

#w-node-ea8ce4e5-5bbf-8e65-7e1e-e53f44e66bb5-7fd24b4d, #w-node-ea8ce4e5-5bbf-8e65-7e1e-e53f44e66bb6-7fd24b4d {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead035c-7fd24b4d {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead035d-7fd24b4d {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0362-7fd24b4d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0363-7fd24b4d {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead030b-e485fec8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead030e-e485fec8 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0314-e485fec8, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0320-e485fec8, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0322-e485fec8, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0323-e485fec8, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0325-e485fec8, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0326-e485fec8, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0328-e485fec8, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0329-e485fec8, #w-node-a68c68e5-3944-e1e0-645b-230f2ead032b-e485fec8, #w-node-a68c68e5-3944-e1e0-645b-230f2ead032c-e485fec8, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0333-e485fec8, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0334-e485fec8, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0336-e485fec8, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0337-e485fec8, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0339-e485fec8, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033a-e485fec8, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033c-e485fec8, #w-node-a68c68e5-3944-e1e0-645b-230f2ead033d-e485fec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0350-e485fec8 {
  justify-self: end;
}

#w-node-ea8ce4e5-5bbf-8e65-7e1e-e53f44e66baf-e485fec8 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-ea8ce4e5-5bbf-8e65-7e1e-e53f44e66bb0-e485fec8 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
}

#w-node-ea8ce4e5-5bbf-8e65-7e1e-e53f44e66bb5-e485fec8, #w-node-ea8ce4e5-5bbf-8e65-7e1e-e53f44e66bb6-e485fec8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead035c-e485fec8 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead035d-e485fec8 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
}

#w-node-a68c68e5-3944-e1e0-645b-230f2ead0362-e485fec8, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0363-e485fec8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_63a88cd3-e2f6-20dc-6865-268c69e156a1-b969918b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e17c81d-b9b5-15a5-5e23-f009d780d0c6-b969918b {
    grid-area: 1 / 1 / 2 / 2;
    place-self: end start;
  }

  #w-node-_74cc40ac-394f-b074-b5c8-95e19554e9f7-b969918b {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start end;
  }

  #w-node-_12f74aff-7422-47f0-30e5-b885a2cdfbb1-b969918b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d6e66ba2-cc6f-fc96-aa85-057969fdb869-b969918b {
    grid-column: span 2 / span 2;
    align-self: end;
  }

  #w-node-d6e66ba2-cc6f-fc96-aa85-057969fdb86d-b969918b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-d6e66ba2-cc6f-fc96-aa85-057969fdb872-b969918b {
    grid-area: 1 / 3 / 2 / 4;
    align-self: center;
  }

  #w-node-d4aec104-cc2d-0f96-5325-fa98279893c5-b969918b {
    grid-column: span 2 / span 2;
    align-self: end;
  }

  #w-node-d4aec104-cc2d-0f96-5325-fa98279893c9-b969918b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-d4aec104-cc2d-0f96-5325-fa98279893ce-b969918b {
    grid-area: 1 / 3 / 2 / 4;
    align-self: center;
  }

  #w-node-_8c2aaab5-b0d0-d501-cc9e-abb2c25e1037-b969918b {
    grid-column: span 2 / span 2;
    align-self: end;
  }

  #w-node-_8c2aaab5-b0d0-d501-cc9e-abb2c25e103b-b969918b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_8c2aaab5-b0d0-d501-cc9e-abb2c25e1040-b969918b {
    grid-area: 1 / 3 / 2 / 4;
    align-self: center;
  }

  #w-node-f69043e7-6a5a-046f-f264-90c4a616f132-b969918b {
    grid-column: span 2 / span 2;
    align-self: end;
  }

  #w-node-f69043e7-6a5a-046f-f264-90c4a616f136-b969918b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-f69043e7-6a5a-046f-f264-90c4a616f13b-b969918b {
    grid-area: 1 / 3 / 2 / 4;
    align-self: center;
  }

  #w-node-_88f41c34-0824-8f71-afe2-1b98810c2aca-b969918b {
    grid-column: span 2 / span 2;
    align-self: end;
  }

  #w-node-_88f41c34-0824-8f71-afe2-1b98810c2ace-b969918b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_88f41c34-0824-8f71-afe2-1b98810c2ad3-b969918b {
    grid-area: 1 / 3 / 2 / 4;
    align-self: center;
  }

  #w-node-_5af778b0-d12d-f0e2-062f-9775b643496e-b969918b, #w-node-_5af778b0-d12d-f0e2-062f-9775b643498d-b969918b {
    justify-self: center;
  }

  #w-node-_21c04f5f-4458-0759-762e-693a1abe084d-1abe0848 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_21c04f5f-4458-0759-762e-693a1abe0851-1abe0848 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: end start;
  }

  #w-node-_21c04f5f-4458-0759-762e-693a1abe085c-1abe0848 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start end;
  }

  #w-node-_3d886c63-bfa8-c8c9-b537-cf01dc530c61-c4a9a21f {
    place-self: center;
  }

  #w-node-_9aa1bf20-ce2b-b5f8-d6b4-d2646b80817b-b969918e, #w-node-_4b356ec1-d175-47ef-4a28-ee035ffc6a2c-b969918e, #w-node-a68c68e5-3944-e1e0-645b-230f2ead030a-b9699190, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976de6-b9699191, #w-node-_4a8ee229-f1ea-f767-d560-18fbf062ed09-b9699192, #w-node-_4a8ee229-f1ea-f767-d560-18fbf062ed09-b9699194 {
    order: 9999;
  }

  #w-node-_0189c8b5-5f88-a6d5-05b9-301ed8928c7c-b9699195, #w-node-_0189c8b5-5f88-a6d5-05b9-301ed8928c81-b9699195 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0189c8b5-5f88-a6d5-05b9-301ed8928c86-b9699195 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b58cc899-210b-ac9d-007c-31f15aed0c06-b9699195, #w-node-b58cc899-210b-ac9d-007c-31f15aed0c0b-b9699195 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b58cc899-210b-ac9d-007c-31f15aed0c10-b9699195 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a68c68e5-3944-e1e0-645b-230f2ead030a-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead030a-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead030a-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead030a-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead030a-b969919c {
    order: 9999;
  }

  #w-node-a68c68e5-3944-e1e0-645b-230f2ead030a-b969919d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead030a-8cf8428e, #w-node-a68c68e5-3944-e1e0-645b-230f2ead030a-163e56f7, #w-node-a68c68e5-3944-e1e0-645b-230f2ead030a-67e6053f, #w-node-a68c68e5-3944-e1e0-645b-230f2ead030a-0f031d42 {
    order: -9999;
  }

  #w-node-_4a8ee229-f1ea-f767-d560-18fbf062ed09-5f9e081a {
    order: 9999;
  }

  #w-node-a68c68e5-3944-e1e0-645b-230f2ead030a-7fd24b4d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead030a-e485fec8 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5e17c81d-b9b5-15a5-5e23-f009d780d0c6-b969918b {
    justify-self: start;
  }

  #w-node-_74cc40ac-394f-b074-b5c8-95e19554e9f7-b969918b {
    align-self: start;
  }

  #w-node-_61e8bacc-4638-bcb3-ba68-21032bc729f4-b969918b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f525d2b5-0578-805d-d2d8-69571eceffc3-b969918b, #w-node-f525d2b5-0578-805d-d2d8-69571eceffcc-b969918b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_97509895-6aaf-b95e-26d1-65b5faf435f5-faf435f2 {
    justify-self: center;
  }

  #w-node-_97509895-6aaf-b95e-26d1-65b5faf435fc-faf435f2 {
    order: -9999;
    justify-self: center;
  }

  #w-node-_97509895-6aaf-b95e-26d1-65b5faf435ff-faf435f2 {
    place-self: center;
  }

  #w-node-_21c04f5f-4458-0759-762e-693a1abe0851-1abe0848 {
    justify-self: start;
  }

  #w-node-_21c04f5f-4458-0759-762e-693a1abe085c-1abe0848 {
    align-self: start;
  }

  #w-node-_3d886c63-bfa8-c8c9-b537-cf01dc530c61-c4a9a21f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_399220cf-5bf7-49af-2668-e01dbb75cfb3-b969918e, #w-node-_399220cf-5bf7-49af-2668-e01dbb75cfbe-b969918e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9aa1bf20-ce2b-b5f8-d6b4-d2646b808191-b969918e, #w-node-_4b356ec1-d175-47ef-4a28-ee035ffc6a42-b969918e {
    grid-column: span 2 / span 2;
  }

  #w-node-_5866ff32-87ce-5fd5-b81d-40c214e28457-b969918f {
    justify-self: start;
  }

  #w-node-_9662bac5-432c-4858-9a33-d95f93082f8d-b969918f {
    grid-column-end: 2;
  }

  #w-node-a68c68e5-3944-e1e0-645b-230f2ead0350-b9699190, #w-node-_450b4c48-7584-3fdb-84ff-d4a20d976e2c-b9699191, #w-node-be8dc63d-72a7-3df3-f7c5-4d8c5e039fc7-b9699192, #w-node-be8dc63d-72a7-3df3-f7c5-4d8c5e039fc7-b9699194, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0350-b9699198, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0350-b9699199, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0350-b969919a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0350-b969919b, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0350-b969919c, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0350-b969919d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0350-8cf8428e, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0350-163e56f7, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0350-67e6053f, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0350-0f031d42, #w-node-be8dc63d-72a7-3df3-f7c5-4d8c5e039fc7-5f9e081a, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0350-7fd24b4d, #w-node-a68c68e5-3944-e1e0-645b-230f2ead0350-e485fec8 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5e17c81d-b9b5-15a5-5e23-f009d780d0c6-b969918b, #w-node-_74cc40ac-394f-b074-b5c8-95e19554e9f7-b969918b {
    align-self: center;
  }

  #w-node-d6e66ba2-cc6f-fc96-aa85-057969fdb86d-b969918b {
    grid-row-end: 2;
    grid-column-end: 3;
  }

  #w-node-d6e66ba2-cc6f-fc96-aa85-057969fdb872-b969918b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-d4aec104-cc2d-0f96-5325-fa98279893c9-b969918b {
    grid-row-end: 2;
    grid-column-end: 3;
  }

  #w-node-d4aec104-cc2d-0f96-5325-fa98279893ce-b969918b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_8c2aaab5-b0d0-d501-cc9e-abb2c25e103b-b969918b {
    grid-row-end: 2;
    grid-column-end: 3;
  }

  #w-node-_8c2aaab5-b0d0-d501-cc9e-abb2c25e1040-b969918b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-f69043e7-6a5a-046f-f264-90c4a616f136-b969918b {
    grid-row-end: 2;
    grid-column-end: 3;
  }

  #w-node-f69043e7-6a5a-046f-f264-90c4a616f13b-b969918b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_88f41c34-0824-8f71-afe2-1b98810c2ace-b969918b {
    grid-row-end: 2;
    grid-column-end: 3;
  }

  #w-node-_88f41c34-0824-8f71-afe2-1b98810c2ad3-b969918b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_95505f99-6abb-3eb0-f748-d0be0a2d680f-b969918b, #w-node-_95505f99-6abb-3eb0-f748-d0be0a2d6835-b969918b, #w-node-_95505f99-6abb-3eb0-f748-d0be0a2d685a-b969918b {
    grid-column: span 1 / span 1;
  }

  #w-node-_21c04f5f-4458-0759-762e-693a1abe0851-1abe0848, #w-node-_21c04f5f-4458-0759-762e-693a1abe085c-1abe0848 {
    align-self: center;
  }
}


@font-face {
  font-family: 'Sentient';
  src: url('../fonts/Sentient-Bold.woff2') format('woff2'), url('../fonts/Sentient-Bold.eot') format('embedded-opentype'), url('../fonts/Sentient-Bold.woff') format('woff'), url('../fonts/Sentient-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sentient';
  src: url('../fonts/Sentient-Italic.woff2') format('woff2'), url('../fonts/Sentient-Italic.eot') format('embedded-opentype'), url('../fonts/Sentient-Italic.woff') format('woff'), url('../fonts/Sentient-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sentient';
  src: url('../fonts/Sentient-BoldItalic.woff2') format('woff2'), url('../fonts/Sentient-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Sentient-BoldItalic.woff') format('woff'), url('../fonts/Sentient-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sentient';
  src: url('../fonts/Sentient-Light.woff2') format('woff2'), url('../fonts/Sentient-Light.eot') format('embedded-opentype'), url('../fonts/Sentient-Light.woff') format('woff'), url('../fonts/Sentient-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sentient';
  src: url('../fonts/Sentient-Extralight.woff2') format('woff2'), url('../fonts/Sentient-Extralight.eot') format('embedded-opentype'), url('../fonts/Sentient-Extralight.woff') format('woff'), url('../fonts/Sentient-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sentient';
  src: url('../fonts/Sentient-LightItalic.woff2') format('woff2'), url('../fonts/Sentient-LightItalic.eot') format('embedded-opentype'), url('../fonts/Sentient-LightItalic.woff') format('woff'), url('../fonts/Sentient-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sentient';
  src: url('../fonts/Sentient-ExtralightItalic.woff2') format('woff2'), url('../fonts/Sentient-ExtralightItalic.eot') format('embedded-opentype'), url('../fonts/Sentient-ExtralightItalic.woff') format('woff'), url('../fonts/Sentient-ExtralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sentient';
  src: url('../fonts/Sentient-Medium.woff2') format('woff2'), url('../fonts/Sentient-Medium.eot') format('embedded-opentype'), url('../fonts/Sentient-Medium.woff') format('woff'), url('../fonts/Sentient-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sentient';
  src: url('../fonts/Sentient-MediumItalic.woff2') format('woff2'), url('../fonts/Sentient-MediumItalic.eot') format('embedded-opentype'), url('../fonts/Sentient-MediumItalic.woff') format('woff'), url('../fonts/Sentient-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sentient';
  src: url('../fonts/Sentient-Regular.woff2') format('woff2'), url('../fonts/Sentient-Regular.eot') format('embedded-opentype'), url('../fonts/Sentient-Regular.woff') format('woff'), url('../fonts/Sentient-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}