@font-face {
  font-family: Poly Sans;
  src: url('../fonts/PolySans-Median-Italic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poly Sans;
  src: url('../fonts/PolySans-Neutral-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poly Sans;
  src: url('../fonts/PolySans-Bulky.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poly Sans;
  src: url('../fonts/PolySans-Slim-Italic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poly Sans;
  src: url('../fonts/PolySans-Median.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poly Sans;
  src: url('../fonts/PolySans-Slim.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poly Sans;
  src: url('../fonts/PolySans-Neutral.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --cream-1: #fff;
  --black: black;
  --orange-1: #ff7900;
  --gray-100: whitesmoke;
  --white: white;
  --orange-1-2: #e44120;
  --gray-800: #292929;
  --gray-600: #525252;
  --gray-200: #e5e5e5;
  --gray-400: #a3a3a3;
  --gray-900: #141414;
  --gray-700: #424242;
  --cream-2: #dfd8d1;
  --gray-500: #737373;
  --gray-300: #d6d6d6;
  --gray-25: #fcfcfc;
  --gray-50: #fafafa;
  --ptt: #597698;
  --najaf: #56ae57;
  --smb: #e8c75b;
  --kf: #55b0a8;
  --emaar: #66808d;
}

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

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

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

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

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

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

body {
  background-color: var(--cream-1);
  color: var(--black);
  font-family: Poly Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.65rem;
  font-weight: 300;
  line-height: 1.1;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.175;
}

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

h5 {
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

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

p {
  margin-bottom: 0;
  font-weight: 300;
}

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

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: 5px solid var(--black);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.section.is-footer {
  background-color: #121212;
}

.link-block:hover {
  filter: saturate();
  box-shadow: 1px 1px 3em 1px #0006;
}

.bg-cream-shade {
  background-color: var(--cream-1);
}

.bg-black {
  background-color: #121212;
}

.div-hide {
  position: relative;
  overflow: hidden;
}

.pad-right {
  padding-right: 10px;
}

.pad-left {
  padding-left: 10px;
}

.hide {
  display: none;
}

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

.navbar_logo-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.navbar_logo-wrapper.rel {
  position: relative;
}

.navbar_logo-wrapper.is-mobile {
  display: none;
}

.navbar_right-wrapper {
  z-index: 99999;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar_menu-line-top {
  background-color: #292929;
  width: 80%;
  height: 1.5px;
}

.navbar_logo-line {
  background-color: var(--orange-1);
  width: 1.75px;
  height: 2rem;
  display: none;
}

.navbar_logo-line.black {
  background-color: var(--orange-1);
}

.navbar_logo-word-image {
  height: 1.5rem;
  padding-top: 1px;
  padding-bottom: 1px;
}

.navbar_logo-word-image.is-1 {
  mix-blend-mode: normal;
  height: 4rem;
}

.navbar_menu-line-middle, .navbar_menu-line-bottom {
  background-color: #292929;
  width: 80%;
  height: 1.5px;
}

.navbar_menu-button {
  z-index: 999;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--gray-100);
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .375rem .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar {
  z-index: 9999;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  background-color: #e7e2dc1f;
  align-items: center;
  width: 100%;
  height: 4.375rem;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: .125rem 5vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1.45px solid var(--black);
  background-color: #0000;
  border-radius: .875rem;
  justify-content: center;
  align-items: center;
  padding: .575rem 1.5rem;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  overflow: hidden;
}

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

.button:active {
  border-color: var(--black);
  background-color: var(--black);
}

.button.is-nav {
  border-style: none;
  border-color: var(--orange-1);
  background-color: var(--black);
  margin-top: .15rem;
  margin-bottom: .15rem;
}

.button.is-nav:hover {
  border-color: var(--orange-1-2);
  background-color: var(--gray-800);
}

.button.is-nav:active {
  border-color: var(--orange-1);
  background-color: var(--gray-600);
}

.button.is-secondary {
  border-style: none;
  border-radius: 0;
  padding: 0;
  transition-property: none;
  display: block;
}

.button.is-secondary:hover {
  color: var(--black);
  background-color: #0000;
}

.button.padding {
  margin-top: 2rem;
}

.button-text {
  letter-spacing: -.02em;
}

.button-text.is-secondary {
  font-weight: 500;
}

.secondary-button {
  overflow: hidden;
}

.about-timeline_item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-timeline_item.card-about {
  width: 45vw;
  height: 55vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.about-timeline_image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.about-timeline_image.is-1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/me-laptop-developing-web_1me-laptop-developing-web.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.about-timeline_image.is-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/wirframing-hand-moving-pins-web-design_1wirframing-hand-moving-pins-web-design.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.about-timeline_image.is-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/drawing-on-glass-strategy_1drawing-on-glass-strategy.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.about-timeline_image.is-4 {
  background-image: url('../images/work-from-home-desk_1work-from-home-desk.webp');
}

.about-timeline_image.is-5 {
  background-image: url('../images/matteo-writing-on-sticky-notes_1matteo-writing-on-sticky-notes.webp');
}

.about-timeline_image.is-6 {
  background-image: url('../images/matteo-speaking-at-icaro_1matteo-speaking-at-icaro.webp');
}

.grey-text {
  color: #5e5e5e;
}

.home-services_component {
  background-color: var(--gray-200);
  max-width: 180rem;
  margin-left: auto;
  margin-right: auto;
}

.home-services_top {
  border-top: 1px solid var(--gray-400);
  align-items: flex-end;
  width: 100%;
  height: 8rem;
  padding-bottom: 1.5em;
  display: flex;
  position: relative;
}

.home-services_button-list {
  z-index: 1;
  width: 67%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.home-services_button {
  z-index: 1;
  cursor: pointer;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
  position: relative;
}

.home-services_button-selector {
  border: 1px solid var(--black);
  background-color: var(--orange-1);
  border-radius: .875rem;
  align-self: center;
  width: 33%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.home-services_bottom {
  background-color: var(--black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-services_left {
  background-color: var(--black);
  flex-direction: row;
  align-items: center;
  width: 200%;
  height: 100%;
  margin-right: 50%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.home-services_image-item {
  align-items: center;
  width: 25%;
  height: 100%;
  display: flex;
  position: relative;
}

.home-services_tab-wrapper {
  background-color: var(--gray-900);
  color: var(--white);
  align-items: center;
  width: 25%;
  height: 100%;
  padding: 6.5vw;
  display: flex;
  position: relative;
}

.home-services_tab-wrapper.bg-black.hide, .home-services_tab-wrapper.div-hide {
  display: none;
}

.home-services_tab-content {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 45rem;
  height: 100%;
  display: flex;
}

.home-services_button-text {
  text-align: center;
  letter-spacing: -.01em;
  font-size: 1rem;
  font-weight: 500;
}

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

.home-services_right {
  background-color: var(--black);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 200%;
  height: 100%;
  margin-left: 50%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.tab-panels-contain {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.home-list_text {
  color: var(--gray-600);
  font-size: 1.5rem;
}

.home-list_text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
}

.home-line {
  z-index: 1;
  background-color: var(--gray-400);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.home_work_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home_work_scroll-wrapper {
  justify-content: center;
  width: 220%;
  max-width: 220rem;
  height: 100%;
  margin-left: -1000px;
  display: flex;
}

.home_work_item {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 42%;
  margin-left: 1%;
  margin-right: 1%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home_work_item.is-6 {
  width: 0%;
}

.home-work_text-wrapper {
  z-index: 2;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
  position: absolute;
}

.intro-parent {
  z-index: 99999;
  background-color: #2b2b2b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.home-hero_image-whipe {
  background-color: var(--cream-1);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.loader-bar-contain {
  background-color: #5e5e5e;
  width: 26em;
  height: 2px;
  margin-top: 2em;
}

.loader-bar {
  background-color: #b9b9b9;
  width: 25%;
  height: 100%;
}

.footer_component {
  color: var(--white);
  justify-content: space-between;
  display: flex;
}

.footer_first-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 34%;
  display: flex;
  overflow: hidden;
}

.footer_logo-section-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_logo-wrapper {
  margin-bottom: 2rem;
}

.footer_social-list {
  justify-content: space-between;
  align-items: center;
  width: 55%;
  display: flex;
}

.social-lottie-animation {
  width: 2rem;
  height: 2rem;
}

.social-lottie-animation.is-2 {
  width: 2.5rem;
  height: 2.5rem;
  padding-bottom: .25rem;
}

.social-lottie-animation.is-3 {
  width: 1.75rem;
  height: 1.75rem;
}

.footer_second-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.footer_second-wrapper-top {
  justify-content: space-between;
  display: flex;
}

.footer_nav-links-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_nav-link {
  font-size: 1.25rem;
  display: inline-block;
}

.footer_contact-wrpper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-right: 2rem;
  display: flex;
}

.footer_contact-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.footer_contact-title {
  font-size: 2.25rem;
}

.footer_orange-link {
  color: var(--orange-1);
}

.footer_orange-link.is-1, .footer_orange-link.is-2 {
  color: var(--white);
}

.footer_second-wrapper-bootmo {
  margin-top: 2rem;
}

.footer_legal-wrapper {
  overflow: hidden;
}

.footer_legal-paragraph {
  color: var(--gray-600);
  text-align: right;
  margin-top: 60px;
  font-size: .825rem;
}

.faq_item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq_question-text {
  letter-spacing: -.025em;
  font-size: 1.75rem;
}

.faq_top {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6.5rem;
  display: flex;
  position: relative;
}

.faq_question-wrapper {
  align-items: center;
  display: flex;
}

.faq_plus-icon-wrapper {
  background-color: var(--gray-100);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.faq_plus-icon-wrapper:hover {
  background-color: var(--gray-200);
}

.faq_plus-icon-wrapper:active {
  background-color: var(--gray-400);
}

.faq_icon-horizontal-line {
  background-color: var(--gray-700);
  width: 1.5rem;
  height: 1px;
  position: absolute;
}

.faq_icon-vertical-line {
  background-color: var(--gray-700);
  width: 1px;
  height: 1.5rem;
  position: absolute;
}

.faq_whipe {
  z-index: 0;
  background-color: var(--cream-2);
  width: 100%;
  height: 6.8em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.faq_bottom {
  z-index: 2;
  background-color: var(--orange-1);
  width: 100%;
  min-width: 100%;
  position: relative;
}

.faq_answer-wrapper {
  color: var(--gray-200);
  flex-direction: column;
  align-items: flex-start;
  max-width: 53rem;
  padding: 3.75rem 6rem;
  display: flex;
}

.menu_parent {
  z-index: 99;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.menu_right-panel {
  z-index: 1;
  background-color: #121212;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.menu-link-parent {
  border-bottom: 1.5px solid var(--gray-800);
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 16.6667%;
  padding-left: 3.5rem;
  padding-right: 4.5rem;
  display: flex;
  position: relative;
}

.menu-link-parent.hide {
  display: none;
}

.menu_text-link {
  z-index: 1;
  letter-spacing: -.02em;
  font-size: 4.75rem;
  line-height: 1.2;
  position: relative;
}

.menu_icon-image {
  z-index: 1;
  height: 2.25rem;
  position: relative;
}

.menu_image-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: fixed;
  inset: 0% -75% 0% auto;
  overflow: hidden;
}

.menu_left-panel {
  perspective: 1000px;
  background-color: #b9b9b9;
  width: 50%;
  position: relative;
}

.section_process-hero {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.process-hero_image-component {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 40rem;
  display: flex;
  position: absolute;
}

.process-hero_image-mask {
  background-color: #5e5e5e;
  border-radius: 1000%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.process-hero_image {
  border-radius: 1000%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.process-hero_image.is-1 {
  background-image: url('../images/wirframing-hand-moving-pins-web-design_1wirframing-hand-moving-pins-web-design.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.process-hero_image.is-2 {
  background-image: url('../images/learning-client-meeting_1learning-client-meeting.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.process-hero_image.is-3 {
  background-image: url('../images/making-sketching-logos-desk_1making-sketching-logos-desk.webp');
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: cover;
}

.process-hero_dot-wrapper {
  z-index: 1;
  width: 80%;
  height: 70%;
  position: absolute;
}

.process-hero_dot {
  background-color: var(--black);
  border-radius: 1000%;
  width: 2rem;
  height: 2rem;
}

.process-hero_content-component {
  z-index: 5;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.process-hero_content-wrapper {
  z-index: 2;
  backface-visibility: hidden;
  position: relative;
}

.process-hero_content-item {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 55rem;
  height: 12rem;
  padding-bottom: .75rem;
  display: flex;
  overflow: hidden;
}

.process-hero_content-item.is-top {
  background-color: var(--black);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: rotateX(90deg)rotateY(0)rotateZ(0)translate3d(0, 6em, -6em);
}

.process-hero_content-item.is-center {
  z-index: 1;
  background-color: var(--orange-1);
  transform-style: preserve-3d;
  position: relative;
  transform: translate3d(0, 0, 12em);
}

.process-hero_content-item.is-bottom {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0)translate3d(0, -6em, -6em);
}

.process-hero_text {
  color: var(--orange-1);
  letter-spacing: -.03em;
  white-space: nowrap;
  font-size: 9rem;
  font-weight: 300;
}

.process-step_title-line {
  background-color: var(--black);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.process-step_title-text {
  margin-top: -1.2rem;
  padding-bottom: .5rem;
}

.process-step_left-content {
  max-width: 20rem;
}

.process-step_content {
  justify-content: center;
  display: flex;
  position: relative;
}

.process-step_right-content {
  margin-top: 15%;
  position: relative;
  left: -2rem;
}

.process-step_image-wrapper {
  justify-content: center;
  align-items: center;
  width: 21rem;
  height: 21rem;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.process-step_image-wrapper.is-strategy {
  width: 22rem;
  height: 22rem;
  margin-right: -2rem;
}

.process-step_learn-orange-square {
  height: 68%;
  position: absolute;
}

.process-step_learn-black-square {
  height: 87%;
  position: absolute;
}

.process-step_learn-main-image {
  height: 57%;
  position: absolute;
}

.process-step_brain-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100vw;
  display: flex;
  position: relative;
}

.process-step_brain-orange-background {
  width: 70%;
  position: absolute;
}

.process-step_brain-circle-text {
  width: 100%;
  position: absolute;
}

.process-step_brain-image {
  width: 66%;
  position: absolute;
}

.process-step_make-black-shape {
  height: 70%;
  margin-top: -1.6em;
  position: absolute;
}

.process-step_make-orange-circle {
  height: 80%;
  position: absolute;
}

.process-step_make-main-image {
  height: 58%;
  position: absolute;
}

.process-step_line-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-hero_button-group {
  justify-content: space-between;
  align-items: center;
  width: 16rem;
  display: flex;
  overflow: hidden;
}

.about-timeline_height {
  width: 100%;
  height: 1300vh;
}

.about-timeline_sticky-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.about-timeline_track {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.about-timeline_list {
  align-items: center;
  width: 300vw;
  height: 100%;
  display: flex;
  position: relative;
}

.about-timeline_content {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.about-timeline_left-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 34vw;
  display: flex;
  overflow: hidden;
}

.about-timeline_left-content.is-4, .about-timeline_left-content.is-6 {
  overflow: visible;
}

.about-timeline_display-text {
  color: var(--white);
  text-align: right;
  letter-spacing: -.06em;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 4rem;
  line-height: 1;
}

.about-timeline_title-text {
  opacity: 0;
  color: var(--white);
  text-align: right;
  margin-top: -6px;
  padding-bottom: 3px;
  padding-left: .5rem;
  padding-right: .75rem;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.1;
}

.about-timeline_title-text.is-small {
  margin-right: .35em;
  font-size: 1.5em;
  line-height: 1.1;
}

.event-scroll-about-ph {
  color: var(--white);
}

.icaro-titles-contain {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.no-hide {
  overflow: visible;
}

.about-timeline_right-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 24rem;
  display: flex;
  overflow: hidden;
}

.about-timeline_right-content.is-6 {
  overflow: visible;
}

.contact-hero_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: auto;
  padding: 2.5em;
  display: grid;
  position: relative;
  overflow: hidden;
}

.contact-hero_left {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-hero_bottom-text-wrapper {
  overflow: hidden;
}

.contact-hero_bottomo-text {
  line-height: 1.1;
}

.contact-hero_right {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-checkbox {
  align-items: flex-start;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: flex;
}

.transition {
  z-index: 2147483647;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.trans-left-tab {
  background-color: #2b2b2b;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.trans-right-tab {
  background-color: #2b2b2b;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.transition-trigger {
  display: none;
}

.contact-hero-h1 {
  margin-top: -1rem;
}

.footer-logo-image {
  width: 8rem;
  margin-left: -10px;
}

.footer_large-icon.is-1 {
  width: auto;
  height: 24px;
}

.footer_large-icon.is-1.a {
  height: 32px;
}

.footer_large-icon.is-2 {
  width: auto;
  height: 32px;
}

.grid_resource-card {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  border: 1px solid var(--gray-400);
  perspective: 1000px;
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: center;
  padding: 1.5rem;
  transition: background-color .5s cubic-bezier(.165, .84, .44, 1);
  display: grid;
  position: relative;
}

.grid_resource-card:hover {
  background-color: var(--gray-100);
}

.grid_resource-image {
  margin-top: -2.5rem;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  box-shadow: 0 6px 12px #00000026;
}

.grid_resource-image.is-square {
  border-radius: 1.1rem;
  margin-top: 0;
}

.grid_resource-image.is-guide {
  box-shadow: none;
}

.alltext-res-card-contain {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.grid_resource-h3 {
  font-size: 2rem;
}

.link-underline-line {
  background-color: var(--black);
  width: 100%;
  height: 1.15px;
  transform: translate(-101%);
}

.button_icon-1 {
  padding: 1px;
  position: absolute;
  inset: 0%;
}

.button_icon-wrapper {
  width: 1rem;
  height: 1rem;
  position: relative;
  overflow: hidden;
}

.button-icon-2 {
  padding: 1px;
  position: absolute;
  inset: 0%;
  transform: translate(-131%);
}

.process-step_title-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
  padding-bottom: .2rem;
  display: flex;
  overflow: hidden;
}

.menu_card-whipe {
  background-color: var(--gray-800);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.menu_click-whipe {
  background-color: var(--gray-500);
  width: 100%;
  height: 0%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-list_icon-embed {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: .75rem;
  display: flex;
}

.home-hero_scoll-wrapper {
  width: 1px;
  height: 10rem;
  position: absolute;
  inset: auto auto -14rem 0;
  overflow: hidden;
}

.form-checkbox-link {
  color: var(--orange-1);
}

.hero-value-display-text {
  letter-spacing: -4px;
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.15;
}

.home-ph_component {
  cursor: default;
  width: 80%;
}

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

.loader {
  z-index: 2147483647;
  background-color: var(--gray-800);
  letter-spacing: 0;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.trigger {
  width: 0;
  height: 0;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.loader_top {
  border-bottom: 1.5px solid var(--white);
  background-color: var(--gray-800);
  position: relative;
}

.loader_progress {
  z-index: 1;
  background-color: var(--white);
  mix-blend-mode: exclusion;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.loader_text {
  color: var(--cream-1);
  mix-blend-mode: exclusion;
}

.loader_text.is-left {
  color: var(--white);
  letter-spacing: -.02em;
  font-size: 1.75rem;
}

.loader_text.is-right {
  color: var(--white);
}

.loader_number {
  color: var(--cream-1);
  letter-spacing: -.07em;
  margin-bottom: -7rem;
  font-size: 27rem;
  line-height: 1;
}

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

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global.align-center {
  text-align: center;
  margin-bottom: 2rem;
}

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

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

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

.margin-bottom.margin-small {
  margin: 1rem;
}

.heading-style-h6 {
  letter-spacing: 0;
  font-size: 1.225rem;
  font-weight: 700;
  line-height: 1.375;
}

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

.button-old {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.button-old.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-old.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button-old.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.button-old.is-link.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button-old.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
}

.button-old.is-alternate {
  color: #000;
  background-color: #fff;
}

.button-old.is-alternate.is-small {
  margin-right: .35em;
  font-size: 1.5em;
  line-height: 1.1;
}

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

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

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

.icon-embed-xsmall.yellow {
  color: var(--orange-1);
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

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

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

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

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

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

.heading-style-h1 {
  letter-spacing: -.03em;
  font-size: 4.65rem;
  font-weight: 300;
  line-height: 1.1;
}

.heading-style-h2 {
  letter-spacing: -.02em;
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h3 {
  letter-spacing: -.01em;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.175;
}

.heading-style-h4 {
  letter-spacing: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1875;
}

.heading-style-h5 {
  letter-spacing: .01em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h5._1-8-rem {
  font-size: 1.8rem;
  line-height: 1.2;
}

.text-size-large {
  color: var(--white);
  font-size: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-rich-text h4, .text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .675rem;
}

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

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

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

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

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

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

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

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

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

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

.background-color-gray {
  background-color: #f4f4f4;
}

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

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

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

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.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;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

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

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

.button-group.is-center {
  justify-content: center;
}

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

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

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

.form-input {
  border: 1px solid var(--gray-400);
  color: var(--gray-300);
  background-color: #0000;
  border-radius: .875rem;
  height: auto;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: var(--white);
}

.form-input::placeholder {
  color: var(--gray-500);
}

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

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

.form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--orange-1-2);
  background-color: var(--orange-1-2);
  box-shadow: none;
  background-size: 16px 16px;
}

.form-checkbox-icon.w--redirected-focus {
  border-color: var(--orange-1);
  box-shadow: none;
}

.form-checkbox-label {
  color: var(--gray-400);
  margin-bottom: 0;
}

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

.form-radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  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;
}

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

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

.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;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.padding-section-large.no-bottom-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section-large.no-top-padding {
  padding-top: 0;
}

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

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

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

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

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

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

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

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

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

.spacer-xxsmall {
  width: 100%;
  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: 2rem;
}

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

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

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

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

.margin-small {
  margin: 1.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

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

.background-color-cream1 {
  background-color: var(--cream-1);
}

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

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

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_color-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.text-color-gray25 {
  color: var(--gray-25);
}

.text-color-gray50 {
  color: var(--gray-50);
}

.text-color-gray100 {
  color: var(--gray-100);
}

.text-color-gray200 {
  color: var(--gray-200);
}

.text-color-gray300 {
  color: var(--gray-300);
}

.text-color-gray400 {
  color: var(--gray-400);
}

.text-color-gray500 {
  color: var(--gray-500);
}

.text-color-gray600 {
  color: var(--gray-600);
}

.text-color-gray700 {
  color: var(--gray-700);
}

.text-color-gray800 {
  color: var(--gray-800);
}

.text-color-gray900 {
  color: var(--gray-900);
}

.padding-0 {
  padding: 0;
}

.padding-0.show-mobile-landscape {
  display: none;
}

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

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

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

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

.margin-0 {
  margin: 0;
}

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

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

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

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

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

.margin-top.margin-xlarge {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.margin-top.margin-xlarge.mobile-only {
  display: none;
}

.margin-top.margin-xlarge.hide {
  display: inline-block;
}

.margin-top.margin-xsmall {
  display: none;
}

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

.home-hero_component {
  height: 300vh;
  position: relative;
}

.home-hero_content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100vh;
  display: grid;
  position: sticky;
  top: 0;
}

.home-hero_content-left {
  flex: none;
  max-width: 50rem;
  margin-left: 5vw;
  margin-right: 5rem;
  position: relative;
}

.home-hero_content-right {
  flex: none;
  width: 40%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home-hero_image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.home-hero_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.home-hero-span {
  display: inline-block;
}

.home-hero_scoll-line {
  background-color: var(--black);
  width: 100%;
  height: 100%;
}

.padding-section-xlarge {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

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

.padding-section-huge {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.navbar_container {
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_logo-word-wrapper {
  position: relative;
  overflow: hidden;
}

.navbar_logo-word-wrapper.is-1 {
  padding-right: .625rem;
}

.navbar_logo-word-wrapper.is-2 {
  padding-left: .75rem;
  display: none;
}

.navbar_right-inner-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
  position: relative;
}

.section_home-services {
  position: relative;
}

.home-servoces_anchor-top {
  width: 100%;
  height: 0;
  margin-top: -5rem;
  position: absolute;
}

.home-services_button-list-wrapper {
  flex: 1;
}

.section_home-list.overflow-hidden {
  display: none;
}

.home-list_grid {
  grid-column-gap: 6rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.section_home-work {
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.home_work_image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.home-work_work-description {
  font-size: 1.2rem;
}

.section_home-reviews {
  overflow: hidden;
}

.banner-heading-wrapper {
  white-space: nowrap;
  flex-direction: column;
  margin-bottom: 6rem;
  display: flex;
}

.banner-heading-top {
  font-size: 7.5rem;
  font-weight: 300;
  line-height: .8;
}

.banner-heading-bottom {
  color: var(--black);
  align-self: flex-end;
  font-size: 7.5rem;
  font-weight: 300;
  line-height: .8;
}

.section_standard-layout {
  display: none;
}

.standard-layout_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.standard-layout_image {
  width: 50%;
}

.home-reviews_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.home-reviews_content {
  border: 1px solid #0000;
  border-radius: .875rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.home-reviews_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.home-reviews_rating-icon {
  color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-reviews_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.home-reviews_client-image-wrapper {
  margin-right: 1rem;
}

.home-reviews_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.menu_tablet-nav-spacer {
  display: none;
}

.about-hero_component {
  grid-column-gap: 9rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-hero_content {
  max-width: 33rem;
}

.about-hero_image-wrapper {
  padding-left: 3vw;
  padding-right: 5vw;
  position: relative;
}

.about-hero_image {
  width: 100%;
  height: 100%;
}

.about-hero_padding-section {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

.section_interest-banner.padding {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.interest-banner_component-1 {
  border-bottom: 1px solid #0000;
  width: 100vw;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.process-step_banner-wrapper {
  width: 200vw;
  display: flex;
}

.process-step_marquee {
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.process-step_banner-text-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.interest-banner_component-2 {
  justify-content: flex-end;
  width: 100vw;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.banner12_inner-wrapper {
  justify-content: flex-end;
  width: 200vw;
  display: flex;
}

.banner12_marquee {
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.banner12_text-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.process-step_banner-text {
  letter-spacing: .01em;
  font-size: 1rem;
}

.interest-banner_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.interest-banner_content-right {
  padding-top: .5rem;
}

.interest-banner_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.interest-banner_item {
  display: flex;
}

.interest-banner_item-icon-wrapper {
  color: var(--orange-1);
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.background-color-cream2 {
  background-color: var(--cream-2);
}

.text-color-cream1 {
  color: var(--cream-1);
}

.text-color-cream2 {
  color: var(--cream-2);
}

.text-color-orange1 {
  color: var(--orange-1);
}

.text-color-orange2 {
  color: var(--orange-1-2);
}

.process-step_banner {
  width: 100vw;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.grid_component {
  flex-direction: column;
  align-items: center;
}

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

.grid_list.is-3-columns {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid_item {
  border-radius: .875rem;
  overflow: hidden;
}

.grid_item-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.grid_image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 56.25%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.grid_item-content {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 70%;
  max-width: 15rem;
  display: flex;
  position: absolute;
}

.grid_image-overlay {
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.contact-hero_form-component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

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

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

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

.error-text {
  color: #e23939;
}

.section_contact-info {
  overflow: hidden;
}

.contact-info_component {
  grid-column-gap: 5.5rem;
  grid-row-gap: 5.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-top: 8rem;
  margin-bottom: 8rem;
  display: grid;
}

.contact-info_item {
  width: 100%;
}

.standard-hero_component {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.portfolio-header_image-wrapper {
  flex: 1;
  width: 100%;
}

.portfolio-header_image {
  width: 100%;
  height: 100%;
}

.portfolio-content1_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio-content1_metatag-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.portfolio-content1_metatag-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.portfolio-content1_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.portfolio-content2_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio-content2_image-wrapper {
  flex: 1;
  width: 100%;
}

.portfolio-content2_image {
  width: 100%;
  height: 100%;
}

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

.portfolio-gallery_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.portfolio-gallery_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.portfolio-gallery_lightbox-link {
  width: 100%;
  height: 100%;
}

.portfolio-gallery_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.portfolio-gallery_image {
  object-fit: cover;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.portfolio-gallery_image.scale-down {
  background-color: var(--ptt);
  object-fit: scale-down;
  padding-left: 50px;
  padding-right: 50px;
}

.portfolio-gallery_image.scale-down._2 {
  background-color: var(--najaf);
}

.portfolio-gallery_image-wrapper-large {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.portfolio-header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.portfolio-header_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  margin-top: 4rem;
  display: flex;
}

.portfolio-header_tag-item {
  border: 1px solid var(--orange-1);
  background-color: var(--cream-2);
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
}

.portfolio-header_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.portfolio-header_tag-item.blue {
  border-color: var(--black);
  background-color: var(--ptt);
  color: var(--white);
}

.portfolio-header_tag-item.najaf {
  border-color: var(--black);
  background-color: var(--najaf);
  color: var(--white);
}

.portfolio-header_tag-item.smb {
  border-color: var(--black);
  background-color: var(--smb);
  color: var(--black);
}

.portfolio-header_tag-item.kf {
  border-color: var(--black);
  background-color: var(--kf);
  color: var(--white);
}

.portfolio-header_tag-item.emaar {
  border-color: var(--black);
  background-color: var(--emaar);
  color: #fff;
}

.portfolio-header_metatag-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.loader_top-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.75rem;
  display: flex;
}

.loader_bottom-wrapper {
  justify-content: flex-end;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 5vw;
  display: flex;
  position: relative;
}

.home-services_image-wrapper {
  width: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

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

.contact-hero_panel-background {
  background-color: var(--gray-800);
  position: absolute;
  inset: 0%;
}

.grid_resource-card-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.home-hero-h1 {
  line-height: 1.2;
}

.text-span {
  color: var(--gray-500);
  letter-spacing: 0;
  font-size: 1rem;
  text-decoration: none;
}

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

.home_work_image-black {
  z-index: 1;
  opacity: .3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1280px) {
  .process-step_banner-text {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1440px) {
  .home-ph_component {
    width: 80%;
  }
}

@media screen and (max-width: 991px) {
  .home-services_button-list {
    width: 90%;
  }

  .home-services_tab-wrapper {
    padding: 3rem;
  }

  .home_work_component {
    align-items: flex-start;
    height: 22rem;
    overflow: scroll;
  }

  .footer_contact-wrpper {
    margin-right: 0;
  }

  .faq_plus-icon-wrapper:hover {
    background-color: var(--white);
  }

  .faq_plus-icon-wrapper:active {
    background-color: var(--orange-1);
  }

  .menu_right-panel {
    width: 100%;
  }

  .menu-link-parent {
    height: 15.34%;
  }

  .menu_left-panel {
    display: none;
  }

  .process-hero_image-component {
    width: 30rem;
    height: 30rem;
  }

  .process-hero_content-component {
    perspective: 5000px;
  }

  .process-hero_content-item {
    width: 32em;
    height: 8rem;
  }

  .process-hero_content-item.is-top {
    transform: rotateX(90deg)rotateY(0)rotateZ(0)translate3d(0, 10.4rem, -4rem);
  }

  .process-hero_content-item.is-center {
    transform: translate3d(0, 0, 14.4rem);
  }

  .process-hero_content-item.is-bottom {
    transform: rotateX(-90deg)rotateY(0)rotateZ(0)translate3d(0, -10.4rem, -4rem);
  }

  .process-hero_text {
    font-size: 6rem;
  }

  .hero-value-display-text {
    font-size: 4rem;
  }

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

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-top {
    margin-bottom: 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;
  }

  .home-hero_component {
    height: auto;
  }

  .home-hero_content-wrapper {
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
    padding-top: 6rem;
    position: static;
  }

  .home-hero_content-left {
    flex: 0 auto;
    margin-left: 5%;
    margin-right: 5%;
  }

  .home-hero_content-right {
    flex: 0 auto;
    width: 100%;
    position: static;
  }

  .home-hero_image-wrapper {
    padding-top: 100%;
  }

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

  .padding-section-xxlarge {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .padding-section-huge {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .banner-heading-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .banner-heading-top, .banner-heading-bottom {
    font-size: 4rem;
  }

  .standard-layout_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home-reviews_component {
    grid-template-columns: 1fr 1fr;
  }

  .menu_tablet-nav-spacer {
    width: 100%;
    height: 7.7%;
    padding: 0;
    display: block;
  }

  .about-hero_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    min-height: auto;
  }

  .about-hero_content {
    max-width: none;
  }

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

  .process-step_banner-text-wrapper, .banner12_text-wrapper {
    text-align: center;
  }

  .interest-banner_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

  .grid_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .grid_list.is-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .contact-info_component {
    grid-column-gap: 3rem;
  }

  .portfolio-content1_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .portfolio-content2_content-wrapper, .portfolio-content3_component, .portfolio-header_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

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

  h2 {
    letter-spacing: 0;
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  h5 {
    font-size: 1.325rem;
  }

  h6 {
    font-size: 1.2rem;
  }

  .navbar_logo-wrapper.is-mobile {
    display: flex;
  }

  .navbar_logo-wrapper.is-desktop {
    display: none;
  }

  .navbar_logo-word-image {
    height: 1.65rem;
  }

  .button {
    text-align: center;
    flex-wrap: wrap;
  }

  .home-services_button-list {
    max-width: none;
  }

  .home-services_tab-wrapper {
    padding: 1.75rem;
  }

  .home-services_button-text {
    line-height: 1.2;
  }

  .home_work_component {
    height: 20rem;
  }

  .home_work_scroll-wrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    justify-content: flex-start;
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
  }

  .home_work_item {
    width: 85vw;
    margin-left: 0%;
    margin-right: 0%;
  }

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

  .faq_plus-icon-wrapper {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
  }

  .faq_answer-wrapper {
    padding: 3rem;
  }

  .menu_text-link {
    font-size: 3.5rem;
  }

  .process-step_title-text {
    margin-top: 0;
  }

  .process-step_left-content {
    margin-left: 0;
  }

  .process-step_content {
    justify-content: flex-start;
  }

  .process-step_right-content {
    position: absolute;
    bottom: -2rem;
    left: auto;
    right: 1.3rem;
  }

  .process-step_image-wrapper {
    width: 13rem;
    height: 13rem;
  }

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

  .contact-hero-h1 {
    margin-top: 0;
  }

  .grid_resource-h3 {
    font-size: 1.75rem;
  }

  .home-hero_scoll-wrapper {
    display: none;
  }

  .hero-value-display-text {
    font-size: 3.25rem;
  }

  .home-ph_component {
    width: 100%;
  }

  .loader_text.is-right {
    width: 40%;
  }

  .loader_number {
    font-size: 18rem;
  }

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

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

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

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

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

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

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

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

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

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

  .text-style-quote {
    font-size: 1.125rem;
  }

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

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

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

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

  .padding-0.show-mobile-landscape {
    display: block;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-top {
    margin-bottom: 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;
  }

  .home-hero_content-wrapper {
    padding-top: 4rem;
  }

  .padding-section-xlarge {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

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

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

  .navbar_logo-word-wrapper.is-1 {
    padding-right: .25rem;
  }

  .navbar_logo-word-wrapper.is-2 {
    padding-left: .25rem;
  }

  .home-list_grid {
    grid-column-gap: 1.5rem;
  }

  .banner-heading-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .standard-layout_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home-reviews_component {
    grid-template-columns: 1fr;
  }

  .home-reviews_content {
    padding: 1.5rem;
  }

  .home-reviews_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .home-reviews_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .about-hero_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .about-hero_padding-section {
    min-height: auto;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .process-step_banner-text {
    font-size: 1.125rem;
  }

  .interest-banner_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .interest-banner_content-right {
    padding-top: 0;
  }

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

  .grid_list.is-3-columns {
    grid-template-columns: 1fr;
  }

  .contact-info_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .standard-hero_component {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: 1fr;
  }

  .portfolio-content1_content-wrapper, .portfolio-content2_content-wrapper, .portfolio-content3_component, .portfolio-gallery_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .portfolio-header_component {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .padding-section-xlarge-copy {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
}

@media screen and (max-width: 479px) {
  .div-hide.pad-left {
    padding-left: 4px;
  }

  .div-hide.pad-right {
    padding-right: 4px;
  }

  .navbar_logo-wrapper, .navbar_logo-wrapper.rel.w--current {
    display: none;
  }

  .button.is-secondary {
    margin-left: 5px;
  }

  .about-timeline_item.card-about {
    width: 100%;
    height: auto;
  }

  .home-services_component {
    max-width: 80rem;
    overflow: hidden;
  }

  .home-services_button-list {
    width: auto;
    min-width: 190vw;
  }

  .home-services_button {
    white-space: nowrap;
    flex: none;
    width: 25%;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .home-services_button-selector {
    width: 25%;
  }

  .home-services_bottom {
    flex-direction: column;
  }

  .home-services_left {
    width: 400vw;
    height: 41%;
    margin-right: 0;
  }

  .home-services_tab-wrapper {
    padding-top: 4rem;
  }

  .home-services_tab-wrapper.bg-black.last {
    padding-bottom: 4rem;
  }

  .home-services_tab-content {
    justify-content: flex-start;
  }

  .home-services_right {
    width: 400vw;
    height: 60%;
    margin-left: 0;
    inset: auto auto 0% 0%;
  }

  .home-list_text {
    font-size: 1.375rem;
  }

  .home-list_text-wrapper {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .home_work_component {
    height: 32rem;
  }

  .home-hero_image-whipe {
    inset: auto auto 0% 0%;
  }

  .footer_component {
    flex-direction: column;
  }

  .footer_first-wrapper {
    width: 100%;
  }

  .footer_logo-wrapper {
    margin-bottom: 2rem;
  }

  .footer_social-list {
    width: 70%;
    margin-top: 1.5rem;
  }

  .footer_second-wrapper {
    width: 100%;
  }

  .footer_second-wrapper-top {
    flex-direction: column;
  }

  .footer_nav-links-wrapper {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .footer_contact-wrpper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 16px;
  }

  .footer_contact-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

  .footer_orange-link.is-1 {
    overflow-wrap: anywhere;
  }

  .footer_legal-paragraph {
    color: var(--gray-400);
    text-align: center;
  }

  .faq_question-text {
    font-size: 1.4rem;
  }

  .faq_whipe {
    height: 30em;
  }

  .faq_answer-wrapper {
    padding: 1.75rem;
  }

  .menu_right-panel {
    width: 100%;
  }

  .menu-link-parent {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .menu_text-link {
    letter-spacing: -.03em;
    font-size: 3.25rem;
  }

  .menu_icon-image {
    height: 2rem;
  }

  .menu_left-panel {
    width: 0%;
  }

  .process-hero_image-component {
    width: 19rem;
    height: 19rem;
  }

  .process-hero_dot-wrapper {
    width: 85%;
    height: 75%;
  }

  .process-hero_content-item {
    width: 90vw;
  }

  .process-hero_text {
    font-size: 18vw;
  }

  .process-step_right-content {
    bottom: -1.1rem;
    right: -2.4rem;
  }

  .process-step_image-wrapper.is-strategy {
    width: 14rem;
    height: 14rem;
    margin-bottom: -7.2rem;
    margin-right: -.4rem;
  }

  .process-step_line-wrapper {
    width: 41em;
    margin-left: auto;
    margin-right: auto;
  }

  .process-step_title-number-text {
    font-size: 35px;
  }

  .about-hero_button-group {
    width: 100%;
  }

  .about-timeline_height {
    height: auto;
  }

  .about-timeline_sticky-wrapper {
    height: auto;
    position: relative;
    top: auto;
  }

  .about-timeline_list {
    flex-direction: column;
    width: auto;
    height: 400vh;
  }

  .about-timeline_content {
    flex-direction: column;
  }

  .about-timeline_left-content {
    align-items: flex-start;
    width: 90%;
    max-width: none;
  }

  .about-timeline_display-text {
    text-align: left;
    font-size: 4.5rem;
  }

  .about-timeline_title-text {
    text-align: left;
    font-size: 2.2rem;
  }

  .icaro-titles-contain {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }

  .about-timeline_right-content {
    width: 90%;
  }

  .contact-hero_component {
    flex-direction: column;
    padding: 1.75rem;
  }

  .contact-hero_bottomo-text {
    flex-direction: column;
    align-items: flex-start;
    font-size: 16em;
    display: flex;
  }

  .contact-hero_bottomo-text.hero-value-display-text {
    margin-bottom: 20px;
  }

  .contact-hero-h1 {
    font-size: 7.5em;
  }

  .footer_large-icon.is-1 {
    margin-top: 5px;
    margin-bottom: 4px;
  }

  .grid_resource-card {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .grid_resource-image {
    box-shadow: none;
    width: 5rem;
    margin-top: -2rem;
    margin-bottom: -1rem;
  }

  .grid_resource-image.is-square {
    border-radius: .4rem;
    margin-bottom: 0;
  }

  .footer_paragraph-link {
    font-size: 15px;
  }

  .process-step_title-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .hero-value-display-text {
    letter-spacing: 0;
    font-size: 2.75rem;
  }

  .home-ph_component {
    width: 100%;
  }

  .loader_top {
    border-bottom-width: 1.2px;
  }

  .loader_text.is-right {
    width: 52%;
    display: none;
  }

  .loader_number {
    margin-left: auto;
    margin-right: auto;
    font-size: 53vw;
  }

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

  .button-old.is-alternate.is-small {
    text-align: left;
    margin-left: .5em;
    margin-right: auto;
    font-size: 18px;
  }

  .button-group {
    margin-top: 40px;
  }

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

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

  .spacer-xxlarge {
    padding-top: 1rem;
  }

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

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

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

  .margin-top.margin-xlarge {
    display: none;
  }

  .margin-top.margin-xlarge.mobile-only {
    margin-top: 0;
    display: block;
  }

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

  .home-hero_content-wrapper {
    padding-top: 8rem;
  }

  .home-hero-span {
    font-size: 2.3rem;
    font-weight: 400;
  }

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

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

  .home-services_button-list-wrapper {
    padding-left: 5%;
    padding-right: 5%;
    overflow: scroll;
  }

  .home-list_grid {
    grid-template-columns: 1fr;
  }

  .banner-heading-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .banner-heading-top, .banner-heading-bottom {
    font-size: 3rem;
  }

  .standard-layout_component {
    grid-template-columns: 1fr;
  }

  .section_about-hero {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }

  .about-hero_component {
    grid-template-columns: 1fr;
  }

  .section_interest-banner.padding {
    margin-bottom: 0;
  }

  .process-step_banner-text {
    flex: none;
  }

  .interest-banner_component, .interest-banner_item-list {
    grid-template-columns: 1fr;
  }

  .grid_list {
    grid-row-gap: 1.5rem;
  }

  .section_contact-hero {
    margin-top: 4rem;
  }

  .contact-info_component {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .standard-hero_component {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .standard-hero_content-left {
    margin-bottom: 2rem;
  }

  .portfolio-gallery_image {
    border-radius: 10px;
  }

  .portfolio-gallery_image.scale-down {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_portfolio-header {
    margin-top: 8rem;
  }

  .portfolio-header_tag-list {
    margin-top: 2rem;
  }

  .portfolio-header_metatag-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .loader_bottom-wrapper {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .home-services_image-wrapper {
    inset: 0% 0% auto;
  }

  .padding-section-xlarge-copy {
    margin-bottom: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home_work_image-black {
    opacity: .39;
  }
}

#w-node-_18cc0d92-5a0a-7c41-be40-47f94344dc5c-edcd6904 {
  justify-self: end;
}

#w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5e93-edcd690b, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5ea3-edcd690b, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5ea4-edcd690b, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5eaa-edcd690b, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5eb0-edcd690b, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5eb6-edcd690b, #w-node-d493649a-a823-8350-0485-325ea9cc344c-edcd690b, #w-node-d493649a-a823-8350-0485-325ea9cc3456-edcd690b, #w-node-d493649a-a823-8350-0485-325ea9cc345b-edcd690b, #w-node-d493649a-a823-8350-0485-325ea9cc3460-edcd690b, #w-node-d493649a-a823-8350-0485-325ea9cc3465-edcd690b, #w-node-d493649a-a823-8350-0485-325ea9cc3495-edcd690b, #w-node-d493649a-a823-8350-0485-325ea9cc3498-edcd690b, #w-node-d493649a-a823-8350-0485-325ea9cc349b-edcd690b, #w-node-d493649a-a823-8350-0485-325ea9cc349e-edcd690b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8325b2e-1bfb-5c98-a925-2b65a83f0a09-edcd690d {
  align-self: start;
}

#w-node-_64a3d41f-dbce-e455-f088-900bd4c8c6dc-edcd690d {
  justify-self: start;
}

#w-node-_548c8917-8f2d-f0c6-32c2-be40c1210f5b-edcd690d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14f545a9-2292-93ce-b10d-c1a2a8234e47-edcd6918, #w-node-_6b374513-17e1-6d74-159a-b30966c6f85a-edcd6918, #w-node-_1e7490b6-2a11-0b24-f516-8dd96a085a21-edcd6918, #w-node-b820c499-b0a8-a161-df8e-e3b861e5a870-edcd6918 {
  justify-self: center;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc01-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc03-edcd691a {
  justify-self: center;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc1b-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc1c-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc20-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc21-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc25-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc26-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc2a-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc2b-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc2f-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc30-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc34-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc35-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc3f-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc40-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc44-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc45-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc49-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc4a-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc4e-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc4f-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc53-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc54-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc58-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc59-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc63-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc64-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc68-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc69-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc6d-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc6e-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc72-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc73-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc7c-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc7d-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc86-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc87-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc99-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc9a-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc9e-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc9f-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bca3-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bca4-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bca8-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bca9-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcad-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcae-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcb8-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcb9-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcbd-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcbe-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcc2-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcc3-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcc7-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcc8-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bccc-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bccd-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcd1-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcd2-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcdd-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcde-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bce2-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bce3-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bce7-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bce8-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcec-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bced-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcf1-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcf2-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcf6-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcf7-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcfb-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcfc-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd00-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd01-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd05-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd06-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd10-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd11-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd15-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd16-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd1a-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd1b-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd22-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd23-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd67-edcd691a, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8b0-edcd691a, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8b3-edcd691a, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8b4-edcd691a, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8b7-edcd691a, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8b8-edcd691a, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8bb-edcd691a, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8bc-edcd691a, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8bf-edcd691a, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8c0-edcd691a, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8c3-edcd691a, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8c4-edcd691a, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8c7-edcd691a, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8c8-edcd691a, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8cb-edcd691a, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8cc-edcd691a, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8cf-edcd691a, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8d0-edcd691a, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8d3-edcd691a, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8d4-edcd691a, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8d7-edcd691a, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8d8-edcd691a, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8db-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bd8f-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd90-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd95-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd96-edcd691a {
  justify-self: start;
}

#w-node-_3acd36d4-2b4b-e220-561c-ccf90bc21cde-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3acd36d4-2b4b-e220-561c-ccf90bc21cdf-edcd691a {
  justify-self: start;
}

#w-node-_45e50a74-30c4-826a-c833-e5d83541d43f-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e50a74-30c4-826a-c833-e5d83541d440-edcd691a {
  justify-self: start;
}

#w-node-_783ee8da-7dee-50ac-8a36-5a580ed2eddc-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_783ee8da-7dee-50ac-8a36-5a580ed2eddd-edcd691a {
  justify-self: start;
}

#w-node-_1c6488b1-11e3-5e32-01fb-1a49c57fdebd-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c6488b1-11e3-5e32-01fb-1a49c57fdebe-edcd691a {
  justify-self: start;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027d9e6-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027d9e7-edcd691a {
  justify-self: start;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027d9eb-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027d9ec-edcd691a {
  justify-self: start;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027d9f0-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027d9f1-edcd691a {
  justify-self: start;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027d9f5-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027d9f6-edcd691a {
  justify-self: start;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027d9fa-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027d9fb-edcd691a {
  justify-self: start;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027d9ff-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027da00-edcd691a {
  justify-self: start;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027da04-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027da05-edcd691a {
  justify-self: start;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027da09-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027da0a-edcd691a {
  justify-self: start;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027da0e-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027da0f-edcd691a {
  justify-self: start;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027da13-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027da14-edcd691a {
  justify-self: start;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027da18-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027da19-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bdb1-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdbb-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdbe-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdbf-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdc2-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdc3-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdc6-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdc7-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdcb-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdce-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdcf-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdd2-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdd3-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdd6-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdde-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bddf-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bde0-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bde2-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bde5-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bde6-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bde7-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bdeb-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdee-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdef-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bdf0-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bdf4-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdf8-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bdf9-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bdff-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be02-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be03-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be04-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be08-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be0b-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be0c-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be0d-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be13-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be17-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be18-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be1c-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be1f-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be24-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be25-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be26-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be2a-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be2d-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be2e-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be2f-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be35-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be38-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be39-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be3a-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be40-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be43-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be44-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be45-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be4d-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be50-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be51-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be52-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be5e-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be5f-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be60-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be64-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be69-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be6a-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be6b-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be71-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be76-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be77-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be78-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be7e-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be83-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be84-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be85-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be8d-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be93-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be94-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be9a-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be9f-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bea0-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bea1-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bea5-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bea8-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bea9-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08beaa-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08beb0-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08beb3-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08beb4-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08beb5-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bebb-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bebe-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bebf-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bec0-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bec8-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08becb-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08becc-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08becd-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bed3-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bed6-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bed7-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bed8-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bee0-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bee4-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bee5-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08beeb-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bef3-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bef4-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bef5-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bef6-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bef8-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08befb-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08beff-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bf00-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bf01-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bf0a-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bf0b-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bf0c-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bf15-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bf16-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bf17-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bf18-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bf1e-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bf1f-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bf20-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bf21-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bf23-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bf27-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bf28-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bf29-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bf2a-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bf2c-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bf98-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bf9c-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bf9d-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bf9f-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfa1-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfa2-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfa4-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfa6-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfa7-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfa9-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfab-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfac-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfae-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfb0-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfb1-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfb3-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfb5-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfb6-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfb8-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bfba-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfbb-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfbd-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bfbe-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bfc0-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfc1-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfc3-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bfc4-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bfc6-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfc7-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfc9-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bfca-edcd691a, #w-node-_66594ce1-eed5-6198-7e90-11886972faaf-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66594ce1-eed5-6198-7e90-11886972fab0-edcd691a {
  justify-self: start;
}

#w-node-_66594ce1-eed5-6198-7e90-11886972fab2-edcd691a, #w-node-_66594ce1-eed5-6198-7e90-11886972fab3-edcd691a, #w-node-_0ef9640f-3676-cdf9-f66f-dd60d93f92fe-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ef9640f-3676-cdf9-f66f-dd60d93f92ff-edcd691a {
  justify-self: start;
}

#w-node-_0ef9640f-3676-cdf9-f66f-dd60d93f9301-edcd691a, #w-node-_0ef9640f-3676-cdf9-f66f-dd60d93f9302-edcd691a, #w-node-dbc447f3-03b4-662e-d5c9-8eac94929e9b-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbc447f3-03b4-662e-d5c9-8eac94929e9c-edcd691a {
  justify-self: start;
}

#w-node-dbc447f3-03b4-662e-d5c9-8eac94929e9e-edcd691a, #w-node-dbc447f3-03b4-662e-d5c9-8eac94929e9f-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bfcc-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfcd-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfcf-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bfd5-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bfd9-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfda-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfdc-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bfde-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfdf-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfe1-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfe3-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfe4-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfe6-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfe8-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfe9-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfeb-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfed-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfee-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bff0-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bff2-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bff3-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bff5-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bff7-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bff8-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bffa-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bffc-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bffd-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfff-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c001-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c002-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c004-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c006-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c007-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c009-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c00b-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c00c-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c00e-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c013-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c016-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c017-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c019-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c01a-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c01c-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c01d-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c01f-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c020-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c022-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c023-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c025-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c026-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c028-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c029-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c02b-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c02c-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c02e-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c02f-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c031-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c032-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c034-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c035-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c037-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c038-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c03a-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c03b-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c03d-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c03e-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c040-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c041-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c043-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c044-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c046-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c047-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c049-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c04a-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c04c-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c04d-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c04f-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c050-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c052-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c053-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c055-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c056-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c148-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c14c-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c14d-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c151-edcd691a, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c153-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c154-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c158-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c159-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c15d-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c15e-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c162-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c163-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c167-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c168-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c16c-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c16d-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c171-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c172-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c176-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c177-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c17b-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c17c-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c180-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c181-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c184-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c185-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c188-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c189-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c18d-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c18e-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c192-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c193-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c197-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c198-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c19c-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c19d-edcd691a {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c1a1-edcd691a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c1a2-edcd691a {
  justify-self: start;
}

#w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5e93-12d08009, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5ea3-12d08009, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5ea4-12d08009, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5eaa-12d08009, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5eb0-12d08009, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5eb6-12d08009, #w-node-d493649a-a823-8350-0485-325ea9cc344c-12d08009, #w-node-d493649a-a823-8350-0485-325ea9cc3456-12d08009, #w-node-d493649a-a823-8350-0485-325ea9cc345b-12d08009, #w-node-d493649a-a823-8350-0485-325ea9cc3460-12d08009, #w-node-d493649a-a823-8350-0485-325ea9cc3465-12d08009, #w-node-d493649a-a823-8350-0485-325ea9cc3495-12d08009, #w-node-d493649a-a823-8350-0485-325ea9cc3498-12d08009, #w-node-d493649a-a823-8350-0485-325ea9cc349b-12d08009, #w-node-d493649a-a823-8350-0485-325ea9cc349e-12d08009, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5e93-674a444f, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5ea3-674a444f, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5ea4-674a444f, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5eaa-674a444f, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5eb0-674a444f, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5eb6-674a444f, #w-node-d493649a-a823-8350-0485-325ea9cc344c-674a444f, #w-node-d493649a-a823-8350-0485-325ea9cc3456-674a444f, #w-node-d493649a-a823-8350-0485-325ea9cc345b-674a444f, #w-node-d493649a-a823-8350-0485-325ea9cc3460-674a444f, #w-node-d493649a-a823-8350-0485-325ea9cc3465-674a444f, #w-node-d493649a-a823-8350-0485-325ea9cc3495-674a444f, #w-node-d493649a-a823-8350-0485-325ea9cc3498-674a444f, #w-node-d493649a-a823-8350-0485-325ea9cc349b-674a444f, #w-node-d493649a-a823-8350-0485-325ea9cc349e-674a444f, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5e93-2abd0283, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5ea3-2abd0283, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5ea4-2abd0283, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5eaa-2abd0283, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5eb0-2abd0283, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5eb6-2abd0283, #w-node-d493649a-a823-8350-0485-325ea9cc344c-2abd0283, #w-node-d493649a-a823-8350-0485-325ea9cc3456-2abd0283, #w-node-d493649a-a823-8350-0485-325ea9cc345b-2abd0283, #w-node-d493649a-a823-8350-0485-325ea9cc3460-2abd0283, #w-node-d493649a-a823-8350-0485-325ea9cc3465-2abd0283, #w-node-d493649a-a823-8350-0485-325ea9cc3495-2abd0283, #w-node-d493649a-a823-8350-0485-325ea9cc3498-2abd0283, #w-node-d493649a-a823-8350-0485-325ea9cc349b-2abd0283, #w-node-d493649a-a823-8350-0485-325ea9cc349e-2abd0283, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5e93-6ae9906e, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5ea3-6ae9906e, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5ea4-6ae9906e, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5eaa-6ae9906e, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5eb0-6ae9906e, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5eb6-6ae9906e, #w-node-d493649a-a823-8350-0485-325ea9cc344c-6ae9906e, #w-node-d493649a-a823-8350-0485-325ea9cc3456-6ae9906e, #w-node-d493649a-a823-8350-0485-325ea9cc345b-6ae9906e, #w-node-d493649a-a823-8350-0485-325ea9cc3460-6ae9906e, #w-node-d493649a-a823-8350-0485-325ea9cc3465-6ae9906e, #w-node-d493649a-a823-8350-0485-325ea9cc3495-6ae9906e, #w-node-d493649a-a823-8350-0485-325ea9cc3498-6ae9906e, #w-node-d493649a-a823-8350-0485-325ea9cc349b-6ae9906e, #w-node-d493649a-a823-8350-0485-325ea9cc349e-6ae9906e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-d493649a-a823-8350-0485-325ea9cc349b-674a444f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_18cc0d92-5a0a-7c41-be40-47f94344dc5c-edcd6904 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_77d7e53c-3312-98ca-b9d0-8385bffc327f-edcd6918, #w-node-_5fd8287b-2c27-0b96-532b-ecbe3901d84b-edcd691e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_14f545a9-2292-93ce-b10d-c1a2a8234e47-edcd6918, #w-node-_6b374513-17e1-6d74-159a-b30966c6f85a-edcd6918, #w-node-_1e7490b6-2a11-0b24-f516-8dd96a085a21-edcd6918, #w-node-b820c499-b0a8-a161-df8e-e3b861e5a870-edcd6918 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Poly Sans';
  src: url('../fonts/PolySans-Median-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poly Sans';
  src: url('../fonts/PolySans-Neutral-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poly Sans';
  src: url('../fonts/PolySans-Bulky.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poly Sans';
  src: url('../fonts/PolySans-Slim-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poly Sans';
  src: url('../fonts/PolySans-Median.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poly Sans';
  src: url('../fonts/PolySans-Slim.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poly Sans';
  src: url('../fonts/PolySans-Neutral.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}