:root {
  --white: white;
  --black: #252525;
  --orange: #f3c74a;
  --grey: #e6e6e6;
  --brand-blue: #578197;
  --dark-grey: #c9c9c9;
}

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

.w-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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.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(--white);
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  text-align: right;
  letter-spacing: -.025em;
  white-space: pre;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 12.8vw;
  font-weight: 300;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 2.75rem;
  font-weight: 300;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 2.5vw;
  font-weight: 300;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.23077;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

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

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

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

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-bottom: 0;
}

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

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

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.hide {
  display: none;
}

.text-style-link {
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.rl-styleguide-message-delete-this {
  height: 100vh;
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.margin-top-auto {
  margin-top: auto;
}

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

.icon-embed-small {
  width: 2rem;
  height: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-style-h2 {
  font-size: 2.75rem;
  line-height: 1.1;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  width: 100%;
  background-image: linear-gradient(135deg, rgba(255, 116, 72, .15), rgba(255, 72, 72, .15) 50%, rgba(98, 72, 255, .15)), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  background-color: var(--orange);
  color: #fff;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.heading-style-h6 {
  font-size: 1.25rem;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

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

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px rgba(0, 0, 0, .14);
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  width: 3rem;
  height: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.heading-style-h5 {
  font-size: 1.5rem;
  line-height: 1.4;
}

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

.heading-style-h1 {
  letter-spacing: -.025em;
  font-size: 13vw;
  line-height: 1.1;
}

.heading-style-h1.is-vision {
  font-size: 7vw;
}

.heading-style-h1.is-vision.is-yellow {
  color: var(--orange);
}

.form-checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form-checkbox-label {
  margin-bottom: 0;
}

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

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button.is-link {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

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

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

.button.is-tertiary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

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

.heading-style-h4 {
  font-size: 1.625rem;
  line-height: 1.24;
}

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

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

.form-radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, .18);
}

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

.rl-styleguide_label {
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

.text-size-regular {
  font-size: 1rem;
}

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

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

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

.heading-style-h3.is-hero {
  max-width: 40vw;
  font-size: 1.35em;
}

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

.form-input {
  height: auto;
  min-height: 2.75rem;
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-select-input {
  background-image: none;
}

.rl-styleguide_paste-text {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  border: 1px dashed rgba(0, 0, 0, .15);
  padding: 1rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  align-items: center;
  justify-items: start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  width: 1.25rem;
  height: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_color.is-black {
  background-color: var(--black);
}

.rl-styleguide_color.is-gray {
  background-color: var(--grey);
}

.rl-styleguide_color.is-white {
  background-color: var(--white);
}

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

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

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

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

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

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

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

.icon-embed-large {
  width: 5rem;
  height: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

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

.icon-embed-xxsmall {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.shadow-xsmall {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: var(--grey);
  color: #000;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

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

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  text-decoration: none;
  display: flex;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

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

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

.shadow-large {
  box-shadow: 0 20px 24px -4px rgba(0, 0, 0, .08), 0 8px 8px -4px rgba(0, 0, 0, .03);
}

.icon-embed-xlarge {
  width: 6.5rem;
  height: 6.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.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 a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .06);
}

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

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .03);
}

.text-size-large {
  font-size: 1.25rem;
  line-height: 1.2;
}

.icon-height-xsmall {
  height: 1.5rem;
}

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: #eee;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.padding-global {
  height: 100%;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

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

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

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 15vw;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

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

.horizontal-scroll_section-wrapper {
  width: 100%;
}

.horizontal-scroll_section-height {
  width: 100%;
  height: 500vh;
}

.horizontal-scroll_stickey-element {
  width: 100%;
  height: 100vh;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.horizontal-scroll_track {
  height: 100%;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  transform: translate(0%);
}

.horizontal-scroll_track-list {
  height: 100%;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: -100vw;
  display: flex;
}

.section_hero {
  width: 100vw;
  background-color: var(--black);
  color: var(--white);
  flex: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.section_hero.is_section {
  width: 300rem;
  object-fit: contain;
}

.hero_content-wrapper {
  z-index: 2;
  height: 100%;
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero_heading-wrapper {
  margin-bottom: -1.5rem;
  overflow: hidden;
}

.hero_sub-text-wrap {
  font-size: 1vw;
}

.hero_background-image-wrap {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero_background-image-wrap.is_section {
  object-fit: contain;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

.hero_background-image.is_section {
  width: 500%;
  max-width: 550vw;
  min-height: 1080px;
  object-fit: cover;
}

.hero_content {
  z-index: 2;
  height: 100%;
  background-image: linear-gradient(rgba(37, 37, 37, 0), rgba(26, 26, 26, .19) 72%, rgba(0, 0, 0, .6));
  position: relative;
}

.section_intro {
  flex: none;
  display: block;
  position: relative;
}

.intro_top {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.intro_content-parent {
  width: 10%;
  height: 100%;
  min-width: 41rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.intro_image-wrap {
  width: 15.625rem;
  overflow: hidden;
}

.intro_image-proportions {
  width: 100%;
  padding-top: 130%;
  position: relative;
  overflow: hidden;
}

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

.test-size-title-small {
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.intro_content {
  width: 80%;
  max-width: 35rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-link_wrap {
  text-transform: capitalize;
  font-family: Reckless, sans-serif;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.1;
  text-decoration: none;
  position: relative;
  overflow: visible;
}

.text-link_wrap.is-proportion {
  font-size: 1.15em;
  line-height: 1.2;
  overflow: visible;
}

.text-link_wrap.is_copyright {
  font-size: .9rem;
}

.text-link_line {
  width: 100%;
  height: 1px;
  background-color: var(--black);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-link_line.is-white {
  background-color: var(--white);
}

.section_line-seprator {
  width: 1px;
  height: 100%;
  background-color: rgba(37, 37, 37, .25);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.section_work {
  flex: none;
  display: block;
  position: relative;
}

.work_list {
  height: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.work_card {
  width: 30vw;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.work_card-image-wrap {
  border-radius: 20px;
  flex: 1;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.work_card-image-wrap.is_align-bottom {
  background-color: var(--orange);
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

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

.section_cta {
  flex: none;
  position: relative;
}

.cta_content {
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta_quorte {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 3em;
  padding-right: 3em;
  font-size: 1vw;
  display: flex;
}

.cta_quorte-title {
  max-width: 25ch;
}

.cta_title-wrap {
  margin-bottom: 1.25rem;
}

.cta_quorte-subtext {
  justify-content: center;
  align-items: center;
  font-size: 1.15em;
  display: flex;
}

.section_image-divider {
  width: 50vw;
  flex: none;
  display: block;
  overflow: hidden;
}

.section_image-divider.is_section {
  width: 400vw;
}

.section_image-divider.is_contain {
  object-fit: fill;
}

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

.section_jornal {
  background-color: var(--orange);
  color: var(--white);
  flex: none;
  font-size: 1vw;
  display: block;
  position: relative;
}

.section_jornal.is-blue {
  background-color: var(--brand-blue);
}

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

.jornal_content.is-spaced {
  justify-content: space-between;
  align-items: stretch;
}

.jornal_title-wrap {
  margin-bottom: auto;
  display: flex;
  overflow: hidden;
}

.jornal_title-wrap.is-bottom {
  align-items: stretch;
}

.jornal_content-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.jornal_subtext {
  max-width: 27ch;
}

.jornal_subtext.is-vision {
  font-size: 2.5vw;
}

.jornal_subtext.is-vision.is-2rem {
  max-width: 32ch;
  font-size: 2.3rem;
}

.section_articles {
  flex: none;
  position: relative;
}

.articles_list {
  width: 100%;
  height: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.articles_colum {
  height: 100%;
  min-width: 35vw;
  flex-direction: column;
  display: flex;
}

.articles_colum.is-2nd {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.article_card-image-wrap {
  flex: 1;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

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

.nav_bar {
  z-index: 999;
  min-width: 3rem;
  background-color: var(--white);
  cursor: pointer;
  border-left: 1px solid rgba(0, 0, 0, .25);
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav_trigger {
  width: 100%;
  height: 100%;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_icon {
  width: 1rem;
  height: 2.1875rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
  top: 50%;
  left: 35%;
  overflow: hidden;
}

.nav_icon-line {
  width: 1px;
  height: 100%;
  background-color: var(--black);
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.nav_top-logo {
  width: 100%;
  height: 7rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: absolute;
  top: 2rem;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav_logo-embed {
  width: 1rem;
  height: 6.25rem;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
  display: flex;
}

.nav_logo-text {
  perspective-origin: 0%;
  transform-origin: 50%;
  white-space: nowrap;
  margin-top: 2em;
  font-family: Reckless, sans-serif;
  font-style: normal;
  font-weight: 300;
  transition: opacity .3s;
  position: absolute;
  transform: rotate(90deg);
}

.nav_logo-text.is-bottom {
  perspective-origin: 50%;
  transform-origin: 50%;
  text-align: right;
  margin-top: 0;
  font-style: normal;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.nav_bottom-progress {
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 2rem;
  left: 0%;
  right: 0%;
}

.nav_menu_component {
  z-index: 997;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav_menu_close-trigger {
  z-index: 1;
  cursor: pointer;
  background-color: rgba(37, 37, 37, .8);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav_menu_wrap {
  z-index: 2;
  width: 75%;
  height: 100%;
  margin-right: 3rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav_menu_list {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav_menu_link {
  width: 50%;
  height: 100%;
  background-color: var(--white);
  perspective-origin: 100% 0;
  transform-origin: 100% 0;
  letter-spacing: -.025em;
  border: 1px solid rgba(37, 37, 37, .25);
  justify-content: flex-start;
  align-items: flex-end;
  padding: 2rem;
  font-family: Reckless, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  transition: color .3s cubic-bezier(.165, .84, .44, 1), background-color .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.nav_menu_link:hover {
  background-color: var(--orange);
  color: var(--white);
}

.nav_menu_link.is-75 {
  width: 50%;
  height: 25%;
  top: 50%;
}

.nav_menu_link.is-50 {
  width: 50%;
  height: 25%;
  top: 25%;
}

.nav_menu_link.is-25 {
  width: 50%;
  height: 25%;
}

.nav_menu_link.is-100 {
  height: 25%;
  top: 75%;
}

.nav_menu_other-links {
  z-index: 4;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 2.5rem;
  left: auto;
  right: 3rem;
}

.loader_component {
  z-index: 1001;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loader_flex {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loader_colums {
  height: 100%;
  background-color: var(--orange);
  flex: 1;
}

.nav_logo-wrap {
  z-index: 998;
  color: var(--white);
  transition: opacity .3s;
  position: fixed;
  top: 3rem;
  bottom: auto;
  left: 4.5rem;
  right: auto;
  transform: translate(-30%);
}

.nav_logo-wrap.w--current {
  z-index: 1001;
  position: fixed;
}

.hero_logo-embed {
  width: 4.6875rem;
  height: 4.8125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-divider_image {
  width: 150%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-divider_image.is_contain {
  width: 100%;
  object-fit: contain;
}

.image-divider_image-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-divider_image-wrap.is_contain {
  object-fit: contain;
}

.text-link_line-2 {
  width: 100%;
  height: 1px;
  background-color: #252525;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.email-link-wrapper-2 {
  width: 30px;
  height: 200px;
  color: rgba(230, 241, 255, .8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 4px;
  font-size: 1.2rem;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
}

.email-link-wrapper-2:hover {
  height: 210px;
  color: #64ffd9;
}

.nav_logo-text-2 {
  perspective-origin: 0%;
  transform-origin: 50%;
  white-space: nowrap;
  margin-top: 2rem;
  font-family: Reckless, sans-serif;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .3s;
  position: absolute;
  transform: rotate(90deg);
}

.nav_logo-text-2.is-bottom {
  perspective-origin: 50%;
  transform-origin: 50%;
  text-align: right;
  margin-top: 0;
  font-style: normal;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav_logo-text-2.is-not-top {
  direction: rtl;
  flex-direction: column;
  margin-top: 2rem;
  font-style: normal;
  display: flex;
}

.nav_logo-text-2.is-not-top.w--current {
  margin-top: 4em;
}

.nav_logo-text-2.is-not-top.is-arcmerdian {
  height: 50px;
  color: #252525;
  justify-content: center;
  margin-top: 3vh;
  padding-bottom: 0;
  padding-left: 8rem;
}

.brand-link {
  color: rgba(230, 241, 255, .3);
  font-family: Reckless, sans-serif;
  text-decoration: none;
}

.brand-link:hover {
  color: rgba(230, 241, 255, .5);
}

.footer-block {
  z-index: 9;
  flex-direction: column;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 10vw;
  right: auto;
}

.nav_menu_component-2 {
  z-index: 997;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.copyright-info {
  color: rgba(230, 241, 255, .3);
  font-family: Reckless, sans-serif;
  font-size: 1rem;
}

.section_contact {
  width: 100vw;
  height: 100vh;
  background-color: #578197;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.section_contact.is_section {
  width: 90vw;
}

.section_contact.is_front {
  z-index: 101;
}

.loader_colums-2 {
  height: 100%;
  background-color: #578197;
  flex: 1;
}

.image-full-cover-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav_icon-2 {
  width: 1rem;
  height: 2.1875rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
  top: 50%;
  left: 35%;
  overflow: hidden;
}

.nav_menu_wrap-2 {
  z-index: 2;
  width: 75%;
  height: 100%;
  margin-right: 3rem;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.social-icon-wrapper {
  width: 30px;
  height: 30px;
  color: rgba(230, 241, 255, .8);
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.social-icon-wrapper:hover {
  color: #64ffd9;
  background-color: #f3c74a;
  padding-bottom: 4px;
}

.contact-content-wrapper-2 {
  width: 70%;
  max-width: 80%;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: 20vh;
}

.hero-text-block {
  width: 200px;
  color: #e6f1ff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #e6f1ff;
  margin-left: 3px;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
}

.hero-text-block.contact {
  width: 200px;
  color: rgba(230, 241, 255, .8);
}

.hero-text-block.contact.is-phone {
  font-size: 1.2rem;
}

.nav_menu_link-2 {
  width: 100%;
  height: 100%;
  perspective-origin: 100% 0;
  transform-origin: 100% 0;
  letter-spacing: -.025em;
  background-color: #fff;
  border: 1px solid rgba(37, 37, 37, .25);
  justify-content: flex-start;
  align-items: flex-end;
  padding: 2rem;
  font-family: Reckless, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  transition: color .3s cubic-bezier(.165, .84, .44, 1), background-color .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.nav_menu_link-2:hover {
  color: #fff;
  background-color: #f06446;
}

.nav_menu_link-2.is-25 {
  width: 50%;
  height: 25%;
  transition: color .3s cubic-bezier(.165, .84, .44, 1), background-color .3s cubic-bezier(.165, .84, .44, 1);
}

.nav_menu_link-2.is-25:hover {
  background-color: #f3c74a;
}

.nav_menu_link-2.is-25.is-second {
  top: 25%;
}

.nav_menu_link-2.is-25.is-third {
  mix-blend-mode: normal;
  top: 50%;
}

.nav_menu_link-2.is-25.is-forth {
  top: 75%;
}

.work_card-blue {
  width: 100%;
  height: 100%;
  background-color: #f3c74a;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 1rem;
  display: flex;
}

.nav_icon-line-2 {
  width: 1px;
  height: 100%;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: #252525;
}

.link-text {
  color: #f3c74a;
}

.link-text.fa-icon {
  margin-left: 15px;
  font-size: 12px;
}

.nav_menu_close-trigger-2 {
  z-index: 1;
  cursor: pointer;
  background-color: rgba(37, 37, 37, .8);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav_top-logo-2 {
  z-index: 1000;
  width: 23px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: fixed;
  top: 2rem;
  bottom: auto;
  left: 98%;
  right: 0%;
}

.footer-block-line {
  width: 1px;
  height: 100px;
  background-color: #e6f1ff;
}

.heading-h1 {
  color: #e6f1ff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 100px;
  font-weight: 600;
  line-height: 110px;
}

.heading-h1.work {
  float: left;
  clear: none;
  color: rgba(230, 241, 255, .9);
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 12rem;
  font-weight: 300;
  display: flex;
  position: static;
  left: -565px;
}

.footer-link {
  color: rgba(230, 241, 255, .3);
  font-size: 13px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(230, 241, 255, .5);
}

.footer-link.second {
  margin-left: 30px;
  font-size: 1rem;
}

.is-not_italic {
  font-style: normal;
}

.work_card-2 {
  width: 30vw;
  height: 100%;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.paragraph-4 {
  color: rgba(230, 241, 255, .7);
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 28px;
}

.paragraph-4.contact {
  width: 50vw;
  margin-top: 2rem;
  margin-bottom: 35px;
  font-size: 2rem;
}

.paragraph-4.contact.is-1920 {
  font-size: 1.2rem;
}

.footer-info-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 150px;
  display: flex;
}

.project_heading.is_heading-white {
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 1rem;
  font-size: 7.5vw;
  display: flex;
}

.footer-links-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-links-wrapper.is-phone {
  font-family: Reckless, sans-serif;
}

.text-block-7 {
  overflow: visible;
}

.email-block-1 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
  bottom: -20rem;
  left: 5rem;
  right: auto;
}

.email-block-1.is-phone {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 10vw;
}

.email-link {
  color: rgba(230, 241, 255, .8);
  margin-bottom: 90px;
  text-decoration: none;
  transform: rotate(90deg);
}

.nav_bar-2 {
  z-index: 999;
  min-width: 3rem;
  cursor: pointer;
  background-color: #fff;
  border-left: 1px solid rgba(0, 0, 0, .25);
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.visit-link {
  color: rgba(100, 255, 217, .8);
  align-items: center;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.visit-link.project {
  color: rgba(100, 255, 217, .8);
  margin-bottom: 0;
}

.work_list-2 {
  height: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  top: auto;
}

.work_card-image-wrap-2 {
  flex: 1;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.image-full-cover-3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work_card-3 {
  width: 30vw;
  height: 100%;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.work_card-3.is-team {
  width: 30vw;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.work_card-3.is-team.is-first {
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
}

.work_list-3 {
  height: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  top: auto;
}

.work_card-image-wrap-3 {
  flex: 1;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.s-4__bottom {
  height: 50vh;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translate(0, 100%);
}

.s-5 {
  z-index: 5;
  color: #000;
  text-align: center;
  background-color: #ebebeb;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(100%);
}

.btn_arrow_parent {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.load_panel {
  width: 33.3333%;
  background-color: #222;
}

.text-center {
  text-align: center;
  margin-top: 10vh;
}

.global_link_hover {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.num_index_txt {
  color: #f8fafc;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .7rem;
}

.num_index_txt.text_color_black {
  color: #222;
}

.s-4__top {
  height: 50vh;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translate(0, -100%);
}

.btn_txt_abs {
  z-index: 2;
  color: #f8fafc;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.btn_txt_abs.clone_btn {
  color: #222;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.founder_signature {
  color: #f8fafc;
  font-size: 2rem;
}

.nav_logo {
  width: 2rem;
}

.nav_logo.is_big {
  width: 7vw;
}

.hero_city {
  justify-content: flex-end;
  display: flex;
  overflow: hidden;
}

.project-image-wrapper {
  z-index: 15;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.menu_button_wrapper {
  width: 2.25rem;
  height: 1rem;
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.span {
  display: inline-block;
}

.nav_link_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
  overflow: hidden;
}

.nav-3 {
  z-index: 998;
  width: 100vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.overlay_big_logo {
  width: 100%;
  max-width: 42vw;
  color: #f8fafc;
  flex: 0 auto;
}

.overlay_whipe {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #222;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.quotes_wrapper {
  max-width: 12rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.nav_menu_btn {
  width: auto;
  height: auto;
  cursor: pointer;
  background-color: rgba(239, 239, 239, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  display: flex;
}

.top_anchor {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.colophon_wrap {
  flex-direction: column;
  display: flex;
}

.menu_panel {
  width: 100%;
  height: 100%;
}

.menu_panel.left {
  position: relative;
}

.menu_panel.right {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.menu_item_text {
  color: #222;
  letter-spacing: -.21rem;
  font-size: 5rem;
  line-height: 1.25;
}

.menu_item_text._3 {
  position: relative;
}

.left-side {
  width: 50vw;
  height: 100vh;
}

.left-side.is-true {
  color: #f3c74a;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.left-side.is-false {
  background-color: #fff;
}

.hero_dot_wrap {
  position: absolute;
  top: 54%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.menu_close_btn {
  width: 1.75rem;
  height: 1.75rem;
  cursor: pointer;
  border: 1px solid #f8fafc;
  border-radius: 1000rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.global {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu_s_link_wrap {
  width: 80%;
  grid-column-gap: 0rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: auto;
  margin-bottom: auto;
  display: grid;
}

.quote_txt {
  color: #f8fafc;
  letter-spacing: .01rem;
  text-transform: none;
  font-size: .7rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

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

.btn_whipe {
  z-index: 1;
  width: 100%;
  height: 0%;
  background-color: #222;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.btn_whipe.white_whipe {
  background-color: #f8fafc;
}

.menu_top_flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.btm_content_flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: flex;
}

.btm_content_flex.left, .btm_content_flex.right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.load_panel_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.info-wrapper-2 {
  margin-top: 2rem;
  margin-bottom: 2em;
}

.menu_button_line {
  width: 100%;
  height: 2px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.link_address {
  color: #f8fafc;
  font-size: 1.6rem;
  overflow: visible;
}

.btn_txt {
  z-index: 2;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.overlay_btm_content {
  width: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, .6fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 0;
  display: grid;
}

.overlay_btm_content.btm {
  height: 25%;
  flex-direction: column;
  display: flex;
}

.menu_content {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.menu_small_links {
  color: #f8fafc;
  text-transform: none;
  margin-bottom: 1px;
  font-size: .8rem;
  font-weight: 200;
  line-height: 1.2;
  text-decoration: none;
}

.menu_title_flex {
  z-index: 2;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
  position: relative;
}

.div_hide {
  position: relative;
  overflow: hidden;
}

.div_hide.small_link_pad {
  padding-bottom: 2px;
}

.overlay_btm_wrap {
  width: 85%;
  height: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  display: flex;
}

.main-2 {
  height: 100vh;
}

.text_light {
  font-weight: 400;
}

.s-4__shadow {
  z-index: 1;
  opacity: 0;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero_page-wrapper {
  width: 100vw;
  height: 100vh;
}

.menu_num_wrap {
  min-width: 1.5rem;
  mix-blend-mode: exclusion;
  padding-top: 1.25rem;
}

.button-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #222;
  background-color: rgba(239, 239, 239, 0);
  border: 1px solid #000;
  border-radius: 100rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-7.is_alternate {
  color: #f8fafc;
  text-transform: uppercase;
  border: 1px solid #fff;
  font-size: .8rem;
}

.hero_heading-5 {
  text-transform: uppercase;
  margin-left: -.6rem;
  display: flex;
}

.hero_img_content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav_link {
  color: #222;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu_top_item {
  max-width: 50%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.hero_heading_wrap {
  z-index: 2;
  width: 100%;
  position: relative;
  top: 2vh;
}

.tooltip-wrapper {
  z-index: 999;
  color: #fff;
  background-color: #000;
  border-radius: 6px;
  display: block;
  position: fixed;
  top: 12px;
  bottom: auto;
  left: 12px;
  right: auto;
}

.menu_close_icon {
  width: .625rem;
  height: auto;
  color: #f8fafc;
}

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

.icon_link {
  width: 1em;
  height: 1em;
  position: relative;
}

.icon_link.abs {
  position: absolute;
}

.s-2__shadow {
  z-index: 1;
  opacity: 0;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.est_nav_txt {
  text-transform: uppercase;
  font-family: Reckless, sans-serif;
  text-decoration: none;
}

.s-3 {
  z-index: 3;
  color: #fff;
  text-align: center;
  background-color: #ff5a5f;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 100%);
}

.title1 {
  font-size: 4.25em;
  font-weight: 600;
  line-height: 1.1em;
}

.nav_link_txt {
  background-color: var(--brand-blue);
  color: #222;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  align-items: center;
  font-family: Inter, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.hero_city_txt {
  text-align: right;
  letter-spacing: .01rem;
  text-transform: uppercase;
  font-weight: 300;
}

.flex_wrap {
  z-index: 2;
  display: flex;
  position: relative;
}

.home_link.is-firm_name {
  right: -5vw;
}

.home_link.is-firm_name-2 {
  left: -4.5vw;
}

.home_link.is-firm_name {
  right: -5vw;
}

.info_p {
  color: #fff;
  font-size: .8rem;
  line-height: 1.1;
}

.info_p.small {
  color: rgba(255, 255, 255, .75);
  font-size: .75rem;
  font-weight: 300;
}

.hero_dot_parent {
  width: 1rem;
  height: 1rem;
  background-color: #f8fafc;
  border-radius: 1000rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
  overflow: hidden;
}

.back_arrow {
  width: 1.25rem;
  color: #f8fafc;
}

.css-3 {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu_overlay_wrap {
  z-index: 3;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.nav-menu-2 {
  width: 100%;
  align-items: center;
  display: flex;
}

.s-1 {
  z-index: 1;
  height: 100vh;
  color: #252525;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu_right_content {
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 1;
  position: relative;
}

.page_wrapper-hero {
  width: 100%;
  overflow: hidden;
}

.overlay_p_wrap {
  max-width: 17vw;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.hero_heading_flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.nav_logo_parent {
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.nav_logo_parent.w--current {
  flex-direction: row;
}

.nav_logo_parent.is_big {
  text-align: left;
  justify-content: center;
  align-items: center;
}

.load_logo_dot {
  width: .7rem;
  height: .7rem;
  background-color: #f3c74a;
  border-radius: 100000px;
  margin-top: 3.4rem;
}

.overlay_panel_top {
  z-index: 2;
  height: 55%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.project-title-wrapper {
  color: #000;
  margin-top: .4em;
  text-decoration: none;
}

.icon_link_abs {
  width: 1em;
  height: 1em;
  color: #f8fafc;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon_link_abs.black_arrow {
  color: #222;
}

.s-2__left {
  width: 50vw;
  height: 100%;
  text-align: center;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  transform: translate(0, -100%);
}

.menu_arrow {
  width: 3rem;
  height: 3rem;
  border: 1px solid #222;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.has-tooltip {
  text-decoration: none;
}

.menu_credit_txt {
  color: #f8fafc;
  letter-spacing: .02rem;
  text-transform: uppercase;
  font-size: .75rem;
}

.nav_logo_link {
  text-decoration: none;
}

.nav_logo_link.is_big {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.colophon_txt_b {
  color: #f8fafc;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.2;
}

.s-2 {
  z-index: 2;
  justify-content: space-between;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.divider_line {
  width: 100%;
  height: 10px;
  position: relative;
}

.divider_line.overlay_line {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.menu_link_flex {
  z-index: 2;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.s-6 {
  z-index: 6;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(-100%);
}

.infotext {
  color: #7d7d7d;
  margin-bottom: 0;
  font-size: .875em;
  line-height: 1.4em;
}

.menu_num {
  color: #222;
  font-size: 1.5rem;
}

.hero_top_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  margin-top: -18vh;
  margin-bottom: 1.5rem;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
}

.nav_link_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  align-content: space-around;
  align-items: stretch;
  padding-bottom: 1px;
  display: flex;
}

.nav_line {
  width: 100%;
  height: 1px;
  position: relative;
}

.flex_right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.whipe {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #f8fafc;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.whipe.menu_whipe {
  z-index: 1;
  height: 0%;
  background-color: #eaeaea;
  display: block;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.whipe.hero_top {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.button_flex_wrap {
  align-items: center;
  display: flex;
}

.menu_year {
  color: #f8fafc;
  letter-spacing: -.1rem;
  font-size: 4rem;
}

.menu_right_bottom {
  width: 80%;
  height: 20%;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.menu-6 {
  z-index: 1000;
  width: 100svw;
  height: 100svh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.load_logo_wrap {
  display: flex;
  position: absolute;
  overflow: hidden;
}

.nav_link_num {
  color: #222;
  margin-top: .109375rem;
  font-size: .6rem;
}

.quotes_content_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.c__main {
  width: 75ch;
}

.nav_divider {
  color: #222;
}

.menu_left_content {
  z-index: 2;
  height: 100%;
  flex-direction: column;
  display: flex;
  position: relative;
}

.menu_dot {
  width: .1875rem;
  height: .1875rem;
  background-color: #222;
  border-radius: 100000rem;
}

.title6 {
  color: #252525;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.2em;
}

.overlay_info_title {
  color: #fff;
  font-size: 1.5rem;
}

.nav_item_wrapper {
  justify-content: center;
  display: flex;
}

.menu_right_top {
  width: 80%;
  height: 80%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  display: grid;
}

.quotes_parent {
  z-index: 1;
  width: auto;
  height: auto;
  margin-left: auto;
  position: absolute;
  bottom: 15%;
  right: 2.5%;
}

.quotes_parent.bottom {
  top: 30%;
  bottom: auto;
  left: 3%;
  right: 0%;
}

.global_embed {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.s-5__shadow {
  z-index: 1;
  opacity: 0;
  background-color: #000;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.responsive_heading {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.colophon_itm {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.line_wrapper {
  width: 100%;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.line_wrapper.menu_line {
  z-index: 3;
  height: 1.5px;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.line_wrapper.colophon_line {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.page_load-2 {
  z-index: 999;
  width: 100%;
  height: 100svh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img_wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.img_wrapper.spaces_small_img {
  max-height: 65svh;
}

.img_wrapper.cta_img {
  height: 100%;
  max-width: 32.5vw;
  min-height: 60vh;
}

.menu_logo {
  width: 80%;
}

.nav_grid {
  z-index: 999;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
}

.menu_overlay {
  z-index: 3;
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-w3 {
  width: 100%;
  max-width: 62em;
  margin-left: auto;
  margin-right: auto;
}

.container-w3.gutter-outside {
  height: 100vh;
  max-width: none;
}

.project-subtitle-wrapper {
  margin-top: 2em;
}

.s-1__shadow {
  z-index: 1;
  opacity: 0;
  background-color: #000;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu_item_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.line-2 {
  width: 100%;
  height: 100%;
  background-color: #222;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.line-2.overlay_btm, .line-2.overlay_divider, .line-2.colophon_line {
  background-color: #f8fafc;
}

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

.line-2.bg_white {
  background-color: #f8fafc;
}

.menu_small_text {
  color: #f8fafc;
  font-size: 1.5rem;
  line-height: 1.25;
}

.menu_line {
  width: 100%;
  height: .0781875rem;
  background-color: #222;
}

.s-2__right {
  width: 50vw;
  height: 100%;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  transform: translate(0, 100%);
}

.footer_link_wrap {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-direction: column;
  display: flex;
}

.section-13 {
  width: 100%;
  height: 100%;
  position: relative;
}

.section-13.home_hero {
  height: 100vh;
  padding-top: 17.5rem;
}

.section-13.cta {
  padding-top: 6rem;
  padding-bottom: 0;
}

.section-13.intro {
  background-color: #222;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section-13.home_project, .section-13.features {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section-13.home_hero {
  padding-top: 17.5rem;
}

.est_nav {
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.navbar {
  width: 50vw;
  border-radius: 0;
  position: absolute;
}

.colophon_item_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.menu_link_wrap {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.s__main {
  height: 600vh;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  overflow: hidden;
}

.panel_whipe {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #f8fafc;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.panel_whipe.right {
  background-color: #222;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-9 {
  border-radius: 20px;
}

.padding_global {
  height: 100%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.padding_global.no_padding {
  height: 100%;
  padding-left: 0%;
  padding-right: 0%;
}

.padding_global.nav_padding {
  width: 100vw;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.menu_r_btm_wrap {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  display: grid;
}

.load_logo_txt {
  color: #f8fafc;
  font-size: 5rem;
  font-weight: 600;
  line-height: .9;
}

.load_logo_txt._2 {
  color: #578197;
  font-family: Reckless, sans-serif;
  font-weight: 200;
}

.load_logo_txt._1 {
  color: #f3c74a;
  font-family: Reckless, sans-serif;
  font-weight: 300;
  display: block;
}

.load_logo_txt._2 {
  color: #578197;
  font-family: Reckless, sans-serif;
  font-weight: 200;
}

.load_logo_txt._1 {
  color: #f3c74a;
  font-family: Reckless, sans-serif;
  font-weight: 300;
  display: block;
}

.sf_btn {
  background-color: rgba(239, 239, 239, 0);
  display: flex;
}

.menu_num_index {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #f8fafc;
  border-radius: 1000rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.overlay_panel_btm {
  z-index: 2;
  height: 45%;
  position: relative;
}

.menu_item_small {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  margin-top: -.25rem;
  display: flex;
}

.quote_mark {
  width: 1.2rem;
  flex: none;
}

.container-8 {
  width: 100%;
  height: 100%;
  margin-top: -28vh;
  margin-left: auto;
  margin-right: auto;
}

.s-3__shadow {
  z-index: 1;
  opacity: 0;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s-4 {
  z-index: 4;
  flex-direction: column;
  justify-content: space-between;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.colophon_txt_link {
  color: rgba(255, 255, 255, .75);
  font-size: .8rem;
  font-weight: 200;
  line-height: 1.1;
  display: inline-block;
}

.dot-2 {
  width: 100%;
  height: 100%;
  background-color: #222;
}

.menu_link_big {
  z-index: 2;
  width: 100%;
  height: 20%;
  color: #000;
  align-items: center;
  display: flex;
  position: relative;
}

.menu_link_big.w--current {
  z-index: 1;
  height: 20%;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overlay_back_btn {
  z-index: 3;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-color: #222;
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.page_index_dot {
  justify-content: flex-start;
}

.footer_bg_vid {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_content_flex {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.p_wrapper {
  max-width: 40rem;
}

.p_wrapper.tiny {
  max-width: 15rem;
}

.p_wrapper.x_small {
  max-width: 25rem;
}

.p_wrapper.small {
  max-width: 30rem;
}

.footer_logo_mask {
  z-index: 2;
  width: 100%;
  height: 100%;
  mix-blend-mode: darken;
  background-color: #222;
  position: relative;
}

.features_content_wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.section_img_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.grid_btm {
  width: 100%;
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr .6fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.grid_btm.right {
  justify-content: space-between;
}

.stats_num_wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  padding-top: 0;
  display: flex;
}

.page_wrapper {
  width: 100%;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
}

.home_project_wrapper {
  width: 100%;
  height: 100%;
}

.page_load {
  z-index: 999;
  width: 100%;
  height: 100svh;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.spaces_item_txt {
  font-size: 1.5rem;
  line-height: 1.2;
}

.footer_logo_wrap {
  width: 100%;
  max-width: 47.75vw;
  justify-content: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.btt_arrow {
  width: .75rem;
  font-size: 0;
  position: relative;
}

.nav_link_txt-2 {
  color: #222;
  text-transform: uppercase;
}

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

.text_link {
  color: #222;
  text-transform: uppercase;
  text-decoration: none;
}

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

.footer_big_logo {
  z-index: 2;
  width: 100%;
  height: 100%;
  line-height: .6;
  display: block;
  position: relative;
}

.content_wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-direction: column;
  display: flex;
}

.footer_item_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.footer_main_wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column wrap;
  display: flex;
}

.cta_small_cap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.intro_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.footer_btm_flex {
  justify-content: flex-start;
  padding-bottom: 1.5px;
  display: flex;
}

.trans_panel {
  width: 33.3333%;
  background-color: #222;
}

.t_logo_dot {
  width: .7rem;
  height: .7rem;
  background-color: #f8fafc;
  border-radius: 100000px;
  margin-top: .7rem;
}

.transition_panel_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer_credit {
  color: #f8fafc;
  letter-spacing: .02rem;
  text-transform: none;
  font-size: .75rem;
  font-weight: 200;
  text-decoration: none;
}

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

.footer_item_txt {
  color: #f8fafc;
  font-size: 1.5rem;
  line-height: 1.2;
}

.big_num_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.spaces_list_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.dot_index_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.hero_heading-6 {
  text-transform: uppercase;
  justify-content: center;
  margin-left: -.6rem;
  font-size: 10vw;
  display: flex;
}

.cta_btm_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2.5rem;
  display: flex;
}

.section_num_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  margin-top: 5rem;
  display: flex;
  overflow: hidden;
}

.negative_margin_top.small {
  margin-top: -1.6rem;
  overflow: hidden;
}

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

.hero_dot_wrap-2 {
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.footer_content_wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.transition {
  z-index: 1002;
  width: 100%;
  height: 100svh;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer_link {
  width: auto;
  color: #f8fafc;
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  font-size: .8rem;
  font-weight: 200;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.footer_link.margin_top {
  margin-top: 1rem;
}

.nav_link-2 {
  color: #222;
  display: flex;
  position: relative;
}

.cta_line {
  width: 100%;
  height: 1px;
  position: relative;
}

.spaces_list_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: relative;
}

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

.footer_num_txt {
  color: #fff;
  font-size: 1rem;
}

.footer_item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  margin-top: -.25rem;
  display: flex;
}

.page_dots {
  width: 5px;
  height: 5px;
  background-color: #f8fafc;
  border-radius: 1000rem;
  margin-top: 5px;
  overflow: hidden;
}

.page_dots.black {
  background-color: #222;
}

.horizontal_line {
  width: 1px;
  height: 100%;
  background-color: #222;
}

.index_txt {
  color: #f8fafc;
  line-height: 1.3;
}

.index_txt.black {
  color: #222;
}

.btt_link {
  cursor: pointer;
}

.footer {
  background-color: #222;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.spaces_line {
  width: 100%;
  height: 1px;
  background-color: #222;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.footer_grid {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-flow: row dense;
}

.footer_grid.btm {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-columns: .5fr 1fr;
  grid-auto-flow: row;
  display: flex;
}

.cta_top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.intro_content-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.load_logo_dot-2 {
  width: .7rem;
  height: .7rem;
  background-color: #f8fafc;
  border-radius: 100000px;
  margin-top: .7rem;
}

.stats_p_flex {
  max-width: 10rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.big_num {
  letter-spacing: -.5rem;
  font-size: 15.9375rem;
  line-height: .8;
  position: relative;
}

.p_x-large {
  letter-spacing: -.04rem;
  font-size: 3rem;
  line-height: 1.05;
}

.p_x-large.text_color_white {
  color: #f8fafc;
}

.text_color_white {
  color: #fff;
}

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

.num_index {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #f8fafc;
  border-radius: 1000rem;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.num_index.black {
  border-color: #222;
  justify-content: center;
  align-items: center;
  display: flex;
}

.num_index.abs {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.title_wrapper {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.nav_grid-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.trans_logo {
  color: #f8fafc;
  font-size: 5rem;
  font-weight: 600;
  line-height: .9;
}

.trans_logo._2 {
  font-weight: 200;
}

.btt_wrap {
  height: auto;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: rgba(239, 239, 239, 0);
  flex-direction: row;
  padding-left: 0;
  display: flex;
}

.hero_dot_wrap-3 {
  position: absolute;
  top: 54%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.page_load-3 {
  z-index: 999;
  width: 100%;
  height: 100svh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav_grid-3 {
  z-index: 999;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
}

.load_logo_dot-3 {
  width: .7rem;
  height: .7rem;
  background-color: #f8fafc;
  border-radius: 100000px;
  margin-top: .7rem;
}

.hero-section_wrapper {
  height: 100vh;
  display: block;
}

.card---role {
  text-transform: uppercase;
  font-size: 1rem;
}

.card---image-text {
  color: #e9edec;
  text-align: justify;
  text-transform: uppercase;
  font-size: 3rem;
  position: relative;
}

.card---image-text-wrap {
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.card---body {
  height: 24rem;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 16rem;
  padding: 1rem;
  display: flex;
}

.card---name {
  text-transform: uppercase;
  font-size: 2rem;
}

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

.card---image-wrap {
  height: 39rem;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  transform: translate(0, -24rem);
}

.card---image {
  height: 39rem;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 14rem);
}

.card---top {
  z-index: 2;
  height: 39rem;
  padding: 3rem;
  position: absolute;
  top: .5rem;
  bottom: 0;
  left: .5rem;
  right: .5rem;
  overflow: hidden;
}

.card---paragraph {
  width: 40%;
  font-size: .7rem;
  line-height: 1.125;
}

.card---top-text {
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

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

.card---detail {
  font-weight: 700;
}

.card---image-corner-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  transform: translate(0, -24rem);
}

.card---image-corner {
  border: 1.75rem solid rgba(233, 237, 236, 0);
  border-color: rgba(233, 237, 236, 0) rgba(233, 237, 236, 0) #e9edec #e9edec;
  position: absolute;
  bottom: 0;
  left: 0;
}

.card {
  width: 40vw;
  height: 50vw;
  color: #000;
  background-color: #e9edec;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 0 -8px #a1aba9;
}

.div-block {
  width: 50vw;
  display: flex;
}

.div-block-2 {
  z-index: 40;
  width: 50vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.effect-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container---xs {
  width: 100%;
  max-width: 452px;
  min-height: 40vh;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  overflow: hidden;
}

.container---xs.double._9 {
  background-image: url('../images/5.png');
}

.container---s {
  width: 100%;
  max-width: 574px;
}

.rows {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.rows.gap-0-75 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.heading {
  color: #b1fde5;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4vw;
  font-weight: 400;
}

._70 {
  width: 64%;
  color: #000;
  text-decoration: none;
  position: relative;
}

.is-hover-zoom {
  overflow: hidden;
}

.is-hover-zoom._1 {
  width: 40vw;
  height: 36.53em;
  z-index: 41;
  width: 51.1em;
  height: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: relative;
}

.image-grow {
  width: 90%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
  overflow: hidden;
}

.headline-tittle-project {
  flex-direction: row;
  margin-top: 1.39em;
  font-size: 1.11em;
  display: flex;
}

.headline-category {
  color: rgba(51, 51, 51, .6);
  font-size: .97em;
  font-weight: 400;
}

.div-block-3 {
  z-index: 30;
  padding-left: 65px;
  padding-right: 65px;
  position: relative;
}

.image-grow-2 {
  width: 50%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}

.div-block-4 {
  align-items: flex-end;
  display: flex;
}

.intro_content-3 {
  width: 80%;
  max-width: 35rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr .5fr 1fr 1fr;
}

.heading-2 {
  margin-bottom: -.4rem;
  padding-bottom: 0;
}

.div-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.paragraph {
  align-self: flex-end;
}

.image-3 {
  width: 19px;
  height: 16px;
}

.div-block-6 {
  display: flex;
}

.heading-3, .heading-4 {
  font-size: 7.5vw;
}

.section-wrapper {
  z-index: 10;
  width: 100%;
  height: 100vh;
  padding-bottom: 100vh;
  display: block;
  position: relative;
}

.section-wrapper.is-interior {
  width: 100vw;
}

.section-height-2 {
  width: 100%;
  height: 18000px;
}

.sticky-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-element {
  width: 100%;
  height: 100vh;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: scroll;
}

.sticky-element.disable-overflow {
  overflow: hidden;
}

.track {
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  transform: translate(0%);
}

.track-flex {
  justify-content: flex-start;
  align-items: stretch;
  margin-right: -100vw;
  display: flex;
}

.panel2 {
  width: 7166px;
  height: 100%;
  text-align: right;
  background-image: url('../images/ak-last-one.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  justify-content: flex-start;
  display: flex;
}

.panel2.is-int {
  background-image: url('../images/final-onepng.png');
}

.arch_intro-wrapper {
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 5vw;
  right: auto;
}

.arch_intro-wrapper.is-arch {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -100vw;
}

.arch_intro-wrapper.is-arch.is-2 {
  left: 0;
  right: 0;
}

.arch_intro-wrapper.is-arch.is-3 {
  display: flex;
  right: 200vw;
}

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

.container {
  width: 100vw;
  max-width: none;
  margin-top: 10vh;
  margin-left: auto;
  margin-right: auto;
}

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

.centered-heading.margin-bottom-32px {
  margin-bottom: 2vh;
  font-size: 5rem;
}

.centered-heading.margin-bottom-32px.is_white {
  color: var(--white);
  margin-bottom: 1vh;
  font-size: 7.5vw;
}

.centered-heading.margin-bottom-32px.is_white.is_int {
  font-size: 6vw;
}

.centered-heading.margin-bottom-32px.is-scroll {
  font-size: 5vw;
}

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

.hero-split {
  max-width: 46%;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Reckless, sans-serif;
  display: flex;
}

.margin-bottom-24px {
  width: 60vw;
  max-width: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.margin-bottom-24px.is_white {
  color: var(--black);
}

.margin-bottom-24px.is_white.is_2rem {
  color: var(--white);
  font-size: 1.5rem;
}

.margin-bottom-24px.is_new-rem {
  font-size: 1.5rem;
}

.margin-bottom-24px.is_new-rem.is_white {
  color: var(--white);
}

.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 rgba(150, 163, 181, .08);
}

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

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

.hero-wrapper-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

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

.hero_extro-wrapper {
  z-index: 1799;
  width: 50vw;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hero_extro-wrapper.is-interior {
  z-index: 1000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 500vw;
  right: auto;
}

.hero_extro-wrapper.is_start {
  position: absolute;
}

.hero_extro-wrapper.is-interior {
  z-index: 1000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -130vw;
}

.hero_extro-wrapper.is-interior-copy {
  z-index: 1000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.section-links {
  align-items: flex-start;
  font-size: 9vw;
  display: flex;
}

.split__wrapper {
  width: 100%;
  height: 50vh;
  outline-color: var(--brand-blue);
  outline-offset: 0px;
  background-color: rgba(255, 255, 255, .24);
  outline-width: 1px;
  outline-style: solid;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.s__main-2 {
  width: 70vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.split__bg {
  z-index: 1;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.split__bg.is--5 {
  background-image: url('../images/10.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.split__bg.is--1 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.split__bg.is--2 {
  background-image: none;
  background-size: cover;
}

.split__bg.is--3 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.split__bg.is--4 {
  background-image: url('../images/11.png');
  background-size: cover;
}

.split__content {
  z-index: 3;
  max-width: 20ch;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 2vw;
  margin-left: 2vw;
  margin-right: 2vw;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.split__icon {
  height: 3vw;
}

.split__icon.is_black {
  filter: invert();
  mix-blend-mode: normal;
}

.split__icon-wrapper {
  z-index: 5;
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.split__heading {
  font-size: 1.5em;
  font-weight: 500;
}

.split__heading.is_white {
  color: var(--white);
  color: #fff;
}

.text-link_line-3 {
  width: 100%;
  height: 1px;
  background-color: #252525;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.argument__col.col--left {
  width: 80%;
  position: relative;
}

.argument__title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Reckless, sans-serif;
  font-weight: 700;
}

.argument__title.is_founder {
  width: 100%;
  text-align: center;
}

.argument__img {
  filter: grayscale();
  border: 1px solid #111;
  align-self: auto;
  margin-bottom: 15px;
  transition: all .2s;
}

.argument__img:hover {
  filter: none;
}

.argument__img.mod--first {
  border-width: 0;
}

.argument__desc {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  font-family: Reckless, sans-serif;
}

.argument__desc.is-founder {
  width: 100%;
}

.argument__desc.is-founder.is_vishal {
  font-size: .75rem;
}

.argument__desc.is_team {
  width: 80%;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}

.text-block-4 {
  margin-top: 2rem;
}

.text-link_line-4, .text-link_line-5 {
  width: 100%;
  height: 1px;
  background-color: #252525;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta_quorte-title-2 {
  max-width: 25ch;
  font-size: 2rem;
}

.section_team-2 {
  height: 90vh;
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.argument__card-4 {
  width: 50%;
  text-align: center;
  flex-flow: column;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: auto;
  padding-left: 16px;
  display: flex;
}

.argument__card-3 {
  width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 33px;
  padding-left: 16px;
  display: flex;
}

.div-block-23 {
  height: 80%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-24 {
  width: 100vw;
  height: 20vh;
  max-height: 30%;
  min-height: 20vh;
}

.grid-5 {
  width: 100vw;
  height: 100vh;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: auto;
  padding: 5vh 0% 5vh 5vh;
}

.is_not-italic {
  font-style: normal;
}

.is-brand_yellow {
  color: var(--orange);
}

.is-brand_blue {
  color: var(--brand-blue);
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

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

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.navbar-2, .navbar-logo-left {
  display: none;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.panel1 {
  width: 100vw;
  height: 100vh;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
}

.panel1.minus-02 {
  width: 4750px;
  background-image: url('../images/final-one.gif');
  background-position: 50%;
  position: static;
  bottom: 0;
}

.panel1.minus-02.is-interior {
  width: 6000px;
  background-image: url('../images/final-one.gif');
}

.section-height {
  width: 100%;
  height: 12000px;
}

.paragraph-6 {
  color: rgba(230, 241, 255, .7);
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 28px;
}

.paragraph-6.contact {
  width: 50vw;
  margin-top: 2rem;
  margin-bottom: 35px;
  font-size: 2rem;
}

.paragraph-6.contact.is-1920 {
  font-family: Reckless, sans-serif;
  font-size: 1.125rem;
}

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

.container-12 {
  width: 100%;
  max-width: 940px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.centered-heading-2.margin-bottom-32px {
  margin-bottom: auto;
  font-size: 7.5vw;
}

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

.hero-split-3 {
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-bottom-24px-3 {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}

.margin-bottom-24px-3.is-arc {
  color: var(--brand-blue);
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
}

.button-primary-3 {
  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-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.body {
  display: flex;
}

.text-block-8 {
  text-decoration: underline;
}

.page-wrapper-2 {
  z-index: 1001;
  width: 100%;
  font-size: 1em;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.loader_img-wrap {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.section {
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 2.3em;
}

.loader_flex-2 {
  height: 561vh;
  display: flex;
  transform: scale(.1);
}

.loader_column-inner {
  height: 100%;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-25 {
  width: 100vw;
  height: 100vh;
}

.global-styles-2 {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.loader_column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 7vh;
  padding-right: 7vh;
  display: flex;
}

.loader_column.is-alt {
  justify-content: flex-end;
}

.loader {
  z-index: 800;
  width: 100%;
  height: 100vh;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.loader_img.is-middle {
  aspect-ratio: auto;
}

.bold-text {
  font-family: Reckless, sans-serif;
  font-size: 1.4rem;
}

.text-block-9 {
  font-family: Reckless, sans-serif;
}

.navbar-logo-center-container-2 {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.navbar-wrapper-three-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-2 {
  z-index: 5;
  position: absolute;
}

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

.nav-menu-three-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-4 {
  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-4:hover {
  color: #fff;
  background-color: #32343a;
}

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

.navbar-3 {
  width: 50vw;
  height: 5vw;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: Reckless, sans-serif;
  font-style: normal;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 0;
}

.nav-menu-3 {
  z-index: 50;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.container-15 {
  text-decoration: none;
}

.nav-menu-4 {
  z-index: 50;
  height: 5vw;
  font-style: normal;
  text-decoration: none;
}

.image-4 {
  transform: rotate(90deg);
}

.text-span {
  font-style: normal;
}

.is_2rem {
  font-size: 2rem;
}

.text-wrap {
  width: 90px;
  height: 34px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.effect-1 {
  width: 90px;
  height: 34px;
  transform-origin: 50%;
  color: #ccc;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 34px;
  line-height: 34px;
  position: absolute;
  overflow: hidden;
}

.effect-1.before {
  width: 90px;
  height: 34px;
  clear: none;
  transform-origin: 0%;
  color: #28292b;
  text-align: left;
  font-family: Reckless, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 34px;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.image-5 {
  transform: rotate(90deg);
}

.image-6 {
  transform: rotate(270deg);
}

.link {
  font-style: italic;
  text-decoration: none;
}

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

.link-2 {
  color: var(--white);
  font-style: italic;
  text-decoration: none;
}

.link-2.is_black {
  color: var(--black);
}

.text-span-2 {
  font-style: normal;
}

.link-3 {
  text-decoration: none;
}

.is_grey {
  color: #b1b1b1;
  text-decoration: underline;
}

.text-span-3, .text-span-4 {
  font-size: 3vw;
}

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

.split__wrapper-2 {
  width: 100%;
  height: 50vh;
  outline-offset: 0px;
  background-color: rgba(255, 255, 255, .24);
  outline: 1px solid #578197;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-wrapper-2 {
  z-index: 1;
  width: 100%;
  padding-bottom: 100vh;
  position: relative;
}

.panel1-2 {
  width: 400rem;
  height: 100%;
  object-fit: contain;
  background-image: url('../images/ak-last-one.gif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  position: relative;
  bottom: 0;
}

.panel1-2.is_interior {
  width: 350em;
  background-image: url('../images/final-onepng.png');
  background-position: 0 100%;
}

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

.split__icon-wrapper-2 {
  z-index: 5;
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  color: #252525;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-height-3 {
  width: 100%;
  height: 500vw;
}

.hero_extro-wrapper-2 {
  width: 50vw;
  display: block;
}

.hero_extro-wrapper-2.is-interior {
  z-index: 1000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -130vw;
}

.panel1-3 {
  width: 275rem;
  height: 100%;
  object-fit: contain;
  background-image: url('../images/final-oneeeeeeeeee-akkkkkkkkkkkk.jpg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: contain;
  flex: none;
  position: relative;
  bottom: 0;
  overflow: hidden;
}

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

.split__icon-wrapper-3 {
  z-index: 5;
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  color: #252525;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.panel1-4 {
  width: 290em;
  height: 100%;
  object-fit: contain;
  background-image: url('../images/Arch_03.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  font-family: Reckless, sans-serif;
  position: relative;
  bottom: 0;
}

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

.panel2-2 {
  width: 100vw;
  height: 100%;
  background-image: url('../images/ARC-SECTION-WITH-GREEN-SPACE.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
}

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

.panel1-5 {
  width: 300rem;
  height: 100%;
  object-fit: contain;
  background-image: url('../images/ARC-SECTION-WITH-GREEN-SPACE.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  position: relative;
  bottom: 0;
}

.navbar-logo-left-2 {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-divider-2 {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-3:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-5 {
  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-5:hover {
  color: #fff;
  background-color: #32343a;
}

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

.image-7 {
  width: 3rem;
}

.div-block-27, .div-block-28 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon {
  width: 20px;
  height: 20px;
}

.navigation {
  z-index: 1800;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fff;
  font-family: Reckless, sans-serif;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation.is_transparent {
  background-color: rgba(255, 255, 255, .5);
}

.icon-link {
  opacity: .3;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  transition: opacity .3s;
  display: flex;
}

.icon-link:hover {
  opacity: 1;
}

.index-wrapper {
  width: 100%;
  border-top: 1px solid #f2f2f2;
  overflow: hidden;
}

.burger-line {
  width: 22px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.index-trigger-wrapper {
  height: 100%;
  align-items: flex-start;
  display: flex;
}

.contact-trigger {
  z-index: 10;
  width: 60px;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 2px 0 0;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav_component {
  height: 60px;
  justify-content: space-between;
  display: flex;
}

.hamburger-wrapper {
  opacity: .3;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.index-progress-bar {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  transition: width .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.nav_name {
  width: 50%;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
}

.nav_name.w--current {
  width: 50%;
}

.item-line {
  width: 1px;
  height: 10px;
  background-color: #f2f2f2;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.item-line.is-start {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.index-chapter {
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.nav_container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.index-item {
  opacity: .3;
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: 1;
  padding-top: 7px;
  padding-bottom: 9px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: opacity .3s, color .3s, border-color .3s, background-color .3s;
  position: relative;
}

.index-item:hover {
  opacity: .9;
  color: #000;
  background-color: #fff;
}

.index-item.w--current {
  opacity: 1;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 600;
}

.nav-topbar-right {
  width: 50%;
  border-bottom: 1px solid #f2f2f2;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav_menu {
  width: 50%;
  justify-content: flex-end;
  display: flex;
}

.nav_name-text {
  color: #acaaaa;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
}

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

.contact-block {
  justify-content: flex-end;
  padding-right: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.point {
  width: 20px;
  height: 4px;
  background-color: #000;
  margin-left: 0;
  margin-right: -20px;
}

.nav_topbar {
  height: 60px;
  justify-content: space-between;
  display: none;
}

.index {
  z-index: 1800;
  width: 100%;
  display: none;
  overflow: hidden;
}

.nav_item {
  width: 100%;
  opacity: 1;
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  white-space: nowrap;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.nav_item:hover {
  opacity: .3;
}

.nav_item.is_spaced {
  justify-content: space-between;
  margin-left: 45px;
  margin-right: 45px;
}

.index-progress {
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-top: 1px solid #f2f2f2;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-topbar-left {
  width: 50%;
  border-bottom: 1px solid #f2f2f2;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.contact-nav {
  width: auto;
  height: 40px;
  justify-content: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.index-item-wrapper {
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.index-trigger {
  width: 40px;
  height: 40px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
}

.nav_item-text {
  text-transform: capitalize;
  white-space: nowrap;
  flex-flow: row;
  justify-content: flex-start;
  font-family: Reckless, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  display: flex;
}

.text-span-5 {
  color: var(--brand-blue);
}

.text-span-6 {
  color: var(--orange);
}

.bold-text-4, .lottie-animation {
  display: none;
}

.lottie-animation-2 {
  width: 15vw;
}

.lottie-animation-3 {
  width: 10vh;
}

.lottie-animation-4 {
  width: 2em;
  transform: rotate(90deg);
}

.div-block-29 {
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.div-block-30 {
  width: 100%;
  height: 100%;
}

.lottie-animation-6 {
  width: 1.4rem;
}

.div-block-31 {
  z-index: 9999;
  width: 5vw;
  height: 100vh;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 90vw;
  right: auto;
}

.lottie-animation-7 {
  width: 40rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 90vw;
  right: 0%;
  overflow: visible;
}

.navbar_link-section {
  align-items: center;
  font-style: normal;
  text-decoration: underline;
  transition: color .3s;
  display: flex;
}

.navbar_link-section:hover {
  color: var(--orange);
}

.navbar-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
}

.div-block-32 {
  z-index: 50;
  width: 7.5em;
  display: block;
  position: fixed;
  top: auto;
  bottom: -7%;
  left: 10vw;
  right: 0%;
}

.div-block-32.is_bird {
  top: 10%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bird {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.bird_wrapper {
  z-index: 101;
  width: 5em;
  position: fixed;
  top: 10vh;
  bottom: auto;
  left: auto;
  right: 5vw;
}

.dog_walking {
  width: 15em;
}

.nav_top-logo-3 {
  z-index: 1000;
  width: 23px;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: fixed;
  top: 1rem;
  bottom: auto;
  left: 98%;
  right: 0%;
}

.nav_logo-text-3 {
  perspective-origin: 0%;
  transform-origin: 50%;
  white-space: nowrap;
  margin-top: 2rem;
  font-family: Reckless, sans-serif;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .3s;
  position: absolute;
  transform: rotate(90deg);
}

.nav_logo-text-3.is-not-top {
  direction: rtl;
  flex-direction: column;
  margin-top: 2rem;
  font-style: normal;
  display: flex;
}

.nav_logo-text-3.is-not-top.w--current {
  margin-top: 4em;
}

.nav_logo-text-3.is-not-top.is-arcmerdian {
  height: 70px;
  color: #252525;
  text-align: center;
  white-space: nowrap;
  word-break: normal;
  justify-content: center;
  align-items: stretch;
  margin-top: 3vh;
  margin-left: auto;
  padding-bottom: 0;
  padding-left: 8rem;
  padding-right: 0;
  font-size: 1.1rem;
}

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

.bold-text-5 {
  color: #bdb9b9;
}

@media screen and (min-width: 1440px) {
  .email-link-wrapper-2 {
    font-size: 1.2rem;
  }

  .nav_menu_component-2 {
    display: none;
  }

  .copyright-info, .footer-info-wrapper.is-phone {
    font-size: .9rem;
  }

  .text-block-7 {
    display: none;
  }

  .quotes_parent {
    background-color: rgba(119, 119, 117, .79);
  }

  .container-8 {
    margin-top: -25vh;
  }

  .hero-section_wrapper {
    height: 100vh;
  }

  .navbar-3 {
    justify-content: center;
  }
}

@media screen and (min-width: 1920px) {
  .spacer-xxsmall {
    width: 15vw;
  }

  .section_hero.is_section {
    object-fit: cover;
    bottom: auto;
  }

  .hero_background-image-wrap.is_section {
    object-fit: fill;
    top: auto;
    overflow: hidden;
  }

  .hero_background-image.is_section {
    width: 100%;
    max-width: 400vw;
    object-fit: cover;
  }

  .section_image-divider.is_section {
    width: 500vw;
  }

  .jornal_subtext.is-vision {
    max-width: 40vw;
    font-size: 2.5vw;
  }

  .jornal_subtext.is-vision.is_collaboration {
    margin-top: 4rem;
    font-size: 2.5rem;
  }

  .email-link-wrapper-2 {
    font-size: 1.2rem;
  }

  .nav_logo-text-2.is-not-top {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }

  .nav_logo-text-2.is-not-top.is-arcmerdian {
    margin-top: 3vh;
  }

  .brand-link {
    font-size: 1rem;
  }

  .contact-content-wrapper-2 {
    width: 80%;
    max-width: 1200px;
  }

  .hero-text-block.contact.is-phone {
    width: 15vw;
  }

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

  .footer-link {
    font-size: 1rem;
  }

  .paragraph-4.contact {
    font-size: 1.5rem;
  }

  .paragraph-4.contact.is-1920 {
    margin-top: 6rem;
  }

  .project_heading {
    text-align: left;
    font-size: 7.5vw;
  }

  .project_heading.is_heading-white {
    color: #fff;
  }

  .footer-links-wrapper.is-phone {
    font-size: 1rem;
  }

  .email-link {
    font-size: 1.2rem;
  }

  .text-center {
    height: 100vh;
    margin-top: 2rem;
  }

  .span.h_load, .span.h_load_2 {
    font-size: 10vw;
  }

  .left-side {
    width: 50vw;
    height: 100vh;
    display: block;
  }

  .hero_page-wrapper {
    color: #252525;
  }

  .s-3 {
    transform: translate(0, 100%);
  }

  .title1 {
    letter-spacing: -.005em;
    font-weight: 300;
  }

  .hero_top_wrapper {
    margin-top: -18vh;
  }

  .c__main {
    color: #f3c74a;
  }

  .title6 {
    font-family: Reckless, sans-serif;
    font-weight: 300;
  }

  .page_load-2 {
    display: flex;
  }

  .container-w3.gutter-outside {
    height: 100vh;
    flex-direction: column;
    display: flex;
  }

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

  .container-8 {
    margin-top: -18vh;
  }

  .hero_heading-6 {
    flex-direction: row;
    align-items: flex-start;
    margin-top: -2vh;
    margin-left: auto;
  }

  .page_load-3 {
    display: flex;
  }

  .div-block {
    justify-content: flex-start;
  }

  .div-block-2 {
    align-items: center;
    display: flex;
  }

  .arch_intro-wrapper {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .arch_intro-wrapper.is-arch {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: -100vw;
  }

  .arch_intro-wrapper.is-arch.is-3 {
    display: flex;
    left: auto;
  }

  .hero-split, .margin-bottom-24px.is_white {
    color: var(--black);
  }

  .hero_extro-wrapper {
    display: block;
  }

  .hero_extro-wrapper.is-interior, .hero_extro-wrapper.is-interior-copy {
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 400vw;
    right: auto;
  }

  .split__wrapper {
    text-decoration: none;
  }

  .split__icon-wrapper {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
    color: var(--black);
  }

  .split__heading {
    text-align: center;
  }

  .argument__title.is_founder {
    width: 90%;
    text-align: center;
  }

  .argument__desc, .argument__desc.is-founder {
    width: 90%;
  }

  .is-brand_yellow {
    font-size: 1rem;
  }

  .is-brand_yellow.is_home {
    font-size: 10vw;
  }

  .is-brand_blue {
    font-size: 10vh;
  }

  .is-brand_blue.is_home {
    font-size: 10vw;
  }

  .paragraph-6.contact {
    font-size: 1.5rem;
  }

  .paragraph-6.contact.is-1920 {
    width: 40vw;
    margin-top: 6rem;
    font-size: 1.125rem;
  }

  .link {
    color: var(--black);
  }

  .link-2 {
    color: var(--white);
    text-decoration: none;
  }

  .split__wrapper-2 {
    text-decoration: none;
  }

  .split__icon-wrapper-2 {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
    color: #252525;
  }

  .is_logo, .bold-text-2 {
    font-size: 1rem;
  }

  .hero_extro-wrapper-2 {
    display: block;
  }

  .hero_extro-wrapper-2.is-interior {
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 400vw;
    right: auto;
  }

  .split__icon-wrapper-3 {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
    color: #252525;
  }

  .nav_logo-text-3.is-not-top {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }

  .nav_logo-text-3.is-not-top.is-arcmerdian {
    margin-top: 3vh;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 12vw;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h3.is-hero {
    max-width: 49vw;
    font-size: 2.5em;
  }

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

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

  .spacer-xxsmall {
    width: 10%;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .work_card {
    width: 50vw;
  }

  .articles_colum {
    min-width: 50vw;
  }

  .nav_menu_link {
    font-size: 2rem;
  }

  .nav_logo-text-2.is-not-top.is-arcmerdian {
    left: -59.5px;
  }

  .footer-block {
    left: 40px;
  }

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

  .contact-content-wrapper-2 {
    width: 570px;
  }

  .nav_menu_link-2 {
    font-size: 2rem;
  }

  .heading-h1 {
    font-size: 60px;
    line-height: 70px;
  }

  .work_card-2 {
    width: 50vw;
  }

  .paragraph-4.contact {
    width: auto;
  }

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

  .project_heading.is_heading-white {
    font-size: 10vw;
  }

  .work_card-3 {
    width: 50vw;
  }

  .btm_content_flex.left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .overlay_btm_content.top {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .menu_title_flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .info_p {
    font-size: .7rem;
  }

  .info_p.small {
    font-size: .6rem;
  }

  .hero_dot_parent {
    margin-top: 1rem;
  }

  .menu_overlay_wrap {
    display: none;
  }

  .s-2 {
    display: flex;
  }

  .menu_num {
    font-size: 1rem;
  }

  .menu-6 {
    display: none;
  }

  .nav_item_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nav_grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .s-4 {
    display: none;
  }

  .grid_btm {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
  }

  .stats_num_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .page_load {
    display: flex;
  }

  .home_project_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero_heading-6 {
    justify-content: center;
  }

  .negative_margin_top.small {
    margin-top: -.5rem;
  }

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

  .footer_grid.btm {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-columns: 1fr 1fr;
  }

  .big_num {
    font-size: 15svw;
  }

  .p_x-large {
    font-size: 2.25rem;
  }

  .nav_grid-2, .nav_grid-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  ._70 {
    padding-right: 1em;
  }

  .headline-tittle-project {
    font-size: 2.5em;
  }

  .headline-category {
    font-size: 1.5em;
  }

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

  .container-10 {
    max-width: 728px;
  }

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

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

  .argument__col.col--left {
    display: none;
  }

  .argument__card-4, .argument__card-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-11 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .paragraph-6.contact {
    width: auto;
  }

  .container-12 {
    max-width: 728px;
  }

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

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

  .container-13 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .container-14 {
    max-width: 728px;
  }

  .navbar-wrapper-three-2 {
    justify-content: space-between;
  }

  .navbar-brand-three-2 {
    position: relative;
  }

  .nav-menu-wrapper-three-2 {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

  .container-16, .container-17, .container-18, .container-19, .container-20 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

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

  .nav_item.is_spaced {
    left: 10%;
  }

  .nav_logo-text-3.is-not-top.is-arcmerdian {
    left: -59.5px;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  p {
    font-size: .875rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-style-quote {
    font-size: 1.125rem;
  }

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

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

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

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

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

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

  .heading-style-h3.is-hero {
    max-width: 100%;
    font-size: 3.7em;
  }

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

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

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

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

  .padding-section-medium {
    width: 100%;
    height: auto;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

  .spacer-xxsmall {
    width: 25%;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .horizontal-scroll_section-height, .horizontal-scroll_stickey-element {
    height: auto;
  }

  .horizontal-scroll_track {
    width: 100%;
  }

  .horizontal-scroll_track-list {
    width: 100%;
    flex-direction: column;
    margin-right: 0;
  }

  .section_hero {
    width: 100%;
    min-height: 100vh;
    font-size: 1vw;
    display: flex;
  }

  .hero_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .hero_heading-wrapper {
    margin-bottom: 0;
  }

  .hero_content {
    width: 100%;
    height: auto;
    background-image: linear-gradient(rgba(37, 37, 37, 0), rgba(26, 26, 26, .19) 31%, rgba(0, 0, 0, .6));
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .section_intro {
    width: 100%;
    min-height: 100vh;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .intro_top {
    margin-bottom: 4rem;
  }

  .intro_content-parent {
    width: 100%;
    min-width: auto;
  }

  .intro_image-wrap {
    width: 12.5rem;
  }

  .test-size-title-small {
    font-size: .875rem;
  }

  .intro_content {
    width: 100%;
    max-width: none;
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

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

  .text-link_wrap.is-proportion {
    font-size: 1rem;
  }

  .section_line-seprator {
    width: 100%;
    height: 1px;
    background-color: rgba(37, 37, 37, .15);
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .work_list {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    flex-direction: column;
  }

  .work_card {
    width: auto;
  }

  .work_card-image-wrap {
    padding-bottom: 114%;
  }

  .work_card-image-wrap.is_align-bottom {
    padding-bottom: 0%;
  }

  .section_cta {
    min-height: 100vh;
    flex-direction: row;
    display: flex;
  }

  .cta_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .cta_quorte {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .cta_quorte-title {
    max-width: none;
    font-size: 1.75rem;
  }

  .cta_quorte-subtext {
    font-size: 1rem;
  }

  .section_image-divider {
    width: 100%;
    height: 100vh;
  }

  .section_jornal {
    height: 100vh;
  }

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

  .jornal_title-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    margin-bottom: 0;
    padding-bottom: 2.5rem;
  }

  .jornal_content-wrap {
    font-size: 1rem;
  }

  .jornal_subtext {
    font-size: 1.75rem;
  }

  .section_articles {
    background-color: var(--orange);
    color: var(--white);
  }

  .articles_list {
    grid-template-columns: 1fr;
  }

  .article_card-image-wrap {
    padding-bottom: 56%;
  }

  .nav_logo-text.is-phone {
    margin-top: auto;
    font-size: 2rem;
    position: static;
    transform: none;
  }

  .nav_compoenent {
    display: none;
  }

  .image-divider_image {
    width: 100%;
  }

  .hero_heading {
    font-size: 13em;
  }

  .email-link-wrapper-2 {
    width: auto;
    height: 30px;
    justify-content: center;
    display: flex;
  }

  .email-link-wrapper-2:hover {
    height: auto;
  }

  .footer-block {
    flex-direction: row;
    margin-bottom: 0;
    display: none;
    position: absolute;
    top: auto;
    bottom: 30%;
    left: 5%;
    right: auto;
  }

  .section_contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .social-icon-wrapper {
    margin-top: 2vh;
    margin-bottom: 0;
    margin-right: 5vw;
  }

  .social-icon-wrapper.is-phone {
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-text-block.contact.is-phone {
    font-size: 1.1rem;
  }

  .footer-block-line {
    display: none;
  }

  .heading-h1.work {
    font-size: 7rem;
  }

  .work_card-2 {
    width: auto;
  }

  .paragraph-4 {
    font-size: 13px;
    line-height: 25px;
  }

  .paragraph-4.contact.is-1920 {
    font-size: 1rem;
  }

  .project_heading.is_heading-white {
    font-size: 20vw;
  }

  .email-block-1.is-phone {
    display: none;
  }

  .email-link {
    margin-bottom: 0;
    transform: rotate(0);
  }

  .work_list-2 {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    flex-direction: column;
  }

  .work_card-image-wrap-2 {
    padding-bottom: 114%;
  }

  .work_card-image-wrap-2.is-phone_heading {
    padding-bottom: 0%;
  }

  .work_card-3 {
    width: auto;
  }

  .work_list-3 {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    flex-direction: column;
  }

  .work_card-image-wrap-3 {
    padding-bottom: 114%;
  }

  .work_card-image-wrap-3.is-phone_heading {
    padding-bottom: 0%;
  }

  .s-4__bottom {
    background-color: var(--white);
  }

  .num_index_txt {
    font-size: .5rem;
  }

  .s-4__top {
    background-color: var(--white);
  }

  .founder_signature {
    font-size: 1.5rem;
  }

  .nav_link_wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .overlay_big_logo {
    width: 10svw;
    max-width: none;
  }

  .menu_item_text {
    letter-spacing: -.15rem;
    font-size: 3rem;
  }

  .hero_dot_wrap {
    top: 0%;
  }

  .menu_close_btn {
    top: auto;
    bottom: 5%;
    left: 50svw;
    right: auto;
  }

  .menu_s_link_wrap {
    margin-left: 0;
    margin-right: auto;
  }

  .quote_txt {
    font-size: .6rem;
  }

  .menu_top_flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .link_address {
    font-size: 1rem;
  }

  .overlay_btm_content.btm {
    height: 10svh;
  }

  .overlay_btm_content.top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .menu_content {
    flex-direction: column;
  }

  .menu_title_flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div_hide.menu_item {
    padding-right: 5px;
  }

  .overlay_btm_wrap {
    width: 90%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .menu_num_wrap {
    min-width: 0;
  }

  .nav_link {
    flex-wrap: nowrap;
  }

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

  .title1 {
    font-size: 3.2em;
  }

  .hero_city_txt {
    text-align: right;
  }

  .info_p {
    font-size: 1rem;
  }

  .hero_dot_parent {
    width: .5rem;
    height: .5rem;
    margin-top: 1rem;
  }

  .menu_overlay_wrap {
    flex-direction: column;
    display: none;
  }

  .overlay_p_wrap {
    max-width: none;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero_heading_flex {
    justify-content: flex-start;
    margin-left: -2%;
    font-size: 10vw;
  }

  .overlay_panel_top {
    height: auto;
    align-items: flex-start;
    padding: 5% 0% 5% 5%;
  }

  .menu_arrow {
    width: 2rem;
    height: 2rem;
  }

  .s-2 {
    display: none;
  }

  .menu_link_flex {
    padding-left: 3%;
    padding-right: 3%;
  }

  .infotext {
    font-size: 1em;
    line-height: 1.3em;
  }

  .hero_top_wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .flex_right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .whipe.hero_top {
    display: block;
  }

  .menu_year {
    font-size: 2rem;
  }

  .menu_right_bottom {
    width: 90%;
  }

  .menu-6 {
    display: none;
  }

  .title6 {
    font-size: .9em;
  }

  .nav_item_wrapper {
    justify-content: center;
  }

  .menu_right_top {
    width: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .img_wrapper.overlay_img {
    height: auto;
  }

  .img_wrapper.cta_img {
    max-height: 40svh;
    max-width: none;
    min-height: auto;
  }

  .menu_small_text {
    font-size: 1rem;
  }

  .section-13.home_hero {
    height: 100svh;
    align-items: flex-end;
    padding-top: 0;
    display: flex;
  }

  .section-13.cta {
    padding-top: 4rem;
  }

  .section-13.home_hero {
    height: 100svh;
    align-items: flex-end;
    padding-top: 0;
    display: flex;
  }

  .padding_global {
    padding-left: 5%;
    padding-right: 5%;
  }

  .padding_global.no_padding.hero_mobile {
    height: auto;
  }

  .padding_global.nav_padding {
    padding-left: 5%;
    padding-right: 5%;
  }

  .menu_num_index {
    width: 1rem;
    height: 1rem;
  }

  .overlay_panel_btm {
    height: 100%;
  }

  .quote_mark {
    width: .5rem;
  }

  .s-4 {
    display: none;
  }

  .section_img_grid {
    flex-direction: column;
    display: flex;
  }

  .grid_btm {
    justify-content: space-between;
  }

  .stats_num_wrap {
    width: 100%;
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-direction: row;
    justify-content: flex-start;
  }

  .page_load {
    display: flex;
  }

  .footer_logo_wrap {
    max-width: none;
  }

  .cta_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
  }

  .home_project_list {
    grid-template-columns: 1fr;
  }

  .section_title_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .intro_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    display: flex;
  }

  .big_num_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero_heading-6 {
    justify-content: center;
  }

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

  .section_num_grid {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: flex;
  }

  .negative_margin_top.small {
    margin-top: -.5rem;
    padding-right: .5rem;
  }

  .hero_dot_wrap-2 {
    top: 0%;
  }

  .index_txt {
    font-size: .75rem;
  }

  .footer_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer_grid.btm {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-rows: auto;
    display: flex;
  }

  .big_num {
    letter-spacing: -.2rem;
  }

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

  .hero_dot_wrap-3 {
    top: 0%;
  }

  .hero-section {
    display: none;
  }

  .div-block {
    flex-direction: column;
  }

  .div-block-2 {
    width: 100vw;
    height: 50vh;
    justify-content: flex-start;
  }

  .effect-grid {
    flex-direction: column;
    align-items: flex-start;
  }

  .is-hover-zoom._1, .image-grow {
    overflow: visible;
  }

  .headline-category {
    font-size: 2em;
  }

  .image-grow-2 {
    width: 60%;
    height: 75%;
    overflow: hidden;
  }

  .intro_content-3 {
    width: 100%;
    max-width: none;
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .div-block-6 {
    flex-direction: column;
  }

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

  .cta_quorte-title-2 {
    max-width: none;
    font-size: 1.75rem;
  }

  .argument__card-4, .argument__card-3 {
    min-width: 180px;
    flex: 1;
    margin-bottom: 32px;
  }

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

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-2 {
    display: flex;
  }

  .navbar-logo-left {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .paragraph-6 {
    font-size: 13px;
    line-height: 25px;
  }

  .paragraph-6.contact.is-1920 {
    font-size: 1rem;
  }

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

  .container-12.is_phone {
    margin-top: -1.8rem;
  }

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

  .nav-menu-three-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .image-5 {
    display: block;
  }

  .image-6 {
    display: none;
  }

  .div-block-26 {
    margin-left: 0;
    display: flex;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

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

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .icon-link {
    padding: 8px;
  }

  .index-item {
    letter-spacing: 0;
  }

  .mobile-none {
    display: none;
  }

  .nav_name-text {
    line-height: 1;
  }

  .lottie-animation-8, .lottie-animation-9 {
    transform: rotate(90deg);
  }

  .div-block-33 {
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h1 {
    font-size: 20vw;
  }

  .heading-style-h1.is-vision, .heading-style-h1.is-vision.is-yellow {
    font-size: 2rem;
  }

  .heading-style-h3.is-hero {
    font-size: 4.8em;
  }

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

  .spacer-xxsmall {
    width: 24%;
    display: none;
  }

  .spacer-huge {
    display: none;
  }

  .section_intro {
    min-height: 80vh;
  }

  .intro_content-parent {
    justify-content: space-between;
  }

  .intro_image-wrap {
    width: auto;
    min-width: 55%;
  }

  .text-link_wrap.is-proportion {
    padding-right: .3rem;
    font-size: .9rem;
  }

  .work_card-content {
    align-items: flex-start;
  }

  .cta_quorte-subtext {
    flex-wrap: wrap;
    font-size: .9rem;
  }

  .section_image-divider {
    height: 100vh;
  }

  .section_image-divider.is_team, .section_image-divider.is_contain {
    height: 60vh;
  }

  .section_jornal {
    align-items: stretch;
    display: flex;
  }

  .section_jornal.is-blue {
    height: 80vh;
    display: flex;
  }

  .jornal_title-wrap {
    padding-bottom: 1.5rem;
  }

  .jornal_subtext.is-vision {
    font-size: 5vw;
  }

  .jornal_subtext.is-vision.is-2rem {
    font-size: 1.2rem;
  }

  .image-divider_image {
    object-fit: cover;
  }

  .image-divider_image.is_team {
    object-fit: contain;
  }

  .hero_heading {
    font-size: 12.5em;
  }

  .text-link_line-2 {
    display: none;
  }

  .footer-block {
    margin-bottom: auto;
    margin-left: 5vw;
    padding-left: 0;
    position: relative;
    top: auto;
    bottom: -57%;
    left: 0%;
    right: 0%;
  }

  .copyright-info {
    font-size: .7rem;
  }

  .social-icon-wrapper.is-phone {
    margin-right: 5vw;
  }

  .contact-content-wrapper-2 {
    width: 100%;
    max-height: 80%;
  }

  .hero-text-block {
    width: 120px;
    margin-left: 0;
    font-size: 10px;
  }

  .hero-text-block.contact {
    width: auto;
    margin-left: 0;
  }

  .hero-text-block.contact.is-phone {
    margin-bottom: 1.2rem;
    font-size: 1rem;
  }

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

  .heading-h1.work {
    font-size: 5rem;
  }

  .footer-link {
    font-size: 11px;
  }

  .paragraph-4 {
    font-size: 11px;
    line-height: 20px;
  }

  .paragraph-4.contact {
    font-size: .9rem;
  }

  .paragraph-4.contact.is-1920 {
    font-size: 1rem;
  }

  .footer-info-wrapper.is-phone {
    margin-top: 114px;
  }

  .footer-links-wrapper.is-phone {
    display: none;
  }

  .email-block-1.is-phone {
    display: none;
    left: 0;
  }

  .visit-link.project {
    margin-bottom: 8vh;
  }

  .work_card-image-wrap-2 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .work_card-image-wrap-2.is-phone_heading {
    padding-bottom: 0%;
  }

  .work_card-3.is-team {
    width: 100%;
  }

  .work_card-3.is-team.is-first.is-vishal_group {
    width: 80vw;
  }

  .work_list-3 {
    text-align: left;
    align-items: stretch;
  }

  .work_card-image-wrap-3 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .work_card-image-wrap-3.is-phone_heading {
    padding-bottom: 0%;
  }

  .s-4__bottom {
    background-color: var(--white);
  }

  .s-5 {
    display: none;
  }

  .s-4__top {
    background-color: var(--white);
  }

  .btn_txt_abs {
    font-size: .75rem;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .founder_signature {
    font-size: 1rem;
  }

  .nav_logo.is_big {
    width: 40vw;
  }

  .hero_city {
    justify-content: flex-end;
    padding-left: 7%;
  }

  .span.h_load, .span.h_load_2 {
    font-size: 14vw;
    overflow: visible;
  }

  .nav_link_wrapper {
    display: flex;
  }

  .overlay_big_logo {
    width: 2rem;
  }

  .quotes_wrapper {
    max-width: 7.8rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .menu_item_text {
    letter-spacing: -.1rem;
    font-size: 2rem;
  }

  .hero_dot_wrap {
    align-items: flex-start;
    display: flex;
    top: 1%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu_close_btn {
    left: 50svw;
    right: auto;
  }

  .menu_s_link_wrap {
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .quote_txt {
    font-size: .5rem;
  }

  .link_address {
    font-size: .8rem;
  }

  .btn_txt {
    font-size: .75rem;
  }

  .menu_small_links {
    font-size: .7rem;
  }

  .overlay_btm_wrap {
    padding-top: 1rem;
  }

  .menu_num_wrap {
    padding-top: .5rem;
  }

  .button-7 {
    padding: .25rem .5rem;
  }

  .hero_heading-5 {
    letter-spacing: -.125rem;
  }

  .hero_img_content {
    height: 35svh;
  }

  .nav_link {
    font-size: .7rem;
  }

  .menu_top_item {
    max-width: none;
    flex-direction: column;
  }

  .icon_link {
    width: .75rem;
    height: auto;
  }

  .est_nav_txt {
    font-size: .9rem;
  }

  .s-3 {
    display: none;
  }

  .hero_city_txt {
    text-align: right;
    margin-right: 2vw;
    font-size: .8rem;
    overflow: visible;
  }

  .info_p {
    letter-spacing: .02rem;
  }

  .info_p.small {
    letter-spacing: .02rem;
    font-size: .7rem;
  }

  .hero_dot_parent {
    width: .25rem;
    height: .25rem;
    margin-top: 1svh;
  }

  .menu_overlay_wrap {
    display: none;
  }

  .menu_right_content {
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 2rem;
    display: flex;
  }

  .hero_heading_flex {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    justify-content: flex-start;
    margin-left: 0;
    font-size: 15vw;
  }

  .nav_logo_parent {
    display: none;
  }

  .nav_logo_parent.is_big {
    justify-content: center;
    display: block;
  }

  .overlay_panel_top {
    align-items: flex-start;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .menu_credit_txt {
    font-size: .6rem;
  }

  .nav_logo_link.is_big {
    justify-content: center;
  }

  .s-2 {
    display: none;
  }

  .divider_line.overlay_line {
    height: 5px;
  }

  .menu_num {
    font-size: .85rem;
  }

  .hero_top_wrapper {
    width: 100vw;
    margin-bottom: 1rem;
    padding-left: 3%;
    padding-right: 3%;
  }

  .menu_year {
    letter-spacing: -.05rem;
    padding-right: 2px;
    font-size: 1.5rem;
  }

  .menu_right_bottom {
    height: auto;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .menu-6 {
    display: none;
  }

  .nav_item_wrapper {
    text-align: left;
    justify-content: center;
    align-items: stretch;
    margin-left: auto;
  }

  .menu_right_top {
    height: auto;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .quotes_parent {
    background-color: rgba(104, 104, 104, .56);
  }

  .nav_grid {
    display: flex;
  }

  .menu_item_wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .menu_small_text {
    font-size: 1rem;
  }

  .section-13.home_hero {
    height: 100svh;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 0;
    display: flex;
  }

  .section-13.intro, .section-13.features {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-13.home_hero {
    height: 100svh;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 0;
    display: flex;
  }

  .est_nav {
    display: none;
  }

  .s__main {
    height: 1000vh;
  }

  .padding_global.no_padding.hero_mobile {
    height: auto;
  }

  .s-4 {
    display: flex;
  }

  .section_img_grid.reverse {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .grid_btm {
    justify-content: space-between;
  }

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

  .page_load {
    display: flex;
    overflow: visible;
  }

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

  .section_title_grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .intro_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .footer_item_txt {
    font-size: 1rem;
  }

  .big_num_wrap {
    height: auto;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: flex;
    position: relative;
  }

  .hero_heading-6 {
    letter-spacing: -.125rem;
    justify-content: center;
    overflow: visible;
  }

  .section_num_grid {
    width: 100%;
    height: 100%;
    grid-column-gap: 6vh;
    grid-row-gap: 6vh;
    flex-direction: column;
    justify-content: center;
  }

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

  .hero_dot_wrap-2 {
    align-items: flex-start;
    display: flex;
    top: 1%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .footer_content_wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    display: flex;
  }

  .footer {
    height: auto;
    padding-bottom: 3rem;
  }

  .footer_grid.btm {
    height: 100%;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .stats_p_flex {
    max-width: 30svw;
  }

  .big_num {
    letter-spacing: -.35rem;
  }

  .p_x-large {
    font-size: 2rem;
  }

  .num_index.black {
    align-self: flex-end;
  }

  .title_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
  }

  .nav_grid-2 {
    display: flex;
  }

  .hero_dot_wrap-3 {
    align-items: flex-start;
    display: flex;
    top: 1%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .nav_grid-3, .hero-section {
    display: flex;
  }

  .hero-section_wrapper {
    display: block;
  }

  .div-block-2 {
    width: 100vw;
    height: 50vh;
    justify-content: flex-start;
  }

  .div-block-2.is_interior {
    justify-content: center;
  }

  .effect-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  ._70 {
    width: 100%;
    margin-bottom: 6.2em;
    padding-right: 0;
  }

  .is-hover-zoom._1 {
    width: 100%;
    height: auto;
    width: 100%;
    height: auto;
    align-items: flex-start;
    margin-top: 10%;
  }

  .is-hover-zoom._1.is_int {
    height: 55%;
    align-items: flex-start;
  }

  .headline-tittle-project {
    margin-top: 1em;
    font-size: 6em;
  }

  .headline-category {
    font-size: 3.5em;
  }

  .image-grow-2 {
    width: 70%;
    max-width: 70%;
  }

  .heading-2 {
    font-size: 1.5rem;
  }

  .div-block-5 {
    align-items: flex-start;
  }

  .paragraph {
    font-size: .75rem;
  }

  .image-3 {
    padding-left: 0;
  }

  .paragraph-5 {
    width: 80vw;
    font-size: .75rem;
  }

  .div-block-6 {
    flex-direction: column;
  }

  .container {
    max-width: none;
  }

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

  .container-10 {
    max-width: none;
  }

  .text-link_line-3 {
    display: none;
  }

  .argument__col.col--left {
    width: 80vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section_vishal-group {
    height: auto;
    margin-top: 80vh;
  }

  .argument__title {
    width: 30vw;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 2px;
    font-size: .75rem;
    display: flex;
  }

  .argument__img {
    width: 40vw;
    max-width: none;
  }

  .argument__img.mod--first.is-founder {
    width: 80vw;
  }

  .argument__desc {
    width: 40vw;
    text-align: center;
    justify-content: center;
    align-self: auto;
    align-items: center;
    font-size: .65rem;
    display: flex;
  }

  .argument__desc.is-founder {
    width: 75vw;
  }

  .argument__desc.is_team {
    margin-top: -20%;
    padding-top: 0;
  }

  .text-block-4 {
    width: 80vw;
    font-size: .75rem;
  }

  .text-link_line-4, .text-link_line-5 {
    display: none;
  }

  .cta_quorte-title-2 {
    font-size: 1.2rem;
  }

  .div-block-18, .div-block-21 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section_team-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-19 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .argument__card-4, .argument__card-3 {
    width: 50%;
    min-width: auto;
    flex: 0 auto;
  }

  .div-block-16, .div-block-22 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-23 {
    justify-content: center;
    align-items: center;
  }

  .div-block-24 {
    height: 0;
    display: none;
  }

  .grid-5 {
    height: auto;
    grid-column-gap: 3vh;
    grid-row-gap: 3vh;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 5vh;
  }

  .div-block-20, .div-block-17 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-11 {
    max-width: none;
  }

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

  .navbar-logo-left {
    z-index: 999;
    height: 12%;
    background-color: rgba(255, 255, 255, 0);
    align-items: center;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .navbar-logo-left.is-normal {
    background-color: var(--white);
  }

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

  .paragraph-6 {
    font-size: 11px;
    line-height: 20px;
  }

  .paragraph-6.contact {
    font-size: .9rem;
  }

  .paragraph-6.contact.is-1920 {
    font-size: 1rem;
    line-height: 1.2;
  }

  .container-12 {
    max-width: none;
  }

  .container-12.is_phone {
    justify-content: center;
    margin-top: -15vw;
  }

  .container-12.is_phone.is_int {
    margin-top: -12vw;
  }

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

  .centered-heading-2.margin-bottom-32px.is_small {
    font-size: 6vw;
  }

  .margin-bottom-24px-3.is-arc {
    font-size: .75rem;
  }

  .margin-bottom-24px-3.is-arc.is_white {
    color: var(--white);
  }

  .container-14 {
    max-width: none;
  }

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

  .image-4 {
    max-width: 50%;
    font-size: .2rem;
  }

  .image-4.is_invert {
    filter: invert();
  }

  .image-5 {
    display: block;
    transform: rotate(270deg);
  }

  .image-6 {
    margin-right: 1rem;
    display: block;
    transform: rotate(90deg);
  }

  .div-block-26 {
    align-items: stretch;
    margin-top: -15%;
  }

  .container-16, .container-17, .container-18, .container-19, .container-20 {
    max-width: none;
  }

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

  .icon {
    width: 16px;
    height: 16px;
  }

  .icon-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-trigger {
    width: 40px;
  }

  .nav_component {
    padding-left: 10px;
    padding-right: 0;
  }

  .nav_name {
    flex: 1;
  }

  .nav_name.w--current {
    width: 70%;
    padding-left: 5px;
  }

  .index-item {
    letter-spacing: 0;
  }

  .nav-topbar-right {
    flex: 1;
    padding-right: 0;
  }

  .nav_menu {
    width: auto;
    padding-right: 10px;
  }

  .nav_name-text {
    font-size: 20px;
    line-height: 1;
  }

  .contact-block {
    padding-right: 40px;
  }

  .nav_topbar {
    padding-left: 9px;
    padding-right: 9px;
  }

  .index {
    padding-left: 0;
    padding-right: 0;
    left: -10px;
  }

  .nav_item {
    text-align: right;
    letter-spacing: 0;
    padding-top: 9px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .nav-topbar-left {
    width: auto;
    flex: 0 auto;
    padding-left: 5px;
  }

  .nav_item-text {
    letter-spacing: 0;
    font-size: 12px;
  }

  .bold-text-3 {
    display: none;
  }

  .bold-text-4 {
    display: flex;
  }

  .lottie-animation {
    width: 2rem;
    font-size: 1rem;
    display: block;
  }

  .lottie-animation-6 {
    transform: rotate(180deg);
  }

  .lottie-animation-8, .lottie-animation-9 {
    transform: rotate(90deg);
  }

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

#w-node-_8ecf5da8-af76-7225-f4e4-4b4c9ca0b787-a34af0b4, #w-node-c1cc412d-d92d-8b61-7f97-2a7f2e5e2462-a34af0b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-a34af0cb, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-a34af0cb, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-a34af0cb {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-a34af0cb, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-a34af0cb, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-a34af0cb {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-a34af0cb, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-a34af0cb, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-a34af0cb {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-a34af0cb, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-a34af0cb, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-a34af0cb {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-a34af0cb, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-a34af0cb, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-a34af0cb {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-a34af0cb, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-a34af0cb, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-a34af0cb {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-a34af0cb, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-a34af0cb, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-a34af0cb {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-a34af0cb, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-a34af0cb, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-a34af0cb {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-a34af0cb, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-a34af0cb {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-a34af0cb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-a34af0cb {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-a34af0cb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-a34af0cb, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-a34af0cb, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-a34af0cb {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-a34af0cb, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-a34af0cb, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-a34af0cb {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-a34af0cb, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-a34af0cb, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-a34af0cb {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-a34af0cb, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-a34af0cb, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-a34af0cb {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-a34af0cb, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-a34af0cb, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-a34af0cb {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-a34af0cb, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-a34af0cb, #w-node-ee961e8d-845a-edc3-3307-509470022457-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-a34af0cb {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-a34af0cb, #w-node-ee961e8d-845a-edc3-3307-50947002245b-a34af0cb, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-a34af0cb {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-a34af0cb, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-a34af0cb, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-a34af0cb {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-a34af0cb, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-a34af0cb, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-a34af0cb {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-a34af0cb, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-a34af0cb, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-a34af0cb {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-a34af0cb, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-a34af0cb, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-a34af0cb {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-a34af0cb, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-a34af0cb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-a34af0cb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-a34af0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-a34af0cb {
  justify-self: start;
}

#w-node-_0cae2340-6f99-3f7f-5ae8-0104c86edb5a-c86edb52, #w-node-_0bb2fcf0-3c53-7a2a-6d28-d52bf3515361-bad71ccb, #w-node-_0bb2fcf0-3c53-7a2a-6d28-d52bf3515362-bad71ccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bb2fcf0-3c53-7a2a-6d28-d52bf351536a-bad71ccb, #w-node-_0bb2fcf0-3c53-7a2a-6d28-d52bf351536c-bad71ccb {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_561a044f-e7e6-44e2-ef9a-3f396e67fc8c-bad71ccb {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_561a044f-e7e6-44e2-ef9a-3f396e67fc8d-bad71ccb {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_561a044f-e7e6-44e2-ef9a-3f396e67fc99-bad71ccb {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_561a044f-e7e6-44e2-ef9a-3f396e67fca2-bad71ccb, #w-node-_561a044f-e7e6-44e2-ef9a-3f396e67fcab-bad71ccb, #w-node-_561a044f-e7e6-44e2-ef9a-3f396e67fcb4-bad71ccb, #w-node-_561a044f-e7e6-44e2-ef9a-3f396e67fcbd-bad71ccb, #w-node-_561a044f-e7e6-44e2-ef9a-3f396e67fcc6-bad71ccb, #w-node-_561a044f-e7e6-44e2-ef9a-3f396e67fccf-bad71ccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_561a044f-e7e6-44e2-ef9a-3f396e67fcd8-bad71ccb {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 767px) {
  #w-node-_0cae2340-6f99-3f7f-5ae8-0104c86edb5a-c86edb52 {
    justify-self: center;
  }

  #w-node-_0cae2340-6f99-3f7f-5ae8-0104c86edb5f-c86edb52 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_561a044f-e7e6-44e2-ef9a-3f396e67fc8d-bad71ccb {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_561a044f-e7e6-44e2-ef9a-3f396e67fc99-bad71ccb {
    grid-area: 2 / 3 / 3 / 5;
    align-self: center;
    justify-self: center;
  }

  #w-node-_561a044f-e7e6-44e2-ef9a-3f396e67fca2-bad71ccb, #w-node-_561a044f-e7e6-44e2-ef9a-3f396e67fcab-bad71ccb, #w-node-_561a044f-e7e6-44e2-ef9a-3f396e67fcb4-bad71ccb, #w-node-_561a044f-e7e6-44e2-ef9a-3f396e67fcbd-bad71ccb, #w-node-_561a044f-e7e6-44e2-ef9a-3f396e67fcc6-bad71ccb, #w-node-_561a044f-e7e6-44e2-ef9a-3f396e67fccf-bad71ccb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless';
  src: url('../fonts/RecklessTRIAL-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}