@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pp Right Grotesk Tight 400 100";
  src: url('../fonts/PP-Right-Grotesk-Tight-normal-400-100.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pp Neue Montreal 400 100";
  src: url('../fonts/PP-Neue-Montreal-normal-400-100.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --base-color-brand--black: #141414;
  --text-color--text-primary: #ff9a33;
  --_typography---letter-spacing--body: -.01em;
  --_typography---letter-spacing--headings: .05em;
  --link-color--link-primary: var(--base-color-neutral--black);
  --base-color-neutral--neutral-lighter: #ccc;
  --text-color--text-alternate: var(--base-color-neutral--white);
  --border-color--border-primary: var(--base-color-neutral--black);
  --base-color-neutral--white: white;
  --base-color-neutral--black: #141414;
  --base-color-brand--accent: #fd9a40;
  --base-color-brand--white: white;
  --border-stroke--normal: .35rem;
  --text-color--text-secondary: var(--base-color-neutral--neutral-light);
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --background-color--background-secondary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-primary: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(--base-color-neutral--neutral-light);
  --background-color--background-success: var(--base-color-system--success-green-light);
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --base-color-neutral--neutral-lightest: #f2f2f2;
  --_ix---rounded-padding: .75rem;
  --_ix---rounded-radius: 1rem;
  --base-color-neutral--neutral-darkest: #1a1a1a;
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
  --border-color--border-secondary: var(--base-color-neutral--neutral-lighter);
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-dark: #333;
  --base-color-neutral--neutral: #666;
  --base-color-brand--accent-dark: #802524;
  --base-color-system--error-red-light: #fef3f2;
  --size-of-image: 40%;
  --color: #274b3dc4;
  --_ix---hero-radius: 1rem;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-system--success-green: #027a48;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #b42318;
  --border-color--border-alternate: var(--base-color-neutral--white);
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--base-color-brand--black);
  color: var(--text-color--text-primary);
  letter-spacing: var(--_typography---letter-spacing--body);
  font-family: Geist, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  letter-spacing: var(--_typography---letter-spacing--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.5rem;
  font-weight: 400;
  line-height: .9;
}

h2 {
  letter-spacing: var(--_typography---letter-spacing--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: .9;
}

h3 {
  letter-spacing: var(--_typography---letter-spacing--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.1;
}

h4 {
  letter-spacing: var(--_typography---letter-spacing--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  letter-spacing: var(--_typography---letter-spacing--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

h6 {
  letter-spacing: var(--_typography---letter-spacing--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

.text-style-link:hover {
  opacity: .65;
}

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

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

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

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

.page-wrapper {
  background-color: var(--base-color-neutral--neutral-lighter);
  width: auto;
  max-width: none;
  overflow: clip;
}

.container-large {
  flex-flow: column;
  flex: 1;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-large.is-hero-image {
  justify-content: flex-end;
  align-items: flex-end;
  overflow: visible;
}

.container-large.projects {
  max-height: 40vh;
}

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

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

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

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

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

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

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

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

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

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

.main-wrapper {
  background-image: linear-gradient(#fff, #fff);
  flex-flow: column;
  width: 100vw;
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 0;
}

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

.text-style-quote {
  border-left: .1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.heading-style-h2 {
  letter-spacing: var(--_typography---letter-spacing--headings);
  font-size: 4rem;
  font-weight: 400;
  line-height: .9;
}

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

.rl-styleguide_heading {
  z-index: 4;
  color: var(--text-color--text-primary);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  letter-spacing: var(--_typography---letter-spacing--headings);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

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

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

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

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

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

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

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

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

.form_radio.is-alternate {
  color: var(--text-color--text-alternate);
}

.heading-style-h5 {
  letter-spacing: var(--_typography---letter-spacing--headings);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h5.text-wrap-balance.is-h1 {
  flex-flow: column;
  display: flex;
}

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

.heading-style-h1 {
  letter-spacing: var(--_typography---letter-spacing--headings);
  font-size: 6.5rem;
  font-weight: 400;
  line-height: .9;
}

.heading-style-h1.is-hero-second {
  margin-left: auto;
}

.form_checkbox-icon {
  border: 1px solid var(--border-color--border-primary);
  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 {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

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

.form_checkbox-icon.is-alternate {
  border-color: var(--base-color-neutral--white);
}

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

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

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

.form_field-label.is-alternate {
  color: var(--text-color--text-alternate);
}

.button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 1000rem;
  justify-content: center;
  align-items: center;
  padding: .75em 2em;
  text-decoration: none;
  transition: color 1s cubic-bezier(.19, 1, .22, 1), background-color 1s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
  overflow: clip;
}

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

.button.is-link.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

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

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

.button.is-secondary {
  background-color: var(--base-color-brand--accent);
  color: var(--base-color-brand--white);
}

.button.is-secondary:hover {
  color: var(--text-color--text-primary);
}

.button.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button.is-secondary.is-xlarge {
  padding-left: 3em;
  padding-right: 3em;
  font-size: 2rem;
}

.button.is-small {
  padding: .5rem 1.5rem;
  font-size: .875rem;
}

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

.button.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-brand--white);
  color: var(--text-color--text-primary);
}

.button.is-alternate:hover {
  border-color: var(--base-color-brand--accent);
  color: var(--text-color--text-alternate);
}

.button.is-tertiary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-color: #0000;
}

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

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

.heading-style-h4 {
  letter-spacing: var(--_typography---letter-spacing--headings);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h4.text-wrap-balance.smaller {
  color: var(--base-color-neutral--black);
  text-transform: uppercase;
  align-self: center;
  width: 100%;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
}

.heading-style-h4.text-wrap-balance.smaller.smallest, .heading-style-h4.text-wrap-balance.smaller.smallest-copy {
  font-size: 1.5rem;
}

.heading-style-h4.text-wrap-balance.smaller-copy {
  color: var(--base-color-neutral--black);
  text-transform: uppercase;
  align-self: center;
  width: 100%;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
}

.heading-style-h4.text-wrap-balance.smaller-copy.smallest, .heading-style-h4.text-wrap-balance.smaller-copy.smallest-copy {
  font-size: 1.5rem;
}

.heading-style-h4.text-wrap-balance.smaller-copy {
  color: var(--base-color-brand--white);
  text-transform: uppercase;
  border-radius: 20px;
  align-self: center;
  width: 100%;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
}

.heading-style-h4.text-wrap-balance.smaller-copy.smallest, .heading-style-h4.text-wrap-balance.smaller-copy.smallest-copy {
  font-size: 1.5rem;
}

.heading-style-h4.text-wrap-balance.smaller-copy-copy {
  color: var(--base-color-neutral--black);
  text-transform: uppercase;
  align-self: center;
  width: 100%;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
}

.heading-style-h4.text-wrap-balance.smaller-copy-copy.smallest, .heading-style-h4.text-wrap-balance.smaller-copy-copy.smallest-copy {
  font-size: 1.5rem;
}

.heading-style-h4.text-wrap-balance.smaller-copy-copy.white {
  color: var(--base-color-brand--white);
  text-align: left;
  background-image: linear-gradient(#29073f, #29073f);
  border-radius: 20px;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px;
  text-decoration: none;
}

.heading-style-h4.text-wrap-balance.smaller-copy-copy.white.right {
  text-align: right;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.heading-style-h4.text-wrap-balance.smaller-copy-copy.white.right.iu {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.heading-style-h4.text-wrap-balance.smaller-copy-copy.white.center {
  background-image: none;
  border: 3px solid #5c5c5c;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading-style-h4.text-wrap-balance.smaller-copy-copy.whitr {
  color: var(--base-color-brand--white);
  font-size: 64px;
}

.heading-style-h4.text-wrap-balance.smaller-copy-copy.whitr-copy {
  color: var(--base-color-brand--white);
  text-transform: uppercase;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.heading-style-h4.text-wrap-balance.smaller-copy-copy-copy {
  color: var(--base-color-brand--accent);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 2px #00000080;
  background-image: linear-gradient(#335c4f, #335c4f);
  align-self: center;
  width: 100%;
  max-width: 100%;
  padding-top: 247px;
  padding-bottom: 40px;
  padding-left: 2%;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
}

.heading-style-h4.text-wrap-balance.smaller-copy-copy-copy.smallest, .heading-style-h4.text-wrap-balance.smaller-copy-copy-copy.smallest-copy {
  font-size: 1.5rem;
}

.heading-style-h4.text-wrap-balance.smaller-copy-copy-copy.white {
  color: var(--base-color-neutral--black);
}

.heading-style-h4.text-wrap-balance.smaller-copy-copy-copy.whitr {
  color: var(--base-color-brand--white);
  font-size: 64px;
}

.heading-style-h4.text-wrap-balance.skiils {
  color: var(--base-color-brand--white);
  text-align: left;
  text-transform: uppercase;
  border-radius: 20px;
  align-self: center;
  width: 100%;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
}

.heading-style-h4.text-wrap-balance.skiils.smallest, .heading-style-h4.text-wrap-balance.skiils.smallest-copy {
  font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

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

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

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

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

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

.heading-style-h3 {
  letter-spacing: var(--_typography---letter-spacing--headings);
  height: 100%;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h3.body {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 2.5rem;
  font-weight: 700;
}

.heading-style-h3.body.white {
  color: #fff;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.heading-style-h3.body.white.smaller {
  width: 100%;
  font-size: 1rem;
}

.heading-style-h3.body.white.fd {
  color: #fff;
  border-radius: 0;
  width: 100%;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.heading-style-h3.body.white.fd.new {
  width: 100%;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.heading-style-h3.body.white.fd.new.black {
  width: 100%;
  font-weight: 300;
}

.heading-style-h3.body.white.fd.new.black.smaller {
  font-size: 20px;
}

.heading-style-h3.body.white.fd.new.black.smaller.wh {
  color: #fff;
}

.heading-style-h3.body.white.fd.black {
  width: 100%;
}

.heading-style-h3.body.white.fd.black.herp_40 {
  color: #fff;
  width: 50%;
}

.heading-style-h3.body.white.fd-copy {
  color: #000;
  width: 100%;
}

.heading-style-h3.body.white.fds {
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-style-h3.body.white.dsf {
  color: #000;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-style-h3.body.white.fd-copy {
  color: #000;
  border-radius: 0;
  width: 100%;
}

.heading-style-h3.body.white.fd-copy.black {
  text-align: left;
}

.heading-style-h3.body.white.fd-copy {
  color: #fff;
  text-align: center;
  letter-spacing: var(--border-stroke--normal);
  border-radius: 0;
  width: 100%;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.heading-style-h3.body.white.fd-copy.left {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 20px;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 3rem;
}

.heading-style-h3.body.white.black {
  color: #000;
  border-radius: 0;
  width: 100%;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.heading-style-h3.body.white.gray-text {
  color: #000;
  border-radius: 0;
  width: 100%;
}

.heading-style-h3.body.white.fd-copy-copy {
  color: #fff;
  text-align: center;
  border-radius: 0;
  width: 60%;
  padding-bottom: 100px;
  font-weight: 400;
}

.heading-style-h3.body.white.fd-copy-copy.new {
  width: 100%;
}

.heading-style-h3.body-copy {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 2.5rem;
  font-weight: 700;
}

.heading-style-h3.body-copy.white {
  color: #fff;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}

.heading-style-h3.body-copy.white.smaller {
  width: 100%;
  font-size: 1rem;
}

.heading-style-h3.body-copy.center {
  color: #fff;
  text-align: left;
  width: 100%;
  height: auto;
  padding: 0 40px;
  font-family: Varela, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}

.heading-style-h3.body-copy.center.smaller {
  width: 100%;
  font-size: 1rem;
}

.heading-style-h3.body-copy-copy {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 2.5rem;
  font-weight: 700;
}

.heading-style-h3.body-copy-copy.white {
  color: #fff;
  text-transform: uppercase;
  column-count: auto;
  width: 70%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.heading-style-h3.body-copy-copy.white.smaller {
  width: 100%;
  font-size: 1rem;
}

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

.form_input {
  color: var(--text-color--text-alternate);
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  height: 4.5rem;
  margin-bottom: 0;
  padding: 0 1.35rem;
  font-size: 1.25rem;
  line-height: 1.6;
  transition: font-size 1s cubic-bezier(.19, 1, .22, 1);
}

.form_input:focus {
  background-color: #0000;
  border-color: #000;
}

.form_input:focus-visible, .form_input[data-wf-focus-visible] {
  background-color: #0000;
}

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

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

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: url('../images/chevron-down-white.svg');
}

.form_input.is-alternate {
  border-color: var(--base-color-neutral--white);
  color: var(--text-color--text-alternate);
  background-color: #0000;
}

.form_input.is-alternate::placeholder {
  color: #fff9;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-color-black {
  color: var(--black-archive\<deleted\|variable-dccb7db6\>);
}

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

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

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

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

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

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

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

.rl-styleguide_subheading {
  z-index: 3;
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary);
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.form_radio-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  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-icon.is-alternate {
  border-color: var(--base-color-neutral--white);
}

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

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

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

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

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

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

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

.form_field-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_checkbox.is-alternate {
  color: var(--text-color--text-alternate);
}

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

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

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

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

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

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

.pointer-events-auto {
  pointer-events: auto;
}

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

.pointer-events-none {
  pointer-events: none;
}

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary);
}

.padding-global {
  z-index: 2;
  background-image: linear-gradient(#004718, #67bccf);
  border-bottom: 0 #bdbbb3;
  flex-flow: column;
  flex: 1;
  width: 100%;
  padding-left: 4%;
  padding-right: 4%;
  display: none;
  position: relative;
}

.padding-global.white {
  background-image: linear-gradient(#333, #333);
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-bottom: 100px;
  padding-left: 140px;
  padding-right: 140px;
}

.padding-global.white.yellow {
  background-image: linear-gradient(#1f1f1f, #1f1f1f);
}

.padding-global.white.new {
  background-image: linear-gradient(#1f1f1f, #1f1f1f);
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.padding-global.white.new.core {
  background-image: linear-gradient(#364f1b, #364f1b);
  justify-content: flex-start;
  align-items: center;
  padding: 100px 10%;
  display: flex;
}

.padding-global.white.new.photo {
  padding-top: 100px;
}

.padding-global.white.new.photo.pesonal {
  padding-bottom: 140px;
}

.padding-global.white.new.photo.approach {
  background-image: linear-gradient(#0009, #0009), url('../images/HipstamaticPhoto-637289183.628450.JPG');
  background-position: 0 0, 2% 80%;
  background-size: auto, auto;
  padding-top: 140px;
  padding-bottom: 0;
}

.padding-global.white.new.green {
  background-image: linear-gradient(#26695d, #26695d);
  padding: 100px 10%;
  display: flex;
}

.padding-global.white.new.green.endtoend {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#000000cf, #000000cf);
  padding-top: 140px;
  padding-bottom: 140px;
}

.padding-global.white.new.green.endtoend.dark {
  background-image: linear-gradient(#153363, #153363), url('../images/redwoods.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.padding-global.tiles {
  background-image: linear-gradient(#4c4069, #4c4069);
  display: none;
}

.padding-global.white-copy {
  background-image: linear-gradient(#2c2c37, #2c2c37);
  padding-top: 140px;
  padding-bottom: 100px;
  display: flex;
}

.padding-global.about {
  background-image: linear-gradient(#000647, #67bccf);
}

.padding-global.about.skill {
  background-image: linear-gradient(#134422, #6ab28c);
}

.padding-global.about.skill.fedex {
  background-image: linear-gradient(#131444, #4460ff);
}

.padding-global.fedex {
  background-image: linear-gradient(#000647, #67bccf);
  height: auto;
}

.padding-global.thework {
  background-image: linear-gradient(#440909, #cf8667);
}

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

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

.padding-section-large.padding-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: flex-start;
  padding-top: 8rem;
  display: flex;
}

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

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

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

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

.rl-styleguide_nav {
  z-index: 1000;
  background-color: var(--background-color--background-alternate);
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: var(--link-color--link-alternate);
  border-radius: 100rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--background-color--background-primary);
  color: var(--link-color--link-primary);
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

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

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

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

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

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

.background-color-alternative {
  background-color: var(--background-color--background-alternate);
}

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

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

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

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #fff;
  background-color: #161616;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url('../images/Webflow-Background.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-style-tagline {
  color: var(--text-color--text-secondary);
  letter-spacing: -.03em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Varela, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--base-color-neutral--neutral-lightest);
  background-color: var(--base-color-neutral--neutral-lightest);
  color: var(--base-color-neutral--black);
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  background-color: #0000;
  border-style: none;
  border-color: #0000;
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.tag.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.navbar_component {
  padding-top: var(--_ix---rounded-padding);
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080);
  background-position: 0 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 0;
  display: flex;
  position: relative;
}

.navbar_container.container-large {
  flex-flow: row;
}

.navbar_container.container-large.logo {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-height: 100%;
  padding-top: 0;
}

.navbar_logo-link {
  z-index: 2;
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  color: var(--base-color-brand--accent);
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: relative;
}

.navbar_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar_menu.is-page-height-tablet {
  z-index: 2;
  position: relative;
}

.navbar_menu-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar_menu-links.no-scrollbar {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.navbar_link {
  color: var(--base-color-brand--white);
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-family: Varela, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.navbar_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  padding: .5rem;
}

.navbar_dropdown-link {
  padding: .5rem 1rem;
}

.navbar_dropdown-link.w--current {
  color: var(--base-color-neutral--black);
}

.navbar_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar_menu-button {
  z-index: 2;
  padding: 0;
}

.navbar_logo-text {
  font-weight: 400;
  transition: transform 1s cubic-bezier(.86, 0, .07, 1);
}

.navbar_logo-text.is-1 {
  transform: translate(-110%);
}

.navbar_logo-text.is-1.is-duplicate {
  position: absolute;
  left: 110%;
}

.navbar_logo-text.is-2 {
  transform: translate(0, -100%);
}

.navbar_logo-text.is-2.is-duplicate {
  position: absolute;
  top: 100%;
  left: 0;
}

.navbar_logo-text.is-3 {
  letter-spacing: var(--border-stroke--normal);
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #5e5e5ef0;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 1.5rem;
  transform: translate(0, 100%);
}

.navbar_logo-text.is-3.is-duplicate {
  letter-spacing: var(--border-stroke--normal);
  text-transform: uppercase;
  width: 400px;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 2rem;
  line-height: 2;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.section_hero {
  border-radius: var(--_ix---rounded-radius);
  background-color: var(--background-color--background-alternate);
  color: var(--text-color--text-alternate);
  transition: border-radius 1.5s cubic-bezier(1, 0, 0, 1);
  position: relative;
  overflow: clip;
}

.section-content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  width: 100%;
  display: grid;
  position: relative;
}

.section-content.large-left {
  grid-template-columns: 1.5fr 1fr;
}

.section-content.large-right {
  grid-template-columns: 1fr 1.5fr;
}

.content-group {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  transform-origin: 0 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-items: start;
  display: flex;
}

.content-group.centered {
  text-align: center;
  justify-content: center;
  justify-items: center;
}

.content-group.full-width {
  width: 100%;
}

.content-group.gap-large {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.content-group.gap-medium {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.content-group.gap-small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.content-group.gap-tiny {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.content-group.no-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

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

.flex-column.gap-large {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.flex-column.gap-medium {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.flex-column.gap-small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: flex-start;
}

.flex-column.gap-tiny {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

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

.flex-row.gap-large {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.flex-row.gap-medium {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.flex-row.gap-small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.flex-row.gap-small.align-right {
  margin-left: auto;
}

.flex-row.gap-tiny {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.flex-row.full-width {
  width: 100%;
}

.flex-row.no-wrap {
  flex-wrap: nowrap;
}

.hero_content {
  height: calc(100svh - var(--_ix---rounded-padding) * 2);
  position: static;
}

.hero_content.section-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 2.5rem;
  transition: height 1s cubic-bezier(1, 0, 0, 1);
  display: flex;
}

.hero_content.section-content.is-stripe {
  justify-content: center;
  align-items: center;
}

.hero_content.section-content.project {
  height: calc(100svh - var(--_ix---rounded-padding) * 2);
}

.background-wrapper {
  z-index: 1;
  pointer-events: none;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.background-image {
  z-index: 2;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.background-image.is-hero {
  object-fit: contain;
  object-position: 50% 100%;
  margin-bottom: calc(-1 * var(--_ix---rounded-padding));
  margin-right: calc(-1 * var(--_ix---rounded-padding));
  width: 40%;
  height: 100vh;
  max-height: 60rem;
  overflow: clip;
}

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

.hero_background {
  z-index: 1;
  background-color: #000;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero_background.is-right {
  inset: 0% 0% 0% auto;
}

.background-scroll-trigger {
  height: 100%;
  position: absolute;
  inset: 100% auto auto 0%;
}

.background-image_subject {
  z-index: 2;
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.hero_marquee-text {
  flex: none;
}

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

.hero_marquee-track, .hero_marquee-track-wrapper {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_content-wrapper {
  z-index: 3;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
  position: relative;
}

.text-wrap-balance {
  text-wrap: balance;
}

.hero_cta {
  display: none;
}

.hero_bottom {
  z-index: 3;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

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

.hero-bg-blur {
  z-index: 1;
  aspect-ratio: auto;
  background-color: var(--base-color-brand--white);
  opacity: .2;
  filter: blur(10rem);
  border-radius: 50%;
  width: 60%;
  height: 120%;
  position: absolute;
  top: 100%;
  bottom: auto;
  overflow: visible;
  transform: translate(0, -50%);
}

.rounded-section-wrapper {
  padding: var(--_ix---rounded-padding);
  transition: padding 1.5s cubic-bezier(1, 0, 0, 1);
}

.rounded-section-wrapper.is-loading {
  padding: 0;
  display: block;
}

.hero-round-wrapper {
  overflow: hidden;
}

.hero_heading {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
  transform: translate(0);
}

.heading-style-h0 {
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-left: -.075em;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: clamp(4rem, 19vw, 23rem);
  font-weight: 400;
  line-height: 1;
}

.heading-style-h0.is-hero-second {
  margin-left: auto;
}

.hero_heading-mask {
  margin-bottom: -1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 20px;
  display: flex;
  overflow: clip;
}

.hero_heading-mask.is-second {
  justify-content: flex-end;
  align-items: flex-start;
}

.h1-mask {
  overflow: hidden;
}

.webflow-badge {
  width: 14rem;
  height: 2rem;
}

.webflow-link {
  box-shadow: none;
  transition: box-shadow .5s cubic-bezier(.19, 1, .22, 1);
  display: inline-flex;
}

.webflow-link:hover {
  box-shadow: 0 .5rem 1.5rem -.25rem #146ef4;
}

.webflow-link_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

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

.intro_content {
  grid-auto-columns: 1fr;
}

.intro_content.section-content.large-left {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  place-items: start;
  display: grid;
}

.intro_content-left {
  max-width: 45rem;
  margin-bottom: 4.5rem;
}

.intro_content-right {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 22rem;
  display: flex;
}

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

.button-text.is-clone {
  position: absolute;
  top: 100%;
}

.button-text_wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  transition: transform 1s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
  overflow: visible;
}

.button-text_track {
  transition: transform 1s cubic-bezier(.19, 1, .22, 1);
}

.button-fill {
  z-index: 1;
  aspect-ratio: 1;
  background-color: var(--base-color-brand--accent);
  border-radius: 50%;
  width: 105%;
  position: absolute;
}

.button-arrow-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  transition: width 1s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: absolute;
  left: 100%;
  overflow: clip;
}

.button-arrow-wrapper.is-small {
  right: 1rem;
}

.button-arrow {
  flex: none;
  justify-content: center;
  align-items: center;
  width: .65rem;
  height: .65rem;
  transition: transform 1s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  transform: translate(-100%, 100%);
}

.button-arrow.is-small {
  width: .5rem;
  height: .5rem;
}

.button-arrow.is-xlarge {
  width: .6em;
  height: .6em;
}

.navbar_link-text {
  color: var(--base-color-brand--white);
  -webkit-text-stroke-color: var(--border-color--border-primary);
}

.navbar_link-text.is-clone {
  color: var(--base-color-brand--white);
  font-family: Varela, sans-serif;
  position: absolute;
  top: 100%;
}

.navbar_link-track {
  color: var(--base-color-neutral--neutral-darkest);
  transition: transform 1s cubic-bezier(.19, 1, .22, 1);
}

.navbar_link-dot {
  background-color: currentColor;
  border-radius: 50%;
  width: .25rem;
  height: .25rem;
  transition-property: transform;
  transition-duration: .7s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  position: absolute;
  left: 0%;
  transform: scale(0);
}

.loader {
  z-index: 9999;
  color: var(--text-color--text-alternate);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 200%);
}

.loader_bg {
  z-index: 1;
  background-color: var(--base-color-brand--black);
  background-image: radial-gradient(circle farthest-corner at 50% 85%, #242424 5%, var(--base-color-brand--black) 42%);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 200vw;
  height: 125vh;
  display: flex;
  position: absolute;
  overflow: clip;
}

.loader_text-wrapper {
  z-index: 2;
  grid-column-gap: .15em;
  grid-row-gap: .15em;
  letter-spacing: -.03em;
  justify-content: center;
  align-items: center;
  font-size: 6vw;
  display: flex;
  position: absolute;
  overflow: clip;
}

.loader_text.is-1, .loader_text.is-2, .loader_text.is-3 {
  transform: none;
}

.loader_trigger {
  display: none;
}

.loader_text-inner {
  z-index: 2;
  grid-column-gap: .15em;
  grid-row-gap: .15em;
  letter-spacing: -.03em;
  justify-content: center;
  align-items: center;
  font-size: 3vw;
  display: flex;
  overflow: clip;
}

.hero_mobile-image-overlay {
  display: none;
}

.button-text_track-mask {
  z-index: 2;
  transition: transform 1s cubic-bezier(.19, 1, .22, 1);
  position: relative;
  overflow: clip;
}

.hero_heading-1 {
  transform: translate(0);
}

.hero_heading-2 {
  position: absolute;
  top: 80%;
  left: 25%;
  transform: translate(0);
}

.navbar_bg {
  z-index: 1;
  opacity: 0;
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
  background-color: #535353b3;
  border-radius: .75rem;
  display: none;
  position: absolute;
  inset: 0 -1.5rem;
}

.navbar_link-mask {
  overflow: clip;
}

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

.navbar_social-link {
  color: var(--link-color--link-alternate);
  font-family: Varela, sans-serif;
  text-decoration: none;
}

.navbar_social-link:hover {
  color: var(--link-color--link-secondary);
}

.navbar_mobile-bottom {
  display: none;
}

.no-scrollbar {
  max-width: none;
}

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

.projects_content.section-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.projects_collection {
  z-index: 1;
  width: 100%;
  position: relative;
}

.projects_list {
  box-shadow: 0 .0625rem 0 0 var(--border-color--border-secondary);
  overflow: visible;
}

.projects_item {
  box-shadow: 0 -.0625rem 0 0rem var(--border-color--border-secondary);
  cursor: none;
  position: relative;
  overflow: visible;
}

.projects_item-content {
  z-index: 1;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  align-items: center;
  height: auto;
  transition: opacity .5s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
  overflow: clip;
}

.projects_image-wrapper {
  aspect-ratio: 3 / 2;
  background-color: var(--background-color--background-secondary);
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 100%;
  padding: 1.25rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.projects_image {
  z-index: 2;
  box-shadow: 0 0 0 var(--border-stroke--normal) #00000012;
  object-position: 50% 0%;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
  overflow: clip;
  transform: translate(-115%)scale(.9);
}

.projects_image.is-bg {
  z-index: 1;
  box-shadow: none;
  filter: blur(1.25rem) brightness(75%);
  object-fit: cover;
  width: 120%;
  max-width: 120%;
  height: 120%;
  transition-property: none;
  position: absolute;
  inset: -10%;
  transform: none;
}

.projects_image.is-video {
  z-index: 3;
  aspect-ratio: 3 / 2;
  box-shadow: none;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 0;
  display: flex;
  position: absolute;
  overflow: clip;
  transform: none;
}

.projects_services-collection {
  width: 100%;
  transition: transform 1s cubic-bezier(.19, 1, .22, 1);
}

.projects_services-list {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-flow: wrap;
  display: flex;
}

.projects_services-text {
  color: var(--text-color--text-secondary);
  font-size: 1.125rem;
  position: relative;
}

.projects_item-inner {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.projects_item-name {
  padding-top: .65em;
  padding-bottom: .65em;
}

.projects_item-name.is-clone {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: visible;
}

.projects_year {
  background-color: var(--base-color-brand--black);
  color: var(--text-color--text-alternate);
  border-radius: 100rem;
  padding: .25em 1em;
  font-size: 1.125rem;
  transition-property: transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(.77, 0, .175, 1);
  position: absolute;
  right: calc(100% + 2rem);
  transform: translate(2rem);
}

.projects_wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.projects_cursor {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--base-color-brand--black);
  color: var(--text-color--text-alternate);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  transition: transform .7s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  transform: scale(0);
}

.projects_cursor-text {
  opacity: 0;
  text-align: center;
  transition: opacity 1.2s cubic-bezier(.19, 1, .22, 1);
}

.projects_cursor-wrapper {
  z-index: 2;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.projects_cursor-trigger {
  z-index: 3;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: auto;
}

.projects_item-name-track {
  flex-flow: column;
  transition: transform 1s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
}

.projects_item-name-mask {
  transition: transform 1s cubic-bezier(.19, 1, .22, 1);
  overflow: clip;
}

.projects_cursor-move {
  position: absolute;
}

.absolute-link {
  z-index: 2;
  display: block;
  position: absolute;
  inset: 0%;
}

.absolute-link.is-projects {
  cursor: none;
}

.projects_right-wrapper {
  justify-content: flex-start;
  align-items: center;
  transition: transform .6s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
  transform: translate(100%);
}

.projects_item-name-text {
  color: var(--base-color-brand--white);
  letter-spacing: var(--_typography---letter-spacing--headings);
  width: auto;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: .9;
  display: flex;
  overflow: visible;
}

.projects_cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.projects_item-scroll-trigger {
  width: 0;
  height: 100vh;
  padding: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section_gallery {
  background-color: var(--background-color--background-alternate);
  color: var(--text-color--text-alternate);
  display: flex;
  overflow: clip;
}

.gallery_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 1.5rem;
}

.gallery_column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  opacity: .5;
  flex-flow: column;
  flex: none;
  display: flex;
}

.gallery_item {
  width: 100%;
  overflow: clip;
}

.gallery_image {
  border-radius: .5rem;
  width: 25vw;
  min-width: 24rem;
}

.gallery_component {
  justify-content: center;
  align-items: flex-start;
  min-height: 150svh;
  display: flex;
  position: relative;
}

.gallery_text-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  display: flex;
  position: sticky;
  top: 0;
}

.gallery_text-wrapper {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  display: flex;
  overflow: clip;
}

.gallery_text {
  letter-spacing: var(--_typography---letter-spacing--headings);
}

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

.about-content.section-content {
  grid-row-gap: 5rem;
  background-image: linear-gradient(#fff, #fff);
  grid-template-columns: 1fr;
  padding: 100px 0%;
}

.about-content.section-content.new {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.about-content.section-content.color {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: linear-gradient(#266a5c, #266a5c);
  flex-flow: column;
  grid-auto-flow: row;
  display: flex;
}

.about-content.section-content.color.body {
  padding-top: 100px;
  padding-left: 2%;
  padding-right: 2%;
}

.about-content.section-content.color.body.stroke {
  border-top: 10px solid #c9c8b5;
  border-bottom: 1px #000;
}

.about-content.section-content.color.body.stroke.overview {
  grid-column-gap: 2.1rem;
  grid-row-gap: 2.1rem;
  background-image: none;
  background-position: 0 0;
  border-top-style: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  padding: 220px 4%;
}

.about-content.section-content.color.body.stroke.ttiles {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: linear-gradient(#1642239e, #1642239e), url('../images/Paper.png');
  background-position: 0 0, 0 0;
  border-top-style: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100vw;
  padding: 5% 2% 40px;
}

.about-content.section-content.color.body.stroke.ttiles.gap {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  background-image: linear-gradient(#316054, #316054);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-flow: column;
  padding-bottom: 220px;
}

.about-content.section-content.color.body.stroke.ttiles.gap-copy {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  background-image: linear-gradient(#074639cc, #074639cc), url('../images/Paper.png'), linear-gradient(#fff, #fff);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-flow: column;
  padding-top: 5%;
  padding-bottom: 220px;
}

.about-content.section-content.color.body.stroke.ttiles.gap-copy.purple {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: linear-gradient(#080746cc, #080746cc), url('../images/Paper.png'), linear-gradient(#fff, #fff);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
  padding-top: 5%;
}

.about-content.section-content.color.body.stroke.ttiles.gap-copy.purple.white {
  background-image: linear-gradient(#080746cc, #080746cc), url('../images/Paper.png'), linear-gradient(#fff, #fff);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
}

.about-content.section-content.color.body.stroke.ttiles.gap-copy.purple.white.blue {
  background-image: linear-gradient(#055557cc, #055557cc), url('../images/Paper.png'), linear-gradient(#fff, #fff);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 100px;
  padding-right: 100px;
}

.about-content.section-content.color.body.stroke.ttiles.white {
  background-image: none;
  background-position: 0 0;
  max-width: none;
  padding-left: 100px;
  padding-right: 100px;
}

.about-content.section-content.color.body.stroke.ttiles.white.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.about-content.section-content.color.body.stroke.ttiles.white.left._100 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
}

.about-content.section-content.color.body.stroke.ttiles.morepadding {
  padding-bottom: 140px;
}

.about-content.section-content.color.body.stroke.gap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-image: none;
  background-position: 0 0;
  border-top-style: none;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 0% 2% 40px;
}

.about-content.section-content.color.body.stroke.overview-copy {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  background-image: none;
  background-position: 0 0;
  border-top-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 40px 2%;
}

.about-content.section-content.color.body.stroke.overview-copy-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: none;
  background-position: 0 0;
  border-top-style: none;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 0% 2% 5%;
  display: none;
}

.about-content.section-content.color.body.stroke-copy.gap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-image: none;
  background-position: 0 0;
  border-top-style: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  padding: 10% 4% 40px;
}

.about-content.section-content.color.body.stroke-copy.overview-copy-copy-copy {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: none;
  background-position: 0 0;
  border-top-style: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 5% 2%;
}

.about-content.section-content.color.body.stroke-copy.overview-copy-copy-copy.less-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.about-content.section-content.color.body.stroke-copy.overview-copy-copy-copy.less-gap.don {
  background-image: linear-gradient(#395f52, #395f52);
  background-position: 0 0;
  flex-flow: column;
  padding-top: 10%;
  padding-bottom: 10%;
  display: none;
}

.about-content.section-content.color.body.stroke-copy.overview-copy-copy-copy.turn2 {
  flex-flow: column;
}

.about-content.section-content.color.body.stroke-copy.overview-copy-copy-copy-copy {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: linear-gradient(#3a5f53, #3a5f53);
  background-position: 0 0;
  border-top-style: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 5% 2%;
}

.about-content.section-content.color.body.stroke-copy.overview-copy-copy-copy-copy.less-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.about-content.section-content.color.body.stroke-copy.overview-copy-copy-copy-copy.less-gap.don {
  background-image: linear-gradient(#395f52, #395f52);
  background-position: 0 0;
  flex-flow: column;
}

.about-content.section-content.color.body.stroke-copy.overview-copy-copy-copy-copy.turn2 {
  flex-flow: column;
}

.about-content.section-content.color.body.stroke-copy.overview-copy-copy-copy-copy-copy {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: none;
  border-top-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 10% 2%;
  display: none;
}

.about-content.section-content.color.body.stroke-copy.overview-copy-copy-copy-copy-copy.less-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.about-content.section-content.color.body.stroke-copy.overview-copy-copy-copy-copy-copy.less-gap.don {
  background-image: linear-gradient(#395f52, #395f52);
  background-position: 0 0;
  flex-flow: column;
}

.about-content.section-content.color.body.stroke-copy.overview-copy-copy-copy-copy-copy.turn2 {
  flex-flow: column;
}

.about-content.section-content.color.body.stroke-copy {
  border-top: 10px solid #c9c8b5;
  border-bottom: 1px #000;
}

.about-content.section-content.color.body.stroke-copy.overview {
  grid-column-gap: 2.1rem;
  grid-row-gap: 2.1rem;
  background-image: none;
  background-position: 0 0;
  border-top-style: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  padding: 220px 4%;
}

.about-content.section-content.color.body.stroke-copy.ttiles {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  background-image: none;
  background-position: 0 0;
  border-top-style: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100vw;
  padding: 10% 4% 40px;
}

.about-content.section-content.color.body.stroke-copy.gap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-image: linear-gradient(#e8be55, #e8be55);
  border-top-style: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  padding: 140px 4%;
}

.about-content.section-content.color.body.stroke-copy.gap.white {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: none;
  padding: 10% 5% 0%;
  font-weight: 700;
  display: block;
}

.about-content.section-content.color.body.stroke-copy.overview-copy {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  background-image: none;
  background-position: 0 0;
  border-top-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 40px 2%;
}

.about-content.section-content.color.body.stroke-copy.overview-copy-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: none;
  background-position: 0 0;
  border-top-style: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 0% 2% 5%;
}

.about-content.section-content.color.body.stroke-copy-copy {
  border-top: 10px solid #c9c8b5;
  border-bottom: 1px #000;
}

.about-content.section-content.color.body.stroke-copy-copy.overview {
  grid-column-gap: 2.1rem;
  grid-row-gap: 2.1rem;
  background-image: none;
  background-position: 0 0;
  border-top-style: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  padding: 220px 4%;
}

.about-content.section-content.color.body.stroke-copy-copy.ttiles {
  grid-column-gap: 2.1rem;
  grid-row-gap: 2.1rem;
  background-image: none;
  background-position: 0 0;
  border-top-style: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  padding: 10% 4% 40px;
}

.about-content.section-content.color.body.stroke-copy-copy.gap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-image: none;
  background-position: 0 0;
  border-top-style: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  padding: 10% 4% 40px;
}

.about-content.section-content.color.body.stroke-copy-copy.overview-copy {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  background-image: none;
  background-position: 0 0;
  border-top-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 40px 2%;
}

.about-content.section-content.color.body.stroke-copy-copy.overview-copy-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: none;
  background-position: 0 0;
  border-top-style: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 10% 2% 5%;
}

.about-content.section-content.color.body.stroke-copy-copy.overview-copy-copy-copy {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: none;
  background-position: 0 0;
  border-top-style: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 5% 2%;
}

.about-content.section-content.color.body.stroke-copy-copy.overview-copy-copy-copy.less-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.about-content.section-content.color.body.stroke-copy-copy.overview-copy-copy-copy.less-gap.don {
  background-image: linear-gradient(#395f52, #395f52);
  background-position: 0 0;
  flex-flow: column;
  padding-top: 10%;
  padding-bottom: 10%;
}

.about-content.section-content.color.body.stroke-copy-copy.overview-copy-copy-copy.turn2 {
  flex-flow: column;
}

.about-content.section-content.color.body.stroke-copy-copy.overview-copy-copy-copy-copy.less-gap.don {
  background-image: linear-gradient(#395f52, #395f52);
  background-position: 0 0;
  flex-flow: column;
}

.about-content.section-content.color.body.stroke-copy-copy.overview-copy-copy-copy-copy-copy {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: linear-gradient(#3a5f53, #3a5f53);
  background-position: 0 0;
  border-top-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 10% 2%;
}

.about-content.section-content.color.body.stroke-copy-copy.overview-copy-copy-copy-copy-copy.less-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.about-content.section-content.color.body.stroke-copy-copy.overview-copy-copy-copy-copy-copy.less-gap.don {
  background-image: linear-gradient(#395f52, #395f52);
  background-position: 0 0;
  flex-flow: column;
}

.about-content.section-content.color.body.stroke-copy-copy.overview-copy-copy-copy-copy-copy.turn2 {
  flex-flow: column;
}

.about-content.section-content.color.body.stroke-copy-copy.overview-copy-copy-copy-copy {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  background-image: none;
  background-position: 0 0;
  border-top-style: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 5% 0% 5% 6%;
}

.about-content.section-content.color.body.stroke-copy-copy.overview-copy-copy-copy-copy.less-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.about-content.section-content.color.body.stroke-copy-copy.overview-copy-copy-copy-copy.less-gap.don {
  background-image: linear-gradient(#395f52, #395f52);
  background-position: 0 0;
  flex-flow: column;
  padding-top: 10%;
  padding-bottom: 10%;
}

.about-content.section-content.color.body.stroke-copy-copy.overview-copy-copy-copy-copy.turn2 {
  flex-flow: column;
}

.about-content.section-content.color.body.stroke-copy-copy.hero_type {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  background-image: none;
  background-position: 0 0;
  border-top-style: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 10% 0% 5% 6%;
}

.about-content.section-content.color.body.stroke-copy-copy.hero_type.less-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.about-content.section-content.color.body.stroke-copy-copy.hero_type.less-gap.don {
  background-image: linear-gradient(#395f52, #395f52);
  background-position: 0 0;
  flex-flow: column;
  padding-top: 10%;
  padding-bottom: 10%;
}

.about-content.section-content.color.body.stroke-copy-copy.hero_type.turn2 {
  flex-flow: column;
}

.about-content.section-content.color.new, .about-content.section-content.color.homehero {
  padding: 0 0%;
  display: none;
}

.about-content_body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--background-color--background-alternate);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 0;
  display: flex;
}

.about-content_body.white {
  color: var(--base-color-neutral--white);
}

.about-content_body.wider {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
}

.indent {
  direction: ltr;
  padding-left: 1.25em;
}

.about_marquee {
  opacity: .05;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about_marquee-track {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-content_main {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.intro_content-skillls {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  display: grid;
}

.intro_content-skill {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.skill_divider {
  height: var(--border-stroke--normal);
  background-color: var(--border-color--border-secondary);
  transform-origin: 0%;
  width: 100%;
}

.intro_content-skill-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-content_images {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 40rem;
  max-height: 80vh;
  display: flex;
  position: relative;
  overflow: clip;
}

.about-content_image {
  z-index: 1;
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  position: relative;
}

.about_item-mask {
  position: relative;
  overflow: clip;
}

.about_item-text {
  padding-bottom: .125em;
}

.about_item-text.heading-style-h2 {
  padding-right: 1.5em;
}

.about_item-text.heading-style-h2.is-clone {
  font-style: italic;
  position: absolute;
  inset: 100% auto auto 0%;
}

.about_item-track {
  transition: transform 1s cubic-bezier(.19, 1, .22, 1);
  position: relative;
}

.about_body {
  max-width: 26rem;
}

.about-content_image-mask {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: clip;
}

.about-content_image-mask.is-1 {
  z-index: 2;
}

.about-content_image-mask.is-2 {
  z-index: 1;
  top: 100%;
}

.about-content_image-mask.is-3 {
  z-index: 1;
  top: 200%;
}

.about-content_image-mask.is-4 {
  z-index: 1;
  top: 300%;
}

.about-content_image-overlay {
  z-index: 2;
  background-color: var(--background-color--background-secondary);
  width: 100%;
  height: 120%;
  position: absolute;
  left: 0%;
  right: 0%;
  transform: translate(0, -100%);
}

.about_tabs {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.about_tab {
  cursor: pointer;
  text-decoration: none;
  position: relative;
}

.about-content_image-track {
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(.645, .045, .355, 1);
  position: relative;
  transform: translate(0%, 100%);
}

.about-content_image-parallax {
  background-color: var(--background-color--background-secondary);
  width: 100%;
  height: calc(100% + 10rem);
}

.footer14_component {
  background-color: var(--background-color--background-alternate);
  color: var(--text-color--text-alternate);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.footer14_component.padding-section-large {
  opacity: 1;
  background-image: linear-gradient(#1f1f1f, #1f1f1f);
  border-bottom: 1px #222;
  padding-top: 0;
  padding-bottom: 0;
}

.footer14_cta {
  grid-column-gap: 15vw;
  grid-row-gap: 7rem;
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  place-items: start stretch;
  display: grid;
}

.line-divider {
  background-color: var(--border-color--border-primary);
  width: 100%;
  height: 1px;
}

.footer14_top-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
}

.footer14_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer14_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

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

.footer14_logo-link {
  padding-left: 0;
}

.footer14_image-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding-left: .75rem;
  display: flex;
  position: relative;
}

.footer14_image-item {
  margin-left: -.75rem;
}

.footer14_image {
  object-fit: cover;
  object-position: 50% 40%;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  display: block;
}

.footer14_bottom-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: var(--base-color-neutral--neutral-darker);
  border-radius: .75rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  padding: 1rem;
  display: flex;
}

.footer14_credit-text {
  opacity: .75;
  text-align: center;
  padding-top: 40px;
  font-family: Varela, sans-serif;
  font-size: .875rem;
}

.footer14_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
}

.footer14_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer_bg-blur {
  z-index: 1;
  aspect-ratio: 1;
  background-color: var(--base-color-brand--white);
  opacity: .2;
  filter: blur(10rem);
  border-radius: 50%;
  width: 60%;
  position: absolute;
  bottom: 100%;
  transform: translate(0, 50%);
}

.footer_content {
  width: 100%;
}

.about_tabs-section {
  flex-flow: column;
  height: 400vh;
  margin-top: -5rem;
  display: flex;
  position: relative;
}

.about_tabs-sticky {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: sticky;
  top: 1rem;
}

.about_tabs-scroll-anchors {
  pointer-events: none;
  flex-flow: column;
  height: 100%;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0 auto auto 0%;
}

.about_tabs-scroll-anchor {
  flex: none;
  height: 90vh;
  padding: 0;
}

.about_tabs-scroll-anchor.is-last {
  height: 400vh;
}

.about_scroll-progress {
  width: var(--border-stroke--normal);
  background-color: var(--border-color--border-secondary);
  transform-origin: 50% 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1rem;
}

.about_tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.tagline-dot {
  background-color: var(--base-color-brand--accent);
  border-radius: 50%;
  width: .35rem;
  height: .35rem;
  transition: background-color 1s cubic-bezier(.19, 1, .22, 1);
}

.tagline-dot.is-active {
  background-color: var(--base-color-brand--accent);
}

.tagline-dot.is-form {
  background-color: var(--text-color--text-secondary);
}

.about_tagline-heading {
  margin-left: -1.125rem;
}

.footer_heading-wrapper {
  grid-column-gap: .15em;
  grid-row-gap: 0em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: clamp(3em, 9vw, 8em);
  line-height: 1;
  display: flex;
}

.footer-details-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.footer_details {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  padding-right: 5rem;
  display: flex;
  position: sticky;
  top: 8rem;
}

.footer_bottom-link {
  color: var(--link-color--link-alternate);
  text-decoration: none;
}

.footer_bottom-link:hover {
  color: var(--link-color--link-secondary);
}

.contact-form_layout {
  grid-column-gap: NaNpx;
  grid-row-gap: NaNpx;
  flex-flow: column;
  display: flex;
}

.form_input-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
}

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

.contact-form_button {
  width: 100%;
  font-size: 2rem;
}

.form_input-bar {
  background-color: var(--base-color-neutral--neutral-dark);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: .125rem;
  display: flex;
}

.form_input-bar-fill {
  background-color: var(--base-color-neutral--neutral);
  transform-origin: 0%;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(.19, 1, .22, 1);
  transform: scale3d(0, 1, 1);
}

.footer_socials {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  display: flex;
}

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

.radio2_field {
  border: 1px solid var(--border-color--border-primary);
  color: var(--text-color--text-secondary);
  align-items: center;
  margin-bottom: 0;
  padding: .5em 1em;
  font-size: 1.5rem;
  display: flex;
  position: relative;
}

.radio2_field.is-active-inputactive {
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
}

.radio2_icon {
  border: .125rem solid var(--base-color-neutral--neutral-dark);
  cursor: pointer;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.radio2_icon.w--redirected-checked {
  background-color: var(--base-color-neutral--neutral-dark);
  background-image: none;
  border-color: #0000;
}

.radio2_icon.w--redirected-focus {
  box-shadow: none;
}

.radio2_label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1em;
  font-weight: 400;
  position: relative;
}

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

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

.checkbox_field {
  border: .125rem none var(--base-color-neutral--neutral-dark);
  color: var(--text-color--text-secondary);
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 17rem;
  margin-bottom: 0;
  padding: .5em 1em;
  font-size: 1.25rem;
  display: flex;
  position: relative;
}

.checkbox_field.is-active-inputactive {
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
}

.checkbox_button {
  z-index: 1;
  border: .125rem solid var(--base-color-neutral--neutral-dark);
  background-color: var(--base-color-brand--black);
  cursor: pointer;
  border-radius: .75rem;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: border 1s cubic-bezier(.19, 1, .22, 1), background-color 1s cubic-bezier(.19, 1, .22, 1);
  position: absolute;
  inset: 0%;
}

.checkbox_button:hover {
  background-color: var(--base-color-neutral--neutral-dark);
}

.checkbox_button.w--redirected-checked {
  border-color: var(--base-color-brand--white);
  background-color: var(--base-color-brand--white);
  background-image: none;
}

.checkbox_button.w--redirected-focus {
  box-shadow: none;
}

.checkbox_label {
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: difference;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.description-list4_component {
  border: 1px solid var(--border-color--border-primary);
  padding: 2rem;
}

.description-list4_list {
  border-top: var(--border-stroke--normal) solid var(--border-color--border-secondary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.description-list4_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-bottom: var(--border-stroke--normal) solid var(--border-color--border-secondary);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  display: grid;
}

.description-list4_item-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 3rem 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.skill-2 {
  padding-top: 3rem;
}

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

.fs-rangeslider_form {
  width: 100%;
  max-width: 720px;
  margin-bottom: 0;
}

.fs-rangeslider_wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.5rem;
  display: flex;
  position: relative;
}

.fs-rangeslider_track {
  background-color: var(--base-color-neutral--neutral-dark);
  border-radius: 999rem;
  width: 100%;
  height: .125rem;
  position: relative;
}

.fs-rangeslider_handle {
  z-index: 1;
  background-color: var(--base-color-brand--accent-dark);
  cursor: grab;
  border-radius: .3rem;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fs-rangeslider_handle:active, .fs-rangeslider_handle:focus {
  outline-offset: 0px;
  outline: 3px #fff;
}

.fs-rangeslider_handle.is-max {
  background-color: var(--base-color-brand--accent);
  left: 20%;
}

.fs-rangeslider_fill {
  background-color: var(--base-color-brand--accent);
  background-image: linear-gradient(90deg, var(--base-color-brand--accent-dark), var(--base-color-brand--accent) 50%);
  border-radius: 999px;
  width: 20%;
  height: 100%;
  position: absolute;
}

.fs-rangeslider_input {
  display: none;
}

.fs-range_values {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--base-color-neutral--neutral-darker);
  color: var(--text-color--text-secondary);
  border-radius: .75rem;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 15rem;
  padding: 1rem;
  font-size: 1.25rem;
  display: flex;
}

.range-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.range-dot {
  background-color: var(--base-color-brand--accent-dark);
  border-radius: .1em;
  width: .65rem;
  height: .65rem;
}

.range-dot.is-max {
  background-color: var(--base-color-brand--accent);
}

.absolute-submit {
  z-index: 10;
  color: #0000;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.footer_heading-mask {
  margin-bottom: -.15em;
  padding-bottom: .15em;
  overflow: clip;
}

.footer_heading-text.is-1 {
  font-family: Lato, sans-serif;
}

.footer_heading-text.is-2 {
  font-family: Varela, sans-serif;
}

.footer_heading-text.is-2.lano {
  font-family: Lato, sans-serif;
}

.footer_heading-text.is-3 {
  font-family: Varela, sans-serif;
}

.footer_heading-text.is-4, .footer_heading-text.is-5 {
  font-family: Lato, sans-serif;
}

.footer_image-mask {
  background-color: var(--base-color-neutral--neutral-darker);
  transform-origin: 50% 100%;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 1.25em;
  height: .9em;
  margin-left: .1em;
  margin-right: .1em;
  display: flex;
  overflow: clip;
}

.form-success {
  background-color: var(--base-color-brand--accent);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: .75rem;
  padding: 2rem;
  font-size: 1.25rem;
}

.navbar_logo-mask {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  position: relative;
  overflow: clip;
}

.navbar_logo-mask.is-1, .navbar_logo-mask.is-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_logo-mask.is-3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  height: 60px;
  padding-right: 39px;
  display: flex;
}

.projects_cta-arrow {
  justify-content: center;
  align-items: center;
  width: .65rem;
  height: .65rem;
  display: flex;
}

.projects_videos {
  display: none;
}

.projects_video {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.projects_image-image {
  z-index: 1;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: relative;
}

.projects_image-image.is-bg {
  z-index: 1;
  box-shadow: none;
  filter: blur(1.25rem) brightness(75%);
  object-fit: cover;
  width: 120%;
  max-width: 120%;
  height: 120%;
  transition-property: none;
  position: absolute;
  inset: -10%;
  transform: none;
}

.projects_image-image.is-video {
  z-index: 3;
  aspect-ratio: 3 / 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 0;
  display: flex;
  position: absolute;
  overflow: clip;
  transform: none;
}

.footer_slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.footer_slider-mask, .footer_slider-slide {
  width: 100%;
  height: 100%;
}

.background-video {
  overflow: visible;
}

.background-video-2 {
  z-index: 0;
  width: 100vw;
  height: 100%;
}

.text-style-tagline-copy {
  color: var(--background-color--background-alternate);
  letter-spacing: .03em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.image, .logo_chase, .logo_fedex, .logo_chase-copy, .logo_fedex-copy, .logo_fedex-copy {
  width: 40%;
}

.text-style-tagline-white {
  color: var(--base-color-brand--white);
  letter-spacing: .03em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.projects_services-text-copy, .the-project-name, .services {
  color: var(--text-color--text-secondary);
  font-size: 1.125rem;
  position: relative;
}

.container-2 {
  max-width: none;
  height: 70vh;
}

.image-2 {
  z-index: 1;
  position: relative;
  inset: 0%;
}

.text-style-tagline-black {
  color: var(--base-color-brand--black);
  letter-spacing: .03em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.text-style-tagline-black.smaller {
  color: var(--base-color-brand--white);
  font-size: 5rem;
}

.text-style-tagline-black.smaller.white {
  color: var(--base-color-brand--white);
}

.text-style-tagline-black.smaller.update {
  color: #ff9b32;
  font-size: 10rem;
}

.text-style-tagline-black.h2 {
  color: var(--base-color-brand--white);
  font-size: 4rem;
}

.text-style-tagline-black.h2.white {
  color: var(--base-color-brand--white);
}

.text-style-tagline-black.h2.herotext {
  font-size: 6rem;
}

.text-style-tagline-black.h2.herotext.bigger {
  text-transform: uppercase;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 8rem;
  line-height: 100px;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 400px;
}

.image-3 {
  max-width: 400px;
}

.where-copy {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.image-333 {
  width: 19%;
}

.flex-block-25 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #212128;
  background-image: linear-gradient(#2c2c37, #2c2c37);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 0 140px;
  display: flex;
}

.flex-block-85 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.flex-block-83 {
  padding-top: 100px;
}

.professional-summary {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 0;
}

.bigger {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.core-content-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.image-339 {
  width: 200px;
}

.company-2-copy-copy {
  opacity: 1;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  text-overflow: clip;
  margin-top: 100px;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 80px;
  overflow: visible;
}

.flex-block-84 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-top: 1px solid #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.link {
  color: #ff9b32;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-top: 40px;
  font-family: Bitter, serif;
  font-size: 20px;
  text-decoration: none;
}

.image-340 {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #111348;
  border: 4px #fff6;
  border-radius: 0;
  width: 100%;
  max-width: none;
  height: 60%;
}

.text-block {
  color: #fff;
  letter-spacing: var(--_typography---letter-spacing--headings);
  background-image: linear-gradient(#00000080, #00000080);
  border: 1px #000;
  border-radius: 20px;
  padding: 10px 40px;
  font-weight: 300;
}

.flex-block-86 {
  flex-flow: row;
}

.flex-block-87 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #212128;
  background-image: linear-gradient(#373270, #373270);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 0 140px;
}

.flex-block-87.chase {
  background-image: linear-gradient(#164d9b, #164d9b);
}

.flex-block-87.selecte {
  background-image: linear-gradient(#327053, #327053);
}

.bigger-2 {
  outline-offset: 0px;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0 #000;
  outline: 0 #fff;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.flex-block-88 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Location_Vegas.png');
  border: 2px #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  text-decoration: none;
}

.flex-block-88.fedex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#4f148b80, #4f148b80), linear-gradient(#000000b3, #000000b3), url('../images/FedeX-Buildings.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  border: 1px solid #838383b3;
  border-radius: 20px;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  padding: 40px;
  position: relative;
}

.flex-block-88.fedex.casestudy {
  border-radius: 0;
  width: 100vw;
  max-width: none;
  padding-top: 96px;
}

.flex-block-88.tmobile {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Tmobile-Buildings.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-style: none;
  border-color: #838383b3;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.flex-block-88.cisco {
  background-image: linear-gradient(#00000080, #00000080), url('../images/CiscoBuildings.png');
  background-size: auto, cover;
  border-style: none;
  border-color: #838383b3;
  border-radius: 0;
}

.flex-block-88.globe {
  background-color: #00000070;
  background-image: linear-gradient(#00000080, #00000080), url('../images/GlobeBuildings.png');
  background-size: auto, cover;
  border-style: none;
  border-color: #838383b3;
  border-radius: 0;
}

.flex-block-88.tmobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Tmobile-Buildings.png');
  background-size: auto, cover;
  border: 1px solid #838383b3;
  border-radius: 0;
  width: 100vw;
  height: 70vh;
}

.flex-block-88.cisco {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/CiscoBuildings.png');
  background-size: auto, cover;
  border: 1px solid #838383b3;
  border-radius: 0;
  width: 100vw;
  height: 70vh;
}

.flex-block-88.globe {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Globe_hero.png');
  background-size: auto, contain;
  border: 1px solid #4b4b4b;
  border-radius: 0;
  width: 100vw;
  height: 70vh;
}

.flex-block-88.tmobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#ee088380, #ee088380), linear-gradient(#00000080, #00000080), url('../images/Tmobile-Buildings.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border: 1px solid #838383b3;
  border-radius: 20px;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  padding: 40px;
  position: relative;
}

.flex-block-88.tmobile.casestudy {
  border-radius: 0;
  max-width: none;
  padding-top: 104px;
}

.flex-block-88.cisco {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: linear-gradient(#1446c5ab, #1446c5ab), linear-gradient(#00000080, #00000080), url('../images/CiscoBuildings.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  border: 1px solid #838383b3;
  border-radius: 20px;
  flex-flow: row;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  padding: 40px;
  position: relative;
}

.flex-block-88.cisco.casestudy {
  border-radius: 0;
  max-width: none;
  padding-top: 138px;
}

.flex-block-88.half_round-corner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#4f148b80, #4f148b80), linear-gradient(#000000b3, #000000b3), url('../images/FedeX-Buildings.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  border: 1px solid #838383b3;
  border-radius: 0 0 20px 20px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 40px 60px;
  display: flex;
}

.flex-block-88.half_round-corner.pink {
  background-image: linear-gradient(#ee088380, #ee088380), linear-gradient(#000000b3, #000000b3), url('../images/FedeX-Buildings.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
}

.flex-block-88.half_round-corner.blue {
  background-image: linear-gradient(#0868ee80, #0868ee80), linear-gradient(#000000b3, #000000b3), url('../images/CiscoBuildings.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
}

.flex-block-88.half_round-corner.globe {
  background-image: linear-gradient(#1e00ff80, #1e00ff80), linear-gradient(#000000b3, #000000b3), url('../images/FedeX-Buildings.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
}

.flex-block-88.globe {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: linear-gradient(#7f178680, #7f178680), linear-gradient(#00000080, #00000080), url('../images/IMG-20230214-WA0011.jpg');
  background-position: 0 0, 0 0, 100% 0;
  background-size: auto, auto, cover;
  border: 1px solid #838383b3;
  border-radius: 20px;
  flex-flow: row;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  padding: 0 40px;
  display: none;
  position: relative;
}

.company-2-copy-copy-2 {
  opacity: 1;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  text-overflow: clip;
  margin-top: 100px;
  padding-bottom: 20px;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 80px;
  overflow: visible;
}

.button-text-2.is-clone {
  position: absolute;
  top: 100%;
}

.flex-block-89 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.text-block-2 {
  color: #fff;
  letter-spacing: .05em;
  background-image: none;
  border: 1px #000;
  border-radius: 20px;
  padding: 10px 40px;
  font-weight: 300;
}

.flex-block-90 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.button-fill-2 {
  z-index: 1;
  aspect-ratio: 1;
  background-color: #c93b38;
  border-radius: 50%;
  width: 105%;
  position: absolute;
}

.where-copy-2 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.where-copy-2.black {
  color: #fff;
}

.button-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #141414;
  border-radius: 1000rem;
  justify-content: center;
  align-items: center;
  padding: .75em 2em;
  text-decoration: none;
  transition: color 1s cubic-bezier(.19, 1, .22, 1), background-color 1s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
  overflow: clip;
}

.flex-block-91 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding-left: 0;
}

.button-text_track-2 {
  transition: transform 1s cubic-bezier(.19, 1, .22, 1);
}

.flex-block-92 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.flex-block-93 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  width: 100%;
  max-width: 1600px;
  height: 100%;
}

.image-341 {
  width: 15%;
}

.professional-summary-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(#0a2139, #0a2139), url('../images/Paper.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 100%;
  padding: 140px 10% 100px;
}

.flex-block-95 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #212128;
  background-image: linear-gradient(#1f1f1f, #1f1f1f);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 140px 140px;
}

.flex-block-96 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
}

.company-2-copy-copy-3 {
  opacity: 1;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  text-overflow: clip;
  margin-top: 100px;
  padding-bottom: 99px;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 80px;
  overflow: visible;
}

.company-2-copy-copy-3.dark {
  color: #000;
  padding-bottom: 0;
}

.company-2-copy-copy-3.dark.white {
  color: #fff;
}

.company-2-copy-copy-3.dark.white.smaller {
  width: 100%;
  font-size: 80px;
}

.company-2-copy-copy-3.dark.white.smaller.h3 {
  color: #f0bd05;
  text-align: left;
  width: 20%;
  height: 100%;
  margin-top: 0;
  font-size: 48px;
  line-height: 50px;
}

.company-2-copy-copy-3.dark.white.smaller.h3.black {
  color: #ff9a33;
  width: 100%;
  font-size: 32px;
}

.company-2-copy-copy-3.dark.white.smaller.h3.black.leftalign {
  text-align: left;
}

.company-2-copy-copy-3.dark.white.smaller.f {
  margin-top: 0;
}

.company-2-copy-copy-3.dark.white.smaller.footer {
  color: #eb8c0e;
  text-decoration: none;
}

.company-2-copy-copy-3.dark.white.smaller.footer.center {
  text-align: center;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
}

.company-2-copy-copy-3.dark.white.smaller.footer.center.new {
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
}

.company-2-copy-copy-3.dark.white.nj {
  width: 100%;
}

.button-text-3 {
  font-family: Varela, sans-serif;
}

.button-text-3.is-clone {
  position: absolute;
  top: 100%;
}

.flex-block-97 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.text-block-3 {
  color: #fff;
  letter-spacing: .05em;
  background-image: linear-gradient(#00000080, #00000080);
  border: 1px #000;
  border-radius: 20px;
  padding: 10px 40px;
  font-weight: 300;
}

.flex-block-98 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.button-fill-3 {
  z-index: 1;
  aspect-ratio: 1;
  background-color: #c93b38;
  border-radius: 50%;
  width: 105%;
  position: absolute;
}

.where-copy-3 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  flex: 0 auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.flex-block-99 {
  width: auto;
}

.flex-block-100 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.flex-block-101 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  width: 60%;
}

.flex-block-102 {
  width: 100%;
}

.image-342 {
  width: 200px;
}

.flex-block-103 {
  height: auto;
  padding-bottom: 100px;
}

.flex-block-104 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.flex-block-104.white {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 60px;
}

.flex-block-104.white.horizongal {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
}

.flex-block-104.da {
  padding-bottom: 60px;
}

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

.accordion-wrapper {
  border: 1px solid #777;
  border-radius: 10px;
  width: 100%;
}

.accordion-header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 40px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.text-block-4 {
  letter-spacing: var(--_typography---letter-spacing--headings);
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 2.5rem;
  overflow: hidden;
}

.faq_card_icon {
  color: #5518ff;
  flex: none;
  width: 1.3rem;
  transition: transform .2s;
}

.faq_card_svg {
  display: block;
}

.text-block-5 {
  width: 100vw;
}

.flex-block-105 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.flex-block-106 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.flex-block-107 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.image-345 {
  width: 40%;
  max-width: none;
}

.image-346 {
  width: auto;
  max-width: none;
}

.flex-block-106-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.flex-block-109 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

.flex-block-109.art {
  padding-top: 100px;
}

.image-347 {
  width: 50%;
}

.flex-block-110 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.image-347-copy {
  width: 50%;
}

.flex-block-111 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
}

.image-348 {
  padding-top: 0;
}

.footer-details-wrapper-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  display: flex;
}

.date {
  opacity: 1;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  text-overflow: clip;
  margin-top: 100px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  overflow: visible;
}

.flex-block-113 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.flex-block-114 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}

.text-block-2-copy {
  color: #fff;
  letter-spacing: .05em;
  background-image: linear-gradient(#00000080, #00000080);
  border: 1px #000;
  border-radius: 20px;
  padding: 10px 40px;
  font-weight: 300;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-2-copy {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #141414;
  border-radius: 1000rem;
  justify-content: center;
  align-items: center;
  padding: .75em 2em;
  text-decoration: none;
  transition: color 1s cubic-bezier(.19, 1, .22, 1), background-color 1s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
  overflow: clip;
}

.heading-style-h3-copy {
  letter-spacing: var(--_typography---letter-spacing--headings);
  font-family: Lato, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

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

.heading-style-h3-copy {
  letter-spacing: var(--_typography---letter-spacing--headings);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h3-copy.body {
  font-size: 1.5rem;
}

.heading-style-h3-copy.body.white {
  color: #fff;
}

.image-340-copy {
  vertical-align: middle;
  width: 140%;
  max-width: none;
  height: 140%;
}

.flex-block-115 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 492px;
  display: block;
}

.div-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.image-348-copy {
  padding-top: 0;
}

.link-block {
  text-align: left;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100vw;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.link-block.tmobile {
  width: 100vw;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.link-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_social-link-copy {
  color: var(--link-color--link-alternate);
  text-decoration: none;
}

.navbar_social-link-copy {
  color: var(--link-color--link-alternate);
  text-decoration: none;
  display: none;
}

.navbar_social-link-copy:hover {
  color: var(--link-color--link-secondary);
}

.image-349 {
  mix-blend-mode: normal;
  width: 10%;
  max-width: none;
  padding-top: 0;
}

.div-block-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.flex-block-116 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
}

.div-block-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.image-348-copy {
  width: 100%;
  padding-top: 0;
}

.image-348-copy-copy, .image-348-copy {
  width: 50%;
  max-width: none;
  padding-top: 0;
}

.text-block-6 {
  font-size: 2rem;
}

.text-block-7 {
  text-transform: uppercase;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 3rem;
}

.flex-block-117 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 30%;
  max-height: 100%;
  padding-top: 0;
  padding-left: 0;
}

.where-copy-2-copy {
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  text-transform: none;
  flex: 0 auto;
  align-self: flex-end;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.flex-block-118 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
}

.flex-block-88-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  background-image: linear-gradient(#333, #333);
  border: 4px solid #9c9c9c;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: none;
}

.flex-block-92-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 60px;
  display: none;
}

.flex-block-88-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  background-image: linear-gradient(#333, #333);
  border: 4px solid #9c9c9c;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
}

.discover {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #4a5349;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 60px;
}

.discover.tile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #27695dcc;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 20px 20px 40px;
}

.discover.tile._01, .discover.tile._02, .discover.tile._03, .discover.tile._04 {
  background-color: #1a2649;
  padding-top: 40px;
  padding-bottom: 40px;
}

.discover.tile._05 {
  background-color: #1a2649;
  padding-top: 40px;
  padding-bottom: 100px;
}

.list {
  color: var(--base-color-brand--black);
  font-family: Lato, sans-serif;
  font-size: 2rem;
}

.flex-block-120 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.define, .design, .develop, .deploy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #27695dcc;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 20px 20px 100px;
}

.flex-block-121 {
  padding-bottom: 100px;
  text-decoration: none;
}

.heading-style-h3-copy-copy {
  text-align: center;
  letter-spacing: var(--_typography---letter-spacing--headings);
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}

.link-block-4 {
  text-decoration: none;
}

.image-350 {
  width: 98%;
  height: 100%;
}

.flex-block-122 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  padding-top: 0;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10 {
  font-family: Varela, sans-serif;
}

.list-item-11, .list-item-12 {
  font-family: Varela, sans-serif;
  font-size: 1rem;
}

.image-351 {
  width: 30%;
  max-width: none;
}

.flex-block-123 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
}

.flex-block-124 {
  background-image: linear-gradient(#171937, #171937);
}

.white-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--background-color--background-primary);
  background-image: linear-gradient(#171937, #171937);
  justify-content: flex-start;
  align-items: center;
  padding-top: 15%;
  padding-bottom: 15%;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
}

.eyebrow {
  transform: rotate(NaNdeg);
  color: #fd9a41;
  text-transform: uppercase;
  padding-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.eyebrow.white {
  color: #da8d35;
}

.eyebrow.white.logo {
  color: #ffffff80;
  padding-bottom: 10px;
}

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

.eyebrow.left {
  text-align: left;
  width: 100%;
  padding-left: 0;
}

.eyebrow.new {
  font-size: 32px;
}

.eyebrow.rotate {
  transform: rotate(90deg);
}

.subtitle {
  color: #c6c1e3;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
}

.subtitle.white {
  color: #ffffff80;
  line-height: 1;
}

.subtitle.white.smaller {
  color: #ff9a33;
  text-align: center;
  text-transform: none;
  width: 70%;
  font-size: 1.2rem;
}

.subtitle.white.center {
  text-align: left;
}

.flex-block-125 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.flex-block-126 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.image-352 {
  padding-top: 0;
  padding-bottom: 0;
}

.hero {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--background-color--background-primary);
  background-image: linear-gradient(#171937a8, #171937a8), url('../images/image-35.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15%;
  padding-bottom: 15%;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  display: none;
}

.hero.green {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: linear-gradient(#074639cc, #074639cc), url('../images/Paper.png');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
  padding: 15% 0%;
}

.hero.green.newhero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
}

.hero.green.newhero.newss {
  width: 100%;
}

.hero.green.newhero.newss.homehero {
  display: none;
}

.hero_image {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--background-color--background-primary);
  background-image: linear-gradient(#171937, #171937);
  justify-content: flex-start;
  align-items: center;
  padding-top: 0%;
  padding-bottom: 10%;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
}

.overview {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  color: var(--background-color--background-primary);
  background-image: linear-gradient(#171937, #171937);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0% 10% 15%;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
}

.body_1 {
  color: #fff;
  text-transform: none;
  width: 100%;
  padding-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 1rem;
}

.flex-block-127 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.flex-block-128 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 30%;
}

.responsibilities {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.flex-block-127-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
}

.body_2 {
  color: #fff;
  text-transform: none;
  width: 100%;
  padding-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}

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

.flex-block-129 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.tripplebucket {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--background-color--background-primary);
  background-image: linear-gradient(#171937, #171937);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0% 10% 15%;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
}

.flex-block-130 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #504090;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
}

.tile {
  color: #fff;
  text-transform: none;
  width: 100%;
  padding-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}

.flex-block-131 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  width: 100%;
  height: 100%;
}

.tile_number {
  color: #333;
  text-transform: none;
  width: 100%;
  padding-bottom: 0;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.tile_number.red {
  color: #880b0b;
  background-color: #90404100;
  width: 100%;
  padding: 0;
}

.locations {
  color: #333;
  text-transform: none;
  width: 100%;
  padding-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.locations.red {
  color: #880b0b;
  background-color: #90404100;
  width: 100%;
  padding: 0;
}

.titile {
  color: #333;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.titile.red {
  color: #880b0b;
  background-color: #90404100;
  width: 100%;
  padding: 0;
}

.locations-copy {
  color: #fff;
  text-transform: none;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.on-purple {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--background-color--background-primary);
  background-image: linear-gradient(#504090, #504090);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15% 10%;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
}

.blacktile {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #171937;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
}

.tile_number-big {
  color: #fff;
  text-transform: none;
  width: 100%;
  padding-bottom: 0;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.flex-block-132 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 100px;
}

.bucket_dark {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #171937;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.flex-block-133 {
  height: 100%;
}

.divider_image {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--background-color--background-primary);
  background-image: linear-gradient(#171937, #171937);
  justify-content: flex-start;
  align-items: center;
  padding: 10%;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
}

.tile_bullets {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #171937;
  border-radius: 10px;
  width: 100%;
  padding: 20px 40px;
}

.flex-block-134 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.tile_tiitle {
  color: #fff;
  text-transform: uppercase;
  width: 36%;
  padding-bottom: 0;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}

.list-copy {
  color: var(--background-color--background-primary);
  font-family: Varela Round, sans-serif;
  font-size: 1.2rem;
}

.tripplebucket-copy, .e {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--background-color--background-primary);
  background-image: linear-gradient(#171937, #171937);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10% 10% 15%;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
}

.vertical {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  height: 100%;
}

.tile_forkeychalenges {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #504090;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
}

.titile-copy {
  color: #fff;
  text-transform: none;
  width: 100%;
  padding-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}

.tile_v {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  height: 100%;
}

.tile_design {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #171937;
  border-radius: 10px;
  width: 100%;
  padding: 40px;
}

.tile_design.purple {
  background-color: #4f4090;
}

.v {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.flex-block-135 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

.tile_tiitle-copy {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 0;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}

.purple-tiles {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--background-color--background-primary);
  background-image: linear-gradient(#171937, #171937);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10% 10% 15%;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
}

.end {
  color: #fff;
  text-transform: none;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.4;
}

.flex-block-136 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-bottom: 20px;
}

.flex-block-137 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.image-353 {
  width: 100%;
  max-width: none;
}

.image-354 {
  border-radius: 20px;
  width: 100%;
}

.image-355 {
  width: 100%;
}

.image-353-copy {
  border-radius: 20px;
  width: 100%;
  max-width: none;
}

.flex-block-138 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.body3 {
  color: #fff;
  text-transform: none;
  width: 100%;
  padding-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.body3-copy {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 0;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.4;
}

.flex-block-139 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
}

.image-356, .image-357 {
  border-radius: 10px;
  width: 100%;
}

.image-358, .image-359 {
  border-radius: 10px;
}

.flex-block-141 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 100px;
}

.flex-block-142 {
  flex-flow: column;
}

.flex-block-149 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 80%;
  height: 100%;
  padding: 40px 0;
}

.flex-block-149.zero {
  opacity: 0;
}

.systemtitle {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 0;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.4;
}

.heading-6-copy {
  color: #ff9a32;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 5px 5px #00000045;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 160px;
  line-height: 80%;
}

.image-321 {
  opacity: 1;
  color: #5a1e1e;
  mix-blend-mode: normal;
  background-color: #0000;
  border-radius: 0;
  width: 100vw;
  max-width: 100%;
  padding-top: 40px;
}

.trees {
  background-image: linear-gradient(180deg, #fff0, var(--base-color-brand--white) 0%, #ffffff57 33%, #fff0 52%, #05a8df4d 80%, #3a00f84d 92%, #0d6adb 97%);
  padding-top: 220px;
}

.deploy-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #5e4c39;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 60px;
}

.deploy-copy-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #af8848;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 60px;
}

.deploy-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #5e4c39;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 60px;
}

._04, ._03, ._02 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #1b4f45;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 60px;
}

._01 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #27695dcc;
  border: 1px #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
}

._05 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #1b4f45;
  border-radius: 0 0 20px 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 60px;
}

.hero_textblock {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-bottom: 40px;
}

.body4 {
  color: var(--background-color--background-error);
  font-family: Varela Round, sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
}

._01-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #a04c1b;
  border-radius: 0 0 20px 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
}

._01-copy-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #27695f;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
}

.text-block-8 {
  width: 100%;
}

.text-block-8-copy {
  color: var(--background-color--background-success);
  text-transform: uppercase;
  width: 100%;
  font-size: 1.2rem;
}

.fedexlink {
  text-align: left;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100vw;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.flex-block-151 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
}

.flex-block-152, .flex-block-153, .flex-block-154 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  width: 100%;
}

.flex-block-156 {
  justify-content: flex-start;
  align-items: flex-start;
}

.heading-6-copy-copy {
  color: #ff9a32;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 5px 5px #00000045;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 160px;
  line-height: 80%;
  display: flex;
}

.flex-block-157 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-bottom: 20px;
}

.professional-summary-2-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#074639cc, #074639cc), url('../images/Paper.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
  width: 100%;
  padding: 0 0%;
}

.flex-block-158, .flex-block-159, .flex-block-160 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.flex-block-161 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}

.button-3_deacive {
  opacity: .5;
  color: var(--base-color-neutral--neutral-darkest);
  letter-spacing: var(--_typography---letter-spacing--headings);
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 40px;
  margin-top: 100px;
  padding: 10px 40px;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 2rem;
}

.button-3_deacive.color {
  color: var(--base-color-brand--white);
  background-color: #40255b;
}

.button-3_deacive.color.w--current {
  color: var(--base-color-brand--white);
  background-color: #2b1d66;
}

.button-3_deacive.color-copy {
  color: var(--base-color-brand--white);
  background-color: #ec246a;
}

.button-3_deacive.color-copy.w--current {
  color: var(--base-color-brand--white);
  background-color: #2b1d66;
}

.button-3_deacive.rth {
  opacity: 100;
  color: var(--base-color-brand--white);
  background-color: #291c65;
  margin-top: 40px;
}

.button-3_deacive.rth.w--current {
  color: var(--base-color-brand--white);
  background-color: #2b1d66;
}

.button-3_deacive.blue {
  opacity: 100;
  color: var(--base-color-brand--white);
  background-color: #083a81;
}

.button-3_deacive.blue.w--current {
  color: var(--base-color-brand--white);
  background-color: #2b1d66;
}

.button-3_deacive.rth-copy {
  opacity: 100;
  color: var(--base-color-brand--white);
  background-color: #204c92;
  margin-top: 40px;
}

.button-3_deacive.rth-copy.w--current {
  color: var(--base-color-brand--white);
  background-color: #2b1d66;
}

.button-3_deacive.rth-copy-copy {
  opacity: 100;
  color: var(--base-color-brand--white);
  background-color: #a8a8a8;
  margin-top: 40px;
}

.button-3_deacive.rth-copy-copy.w--current {
  color: var(--base-color-brand--white);
  background-color: #2b1d66;
}

.button-3_deacive.new-color {
  opacity: 100;
  color: var(--base-color-brand--white);
  background-color: #a8a8a8;
  margin-top: 40px;
}

.button-3_deacive.new-color.w--current {
  color: var(--base-color-brand--white);
  background-color: #2b1d66;
}

.button-3_deacive.gr {
  opacity: 100;
  color: var(--base-color-brand--white);
  background-color: #a8a8a8;
}

.button-3_deacive.white {
  opacity: 100;
  background-color: #fff;
  margin-top: 0;
}

.button-3_deacive.color {
  margin-top: 20px;
}

.flex-block-162 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
}

.leftside {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.leftside.black {
  color: #fff;
}

.flex-block-163 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.skills {
  text-transform: none;
}

.section_intro-copy {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  margin-bottom: 140px;
}

.hero_textblock-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-bottom: 40px;
}

.container-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1800%;
  padding: 0% 0% 2%;
  display: flex;
}

.flex-block-164 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

.flex-block-165 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
}

.flex-block-165.new {
  width: 100%;
}

.image-360, .image-361, .image-362, .image-363, .image-364, .image-365 {
  width: 50%;
}

.flex-block-166 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-166.white {
  border: 1px #fff;
  border-bottom-style: solid;
  width: 100%;
  padding-bottom: 10px;
}

.image-366 {
  width: 50%;
  max-width: none;
  height: auto;
}

.flex-block-167 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
}

.image-366-copy, .image-366-copy-copy {
  width: 58%;
  max-width: none;
  height: 500px;
}

.image-366-copy {
  width: 50%;
  max-width: none;
  height: 300px;
}

.flex-block-168 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-image: linear-gradient(#00000080, #00000080), url('../images/redwoods.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: none;
  padding: 40px 1px;
}

.flex-block-169 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: url('../images/GlobeBuildings.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1900px;
  padding: 100px 40px;
}

.flex-block-168-copy {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Frank_Illustration.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: 1900px;
  height: 100%;
  padding: 100px;
}

.div-block-5 {
  background-image: url('../images/Screenshot-2026-01-07-at-12.03.07-AM.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 60%;
  height: 600px;
}

.div-block-5-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  max-width: 1900px;
  height: auto;
  display: flex;
}

.image-367 {
  border-radius: 20px;
  width: 60%;
  max-width: none;
  height: auto;
}

.image-367-copy {
  border-radius: 20px;
  width: 40%;
  max-width: none;
  height: auto;
}

.top_tile {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: linear-gradient(#70707017, #70707017);
  border: 2px solid #3f3f3f70;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding: 60px;
}

.where-copy-2-copy {
  color: #333;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.responisbilites, .p-overview {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

.p-overview.wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: linear-gradient(#fef0e3, #fef0e3);
  border: 1px solid #33333373;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1400px;
  padding: 40px;
}

.p-overview.wrapper.turn {
  background-image: none;
  padding: 0;
}

.p-overview.white {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

.p-overview.horz {
  flex-flow: column;
  width: 100%;
}

.p-overview.dark {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

.p-overview.dark._100 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.logo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 30%;
}

.work_tiles {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1900px;
  display: flex;
}

.flex-block-91-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding-left: 0;
}

.link-block-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: linear-gradient(#4f148b80, #4f148b80), linear-gradient(#00000080, #00000080), url('../images/FedeX-Buildings.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 140px;
  display: flex;
}

.flex-block-170 {
  text-decoration: none;
}

.flex-block-169-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: none;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px 95px;
}

.heading-6-copy-copy-copy {
  color: #ff9a32;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 2px 3px #00000080;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1900px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 140px;
  line-height: 80%;
  display: flex;
}

.flex-block-171 {
  border-radius: 20px;
  width: 100%;
}

.link-block-6 {
  border-radius: 0;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.bigger-2-copy {
  outline-offset: 0px;
  color: #333;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0 #000;
  border-right-style: solid;
  outline: 0 #000;
  width: 30%;
  height: 100%;
  min-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.bigger-2-copy.white {
  color: #fff;
}

.bigger-2-copy.center {
  text-align: center;
}

.bigger-2-copy._100.biggest {
  font-size: 100px;
}

.bigger-2-copy._100.biggest.white, .bigger-2-copy._100.bigger {
  font-size: 80px;
}

.bigger-2-copy.stroke {
  border-right-width: 10px;
  border-right-color: #ff9b34;
  width: 50%;
  height: 100%;
  min-height: 100%;
}

.flex-block-172 {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
}

.text-span-2 {
  color: var(--base-color-neutral--neutral);
  -webkit-text-stroke-color: var(--base-color-neutral--neutral-dark);
  text-decoration: none;
}

.text-span-2:hover {
  color: var(--base-color-neutral--white);
}

.roles {
  outline-offset: 0px;
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  border: 0 #000;
  outline: 0 #000;
  width: 50%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.roles.white {
  color: #8ac5b6;
}

.roles._100 {
  width: 100%;
}

.image-368 {
  border-radius: 20px;
  width: 60%;
  max-width: none;
  height: 50%;
}

.med {
  font-size: 1.6rem;
}

.image-368-copy {
  border-radius: 20px;
  width: 60%;
  max-width: none;
  height: 50%;
}

.image-368-copy-copy {
  border-radius: 20px;
  width: 60%;
  max-width: none;
  height: 50%;
}

.flex-block-169-copy-copy {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.about-content_body-copy {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  max-width: none;
  display: flex;
}

.button-3-copy {
  color: var(--base-color-brand--white);
  letter-spacing: var(--_typography---letter-spacing--headings);
  text-transform: uppercase;
  background-color: #ec4801;
  border: 1px #fff;
  border-radius: 40px;
  margin-top: 100px;
  padding: 10px 60px;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 2rem;
}

.button-3-copy.color {
  color: var(--base-color-brand--white);
  background-color: #40255b;
}

.button-3-copy.color.w--current {
  color: var(--base-color-brand--white);
  background-color: #2b1d66;
}

.button-3-copy.color-copy {
  color: var(--base-color-brand--white);
  background-color: #ec246a;
}

.button-3-copy.color-copy.w--current {
  color: var(--base-color-brand--white);
  background-color: #2b1d66;
}

.image-369 {
  width: 50%;
}

.image-368-copy-copy-copy {
  border-radius: 20px;
  width: 50%;
  max-width: none;
  height: 50%;
}

.flex-block-169-copy-copy-copy {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.eewr {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 100px;
}

.flex-block-173 {
  border: 1px #000;
  border-bottom: 2px solid #000;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.sm {
  font-family: Lato, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
}

.flex-block-169-copy-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 100px 20px;
}

.sda {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: url('../images/The-gang.jpg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 700px;
  padding: 100px 100px 20px;
}

.button-3-live {
  opacity: 1;
  color: var(--base-color-neutral--neutral-darkest);
  letter-spacing: var(--_typography---letter-spacing--headings);
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 40px;
  margin-top: 100px;
  padding: 10px 40px;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 2rem;
}

.button-3-live.color {
  color: var(--base-color-brand--white);
  background-color: #40255b;
}

.button-3-live.color.w--current {
  color: var(--base-color-brand--white);
  background-color: #2b1d66;
}

.button-3-live.color-copy {
  color: var(--base-color-brand--white);
  background-color: #ec246a;
}

.button-3-live.color-copy.w--current {
  color: var(--base-color-brand--white);
  background-color: #2b1d66;
}

.button_newest {
  color: var(--base-color-brand--white);
  letter-spacing: var(--_typography---letter-spacing--headings);
  text-transform: uppercase;
  background-color: #385f52;
  border: 1px #fff;
  border-radius: 40px;
  margin-top: 20px;
  padding: 4px 40px;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 1.6rem;
  display: block;
}

.button_newest.color {
  color: var(--base-color-brand--white);
  background-color: #40255b;
}

.button_newest.color.w--current {
  color: var(--base-color-brand--white);
  background-color: #2b1d66;
}

.button_newest.color-copy {
  color: var(--base-color-brand--white);
  background-color: #ec246a;
}

.button_newest.color-copy.w--current {
  color: var(--base-color-brand--white);
  background-color: #2b1d66;
}

.button_newest.ondark {
  color: var(--base-color-neutral--black);
  background-color: #fff;
}

.button_newest.ondark.deactive {
  opacity: .8;
}

.button_newest.deactive {
  color: var(--base-color-neutral--white);
  -webkit-text-stroke-color: var(--base-color-neutral--neutral-lighter);
  background-color: #6f6f6f;
}

.button_newest.purple {
  color: var(--base-color-brand--white);
  text-align: center;
  background-color: #5a7159;
  border-style: solid;
  border-color: #333;
  border-radius: 13px;
  width: 50%;
  max-width: 300px;
}

.button_newest.purple:hover {
  background-color: #ff9b32;
}

.button_newest.purple.white {
  color: var(--base-color-neutral--white);
  border-width: 2px;
  border-color: #ffffff4d;
}

.button_newest.purple.white:hover {
  color: var(--base-color-neutral--neutral-dark);
}

.button_newest.purple.large {
  color: var(--base-color-brand--white);
  background-color: #1a4041;
  width: 100%;
  font-size: 3rem;
}

.button_newest.purple.large:hover {
  background-color: #ff9b32;
}

.button_newest.purple.large.nomin {
  max-width: none;
}

.button_newest.purple.color {
  background-color: #1b4737;
  max-width: 400px;
}

.button_newest.purple.color:hover {
  background-color: #ff9b32;
}

.button_newest.white {
  background-color: #385f5200;
  border-style: solid;
  width: 100%;
  max-width: 300px;
}

.button_newest.white:hover {
  background-image: linear-gradient(#047c97, #047c97);
  border-color: #fff0;
}

.family {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: url('../images/The-gang.jpg');
  background-repeat: repeat-x;
  background-size: cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 700px;
  padding: 100px 100px 20px;
}

.what-i-do {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 100px;
}

.flex-block-172-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.bold-text {
  color: #ff9a33;
  font-size: 1.2rem;
}

.list-item-13 {
  color: var(--background-color--background-alternate);
}

.list-6 {
  color: var(--base-color-brand--white);
  font-weight: 400;
}

.list-7 {
  color: var(--base-color-brand--white);
  font-size: 1rem;
  font-weight: 400;
}

.list-8 {
  color: var(--base-color-brand--white);
}

.design_list {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 20px;
}

.small-body {
  outline-offset: 0px;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  border: 0 #000;
  outline: 0 #000;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.bullets {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: none;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 20px;
}

.about_intro {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: none;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 100px;
}

.button-3-copy-copy-copy {
  color: var(--base-color-brand--white);
  letter-spacing: var(--_typography---letter-spacing--headings);
  text-transform: uppercase;
  background-color: #385f52;
  border: 1px #fff;
  border-radius: 40px;
  margin-top: 20px;
  padding: 10px 60px;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 2rem;
}

.button-3-copy-copy-copy.color {
  color: var(--base-color-brand--white);
  background-color: #40255b;
}

.button-3-copy-copy-copy.color.w--current {
  color: var(--base-color-brand--white);
  background-color: #2b1d66;
}

.button-3-copy-copy-copy.color-copy {
  color: var(--base-color-brand--white);
  background-color: #ec246a;
}

.button-3-copy-copy-copy.color-copy.w--current {
  color: var(--base-color-brand--white);
  background-color: #2b1d66;
}

.block_trees {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-image: linear-gradient(#00000080, #00000080), url('../images/redwoods.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 100px;
}

.flex-block-174 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: 0;
}

.tile_r {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-image: url('../images/Frank.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  max-width: none;
  padding: 40px 1px;
}

.image_block-1 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-image: url('../images/Combo_Dashboard.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: none;
  padding: 40px 1px;
}

.image_block-1.ne {
  background-image: url('../images/Cisco_hero.png');
}

.tile_r-copy, .tile_r-copy-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-image: url('../images/Combo_Charge-Slip.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: none;
  padding: 40px 1px;
}

.graph {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-image: url('../images/Frank.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: none;
  padding: 40px 1px;
}

.image-370 {
  width: 50%;
}

.tile_new {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-image: url('../images/surfsunset.jpeg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: none;
  padding: 40px 1px;
}

.turn {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 100px;
}

.tile3 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-image: url('../images/Design_CPO.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: none;
  padding: 40px 1px;
}

.about_intro-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: none;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 100px 0;
}

.eewr-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px;
}

.eewr-copy.color {
  background-image: linear-gradient(#a7cbe7, #a7cbe7);
}

.flex-block-174-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: 0;
}

.image-371, .image-372 {
  width: 50%;
  max-width: none;
}

.flex-block-175 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  border-radius: 8px;
  flex-flow: column;
}

.image-371-copy {
  width: 50%;
  max-width: none;
  padding-left: 40px;
  padding-right: 40px;
}

.image-372-copy {
  width: 50%;
  max-width: none;
  padding-left: 40px;
  padding-right: 0;
}

.flex-block-176 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 7px;
  width: 100%;
}

.flex-block-177 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
}

.tile_r-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/severance-2.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  max-width: none;
  padding: 40px 1px;
}

.where-copy-2-copy {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.where-copy-2-copy.black {
  color: #fff;
}

.image-341-copy-copy {
  width: 300%;
}

.newest {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.flex-block-169-copy-copy-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 100px 20px;
}

.roles-copy {
  outline-offset: 0px;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  outline-offset: 0px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  border: 0 #000;
  outline: 0 #000;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.about-content_body-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--base-color-neutral--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.flex-block-169-copy-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: none;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  padding: 40px 0 40px 71px;
}

._2323 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: none;
  padding-left: 0;
  display: flex;
}

.image-373 {
  width: 100%;
  max-width: none;
}

.flex-block-169-copy-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: none;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px 0;
}

.fdssdf {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: none;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px 0;
}

.lightbox-link {
  width: 100%;
}

.reseume {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: none;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 100px 80px;
  display: none;
}

.bullets-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: none;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 134px;
}

.bullets_tiles {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0 100px 20px;
}

.about-content_body-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  color: var(--background-color--background-alternate);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  display: flex;
}

.where-copy-2-copy-copy {
  color: #333;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.about-content_body-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--base-color-neutral--white);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  max-width: none;
  display: flex;
}

.about_intro-copy-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: none;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 100px 0;
}

.bigger-2-copy-copy {
  outline-offset: 0px;
  color: #333;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0 #000;
  outline: 0 #000;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.about-content_body-copy-copy {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: none;
  padding-bottom: 10px;
  display: none;
}

.bigger-2-copy-copy-copy {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0 #000;
  border-radius: 20px;
  outline: 0 #000;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 80px;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.gray {
  color: var(--base-color-brand--white);
  letter-spacing: var(--_typography---letter-spacing--headings);
  text-transform: uppercase;
  background-color: #a3a3a3;
  border: 1px #fff;
  border-radius: 40px;
  margin-top: 20px;
  padding: 10px 60px;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 2rem;
}

.gray.color {
  color: var(--base-color-brand--white);
  background-color: #40255b;
}

.gray.color.w--current {
  color: var(--base-color-brand--white);
  background-color: #2b1d66;
}

.gray.color-copy {
  color: var(--base-color-brand--white);
  background-color: #ec246a;
}

.gray.color-copy.w--current {
  color: var(--base-color-brand--white);
  background-color: #2b1d66;
}

.flex-block-178 {
  background-image: linear-gradient(#316054, #316054);
  justify-content: center;
  align-items: center;
  padding-top: 220px;
  padding-bottom: 100px;
}

.heading-style-4 {
  color: var(--base-color-system--error-red-light);
  text-transform: uppercase;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
}

.image-374 {
  width: 200px;
}

.flex-block-179 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-image: linear-gradient(#00000080, #00000080), url('../images/redwoods.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 20px;
}

.flex-block-179-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#00000080, #00000080), url('../images/redwoods.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 20px;
}

.bullets_height {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--base-color-neutral--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.dark {
  color: var(--base-color-brand--black);
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.dark.bullet.white {
  color: var(--base-color-brand--white);
}

.dark.takeaway {
  border: 1px #666;
  border-left: 3px solid #666;
  border-radius: 0;
  width: 100%;
  padding: 20px;
  font-size: 20px;
  font-weight: 300;
  display: flex;
}

.dark.takeaway.white {
  border-color: #fff;
  width: 100%;
}

.dark.takeaway.white.xs {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.dark.takeaway.white.xs.black {
  opacity: 1;
  color: #333;
  border-left-color: #fd9a41;
}

.dark.white_new {
  color: var(--base-color-brand--white);
}

.dark.larger {
  color: #333;
  font-size: 32px;
  line-height: 36px;
}

.dark.larger.whiite {
  color: #fff;
}

.image-tray_2buscket {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  max-width: 1800px;
  padding: 40px;
}

.image-tray_2buscket.color {
  background-image: linear-gradient(#a7cbe7, #a7cbe7);
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.image-375 {
  width: 50%;
  max-width: none;
  height: auto;
}

.where-copy-2-copy-copy {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

.where-copy-2-copy-copy.black {
  color: #fff;
}

.tmobile-logo {
  width: 80%;
}

.flex-block-126-copy {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.eyebrow-copy {
  color: #c6c1e3;
  text-transform: uppercase;
  padding-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.eyebrow-copy.white {
  color: #fff;
}

.eyebrow-copy.white.logo {
  color: #ffffff80;
  padding-bottom: 10px;
}

.eyebrow-copy.center {
  text-align: center;
  width: 100%;
}

.eyebrow-copy.left {
  text-align: left;
  width: 100%;
  padding-left: 40px;
}

.eewr-copy-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 100px;
}

.reseme-_text {
  color: var(--base-color-neutral--neutral-dark);
  width: 80%;
  padding: 20px 0;
  font-size: 20px;
}

.reseme-_text.left {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
}

.reseme-_text.left.label {
  justify-content: flex-start;
  align-items: flex-end;
}

.reseme-_text.label {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.tile_project {
  color: #676767;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.tile_project.black {
  color: #fff;
}

.tile_skills {
  color: #333;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.tile_skills.black {
  color: #fff;
}

.body_tile {
  color: #333;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.body_tile.black {
  color: #fff;
}

.body_tile.xl {
  font-size: 24px;
}

.body_tile.xl.white {
  color: #fff;
  display: none;
  overflow: auto;
}

.body_tile.xl.color {
  color: #fff;
}

.body_tile.xl.color.solo {
  width: 70%;
}

.body_tile.xl.white2 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.body_tile.xl.white2.xs {
  font-weight: 400;
}

.body_tile.xl.white2.dark {
  font-family: Lato, sans-serif;
}

.body_tile.xl.white_new {
  color: #fff;
  padding-top: 0;
}

.body_tile.xl.white_new.gap {
  padding-top: 20px;
}

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

.body_tile.right.xs, .body_tile.xs {
  font-size: 16px;
}

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

.body_tile.xxl {
  font-size: 24px;
}

.body_tile.xxl.white {
  color: #fff;
  display: none;
  overflow: auto;
}

.body_tile.xxl.color {
  color: #fff;
}

.body_tile.xxl.color.solo {
  width: 70%;
}

.body_tile.xxl.white2 {
  color: #fff;
  width: 70%;
  font-size: 32px;
  line-height: 32px;
}

.body_tile.xxl.white2-copy {
  color: #fff;
  width: 50%;
  font-size: 32px;
  line-height: 32px;
}

.body_tile.xxl.dark_2 {
  color: #333;
  width: 100%;
  font-size: 32px;
  line-height: 32px;
}

.body_tile.xxl.dark_2.crimped {
  text-align: center;
  width: 100%;
  padding-bottom: 100px;
}

.body_tile.xxl.dark_2.crimped.white_new {
  text-align: left;
  padding-bottom: 0;
}

.body_tile.xxl.dark_2._70 {
  width: 50%;
}

.body_tile.xxl.dark_2._70._100 {
  width: auto;
  font-size: 24px;
}

.body_tile.xxl.dark_2._70._100.stroke {
  border-left: 10px solid #ff9c34;
  padding-left: 58px;
}

.body_tile.xxl.dark_2._70._100.white_new {
  color: #fff;
}

.body_tile.xxl.dark_2._70.new {
  color: #fff;
  padding-bottom: 40px;
}

.body_tile.xxl.dark_2._70.new.zero_padding {
  width: 60%;
  padding-bottom: 0;
}

.body_tile.xxl.dark_2._70.smaller {
  font-size: 24px;
}

.body_tile.xxl.dark_2._70.white_new, .body_tile.xxl.dark_2.white_new {
  color: #fff;
}

.body_tile.intro {
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.tile_title {
  color: #333;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.tile_title.black {
  color: #fff;
}

.tile_title.challenge {
  text-transform: none;
}

.tile_title.h2 {
  color: #333;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 80px;
  line-height: 100%;
}

.tile_title.h2.white {
  padding-top: 0;
}

.tile_title.h2.about.titile.merged {
  padding-bottom: 0;
}

.tile_title.h2.about.titile.merged.on.white.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.tile_title.h2.about.white_new {
  color: #fff;
}

.tile_title.h2.case {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
}

.tile_title.xs {
  font-size: 20px;
}

.tile_title.xs.white.xxs {
  text-align: left;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.tile_title.white {
  color: #fff;
  padding-bottom: 0;
}

.tile_title.white.right {
  text-align: right;
  text-decoration: none;
}

.tile_title.side {
  width: 70%;
}

.tile_title.bigger {
  text-align: center;
  border-bottom: 1px solid #33333380;
  padding-bottom: 20px;
  font-size: 32px;
}

.tile_title.smaller {
  font-size: 20px;
}

.image-376 {
  width: 50%;
}

.graygds {
  color: #676767;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.graygds.black {
  color: #fff;
}

.flex-block-180 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
}

.link-2 {
  z-index: 10;
  display: none;
  position: absolute;
  inset: 0;
}

.tile_number2 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.tile_number2.black {
  color: #fff;
}

.title_skills {
  outline-offset: 0px;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  border: 0 #000;
  outline: 0 #000;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.new_layout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: none;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  padding: 40px 0;
}

.mobile_width {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.eewr-copy-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px;
}

.body_tile.white {
  color: #fff;
  text-align: right;
}

.body_tile.side {
  width: 100%;
}

.body_tile.side.white {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 100%;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 50px;
}

.image-380 {
  width: 70%;
  max-width: none;
}

.heading {
  text-transform: uppercase;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 2rem;
}

.link-3 {
  text-transform: uppercase;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 2rem;
  text-decoration: none;
}

.link-3.logo_fb.w--current {
  letter-spacing: var(--_typography---letter-spacing--headings);
  font-size: 40px;
  line-height: 1;
}

.link-3.body.w--current {
  color: var(--background-color--background-tertiary);
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.link-3.body.current {
  color: var(--base-color-neutral--neutral-lighter);
  font-family: Lato, sans-serif;
  font-size: 1rem;
}

.title_eyebrow {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 40px;
}

.new-logo {
  mix-blend-mode: normal;
  border-radius: 20px;
  width: 25%;
  max-width: none;
  padding-top: 0;
}

.link-block-7 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/FedeX-Buildings.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.who-am-i {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 100px;
}

.who-am-i.green {
  background-image: linear-gradient(#2f5e51, #2f5e51);
}

.image-384 {
  opacity: 1;
  border-radius: 20px;
  width: 100%;
}

.how-i-work {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 100px;
}

.how-i-work.green {
  background-image: linear-gradient(#315f53, #315f53);
  width: 100%;
}

.image_logo {
  border-radius: 20px;
  order: 1;
  width: 80%;
  display: block;
}

.secondary-skills {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 100px;
}

.flex-block-181 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  height: 100%;
}

.approcah_image {
  width: var(--size-of-image);
  opacity: 1;
  border-radius: 20px;
  margin-left: 77px;
}

.image_motion {
  opacity: 1;
  border-radius: 20px;
  width: 30%;
  margin-left: 73px;
  padding-left: 114px;
  padding-right: 11px;
}

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

.list.white {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
}

.list.white.stroke {
  border-left: 10px solid #ff9b34;
  padding-left: 3.95rem;
}

.footer-details-wrapper-copy-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  display: flex;
}

.text-style-tagline-copy {
  color: var(--text-color--text-secondary);
  letter-spacing: -.03em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 500px;
  font-family: Varela, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.flex-block-182 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: row;
  order: 1;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  padding: 60px 20px 40px;
}

.flex-block-182.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-block-182.stacked {
  flex-flow: column;
}

.flex-block-183 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 100px;
}

.flex-block-183.heronew {
  background-image: linear-gradient(#080746cc, #080746cc), url('../images/Paper.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 100%;
  height: 100%;
  padding-top: 220px;
  padding-bottom: 20px;
}

.flex-block-183.heronew.center {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.where-i-live {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 100px;
}

.where-i-live.green {
  background-image: linear-gradient(#305f53, #305f53);
  justify-content: flex-start;
  align-items: flex-start;
}

.home_hero {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  background-image: linear-gradient(#345c50, #345c50);
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 200px;
  padding-bottom: 140px;
  padding-left: 40px;
}

.image-385 {
  width: 10%;
}

.button_2 {
  color: var(--base-color-brand--white);
  letter-spacing: var(--_typography---letter-spacing--headings);
  text-transform: uppercase;
  background-color: #385f52;
  border: 1px #fff;
  border-radius: 40px;
  margin-top: 20px;
  padding: 10px 60px;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 2rem;
}

.button_2.color {
  color: var(--base-color-brand--white);
  background-color: #40255b;
}

.button_2.color.w--current {
  color: var(--base-color-brand--white);
  background-color: #2b1d66;
}

.button_2.color-copy {
  color: var(--base-color-brand--white);
  background-color: #ec246a;
}

.button_2.color-copy.w--current {
  color: var(--base-color-brand--white);
  background-color: #2b1d66;
}

.heading-style-h3-copy-copy {
  text-align: left;
  letter-spacing: var(--_typography---letter-spacing--headings);
  font-family: Lato, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.heading-style-h3-copy-copy.body {
  font-size: 1.5rem;
}

.heading-style-h3-copy-copy.body.white {
  color: #fff;
}

.heading-style-h3-copy-copy.left {
  font-size: 1.5rem;
}

.heading-style-h3-copy-copy-copy {
  text-align: center;
  letter-spacing: var(--_typography---letter-spacing--headings);
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h3-copy-copy-copy.body {
  font-size: 1.5rem;
}

.heading-style-h3-copy-copy-copy.body.white {
  color: #fff;
}

.hero_h1 {
  color: #ff9a32;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 2px 3px #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1900px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 100px;
  line-height: 80%;
  display: flex;
}

.my-backstory {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 100px;
}

.my-backstory.green {
  background-image: linear-gradient(#2f5e51, #2f5e51);
}

.password {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.the-ask {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 100px 40px;
}

.approach {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 100px 100px;
}

.flex-block-184 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  max-width: 1600px;
}

.title_body {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  display: flex;
}

.hero_h1-copy {
  color: #ff9a32;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 2px 3px #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1900px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 100px;
  line-height: 80%;
  display: flex;
}

.body_3-copy {
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.professional-summary-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 2px #000;
  flex-flow: row;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
}

.flex-block-185 {
  width: 80vw;
}

.flex-block-71 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.core-content-copy-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80vw;
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.date-2 {
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.list-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.resume-s {
  opacity: 1;
  color: #333;
  text-align: left;
  text-transform: uppercase;
  text-overflow: clip;
  margin-top: 6px;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  overflow: visible;
}

.bold-text-2 {
  width: auto;
}

.core-content-copy-3 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80vw;
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.flex-block-72 {
  padding-top: 0;
  padding-bottom: 0;
}

.divider-copy-copy {
  opacity: 1;
  color: #333;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-overflow: clip;
  border-bottom: 2px #000;
  width: auto;
  margin-top: 6px;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  overflow: visible;
}

.professional-summary-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 0;
}

.flex-block-186 {
  padding-top: 100px;
}

.jobtitle {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.eyebrow-2-copy {
  color: #fff;
  text-align: left;
  letter-spacing: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #b2b2b2;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bitter, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.where {
  color: #111;
  text-align: left;
  letter-spacing: 4px;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bitter, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
}

.list-item-14 {
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.stellar-ellements-2-copy-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: linear-gradient(#fff, #fff);
  border-top: 1px solid #000;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  padding: 100px 0;
}

.flex-block-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.flex-block-187 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.professional-summary-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 2px solid #000;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
}

.divider-copy {
  opacity: 1;
  color: #333;
  text-align: left;
  text-transform: uppercase;
  text-overflow: clip;
  margin-top: 6px;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 60px;
  overflow: visible;
}

.core-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80vw;
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.body_3-copy-copy {
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.jobs_whole-2 {
  border-left: 4px solid #ff9a32;
  width: 100%;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.big {
  color: #355c50;
  text-transform: uppercase;
  text-shadow: none;
  width: 100%;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 120px;
  font-weight: 700;
}

.big.grande {
  font-size: 12svw;
}

.small {
  color: var(--border-color--border-primary);
  text-transform: uppercase;
  width: 100%;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 40px;
}

.flex-block-188 {
  line-height: 1;
}

.image-386 {
  width: 20%;
}

.flex-block-189 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: center;
  align-items: center;
}

.image-387 {
  width: 30%;
}

.chargeslip {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 40px;
}

.chargeslip.green {
  background-image: linear-gradient(#2f5e51, #2f5e51);
}

.wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1561.5px;
  display: flex;
}

.flex-block-190 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-block-191 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
}

.charegeslip_new {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  color: var(--background-color--background-primary);
  background-image: linear-gradient(#171937, #171937);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0% 10% 15%;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
}

.charegeslip_new.white {
  background-image: linear-gradient(#080746cc, #080746cc), url('../images/Paper.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: 5%;
}

.charegeslip_new.gray {
  background-image: linear-gradient(#bbb, #bbb);
  border-radius: 0;
  margin-top: 0;
  padding: 5%;
}

.charegeslip_new.gray.endcap {
  background-color: #fff;
  background-image: linear-gradient(#dfdfdf, #dfdfdf);
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 100px;
}

.charegeslip_new.gray.endcap.color {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-image: none;
  background-position: 0 0;
  flex-flow: column;
}

.charegeslip_new.gray.endcap.color.gap {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  padding-top: 100px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.charegeslip_new.gray.endcap.color.gap.green {
  background-image: linear-gradient(#1642239e, #1642239e), url('../images/Paper.png');
  background-position: 0 0, 0 0;
}

.charegeslip_new.gray.endcap.color.stroke {
  background-image: linear-gradient(#1642239e, #1642239e), url('../images/Paper.png');
  background-position: 0 0, 0 0;
  justify-content: center;
  align-items: center;
}

.charegeslip_new.gray.endcap.color.stroke.more {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.charegeslip_new.gray.endcap.color.stroke.more.white {
  background-image: linear-gradient(#fff, #fff), url('../images/Paper.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.charegeslip_new.gray.endcap.color.stroke.more.purple {
  background-image: linear-gradient(#080746cc, #080746cc), url('../images/Paper.png');
  background-position: 0 0, 0 0;
}

.charegeslip_new.gray.endcap.color.stroke.more.blue {
  background-image: linear-gradient(#0d4e7ccc, #0d4e7ccc), url('../images/Paper.png');
  background-position: 0 0, 0 0;
}

.charegeslip_new.gray.endcap.color.stroke.more.padding_bottom {
  padding-bottom: 100px;
}

.charegeslip_new.gray.endcap.color.stroke.newi {
  background-image: linear-gradient(#fff, #fff), url('../images/Paper.png');
  background-position: 0 0, 0 0;
  padding-top: 0%;
  padding-left: 10%;
}

.charegeslip_new.gray.endcap.color.stroke.newi.small {
  padding-bottom: 0;
}

.charegeslip_new.gray.endcap.color.stroke.newi.green {
  background-image: linear-gradient(#fff, #fff), url('../images/Paper.png');
  background-position: 0 0, 0 0;
}

.charegeslip_new.gray.endcap.color.stroke.newi.green._100 {
  padding-left: 5%;
}

.charegeslip_new.gray.endcap.color.stroke.newi.purple {
  background-image: linear-gradient(#080746cc, #080746cc), url('../images/Paper.png');
  background-position: 0 0, 0 0;
}

.charegeslip_new.gray.endcap.off {
  display: none;
}

.charegeslip_new.exploration {
  background-image: linear-gradient(#e0e0e0, #e0e0e0);
  flex-flow: column;
  padding: 5%;
}

.charegeslip_new.notwhite {
  background-image: linear-gradient(#080746cc, #080746cc), url('../images/Paper.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: 5%;
}

.charegeslip_new.notwhite.handling {
  padding: 0%;
}

.flex-block-127-copy-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: var(--base-color-neutral--neutral-dark);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1600px;
}

.flex-block-192 {
  width: 70%;
}

.flex-block-193 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
}

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

.image-388 {
  width: 100%;
}

.image_left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
}

.image_left.off {
  display: none;
}

.image_left.stacked {
  flex-flow: column;
}

.image_right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
}

._100_image {
  width: 100%;
}

.flex-block-194 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

.flex-block-194.horz {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex-flow: row;
}

.image_100 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
}

.flex-block-195 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  width: 100%;
}

.bucket_right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: none;
  flex-flow: column;
  width: 100%;
  padding: 0;
}

.bucket_image {
  width: 100%;
  height: auto;
}

.flex-block-196 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
}

.flex-block-197 {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
}

.gallery_screens {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 60px;
}

.gallery_screens.green {
  background-image: linear-gradient(#2f5e51, #2f5e51);
}

.gallery_screens.endcap {
  padding-bottom: 220px;
}

.gallery_screens.endcap.dark {
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.image-389 {
  width: 100%;
}

.image-390 {
  width: 50%;
}

.flex-block-198 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  width: 50%;
}

.flex-block-199 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  width: 100%;
}

.p-overview._50, .p-overview._50.littlemore, .p-overview._50.littlemore.new {
  width: 50%;
}

.flex-block-200 {
  flex-flow: row;
}

.flex-block-199-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  width: 100%;
  max-width: 2000px;
  padding-bottom: 100px;
}

.flex-block-199-copy.endcap {
  padding-bottom: 220px;
}

.gallery_screens-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: linear-gradient(#080746cc, #080746cc), url('../images/Paper.png');
  background-position: 0 0, 0 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 60px 20px;
}

.gallery_screens-copy.green {
  background-image: linear-gradient(#2f5e51, #2f5e51);
}

.flex-block-201 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
}

.flex-block-202 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  width: 100%;
  max-width: 1600px;
}

.flex-block-202.horz {
  flex-flow: column;
  width: 100%;
  max-width: none;
}

.flex-block-201-copy {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
}

.overview_70 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: var(--base-color-neutral--neutral-dark);
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  max-width: none;
}

.flex-block-203 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}

.flex-block-204 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #50409000;
  border: 1px solid #494949;
  border-radius: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.flex-block-204.red {
  background-color: #90404100;
  border-width: 2px;
  border-color: #a00f0f;
  width: 100%;
}

.link-block-8 {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  background-image: linear-gradient(#1b16429e, #1b16429e), url('../images/Paper.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border: 1px solid #fdfdfd66;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  padding: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  text-decoration: none;
  display: flex;
}

.flex-block-205 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
}

.image-341-copy {
  width: 8%;
}

.flex-block-204-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #504090;
  border-radius: 10px;
  width: 50%;
  padding: 20px;
}

.flex-block-206 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

.flex-block-206.off {
  display: none;
}

.red {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #904041;
  border-radius: 10px;
  width: 50%;
  padding: 20px;
}

.image_left-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
}

.white {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.charegeslip_new-copy {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  color: var(--background-color--background-primary);
  background-image: linear-gradient(#171937, #171937);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0% 10% 15%;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
}

.charegeslip_new-copy.white {
  background-image: linear-gradient(#dfdfdf, #dfdfdf);
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: 5%;
}

.charegeslip_new-copy.gray {
  background-image: linear-gradient(#bbb, #bbb);
  border-radius: 0;
  margin-top: 0;
  padding: 5%;
}

.charegeslip_new-copy.gray.endcap {
  padding-bottom: 100px;
}

.charegeslip_new-copy.exploration {
  background-image: linear-gradient(#bdbdbd, #bdbdbd);
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
}

.flex-block-207 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
}

.image-388-copy {
  width: 100%;
}

.flex-block-208 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  width: 100%;
}

.flex-block-209 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
}

.image-388-copy-copy, .image-388-copy-copy-copy, .flex-block-210 {
  width: 50%;
}

.flex-block-211 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-image: linear-gradient(#080746cc, #080746cc), url('../images/Paper.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.flex-block-211.endcap {
  padding-bottom: 100px;
}

.flex-block-211.off {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.flex-block-212 {
  width: 100%;
}

.tile_numbers {
  text-align: right;
  width: 100%;
}

.something-new {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--base-color-brand--white);
  background-color: #204663;
  border: 1px #fff;
  border-radius: 0 0 10px 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.something-new.red {
  background-color: #90404100;
  border-width: 2px;
  border-color: #a00f0f;
  width: 100%;
}

.image-388-copy-copy-copy {
  width: 100%;
}

.image_50, .image_50._100 {
  width: 50%;
}

.image-391 {
  width: 30%;
}

.tile_number-copy {
  color: #333;
  text-align: left;
  text-transform: none;
  width: 100%;
  padding-bottom: 0;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.tile_number-copy.red {
  color: #880b0b;
  background-color: #90404100;
  width: 100%;
  padding: 0;
}

.flex-block-202-copy {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  width: 100%;
  max-width: 1600px;
  padding-bottom: 100px;
}

.flex-block-213 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.heading-6-copy-copy-copy-2 {
  color: #ff9a32;
  text-align: left;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-shadow: 2px 3px #00000080;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 140px;
  line-height: 80%;
  display: flex;
}

.heading-style-h3-2 {
  letter-spacing: .05em;
  height: 100%;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h3-2.body {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 2.5rem;
  font-weight: 700;
}

.heading-style-h3-2.body.white {
  color: #fff;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.heading-style-h3-2.body.white.fd-copy {
  color: #fff;
  text-align: left;
  text-transform: none;
  border-radius: 0;
  width: 100%;
  height: 49.2581%;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.heading-style-h3-2.body.white.fd-copy.xs {
  width: 80%;
  padding-top: 20px;
  font-size: 24px;
  font-weight: 300;
}

.image-392 {
  border-radius: 20px;
  width: 80%;
  padding: 0;
}

.image-393 {
  padding: 40px;
}

.h2 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 123px;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.h2.black {
  color: #fff;
}

.h2.dark {
  color: #333;
  padding-bottom: 0;
}

.h2.dark.white {
  color: #fff;
}

.flex-block-214 {
  flex-flow: row;
}

.flex-block-204-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #50409000;
  border: 1px solid #494949;
  border-radius: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.flex-block-204-copy.red {
  background-color: #90404100;
  border-width: 2px;
  border-color: #a00f0f;
  width: 100%;
}

.skills_for-homepage {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--base-color-neutral--neutral-dark);
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: none;
}

.skills_for-homepage.inline {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.image-395 {
  width: 30%;
}

.side {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.side.white {
  color: #fff;
}

.flex-block-204-copy-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #50409000;
  border: 1px solid #494949;
  border-radius: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.flex-block-204-copy-copy.red {
  background-color: #90404100;
  border-width: 2px;
  border-color: #a00f0f;
  width: 100%;
}

.flex-block-196-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 50%;
}

.image-397 {
  max-width: 1000px;
  padding-top: 0;
}

.flex-block-215 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 20px;
}

.image-398, .image-388-copy-copy-copy {
  width: 100%;
}

.image-399 {
  border-radius: 20px;
}

.image-399.portrait {
  width: 20%;
}

.parallax-image {
  z-index: 1;
  aspect-ratio: auto;
  object-fit: fill;
  background-image: url('../images/Skill-Map-_12-point.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 50vh;
  min-height: 100%;
  max-height: none;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

.parallax-image.newimage1 {
  background-image: url('../images/TheBigOneBackground.png');
}

.div-block-6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.content-wrapper {
  z-index: 1;
  background-image: url('../images/TheBigOneBackground.png');
  background-position: 0 0;
  background-size: auto;
  position: relative;
}

.bg-parallax {
  z-index: -1;
  aspect-ratio: auto;
  background-image: url('../images/TheBigOneBackground.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.div-block-7 {
  z-index: -1;
  background-image: url('../images/TheBigOneBackground.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 60vw;
  position: absolute;
}

.flex-block-216 {
  background-image: linear-gradient(#00000063, #00000063), linear-gradient(#0133cacf, #0133cacf), url('../images/Paper.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
  flex-flow: column;
}

.flex-block-216.purple {
  background-image: linear-gradient(#080746cc, #080746cc), url('../images/Paper.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.image-391-copy {
  width: 30%;
}

.section {
  background-image: linear-gradient(#a7cbe7, #a7cbe7);
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.eewr-copy-copy-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 100px;
}

.flex-block-217 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.link-block-6-copy {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.flex-block-183-copy {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 100px;
}

.flex-block-183-copy.heronew {
  background-image: linear-gradient(#080746cc, #080746cc), url('../images/Paper.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 100%;
  height: 100%;
  padding-top: 220px;
  padding-bottom: 20px;
}

.case {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  padding: 0 20px 40px;
}

.case.left, .flex-block-218 {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-block-219 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 70%;
}

.flex-block-220 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding-left: 20px;
}

.about-content_body-copy-copy-copy {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1561.5px;
  display: flex;
}

.left {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  max-width: none;
  display: flex;
}

.left.inline {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.container-4 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.btn-primary {
  color: var(--base-color-neutral--neutral);
  letter-spacing: var(--border-stroke--normal);
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 3px solid #757575;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 1200px;
  padding: 0;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 80px;
  display: flex;
}

.btn-primary:hover {
  color: var(--base-color-brand--white);
  background-color: #ffce1c;
}

.racdoon {
  width: 30%;
  max-width: none;
}

.flex-block-221 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  padding-top: 0;
}

.flex-block-222 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
}

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

.heading-3 {
  font-size: 32px;
  line-height: 1.5;
}

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

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

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

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

.flex-block-165-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.flex-block-165-copy.new {
  width: 90%;
}

.flex-block-223 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  max-width: 1600px;
}

.flex-block-224 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.div-block-12 {
  background-image: linear-gradient(#ff9b34, #ff9b34);
  width: 20px;
  height: 100%;
  display: block;
}

.flex-block-225 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.div-block-13 {
  width: 100%;
  height: 100%;
}

.div-block-14 {
  background-image: linear-gradient(#ff9b34, #ff9b34);
  width: 20px;
}

.h3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  max-width: 1600px;
  font-size: 1.2rem;
}

.title_smaller {
  outline-offset: 0px;
  color: #333;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0 #000;
  border-right-style: solid;
  outline: 0 #000;
  width: auto;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Pp Right Grotesk Tight 400 100", Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.title_smaller.white {
  color: #fff;
}

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

.title_smaller.stroke {
  border-right-width: 10px;
  border-right-color: #ff9b34;
  width: 50%;
  height: 100%;
  min-height: 100%;
}

.how-i-work-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-backdrop-filter: drop-shadow(0 2px 5px #000000b3);
  backdrop-filter: drop-shadow(0 2px 5px #000000b3);
  background-image: linear-gradient(#fff, #fff), url('../images/Paper.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border: 1px #00000040;
  border-bottom-style: solid;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px 100px;
}

.how-i-work-copy.green {
  background-image: linear-gradient(#315f53, #315f53);
  width: 100%;
}

.how-i-work-copy.center {
  justify-content: center;
  align-items: flex-start;
}

.div-block-15 {
  padding-top: 39px;
  padding-bottom: 39px;
}

.div-block-15.stroke {
  border-left: 10px solid #ff9c34;
  width: 70%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
}

.flex-block-226 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 40px;
}

.flex-block-226.mobile {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: none;
  padding-top: 100px;
  padding-left: 0;
  padding-right: 0;
}

.flex-block-226.mobile.small {
  padding-bottom: 0;
}

.flex-block-227 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  padding-right: 20px;
}

.whoami {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  padding-top: 0;
}

.whoami.color {
  background-image: none;
  border: 1px solid #929292;
  border-radius: 20px;
  padding: 60px 40px 40px;
}

.container-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 100px;
  display: flex;
}

.heading-style-h3-copy-copy-copy-copy {
  text-align: center;
  letter-spacing: var(--_typography---letter-spacing--headings);
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h3-copy-copy-copy-copy.body {
  font-size: 1.5rem;
}

.heading-style-h3-copy-copy-copy-copy.body.white {
  color: #fff;
}

.text-block-9.white_center {
  color: var(--base-color-neutral--white);
}

.bio {
  color: var(--base-color-brand--black);
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.flex-block-228 {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
}

.tile_darker {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: linear-gradient(#1642239e, #1642239e), url('../images/Paper.png'), linear-gradient(#fff, #fff);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
  border-bottom: 1px solid #fff6;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 100px;
}

.tile_darker.green {
  background-image: linear-gradient(#315f53, #315f53);
  width: 100%;
}

.tile_darker.center {
  justify-content: center;
  align-items: flex-start;
}

.new {
  color: var(--base-color-neutral--white);
}

.new.list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.flex-block-229 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  border: 1px solid #ffffff4d;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
}

.small_text.xs {
  font-size: 20px;
  font-weight: 300;
}

.small_text.xs.white_center {
  color: var(--base-color-brand--white);
}

.div-block-17 {
  padding-bottom: 40px;
}

.flex-block-230 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  padding-left: 0;
}

.flex-block-231 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 50%;
}

.how-i-work-copy-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-backdrop-filter: drop-shadow(0 2px 5px #000000b3);
  backdrop-filter: drop-shadow(0 2px 5px #000000b3);
  background-image: linear-gradient(#080746cc, #080746cc), url('../images/Paper.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border: 1px #00000040;
  border-bottom: 1px solid #ffffff40;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 100px;
}

.how-i-work-copy-copy.green {
  background-image: linear-gradient(#315f53, #315f53);
  width: 100%;
}

.how-i-work-copy-copy.center {
  justify-content: center;
  align-items: flex-start;
}

.how-i-work-copy-copy.purple {
  background-image: linear-gradient(#080746cc, #080746cc), url('../images/Paper.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.how-i-work-copy-copy.blue {
  background-image: linear-gradient(#0d4e7ccc, #0d4e7ccc), url('../images/Paper.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.open_brief {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: var(--base-color-neutral--neutral-dark);
  border: 1px solid #ffffff52;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  padding: 40px;
}

.open_brief.dark {
  border-color: #ccc;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.flex-block-232 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
}

.new_hero {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
}

.flex-block-233 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
}

.flex-block-234 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.image-401 {
  width: auto;
  max-width: none;
  height: 20%;
}

.image-402, .logoround {
  border-radius: 20px;
  width: auto;
  max-width: none;
}

.logoround._100 {
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
}

.logoround._100:hover {
  opacity: 1;
  mix-blend-mode: hard-light;
}

.flex-block-235 {
  justify-content: center;
  align-items: center;
}

.link-block-9 {
  width: 100%;
  height: 100%;
}

.link-block-9:hover {
  opacity: 1;
  mix-blend-mode: normal;
  border: 2px #f7fc00;
  border-radius: 20px;
}

.flex-block-236 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
}

.flex-block-237 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
}

.flex-block-238 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  min-height: 100%;
}

.flex-block-239 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  width: 50%;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .container-medium {
    padding-top: 0;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

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

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

  .button.is-secondary.is-xlarge, .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h4.text-wrap-balance.smaller {
    width: 90%;
    height: 100%;
    font-size: 72px;
    line-height: 1;
  }

  .heading-style-h4.text-wrap-balance.smaller.smallest {
    width: 100%;
  }

  .heading-style-h4.text-wrap-balance.smaller.smallest-copy {
    width: 100%;
  }

  .heading-style-h4.text-wrap-balance.smaller-copy {
    width: 90%;
    height: 100%;
    font-size: 72px;
    line-height: 1;
  }

  .heading-style-h4.text-wrap-balance.smaller-copy.smallest {
    width: 100%;
  }

  .heading-style-h4.text-wrap-balance.smaller-copy.smallest-copy {
    width: 100%;
  }

  .heading-style-h4.text-wrap-balance.smaller-copy-copy {
    width: 90%;
    height: 100%;
    font-size: 72px;
    line-height: 1;
  }

  .heading-style-h4.text-wrap-balance.smaller-copy-copy.smallest {
    width: 100%;
  }

  .heading-style-h4.text-wrap-balance.smaller-copy-copy.smallest-copy {
    width: 100%;
  }

  .heading-style-h4.text-wrap-balance.smaller-copy-copy.white {
    background-image: linear-gradient(#00000080, #00000080);
    width: 100%;
    padding: 20px 39px;
  }

  .heading-style-h4.text-wrap-balance.smaller-copy-copy-copy {
    width: 100%;
    height: 100%;
    padding-top: 140px;
    font-size: 72px;
    line-height: 1;
  }

  .heading-style-h4.text-wrap-balance.smaller-copy-copy-copy.smallest {
    width: 100%;
  }

  .heading-style-h4.text-wrap-balance.smaller-copy-copy-copy.smallest-copy {
    width: 100%;
  }

  .heading-style-h4.text-wrap-balance.skiils {
    width: 90%;
    height: 100%;
    font-size: 72px;
    line-height: 1;
  }

  .heading-style-h4.text-wrap-balance.skiils.smallest {
    width: 100%;
  }

  .heading-style-h4.text-wrap-balance.skiils.smallest-copy {
    width: 100%;
  }

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

  .heading-style-h3.body.white {
    width: 90%;
  }

  .heading-style-h3.body.white.fd {
    text-align: center;
    width: 100%;
    padding-bottom: 0;
  }

  .heading-style-h3.body.white.fd.new {
    text-align: left;
  }

  .heading-style-h3.body.white.fd.black {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h3.body.white.fd.black.herp_40 {
    text-align: left;
    font-size: 1.4rem;
  }

  .heading-style-h3.body.white.fd-copy {
    width: 100%;
    padding-bottom: 40px;
    font-size: 1.4rem;
  }

  .heading-style-h3.body.white.fd-copy-copy {
    width: 80%;
    padding-bottom: 40px;
  }

  .heading-style-h3.body-copy.white, .heading-style-h3.body-copy.center, .heading-style-h3.body-copy-copy.white {
    width: 90%;
  }

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

  .padding-global.white.new {
    padding-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .padding-global.white.new.photo {
    padding-top: 0;
  }

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

  .padding-global.white.new.green.endtoend {
    background-image: linear-gradient(to bottom, null, null), url('../images/HipstamaticPhoto-637289183.628450.JPG');
    background-size: auto, contain;
  }

  .padding-global.white-copy {
    padding-top: 60px;
    padding-bottom: 0;
  }

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

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

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

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

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

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

  .navbar_container.container-large {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .navbar_logo-link {
    z-index: 3;
    margin-right: auto;
  }

  .navbar_menu {
    border-bottom: 1px solid var(--border-color--border-primary);
    background-color: var(--background-color--background-primary);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    z-index: 1;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    background-color: #050505d9;
    border: 1px #000;
    flex-flow: column;
    order: 1;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 120svh;
    padding-top: 0;
    padding-bottom: 0;
    transition: height .5s;
    display: flex;
    position: absolute;
    top: -5vh;
    left: -5vw;
    overflow: clip;
  }

  .navbar_menu-links {
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-top: 9rem;
    padding-bottom: 25svh;
    position: relative;
    overflow: auto;
  }

  .navbar_link {
    width: auto;
    padding: 0 2rem 0 0;
    font-size: 3.5rem;
  }

  .navbar_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar_menu-button {
    z-index: 3;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-left: auto;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--text-color--text-alternate);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--text-color--text-alternate);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: var(--text-color--text-alternate);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .section-content.large-left, .section-content.large-right {
    grid-template-columns: 1fr;
  }

  .hero_content.section-content {
    padding-top: 3rem;
  }

  .background-image.is-hero {
    width: auto;
    height: 70vh;
    margin-left: auto;
  }

  .hero_cta {
    bottom: 34px;
  }

  .heading-style-h0 {
    font-size: 23vw;
  }

  .intro_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .intro_content.section-content.large-left {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .intro_content-left {
    margin-bottom: 0;
  }

  .intro_content-right {
    margin-left: auto;
  }

  .navbar_link-dot {
    width: .5rem;
    height: .5rem;
    left: auto;
    right: 0;
  }

  .loader_text-inner {
    font-size: 6vw;
  }

  .hero_mobile-image-overlay {
    z-index: 5;
    background-image: linear-gradient(180deg, #0000 10%, var(--base-color-brand--black));
    height: 20rem;
    padding: 0;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .hero_heading-2 {
    left: 20%;
  }

  .navbar_bg {
    z-index: 2;
    border-top-left-radius: var(--_ix---rounded-radius);
    border-top-right-radius: var(--_ix---rounded-radius);
    border-bottom-left-radius: var(--_ix---rounded-radius);
    border-bottom-right-radius: var(--_ix---rounded-radius);
    width: calc(100vw - 2 * var(--_ix---rounded-padding));
    top: 0;
    left: auto;
    right: auto;
  }

  .navbar_link-mask {
    margin-top: -.35em;
    margin-bottom: -.35em;
  }

  .navbar_mobile-details {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: var(--text-color--text-alternate);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: auto;
    display: flex;
  }

  .navbar_social-link {
    color: var(--link-color--link-alternate);
    text-decoration: none;
    transition: opacity .5s cubic-bezier(.19, 1, .22, 1);
  }

  .navbar_social-link:hover {
    opacity: .6;
  }

  .navbar_mobile-details-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 5vw;
    display: flex;
  }

  .navbar_mobile-details-wrapper.is-left {
    margin-left: 0;
  }

  .navbar_mobile-bottom {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: auto;
    padding-top: 5rem;
    display: flex;
    overflow: clip;
  }

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

  .projects_item-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .projects_image-wrapper {
    border-radius: 1rem;
    width: 100%;
    padding: 5vw;
  }

  .projects_image {
    transform: none;
  }

  .projects_item-inner {
    flex: 0 auto;
    order: 1;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 5rem;
  }

  .projects_item-name.is-clone {
    display: none;
  }

  .projects_year {
    padding: .15em .85em;
    font-size: 1rem;
    transition-property: none;
    position: absolute;
    inset: auto 0% 2rem auto;
    transform: none;
  }

  .projects_right-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #0000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    transition-property: none;
    position: static;
    transform: none;
  }

  .projects_item-name-text {
    font-size: 2.75rem;
  }

  .gallery_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    column-count: 2;
    flex-flow: wrap;
    flex: none;
    column-gap: 1rem;
    width: 110vw;
    display: block;
  }

  .gallery_column {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 1rem;
  }

  .gallery_image {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: 0% 0%;
    width: 100%;
    min-width: 0;
  }

  .about-content.section-content.new {
    grid-column-gap: 2rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-content.section-content.color {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .about-content.section-content.color.body.stroke.overview, .about-content.section-content.color.body.stroke.ttiles {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-top: 20px;
  }

  .about-content.section-content.color.body.stroke.ttiles.gap-copy {
    padding-bottom: 100px;
  }

  .about-content.section-content.color.body.stroke.ttiles.gap-copy.purple {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 5%;
  }

  .about-content.section-content.color.body.stroke.ttiles.gap-copy.purple.white {
    padding-top: 20px;
  }

  .about-content.section-content.color.body.stroke.ttiles.gap-copy.purple.white.blue {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-content.section-content.color.body.stroke.ttiles.white {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-content.section-content.color.body.stroke.ttiles.white.left {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-content.section-content.color.body.stroke.gap, .about-content.section-content.color.body.stroke.overview-copy, .about-content.section-content.color.body.stroke.overview-copy-copy, .about-content.section-content.color.body.stroke-copy.overview, .about-content.section-content.color.body.stroke-copy.ttiles, .about-content.section-content.color.body.stroke-copy.gap, .about-content.section-content.color.body.stroke-copy.overview-copy, .about-content.section-content.color.body.stroke-copy.overview-copy-copy, .about-content.section-content.color.body.stroke-copy.overview-copy-copy-copy, .about-content.section-content.color.body.stroke-copy.overview-copy-copy-copy-copy, .about-content.section-content.color.body.stroke-copy.overview-copy-copy-copy-copy-copy, .about-content.section-content.color.body.stroke-copy.overview, .about-content.section-content.color.body.stroke-copy.ttiles, .about-content.section-content.color.body.stroke-copy.gap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-top: 20px;
  }

  .about-content.section-content.color.body.stroke-copy.gap.white {
    padding-bottom: 0%;
  }

  .about-content.section-content.color.body.stroke-copy.overview-copy, .about-content.section-content.color.body.stroke-copy.overview-copy-copy, .about-content.section-content.color.body.stroke-copy-copy.overview, .about-content.section-content.color.body.stroke-copy-copy.ttiles, .about-content.section-content.color.body.stroke-copy-copy.gap, .about-content.section-content.color.body.stroke-copy-copy.overview-copy, .about-content.section-content.color.body.stroke-copy-copy.overview-copy-copy, .about-content.section-content.color.body.stroke-copy-copy.overview-copy-copy-copy, .about-content.section-content.color.body.stroke-copy-copy.overview-copy-copy-copy-copy, .about-content.section-content.color.body.stroke-copy-copy.overview-copy-copy-copy-copy-copy {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-top: 20px;
  }

  .about-content.section-content.color.body.stroke-copy-copy.overview-copy-copy-copy-copy, .about-content.section-content.color.body.stroke-copy-copy.hero_type {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-top: 20px;
    padding-left: 0%;
  }

  .about-content_heading {
    margin-bottom: 0;
  }

  .about-content_body {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: auto;
  }

  .about-content_main {
    flex: none;
  }

  .intro_content-skillls {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    margin-left: auto;
    display: flex;
  }

  .about-content_images {
    aspect-ratio: auto;
    flex: 1;
    width: auto;
    height: auto;
  }

  .about_tabs {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column;
    flex: 1;
    display: flex;
  }

  .footer14_component.padding-section-large {
    background-image: linear-gradient(#2e2e39, #2e2e39);
    min-height: auto;
    padding-bottom: 100px;
  }

  .footer14_cta {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer14_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .about_tabs-section {
    margin-top: 0;
  }

  .about_tabs-sticky {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-details-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer-details-wrapper.is-left {
    margin-left: 0;
  }

  .footer_details {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    align-self: flex-start;
    width: 100%;
  }

  .footer_socials {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: var(--text-color--text-alternate);
    margin-top: auto;
    display: flex;
  }

  .skill-2, .skill-3 {
    padding-top: 0;
  }

  .projects_image-image {
    transform: none;
  }

  .text-style-tagline-black.smaller {
    font-size: 4rem;
    line-height: 4rem;
  }

  .text-style-tagline-black.h2 {
    font-size: 4rem;
    line-height: 6rem;
  }

  .text-style-tagline-black.h2.herotext {
    font-size: 4rem;
  }

  .text-style-tagline-black.h2.herotext.bigger {
    font-size: 6rem;
  }

  .flex-block-88.fedex {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
    position: relative;
  }

  .flex-block-88.tmobile, .flex-block-88.cisco, .flex-block-88.globe, .flex-block-88.tmobile, .flex-block-88.cisco, .flex-block-88.globe, .flex-block-88.tmobile {
    width: 100vw;
  }

  .flex-block-88.tmobile, .flex-block-88.cisco {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .flex-block-88.half_round-corner, .flex-block-88.half_round-corner.pink, .flex-block-88.half_round-corner.blue, .flex-block-88.half_round-corner.globe {
    width: 90%;
  }

  .flex-block-88.globe {
    width: 100%;
  }

  .flex-block-91 {
    width: 100%;
    padding-left: 0;
  }

  .professional-summary-2 {
    padding-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .flex-block-95 {
    padding: 20px 40px 40px;
  }

  .company-2-copy-copy-3.dark.white.smaller.h3 {
    font-size: 48px;
    line-height: 50px;
  }

  .company-2-copy-copy-3.dark.white.smaller.footer.center {
    margin-top: 40px;
  }

  .company-2-copy-copy-3.dark.white.nj {
    line-height: 100px;
  }

  .accordion-wrapper, .accordion-header {
    width: 100%;
  }

  .text-block-5 {
    width: 92vw;
  }

  .flex-block-106 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: none;
  }

  .flex-block-107 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    width: 100%;
    display: block;
    overflow: visible;
  }

  .image-345 {
    width: 50%;
  }

  .image-345.tile-2, .image-345.tile-2-copy {
    flex: 0 auto;
    display: block;
  }

  .flex-block-108 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .flex-block-106-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: none;
  }

  .flex-block-109 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 100%;
  }

  .footer-details-wrapper-copy {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer-details-wrapper-copy.is-left {
    margin-left: 0;
  }

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

  .link-block {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .navbar_social-link-copy {
    color: var(--link-color--link-alternate);
    text-decoration: none;
    transition: opacity .5s cubic-bezier(.19, 1, .22, 1);
  }

  .navbar_social-link-copy:hover {
    opacity: .6;
  }

  .image-349 {
    width: 20%;
  }

  .flex-block-117, .flex-block-118 {
    flex-flow: column;
  }

  .discover.tile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-block-120 {
    width: 100%;
  }

  .define, .design, .develop, .deploy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-block-121 {
    padding-bottom: 0;
  }

  .link-block-4 {
    background-image: linear-gradient(#2d2d38, #2d2d38);
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .flex-block-122 {
    width: 100%;
  }

  .eyebrow {
    text-align: center;
    width: 100%;
    font-size: 2rem;
  }

  .eyebrow.left {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    font-size: 1.6rem;
  }

  .eyebrow.rotate {
    width: auto;
  }

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

  .subtitle {
    text-align: center;
    font-size: 1.2rem;
  }

  .subtitle.white.center {
    font-size: 14px;
  }

  .hero {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .hero_image {
    padding-bottom: 5%;
  }

  .overview {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-left: 5%;
    padding-right: 5%;
  }

  .flex-block-128 {
    flex-flow: row;
  }

  .tripplebucket {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .on-purple {
    padding: 10% 5%;
  }

  .e {
    padding-bottom: 10%;
  }

  .titile-copy {
    font-size: 1rem;
  }

  .flex-block-139 {
    flex-flow: column;
  }

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

  .list-2 {
    margin-top: 0;
  }

  .flex-block-142 {
    flex-flow: column;
    width: 100%;
  }

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

  .list-3 {
    width: 100%;
    margin-bottom: 0;
  }

  .list-4 {
    width: 100%;
    margin-top: 0;
  }

  .flex-block-144 {
    width: 100%;
  }

  .list-5 {
    width: 100%;
    margin-bottom: 0;
  }

  .flex-block-149 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    padding-bottom: 60px;
  }

  .heading-6-copy {
    text-align: center;
    font-size: 100px;
  }

  .trees {
    padding-top: 100px;
  }

  .deploy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .deploy-copy-copy, .deploy-copy, ._04, ._03, ._02, ._01, ._05, ._01-copy, ._01-copy, ._01-copy, ._01-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .fedexlink {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .heading-6-copy-copy {
    text-align: left;
    font-size: 60px;
  }

  .professional-summary-2-copy {
    padding-bottom: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .button-3_deacive {
    font-size: 1rem;
    display: none;
  }

  .button-3_deacive.rth, .button-3_deacive.rth-copy {
    margin-top: 0;
    display: block;
  }

  .button-3_deacive.rth-copy-copy, .button-3_deacive.new-color {
    margin-top: 0;
  }

  .button-3_deacive.color {
    font-size: 3rem;
    display: block;
  }

  .container-3 {
    padding: 10% 0% 2%;
  }

  .flex-block-165 {
    flex-flow: column;
    width: 100%;
  }

  .image-366 {
    width: 50%;
    height: auto;
    display: none;
  }

  .flex-block-168 {
    padding: 60px 20px;
  }

  .top_tile {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    width: 100%;
    padding: 40px;
  }

  .responisbilites {
    width: 100%;
  }

  .p-overview {
    border-bottom: 1px #ffffff4d;
    width: 100%;
  }

  .p-overview.wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .p-overview.horz, .p-overview.dark {
    width: 100%;
  }

  .p-overview.stroke {
    border-bottom-style: none;
    padding-bottom: 10px;
  }

  .p-overview.stroke.new {
    padding-bottom: 40px;
  }

  .logo {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .heading-6-copy-copy-copy {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    font-size: 72px;
  }

  .bigger-2-copy {
    text-align: center;
    width: 100%;
  }

  .bigger-2-copy._100 {
    justify-content: center;
    align-items: flex-start;
  }

  .bigger-2-copy._100.biggest {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 60px;
  }

  .bigger-2-copy._100.biggest.white {
    text-align: left;
    font-size: 60px;
  }

  .text-span-2 {
    font-size: 60px;
    line-height: 1;
  }

  .button-3-copy {
    font-size: 1rem;
  }

  .button-3-live {
    margin-top: 40px;
    font-size: 1rem;
    display: none;
  }

  .button_newest {
    font-size: 1rem;
  }

  .button_newest.deactive {
    text-align: center;
    width: 100%;
    font-size: 2rem;
  }

  .button_newest.purple {
    width: 100%;
    font-size: 2rem;
  }

  .button_newest.purple.large {
    width: 100%;
  }

  .button_newest.white {
    width: 50%;
    font-size: 2rem;
  }

  .button-3-copy-copy-copy {
    font-size: 1rem;
  }

  .block_trees, .tile_r, .image_block-1, .tile_r-copy, .tile_r-copy-copy, .graph, .tile_new, .tile3 {
    padding: 60px 20px;
  }

  .eewr-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .tile_r-copy {
    width: 80%;
    padding: 60px 20px;
  }

  .where-copy-2-copy {
    padding-top: 0;
  }

  .newest, .about-content_body-copy, .about-content_body-copy {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: auto;
  }

  .flex-block-169-copy-copy {
    flex-flow: column;
    padding-bottom: 0;
  }

  .about-content_body-copy-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: auto;
  }

  ._2323 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: auto;
    padding-left: 0;
  }

  .about-content_body-copy-copy {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: auto;
  }

  .reseume {
    padding: 20px 19px;
  }

  .about-content_body-copy, .about-content_body-copy-copy, .about-content_body-copy-copy, .about-content_body-copy-copy, .about-content_body-copy-copy, .about-content_body-copy-copy, .about-content_body-copy-copy, .about-content_body-copy-copy {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: auto;
  }

  .gray {
    font-size: 1rem;
  }

  .bullets_height {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: auto;
  }

  .eyebrow-copy {
    font-size: .9rem;
  }

  .body_tile {
    font-size: 16px;
    line-height: 24px;
  }

  .body_tile.xl.color.solo, .body_tile.xxl.color.solo {
    width: 100%;
  }

  .body_tile.xxl.white2, .body_tile.xxl.dark_2 {
    width: 100%;
    font-size: 28px;
  }

  .body_tile.xxl.dark_2.crimped {
    padding-bottom: 0;
  }

  .body_tile.xxl.dark_2.crimped.white_new {
    text-align: left;
  }

  .body_tile.xxl.dark_2._70, .body_tile.xxl.dark_2._70._100 {
    width: 100%;
  }

  .body_tile.xxl.dark_2._70.new {
    font-size: 24px;
  }

  .tile_title {
    font-size: 20px;
  }

  .tile_title.h2 {
    font-size: 60px;
  }

  .image-376 {
    width: 20%;
  }

  .graygds {
    padding-top: 20px;
  }

  .link-2 {
    z-index: 10;
    position: absolute;
    inset: 0;
  }

  .new_layout {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
  }

  .mobile_width {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: auto;
  }

  .eewr-copy-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-380 {
    width: 30%;
  }

  .image-381 {
    width: 40%;
  }

  .image-383 {
    width: 30%;
  }

  .new-logo {
    width: 40%;
    height: 40%;
  }

  .who-am-i {
    flex-flow: column;
    padding-left: 60px;
    padding-right: 60px;
  }

  .how-i-work {
    flex-flow: column;
    padding: 40px 20px;
  }

  .how-i-work.green {
    padding-left: 20px;
    padding-right: 20px;
  }

  .secondary-skills {
    flex-flow: column;
  }

  .approcah_image {
    width: 70%;
  }

  .footer-details-wrapper-copy-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer-details-wrapper-copy-copy.is-left {
    margin-left: 0;
  }

  .flex-block-182 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-bottom: 0;
  }

  .flex-block-183 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .flex-block-183.heronew {
    padding-top: 191px;
    padding-bottom: 5px;
  }

  .where-i-live {
    flex-flow: column;
  }

  .home_hero {
    justify-content: center;
    align-items: center;
    padding-top: 126px;
    padding-bottom: 60px;
  }

  .image-385 {
    width: 20%;
  }

  .button_2 {
    font-size: 1rem;
  }

  .heading-style-h3-copy-copy, .heading-style-h3-copy-copy-copy {
    font-size: 2.25rem;
  }

  .about-content_body-copy-copy-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: auto;
  }

  .hero_h1 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    font-size: 72px;
  }

  .hero_h1.white {
    font-size: 80px;
  }

  .my-backstory {
    flex-flow: column;
  }

  .password, .title_body {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: auto;
  }

  .hero_h1-copy {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    font-size: 72px;
  }

  .big {
    text-shadow: 3px 6px 1px #000000e8;
    font-size: 60px;
  }

  .image-387 {
    width: 50%;
  }

  .chargeslip {
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: auto;
  }

  .charegeslip_new {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-left: 5%;
    padding-right: 5%;
  }

  .charegeslip_new.white {
    padding-left: 2%;
    padding-right: 2%;
  }

  .charegeslip_new.gray.endcap.color {
    padding-bottom: 0;
  }

  .charegeslip_new.gray.endcap.color.gap {
    padding: 60px 40px;
  }

  .charegeslip_new.gray.endcap.color.stroke.more {
    padding: 60px 40px 0;
  }

  .charegeslip_new.gray.endcap.color.stroke.newi {
    padding-left: 40px;
    padding-right: 40px;
  }

  .charegeslip_new.exploration {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 60px;
  }

  .charegeslip_new.notwhite {
    padding: 40px 40px 100px;
  }

  .image-388 {
    width: 100%;
  }

  .image_left {
    flex-flow: column;
  }

  .gallery_screens {
    border-bottom: 1px solid #ffffff80;
    flex-flow: column;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .gallery_screens.endcap {
    padding-bottom: 60px;
  }

  .gallery_screens.endcap.dark {
    border-bottom-style: none;
  }

  .p-overview._50, .p-overview._50.littlemore {
    width: 100%;
  }

  .flex-block-199-copy {
    flex-flow: column;
    padding-bottom: 0;
  }

  .gallery_screens-copy {
    flex-flow: column;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-block-202 {
    width: 100%;
  }

  .flex-block-201-copy {
    flex-flow: column;
  }

  .overview_70 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .flex-block-203 {
    flex-flow: column;
  }

  .flex-block-204 {
    height: 100%;
  }

  .link-block-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 10px;
  }

  .flex-block-204-copy, .red {
    height: 100%;
  }

  .image-388-copy {
    width: 100%;
  }

  .image_left-copy {
    flex-flow: column;
  }

  .charegeslip_new-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-left: 5%;
    padding-right: 5%;
  }

  .charegeslip_new-copy.white {
    padding-left: 2%;
    padding-right: 2%;
  }

  .image-388-copy-copy, .flex-block-207, .image-388-copy, .image-388-copy-copy, .image-388-copy-copy, .image-388-copy-copy-copy {
    width: 100%;
  }

  .flex-block-211 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .flex-block-211.endcap {
    padding-bottom: 0;
  }

  .something-new {
    height: 100%;
  }

  .image-388-copy-copy-copy, .image_50, .image_50._100 {
    width: 100%;
  }

  .flex-block-213 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-6-copy-copy-copy-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    font-size: 80px;
  }

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

  .heading-style-h3-2.body.white {
    width: 90%;
  }

  .heading-style-h3-2.body.white.fd-copy {
    text-align: center;
    width: 100%;
    padding-bottom: 40px;
    font-size: 1rem;
  }

  .heading-style-h3-2.body.white.fd-copy.xs, .image-392 {
    width: 100%;
  }

  .h2 {
    padding-bottom: 60px;
    font-size: 72px;
  }

  .h2.dark {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .flex-block-204-copy.off {
    display: none;
  }

  .flex-block-204-copy {
    height: 100%;
  }

  .skills_for-homepage {
    width: 100%;
  }

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

  .flex-block-204-copy-copy {
    height: 100%;
  }

  .flex-block-204-copy-copy.off {
    display: none;
  }

  .image-388-copy-copy-copy {
    width: 100%;
  }

  .image-399.portrait {
    order: 0;
    width: 60%;
    display: block;
  }

  .image-399.portrait.off {
    display: none;
  }

  .eewr-copy-copy-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-block-217 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .flex-block-183-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .flex-block-183-copy.heronew {
    padding-top: 191px;
    padding-bottom: 5px;
  }

  .case {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-bottom: 0;
  }

  .about-content_body-copy-copy-copy, .left {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: auto;
  }

  .container-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .btn-primary {
    width: 80%;
  }

  .btn-primary.small {
    width: 100%;
  }

  .racdoon {
    display: none;
  }

  .flex-block-221 {
    flex-flow: row;
  }

  .flex-block-222 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    font-size: 24px;
  }

  .div-block-8, .flex-block-165-copy {
    width: 100%;
  }

  .flex-block-165-copy {
    flex-flow: column;
    width: 100%;
  }

  .flex-block-225 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-left: 4px solid #fd9a41;
    flex-flow: column;
    padding-left: 20px;
  }

  .title_smaller {
    text-align: left;
    width: 300px;
  }

  .title_smaller._40 {
    width: 100%;
  }

  .how-i-work-copy {
    flex-flow: column;
    padding: 40px 20px;
  }

  .how-i-work-copy.green {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-15.stroke {
    border-left-style: none;
    border-left-width: 4px;
    width: 100%;
    padding-left: 0;
  }

  .flex-block-226.mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-227 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    width: 100%;
  }

  .whoami {
    flex-flow: row;
  }

  .whoami.color {
    width: 100%;
    max-width: none;
  }

  .container-5 {
    max-width: none;
    padding: 100px 20px;
  }

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

  .tile_darker {
    flex-flow: column;
    padding: 40px 20px;
  }

  .tile_darker.green {
    padding-left: 20px;
    padding-right: 20px;
  }

  .small_text {
    font-size: 20px;
  }

  .how-i-work-copy-copy {
    flex-flow: column;
    padding: 40px 20px;
  }

  .how-i-work-copy-copy.green {
    padding-left: 20px;
    padding-right: 20px;
  }

  .open_brief {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    width: 100%;
  }

  .open_brief.dark {
    width: 100%;
  }

  .new_hero {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .new_hero.white {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .flex-block-233 {
    justify-content: center;
    align-items: flex-start;
  }

  .flex-block-234 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logoround._100 {
    width: 100%;
  }

  .link-block-9 {
    width: 50%;
  }

  .flex-block-236 {
    flex-flow: column;
    padding-top: 0;
  }

  .flex-block-239 {
    width: 100%;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

  .container-medium {
    padding-bottom: 0;
  }

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button.is-secondary.is-xlarge {
    font-size: 4vw;
  }

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

  .heading-style-h4.text-wrap-balance.smaller, .heading-style-h4.text-wrap-balance.smaller-copy, .heading-style-h4.text-wrap-balance.smaller-copy, .heading-style-h4.text-wrap-balance.smaller-copy-copy, .heading-style-h4.text-wrap-balance.smaller-copy-copy-copy, .heading-style-h4.text-wrap-balance.skiils {
    width: 100%;
    font-size: 50px;
  }

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

  .heading-style-h3.body.white, .heading-style-h3.body.white.fd {
    width: 100%;
  }

  .heading-style-h3.body.white.fd-copy {
    padding-bottom: 0;
    font-size: 1.4rem;
  }

  .heading-style-h3.body.white.fd-copy-copy {
    font-size: 1.4rem;
  }

  .heading-style-h3.body-copy.white, .heading-style-h3.body-copy.center {
    width: 100%;
  }

  .heading-style-h3.body-copy-copy.white {
    text-align: center;
    width: 100%;
  }

  .form_input {
    height: 3.5rem;
  }

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

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

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

  .padding-global.white.new {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-global.white.new.photo {
    padding-bottom: 60px;
  }

  .padding-global.white.new.green.endtoend {
    background-image: linear-gradient(to bottom, null, null), url('../images/HipstamaticPhoto-637289183.628450.JPG');
    background-size: auto, contain;
  }

  .padding-global.white-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-global.about.skill.fedex {
    background-image: linear-gradient(#131444, #4f58b9);
  }

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

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

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

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .text-style-tagline {
    width: 100%;
  }

  .navbar_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar_logo-link {
    padding-left: 0;
  }

  .section-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

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

  .background-image.is-hero {
    object-fit: cover;
    margin-right: 0;
    margin-left: calc(-1 * var(--_ix---rounded-padding));
    height: 75vh;
  }

  .hero_cta {
    z-index: 10000;
    top: auto;
    left: 5vw;
    right: 5vw;
    bottom: calc(7.5vw - var(--_ix---rounded-padding));
    border-radius: 1000rem;
    position: fixed;
    box-shadow: 0 .5rem 2rem -.5rem #0000005e;
  }

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

  .heading-style-h0 {
    font-size: 25vw;
  }

  .heading-style-h0.gold {
    display: flex;
  }

  .hero_heading-mask {
    padding-top: 20px;
  }

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

  .intro_content-right {
    max-width: 24rem;
  }

  .loader_bg {
    width: 125vh;
  }

  .hero_mobile-image-overlay {
    height: 25rem;
  }

  .hero_heading-2 {
    left: 17%;
  }

  .navbar_mobile-details-wrapper {
    padding-right: 0;
  }

  .navbar_mobile-bottom {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .projects_item-name-text {
    font-size: 2.25rem;
  }

  .about-content.section-content.color {
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
  }

  .about-content.section-content.color.body.stroke.overview, .about-content.section-content.color.body.stroke.ttiles {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 20px 4% 40px;
  }

  .about-content.section-content.color.body.stroke.ttiles.gap-copy {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .about-content.section-content.color.body.stroke.ttiles.gap-copy.purple.white {
    padding-top: 0;
  }

  .about-content.section-content.color.body.stroke.ttiles.gap-copy.purple.white.blue {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-content.section-content.color.body.stroke.gap, .about-content.section-content.color.body.stroke.overview-copy, .about-content.section-content.color.body.stroke.overview-copy-copy, .about-content.section-content.color.body.stroke-copy.overview, .about-content.section-content.color.body.stroke-copy.ttiles, .about-content.section-content.color.body.stroke-copy.gap, .about-content.section-content.color.body.stroke-copy.overview-copy, .about-content.section-content.color.body.stroke-copy.overview-copy-copy, .about-content.section-content.color.body.stroke-copy.overview-copy-copy-copy, .about-content.section-content.color.body.stroke-copy.overview-copy-copy-copy-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 20px 4% 40px;
  }

  .about-content.section-content.color.body.stroke-copy.overview-copy-copy-copy-copy-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 0 0% 40px;
  }

  .about-content.section-content.color.body.stroke-copy.overview, .about-content.section-content.color.body.stroke-copy.ttiles, .about-content.section-content.color.body.stroke-copy.gap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 20px 4% 40px;
  }

  .about-content.section-content.color.body.stroke-copy.gap.white {
    padding-top: 0%;
  }

  .about-content.section-content.color.body.stroke-copy.overview-copy, .about-content.section-content.color.body.stroke-copy.overview-copy-copy, .about-content.section-content.color.body.stroke-copy-copy.overview, .about-content.section-content.color.body.stroke-copy-copy.ttiles, .about-content.section-content.color.body.stroke-copy-copy.gap, .about-content.section-content.color.body.stroke-copy-copy.overview-copy, .about-content.section-content.color.body.stroke-copy-copy.overview-copy-copy, .about-content.section-content.color.body.stroke-copy-copy.overview-copy-copy-copy, .about-content.section-content.color.body.stroke-copy-copy.overview-copy-copy-copy-copy, .about-content.section-content.color.body.stroke-copy-copy.overview-copy-copy-copy-copy-copy, .about-content.section-content.color.body.stroke-copy-copy.overview-copy-copy-copy-copy, .about-content.section-content.color.body.stroke-copy-copy.hero_type {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 20px 4% 40px;
  }

  .about-content_body {
    max-width: 100vw;
    padding-top: 40px;
  }

  .about-content_body.white {
    padding-top: 0;
  }

  .about-content_main {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    margin-left: auto;
    margin-right: auto;
  }

  .intro_content-skillls {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .about-content_images {
    flex: 1;
  }

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

  .about_body.text-wrap-balance {
    max-width: 23.5rem;
  }

  .footer14_component {
    padding-bottom: 7rem;
  }

  .footer14_component.padding-section-large {
    min-height: auto;
    padding-bottom: 0;
  }

  .footer14_cta {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 80px;
  }

  .footer14_top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .footer14_credit-text {
    display: none;
  }

  .about_tabs-sticky {
    padding-bottom: 8rem;
  }

  .footer_details {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 10vw;
    display: grid;
  }

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

  .contact-form_radio-spacer {
    padding-top: 1.25rem;
  }

  .checkbox_component {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .checkbox_field {
    font-size: 1rem;
  }

  .description-list4_item {
    align-items: end;
  }

  .description-list4_item-content {
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

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

  .fs-rangeslider_track {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .fs-range_values {
    grid-column-gap: .35rem;
    grid-row-gap: .35rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 7rem;
    padding: .5rem .75rem;
    font-size: 1rem;
  }

  .range-dot {
    order: -1;
  }

  .text-style-tagline-black.smaller, .text-style-tagline-black.h2 {
    text-align: center;
    font-size: 3rem;
    line-height: 3rem;
  }

  .text-style-tagline-black.h2.herotext.bigger {
    text-align: left;
  }

  .flex-block-25 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link {
    font-size: 16px;
  }

  .image-340 {
    width: 50%;
  }

  .flex-block-87 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-88 {
    flex-flow: column;
  }

  .flex-block-88.tmobile {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .flex-block-88.cisco, .flex-block-88.globe {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .flex-block-90 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .flex-block-95 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-96 {
    flex-flow: column;
  }

  .company-2-copy-copy-3.dark.white.smaller.h3 {
    font-size: 40px;
  }

  .company-2-copy-copy-3.dark.white.smaller.footer.center.new {
    text-transform: uppercase;
    line-height: 80px;
  }

  .flex-block-98 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .flex-block-104.white {
    padding-bottom: 0;
  }

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

  .footer-details-wrapper-copy {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

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

  .image-349 {
    width: 40%;
  }

  .flex-block-118, .flex-block-88-copy, .flex-block-88-copy, .flex-block-88-copy {
    flex-flow: column;
  }

  .discover.tile, .define, .design, .develop, .deploy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-351 {
    border-radius: 20px;
    width: 100%;
  }

  .flex-block-123 {
    flex-flow: column;
  }

  .eyebrow {
    text-align: left;
    font-size: 1.4rem;
  }

  .eyebrow.left {
    font-size: 1.2rem;
  }

  .eyebrow.rotate, .eyebrow.rotate.on {
    display: block;
  }

  .subtitle {
    font-size: 1.1rem;
  }

  .flex-block-126 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .hero {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero.green {
    justify-content: center;
    align-items: center;
    height: 60vh;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .hero.green.newhero.newss {
    height: 100%;
    padding-top: 22%;
    padding-bottom: 22%;
  }

  .overview {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .body_1, .body_2 {
    font-size: .8rem;
  }

  .tripplebucket {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tile {
    font-size: .8rem;
  }

  .flex-block-131 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tile_number {
    font-size: 2rem;
  }

  .locations {
    font-size: .8rem;
  }

  .titile {
    font-size: 1.8rem;
  }

  .locations-copy {
    font-size: .8rem;
  }

  .on-purple {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tile_number-big {
    font-size: 2.5rem;
  }

  .tile_bullets {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-134 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tile_tiitle {
    width: 100%;
    font-size: 1.8rem;
  }

  .list-copy {
    font-size: 1rem;
  }

  .tripplebucket-copy, .e, .vertical {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .titile-copy {
    font-size: .8rem;
  }

  .tile_tiitle-copy {
    font-size: 2rem;
  }

  .purple-tiles {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .end {
    padding-top: 60px;
    font-size: .8rem;
  }

  .body3 {
    font-size: .8rem;
  }

  .body3-copy {
    font-size: 2rem;
  }

  .flex-block-140, .flex-block-143 {
    flex-flow: column;
  }

  .list-5 {
    width: 50%;
  }

  .flex-block-145, .flex-block-146, .flex-block-147, .flex-block-148 {
    flex-flow: row;
    width: 100%;
  }

  .flex-block-149 {
    flex-flow: column;
    padding-bottom: 40px;
  }

  .systemtitle {
    font-size: 1.4rem;
  }

  .heading-6-copy {
    text-align: left;
    font-size: 100px;
  }

  .deploy-copy, .deploy-copy-copy, .deploy-copy, ._04, ._03, ._02, ._01, ._05, ._01-copy, ._01-copy, ._01-copy, ._01-copy-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .flex-block-156 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-6-copy-copy {
    text-align: center;
    font-size: 72px;
  }

  .flex-block-161 {
    justify-content: flex-start;
    align-items: center;
  }

  .button-3_deacive.color {
    font-size: 2rem;
  }

  .skills {
    font-size: 1.2rem;
  }

  .container-3 {
    padding-top: 0%;
  }

  .flex-block-164 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .flex-block-165 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: flex-start;
  }

  .image-360, .image-361, .image-362, .image-363, .image-364, .image-365 {
    width: 50%;
  }

  .image-366 {
    flex: 0 auto;
    order: 1;
  }

  .flex-block-167 {
    display: none;
  }

  .top_tile {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-6-copy-copy-copy {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 72px;
  }

  .bigger-2-copy {
    width: 100%;
  }

  .bigger-2-copy._100.biggest {
    font-size: 72px;
  }

  .bigger-2-copy._100.biggest.white {
    text-align: left;
    padding-bottom: 20px;
  }

  .text-span-2 {
    font-size: 32px;
  }

  .flex-block-173 {
    flex-flow: row;
  }

  .button-3-live {
    display: none;
  }

  .button_newest.purple {
    text-align: center;
    width: 100%;
  }

  .button_newest.white {
    width: 100%;
  }

  .eewr-copy {
    padding: 40px 20px;
  }

  .about-content_body-copy-copy, .newest {
    max-width: 100vw;
  }

  .flex-block-169-copy-copy-copy {
    flex-flow: column;
  }

  .about-content_body-copy, .about-content_body-copy-copy {
    max-width: 100vw;
  }

  ._2323 {
    justify-content: flex-start;
    align-items: center;
    max-width: 100vw;
    padding-left: 0;
  }

  .about-content_body-copy-copy {
    max-width: 100vw;
  }

  .reseume {
    padding: 40px 10px;
  }

  .about-content_body-copy, .about-content_body-copy-copy, .about-content_body-copy-copy, .about-content_body-copy-copy, .about-content_body-copy-copy, .about-content_body-copy-copy, .about-content_body-copy-copy, .about-content_body-copy-copy {
    max-width: 100vw;
  }

  .flex-block-179-copy {
    border-radius: 0;
    width: 100%;
  }

  .bullets_height {
    max-width: 100vw;
  }

  .dark.larger {
    font-size: 24px;
  }

  .flex-block-126-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .eyebrow-copy {
    font-size: .8rem;
  }

  .body_tile.xxl.dark_2.crimped {
    padding-bottom: 0;
  }

  .body_tile.xxl.dark_2._70 {
    width: 100%;
  }

  .body_tile.xxl.dark_2._70.new {
    padding-bottom: 0;
  }

  .body_tile.intro {
    font-size: 32px;
  }

  .tile_title.h2.about.titile.merged.on {
    font-size: 48px;
  }

  .mobile_width {
    max-width: 100vw;
  }

  .eewr-copy-copy {
    padding: 40px 20px;
  }

  .title_eyebrow {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
  }

  .new-logo {
    width: 40%;
  }

  .who-am-i {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 39px 20px;
  }

  .how-i-work {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 40px 20px;
  }

  .image_logo {
    width: 50%;
  }

  .secondary-skills {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 40px 20px;
  }

  .flex-block-181 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-block-182 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 40px 10px;
  }

  .flex-block-183.heronew {
    padding-top: 100px;
  }

  .flex-block-183.heronew.center {
    padding-bottom: 0;
  }

  .where-i-live {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 39px 20px;
  }

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

  .heading-style-h3-copy-copy-copy {
    font-size: 32px;
  }

  .hero_h1 {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 60px;
  }

  .my-backstory {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 39px 20px;
  }

  .password, .title_body {
    max-width: 100vw;
  }

  .hero_h1-copy {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 72px;
  }

  .big {
    font-size: 48px;
  }

  .image-387 {
    width: 50%;
  }

  .chargeslip {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 39px 20px;
  }

  .wrapper {
    max-width: 100vw;
  }

  .charegeslip_new {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .charegeslip_new.white {
    padding-left: 4%;
    padding-right: 4%;
  }

  .charegeslip_new.gray.endcap.color.gap {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .charegeslip_new.gray.endcap.color.stroke.more {
    padding: 60px 20px;
  }

  .charegeslip_new.gray.endcap.color.stroke.newi {
    padding-left: 5%;
  }

  .charegeslip_new.notwhite {
    padding-left: 4%;
    padding-right: 4%;
  }

  .gallery_screens, .gallery_screens-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 39px 20px;
  }

  .flex-block-203 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .link-block-8 {
    background-image: linear-gradient(#434281cc, #434281cc), url('../images/Paper.png');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .charegeslip_new-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .charegeslip_new-copy.white {
    padding-left: 4%;
    padding-right: 4%;
  }

  .tile_number-copy {
    font-size: 2rem;
  }

  .flex-block-213 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-6-copy-copy-copy-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 90px;
  }

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

  .heading-style-h3-2.body.white {
    width: 100%;
  }

  .heading-style-h3-2.body.white.fd-copy {
    font-size: 1.4rem;
  }

  .h2.dark {
    padding-top: 60px;
  }

  .skills_for-homepage.inline {
    flex-flow: column;
  }

  .image-399.portrait {
    width: 80%;
  }

  .eewr-copy-copy-copy {
    padding: 40px 20px;
  }

  .flex-block-183-copy {
    justify-content: flex-start;
    align-items: center;
  }

  .case {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-block-220 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-content_body-copy-copy-copy, .left {
    max-width: 100vw;
  }

  .btn-primary {
    padding-top: 0;
    padding-bottom: 0;
  }

  .btn-primary.small {
    height: auto;
    line-height: 1;
  }

  .flex-block-222 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    text-align: center;
    font-size: 20px;
  }

  .flex-block-165-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-block-225 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
  }

  .title_smaller {
    width: 100%;
  }

  .title_smaller._40 {
    font-size: 40px;
  }

  .how-i-work-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 40px 20px;
  }

  .div-block-15.stroke {
    border-top: 4px #ff9b34;
    border-left-style: none;
    border-left-width: 8px;
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
  }

  .flex-block-226 {
    padding-top: 40px;
  }

  .flex-block-226.mobile {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .flex-block-227 {
    flex-flow: row;
    width: 100%;
  }

  .heading-style-h3-copy-copy-copy-copy {
    font-size: 28px;
  }

  .text-block-9 {
    font-size: 20px;
  }

  .tile_darker {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 40px 20px;
  }

  .small_text {
    font-size: 18px;
  }

  .how-i-work-copy-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 40px 20px;
  }

  .open_brief.dark {
    width: 100%;
  }

  .new_hero {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .flex-block-233 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .flex-block-234 {
    padding-top: 0;
  }
}

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

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

  .container-large.is-hero-image {
    display: flex;
  }

  .container-medium {
    width: 100%;
    padding-top: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-size-medium.text-wrap-balance {
    font-size: 1.2rem;
  }

  .heading-style-h4 {
    font-size: 1.8rem;
  }

  .heading-style-h4.text-wrap-balance.smaller {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 48px;
    display: flex;
  }

  .heading-style-h4.text-wrap-balance.smaller.smallest.new {
    font-size: 1.2rem;
  }

  .heading-style-h4.text-wrap-balance.smaller-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
    display: flex;
  }

  .heading-style-h4.text-wrap-balance.smaller-copy.smallest.new {
    font-size: 1.2rem;
  }

  .heading-style-h4.text-wrap-balance.smaller-copy-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 48px;
    display: flex;
  }

  .heading-style-h4.text-wrap-balance.smaller-copy-copy.smallest.new {
    font-size: 1.2rem;
  }

  .heading-style-h4.text-wrap-balance.smaller-copy-copy.white {
    flex-flow: row;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0;
  }

  .heading-style-h4.text-wrap-balance.smaller-copy-copy-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    display: flex;
  }

  .heading-style-h4.text-wrap-balance.smaller-copy-copy-copy.smallest.new {
    font-size: 1.2rem;
  }

  .heading-style-h4.text-wrap-balance.skiils {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
    display: flex;
  }

  .heading-style-h4.text-wrap-balance.skiils.smallest.new {
    font-size: 1.2rem;
  }

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

  .heading-style-h3.body {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .heading-style-h3.body.white {
    color: #333;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .heading-style-h3.body.white.bot {
    padding-bottom: 20px;
  }

  .heading-style-h3.body.white.fd {
    color: #fff;
    text-align: left;
    width: 100%;
    padding: 30px 0 60px;
    font-size: 1rem;
  }

  .heading-style-h3.body.white.fd.new {
    padding: 10px 0 20px;
  }

  .heading-style-h3.body.white.fd.new.black.smaller {
    text-align: left;
    font-size: 16px;
  }

  .heading-style-h3.body.white.fd.black {
    color: #000;
    width: 100%;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .heading-style-h3.body.white.fd.black.herp_40 {
    text-align: center;
    width: 100%;
    font-size: 1rem;
  }

  .heading-style-h3.body.white.fd-copy {
    text-align: center;
    letter-spacing: var(--_typography---letter-spacing--headings);
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
    font-family: Lato, sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 100%;
    display: block;
  }

  .heading-style-h3.body.white.fd-copy.left {
    text-align: left;
    font-size: 14px;
    display: none;
  }

  .heading-style-h3.body.white.black {
    width: 90%;
    font-family: Lato, sans-serif;
    font-weight: 400;
  }

  .heading-style-h3.body.white.fd-copy-copy {
    padding-bottom: 0;
    font-size: 1rem;
  }

  .heading-style-h3.body-copy {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .heading-style-h3.body-copy.white {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .heading-style-h3.body-copy.white.bot {
    padding-bottom: 20px;
  }

  .heading-style-h3.body-copy.center {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .heading-style-h3.body-copy.center.bot {
    padding-bottom: 20px;
  }

  .heading-style-h3.body-copy-copy {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .heading-style-h3.body-copy-copy.white {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .heading-style-h3.body-copy-copy.white.bot {
    padding-bottom: 20px;
  }

  .padding-global {
    display: none;
  }

  .padding-global.white.new {
    padding-bottom: 40px;
  }

  .padding-global.white.new.core {
    background-image: linear-gradient(#2b5a4d, #2b5a4d);
    padding-top: 40px;
  }

  .padding-global.white.new.photo {
    padding-bottom: 0;
  }

  .padding-global.white.new.photo.pesonal {
    height: 100vh;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .padding-global.white.new.photo.approach {
    background-image: linear-gradient(#000000b0, #000000b0), url('../images/HipstamaticPhoto-635293609.233753.JPG');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    display: flex;
  }

  .padding-global.white.new.green.endtoend {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    background-image: linear-gradient(to bottom, null, null), url('../images/HipstamaticPhoto-637289183.628450.JPG');
    background-size: auto, contain;
    padding-top: 60px;
  }

  .padding-global.white.new.green.endtoend.dark {
    background-image: linear-gradient(#192649, #192649), url('../images/redwoods.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .padding-global.white-copy {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .padding-global.about.skill {
    background-image: linear-gradient(#134422, #6ab28c);
  }

  .padding-section-large.padding-top {
    flex-flow: column;
    padding-top: 2rem;
  }

  .rl-styleguide_component {
    grid-template-columns: 1fr;
  }

  .text-style-tagline {
    text-align: left;
    width: 100%;
    max-width: 100px;
  }

  .navbar_menu-links.no-scrollbar {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 5rem;
    line-height: 1;
  }

  .navbar_link {
    height: 100%;
    font-size: 13vw;
    line-height: 2.5;
  }

  .content-group {
    width: 100%;
  }

  .flex-row {
    flex-wrap: wrap;
  }

  .background-image.is-hero {
    width: 100%;
    height: 100%;
  }

  .rounded-section-wrapper.is-loading {
    display: none;
  }

  .hero_heading-mask {
    padding-top: 20px;
  }

  .intro_content {
    grid-template-columns: 1fr;
  }

  .intro_content-right {
    max-width: 100vw;
  }

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

  .button-text_wrapper {
    background-color: #c93b38;
    width: 100%;
  }

  .navbar_link-track {
    line-height: 2.5;
  }

  .navbar_mobile-details {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-bottom: 1px #fff;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .navbar_mobile-details-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .navbar_mobile-details-wrapper.is-right {
    margin-left: 0;
  }

  .navbar_mobile-bottom {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2.5rem;
    display: flex;
  }

  .projects_image-wrapper {
    border-radius: .75rem;
  }

  .projects_services-list {
    grid-row-gap: 0em;
  }

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

  .projects_item-inner {
    padding-right: 4rem;
  }

  .projects_year {
    font-size: .875rem;
  }

  .projects_item-name-text {
    font-size: 1.75rem;
  }

  .gallery_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 115vw;
  }

  .gallery_column {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-content.section-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .about-content.section-content.color {
    background-image: linear-gradient(#266a5c, #266a5c);
    justify-content: flex-start;
    align-items: center;
    padding: 20px 2%;
  }

  .about-content.section-content.color.body.stroke.overview {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    border-top-style: none;
    border-top-width: 2px;
    border-bottom-style: none;
    border-bottom-width: 0;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-content.section-content.color.body.stroke.ttiles {
    background-image: linear-gradient(#1642239e, #1642239e), url('../images/Paper.png');
    background-position: 0 0, 0 0;
    border-top-style: none;
    border-top-width: 2px;
    border-bottom-style: none;
    border-bottom-width: 0;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 5% 5% 60px;
  }

  .about-content.section-content.color.body.stroke.ttiles.gap-copy {
    background-image: linear-gradient(#345c50, #345c50);
    padding-top: 0;
    padding-bottom: 40px;
  }

  .about-content.section-content.color.body.stroke.ttiles.gap-copy.purple.white {
    padding-top: 40px;
  }

  .about-content.section-content.color.body.stroke.ttiles.white {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-content.section-content.color.body.stroke.ttiles.white.left {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-content.section-content.color.body.stroke.gap, .about-content.section-content.color.body.stroke.overview-copy, .about-content.section-content.color.body.stroke.overview-copy-copy, .about-content.section-content.color.body.stroke-copy.overview, .about-content.section-content.color.body.stroke-copy.ttiles, .about-content.section-content.color.body.stroke-copy.gap, .about-content.section-content.color.body.stroke-copy.overview-copy, .about-content.section-content.color.body.stroke-copy.overview-copy-copy {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    border-top-style: none;
    border-top-width: 2px;
    border-bottom-style: none;
    border-bottom-width: 0;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-content.section-content.color.body.stroke-copy.overview-copy-copy-copy, .about-content.section-content.color.body.stroke-copy.overview-copy-copy-copy-copy {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    border-top-style: none;
    border-top-width: 2px;
    border-bottom-style: none;
    border-bottom-width: 0;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-content.section-content.color.body.stroke-copy.overview-copy-copy-copy-copy-copy {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    border-top-style: none;
    border-top-width: 2px;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 0 0%;
  }

  .about-content.section-content.color.body.stroke-copy.overview, .about-content.section-content.color.body.stroke-copy.ttiles, .about-content.section-content.color.body.stroke-copy.gap {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    border-top-style: none;
    border-top-width: 2px;
    border-bottom-style: none;
    border-bottom-width: 0;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-content.section-content.color.body.stroke-copy.gap.white {
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .about-content.section-content.color.body.stroke-copy.overview-copy, .about-content.section-content.color.body.stroke-copy.overview-copy-copy, .about-content.section-content.color.body.stroke-copy-copy.overview, .about-content.section-content.color.body.stroke-copy-copy.ttiles, .about-content.section-content.color.body.stroke-copy-copy.gap, .about-content.section-content.color.body.stroke-copy-copy.overview-copy, .about-content.section-content.color.body.stroke-copy-copy.overview-copy-copy {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    border-top-style: none;
    border-top-width: 2px;
    border-bottom-style: none;
    border-bottom-width: 0;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-content.section-content.color.body.stroke-copy-copy.overview-copy-copy-copy, .about-content.section-content.color.body.stroke-copy-copy.overview-copy-copy-copy-copy, .about-content.section-content.color.body.stroke-copy-copy.overview-copy-copy-copy-copy-copy {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    border-top-style: none;
    border-top-width: 2px;
    border-bottom-style: none;
    border-bottom-width: 0;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-content.section-content.color.body.stroke-copy-copy.overview-copy-copy-copy-copy {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    border-top-style: none;
    border-top-width: 2px;
    border-bottom-style: none;
    border-bottom-width: 0;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-content.section-content.color.body.stroke-copy-copy.hero_type {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    border-top-style: none;
    border-top-width: 2px;
    border-bottom-style: none;
    border-bottom-width: 0;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 62px;
    padding: 40px 0%;
  }

  .about-content.section-content.color.new, .about-content.section-content.color.homehero {
    display: none;
  }

  .about-content_body {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }

  .about-content_body.white {
    color: var(--base-color-neutral--white);
  }

  .about-content_main {
    flex: none;
    max-width: 80vw;
  }

  .about_tabs {
    flex: 1;
  }

  .footer14_component {
    padding-bottom: 6rem;
  }

  .footer14_component.padding-section-large {
    min-height: 100%;
    padding-bottom: .125rem;
  }

  .footer14_cta {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .footer14_top-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer14_middle-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer14_logo-link {
    margin-bottom: 1.5rem;
  }

  .footer14_bottom-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .footer14_social-list {
    order: -1;
  }

  .footer_button-wrapper {
    width: 100%;
  }

  .about_tabs-sticky {
    flex-flow: column;
    padding-bottom: 7rem;
  }

  .footer_heading-wrapper {
    font-size: 18vw;
    line-height: .9;
  }

  .footer-details-wrapper.is-right {
    margin-left: 0;
  }

  .footer_details {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    display: flex;
  }

  .footer_heading-text.is-1, .footer_heading-text.is-2, .footer_heading-text.is-3, .footer_heading-text.is-4, .footer_heading-text.is-5 {
    font-size: 14vw;
  }

  .projects_services-text-copy, .the-project-name, .services {
    font-size: .875rem;
  }

  .text-style-tagline-black {
    width: 100%;
  }

  .text-style-tagline-black.smaller {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .text-style-tagline-black.smaller.update, .text-style-tagline-black.new {
    font-size: 4rem;
  }

  .text-style-tagline-black.h2 {
    text-align: left;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .text-style-tagline-black.h2.herotext {
    font-size: 3rem;
  }

  .text-style-tagline-black.h2.herotext.bigger {
    font-size: 3rem;
    line-height: 40px;
  }

  .where-copy {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .image-333 {
    width: 100vw;
  }

  .flex-block-25 {
    background-image: linear-gradient(#212128, #212128);
    width: 100%;
    padding: 40px 20px 60px;
    font-size: 100px;
  }

  .flex-block-85 {
    width: 100%;
  }

  .professional-summary {
    padding-top: 0;
  }

  .bigger {
    font-size: 16px;
    line-height: 24px;
  }

  .core-content-copy {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .image-339 {
    width: 200px;
  }

  .company-2-copy-copy {
    width: 100%;
    margin-top: 0;
    font-size: 60px;
    line-height: 60px;
  }

  .flex-block-84 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90vw;
  }

  .link {
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
    font-size: 16px;
  }

  .link.w--current {
    text-align: left;
    width: 100%;
  }

  .image-340 {
    width: 100%;
  }

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

  .text-block {
    text-align: center;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .flex-block-86 {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .flex-block-87 {
    background-image: linear-gradient(#5b3170, #5b3170);
    width: 100%;
    padding: 40px 20px 60px;
    font-size: 100px;
  }

  .bigger-2 {
    border-style: none;
    width: 90vw;
    font-size: 40px;
    line-height: 40px;
    text-decoration: none;
  }

  .bigger-2.skils {
    font-size: 32px;
    line-height: 32px;
  }

  .flex-block-88 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Location_Vegas.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    border: 1px #fff;
    border-radius: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    padding: 20px 10px;
    text-decoration: none;
  }

  .flex-block-88.fedex {
    border-style: solid;
    border-color: #ffffff4d;
    padding: 0 20px 20px;
  }

  .flex-block-88.tmobile, .flex-block-88.cisco, .flex-block-88.globe {
    border-style: none;
    border-color: #ffffff4d;
    padding: 100px 20px;
  }

  .flex-block-88.tmobile, .flex-block-88.cisco {
    border-style: solid;
    border-color: #ffffff4d;
    padding: 100px 20px;
  }

  .flex-block-88.tmobile, .flex-block-88.cisco {
    border-style: solid;
    border-color: #ffffff4d;
    padding: 0 20px 20px;
  }

  .flex-block-88.half_round-corner {
    border-style: solid;
    border-color: #ffffff4d;
    padding: 40px 20px;
  }

  .flex-block-88.globe {
    border-style: solid;
    border-color: #ffffff4d;
    padding: 0 20px 20px;
  }

  .company-2-copy-copy-2 {
    width: 100%;
    margin-top: 0;
    font-size: 60px;
    line-height: 60px;
  }

  .button-text-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 40px;
  }

  .button-text-2.is-clone {
    padding-left: 0;
    font-size: 16px;
  }

  .flex-block-89 {
    width: 90vw;
  }

  .text-block-2 {
    text-align: center;
    background-image: none;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .flex-block-90 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-fill-2 {
    width: auto;
  }

  .where-copy-2 {
    color: #fff;
    width: 100%;
    padding-top: 10px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-decoration: none;
  }

  .button-2 {
    padding: .05em 0;
  }

  .button-text_track-2 {
    font-size: 40px;
  }

  .flex-block-92 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top-style: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-block-93 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .flex-block-94 {
    width: 100%;
  }

  .image-341 {
    width: 60%;
    height: 45.8542%;
  }

  .professional-summary-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .flex-block-95 {
    background-image: linear-gradient(#1f1f1f, #1f1f1f);
    width: 100%;
    padding: 0 10px 60px;
    font-size: 100px;
  }

  .flex-block-96 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .company-2-copy-copy-3 {
    width: 100vw;
    margin-top: 0;
    font-size: 60px;
    line-height: 60px;
  }

  .company-2-copy-copy-3.dark {
    width: 100%;
  }

  .company-2-copy-copy-3.dark.white {
    color: #fff;
  }

  .company-2-copy-copy-3.dark.white.smaller.h3 {
    color: #f0bd05;
    width: auto;
    font-size: 40px;
    line-height: 50px;
  }

  .company-2-copy-copy-3.dark.white.smaller.f {
    font-size: 40px;
  }

  .company-2-copy-copy-3.dark.white.smaller.f.core {
    line-height: 40px;
  }

  .company-2-copy-copy-3.dark.white.smaller.footer {
    color: #eb8c0e;
    text-align: center;
    margin-top: 40px;
    font-size: 40px;
    line-height: 40px;
  }

  .company-2-copy-copy-3.dark.white.nj {
    line-height: 60px;
  }

  .button-text-3 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 40px;
  }

  .button-text-3.is-clone {
    padding-left: 0;
    font-size: 16px;
  }

  .flex-block-97 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 90vw;
    padding-top: 20px;
  }

  .text-block-3 {
    text-align: center;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .flex-block-98 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .button-fill-3 {
    width: auto;
  }

  .where-copy-3 {
    width: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .flex-block-100 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90vw;
  }

  .flex-block-101, .flex-block-102 {
    width: 100%;
  }

  .image-342 {
    width: 200px;
  }

  .flex-block-103 {
    width: 100%;
    padding-bottom: 0;
  }

  .flex-block-104 {
    width: 100%;
  }

  .flex-block-104.white {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .flex-block-104.white.horizongal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .flex-block-104.da {
    padding-bottom: 60px;
  }

  .image-343, .image-344 {
    width: 100vw;
  }

  .text-size-medium-copy.text-wrap-balance, .text-size-medium-copy.text-wrap-balance-copy {
    font-size: 1.2rem;
  }

  .accordion-header {
    height: 100%;
    padding: 20px;
  }

  .text-block-4 {
    font-size: 2rem;
    line-height: 1;
  }

  .image-347 {
    width: 100%;
  }

  .flex-block-110 {
    flex-flow: column;
    display: none;
  }

  .image-347-copy {
    width: 100%;
  }

  .flex-block-111 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .faq-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 2em 10px;
    display: flex;
  }

  .image-348 {
    width: 100%;
  }

  .footer-details-wrapper-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .footer-details-wrapper-copy.is-right {
    margin-left: 0;
  }

  .date {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .flex-block-112, .flex-block-113 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 60px;
  }

  .flex-block-114 {
    flex-flow: row;
    width: 100%;
    height: 100%;
  }

  .text-block-2-copy {
    text-align: center;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    display: none;
  }

  .div-block {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .button-2-copy {
    background-color: #067768;
    width: 100%;
    padding: .05em 0;
  }

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

  .heading-style-h3-copy.body {
    width: 100%;
  }

  .heading-style-h3-copy.body.white {
    color: #fff;
  }

  .image-340-copy, .image-348-copy {
    width: 100%;
  }

  .link-block {
    width: 100%;
    text-decoration: none;
  }

  .navbar_social-link-copy {
    display: none;
  }

  .image-349 {
    width: 60%;
    max-width: none;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .image-348-copy, .image-348-copy-copy, .image-348-copy {
    width: 100%;
  }

  .flex-block-117 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 100%;
  }

  .where-copy-2-copy {
    width: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .flex-block-118 {
    flex-flow: column;
    width: 100%;
  }

  .flex-block-92-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-top-style: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-block-88-copy {
    background-image: linear-gradient(#0003, #0003);
    border: 1px solid #fff;
    border-radius: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    padding: 20px;
  }

  .discover.tile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #27695dcc;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .list {
    margin-top: .25rem;
  }

  .flex-block-120 {
    width: 100%;
  }

  .define, .design, .develop, .deploy {
    background-color: #27695dcc;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
  }

  .flex-block-121 {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-bottom: 40px;
  }

  .heading-style-h3-copy-copy {
    text-align: center;
    width: 80%;
    font-size: 1rem;
  }

  .link-block-4 {
    width: 100%;
  }

  .flex-block-122 {
    padding-top: 0;
  }

  .list-item-11, .list-item-12 {
    font-size: 1rem;
  }

  .image-351 {
    width: 70%;
  }

  .flex-block-123 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .eyebrow {
    text-align: center;
    padding-bottom: 0;
    font-size: 1rem;
    display: block;
  }

  .eyebrow.white {
    padding-bottom: 0;
    font-size: .7rem;
  }

  .eyebrow.white.logo {
    text-align: center;
    font-size: 14px;
    line-height: 50%;
  }

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

  .subtitle {
    font-size: .9rem;
  }

  .subtitle.white {
    color: #ffffffb3;
    text-align: left;
    padding-left: 0;
    padding-right: 20px;
    font-size: 1rem;
    line-height: 1.6;
  }

  .subtitle.white.center {
    text-align: center;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
  }

  .flex-block-126 {
    justify-content: center;
    align-items: center;
  }

  .hero {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 25%;
  }

  .hero.green {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    height: 60vh;
    padding-top: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero.green.newhero.newss {
    height: 100%;
    padding-top: 33%;
    padding-bottom: 15%;
  }

  .overview {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    padding-top: 10%;
  }

  .flex-block-127 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    width: 95%;
  }

  .flex-block-128 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .flex-block-127-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .body_2 {
    font-size: 1rem;
  }

  .tripplebucket {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 10%;
  }

  .flex-block-130 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .flex-block-131 {
    flex-flow: column;
  }

  .titile {
    font-size: .8rem;
  }

  .on-purple {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 25%;
  }

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

  .list-copy {
    margin-top: .25rem;
  }

  .tripplebucket-copy, .e, .purple-tiles {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 25%;
  }

  .flex-block-149 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-6-copy {
    width: 100%;
    font-size: 60px;
    line-height: 90%;
    overflow: visible;
  }

  .image-321 {
    width: 100%;
    max-width: 100%;
  }

  .trees {
    background-image: linear-gradient(180deg, #fff, #fff 15%, var(--base-color-brand--white) 46%, #05a8df4d 90%, #f88d004d 91%, #0d6adb 92%);
    padding-top: 0;
  }

  .deploy-copy, .deploy-copy-copy, .deploy-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  ._04, ._03, ._02 {
    background-color: #1b4f45;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._01 {
    background-color: #1b4f45;
    border-style: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
  }

  ._05 {
    background-color: #1b4f45;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
  }

  .hero_textblock {
    width: 100%;
    padding-left: 0;
    padding-right: 40px;
  }

  .body4 {
    font-size: 1.2rem;
  }

  ._01-copy {
    background-color: #1b4f45;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
  }

  ._01-copy-copy {
    background-color: #5b3821;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
  }

  .text-block-8-copy {
    width: 90vw;
  }

  .fedexlink {
    width: 100%;
    height: 130%;
    text-decoration: none;
  }

  .flex-block-152, .flex-block-153, .flex-block-154 {
    flex-flow: column;
  }

  .flex-block-155 {
    width: 100%;
  }

  .flex-block-156 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .heading-6-copy-copy {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 48px;
    line-height: 90%;
    overflow: visible;
  }

  .professional-summary-2-copy {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-3_deacive {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    font-size: 1.4rem;
    display: block;
  }

  .button-3_deacive.color {
    width: 90%;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 1.5rem;
  }

  .leftside {
    color: #fff;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
  }

  .skills {
    width: 100%;
  }

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

  .hero_textblock-copy {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3 {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .flex-block-164 {
    justify-content: center;
    align-items: flex-start;
  }

  .flex-block-165 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .image-360, .image-361 {
    width: 50%;
  }

  .image-366 {
    order: 0;
    display: none;
  }

  .flex-block-168 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .top_tile {
    width: 100%;
    padding: 20px 10px 40px;
  }

  .where-copy-2-copy, .where-copy-2-copy-copy {
    color: #fff;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
  }

  .responisbilites {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: block;
  }

  .p-overview {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-overview.wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .p-overview.white {
    padding-top: 20px;
  }

  .p-overview.horz {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .p-overview.dark {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .p-overview.stroke {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-6-copy-copy-copy {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    font-size: 40px;
    line-height: 90%;
    overflow: visible;
  }

  .link-block-6 {
    height: auto;
  }

  .bigger-2-copy {
    text-align: left;
    border-style: none;
    width: 90vw;
    padding-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
    text-decoration: none;
  }

  .bigger-2-copy.skils {
    font-size: 32px;
    line-height: 32px;
  }

  .bigger-2-copy.white {
    color: #ececec;
    text-align: left;
  }

  .bigger-2-copy._100 {
    padding-bottom: 0;
  }

  .bigger-2-copy._100.biggest {
    font-size: 40px;
  }

  .bigger-2-copy._100.biggest.white {
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 0;
    font-size: 40px;
  }

  .text-span-2 {
    text-align: center;
    border-radius: 0;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    font-size: 20px;
  }

  .roles {
    text-align: center;
    border-style: none;
    width: 90vw;
    font-size: 24px;
    line-height: 40px;
    text-decoration: none;
  }

  .roles.skils {
    font-size: 32px;
    line-height: 32px;
  }

  .roles.white {
    color: #aecac3;
    font-size: 32px;
  }

  .button-3-copy {
    font-size: .8rem;
  }

  .sm {
    font-size: 15px;
  }

  .button-3-live {
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1.4rem;
    display: flex;
  }

  .button_newest {
    margin-top: 10px;
    font-size: 1.4rem;
  }

  .button_newest.deactive {
    font-size: 1.4rem;
  }

  .button_newest.purple {
    color: var(--base-color-brand--white);
    text-align: center;
    background-color: #5a7159;
    width: 100%;
    font-size: 1rem;
  }

  .button_newest.purple.large {
    font-size: 1.4rem;
  }

  .button_newest.purple.color {
    width: 100%;
  }

  .button_newest.white {
    text-align: center;
    font-size: 1rem;
  }

  .family {
    display: none;
  }

  .small-body {
    border-style: none;
    width: 90vw;
    font-size: 40px;
    line-height: 40px;
    text-decoration: none;
  }

  .small-body.skils {
    font-size: 32px;
    line-height: 32px;
  }

  .button-3-copy-copy-copy {
    font-size: .8rem;
  }

  .block_trees, .tile_r, .image_block-1, .tile_r-copy, .tile_r-copy-copy, .graph, .tile_new, .tile3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .eewr-copy {
    padding: 40px 20px;
  }

  .tile_r-copy {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .where-copy-2-copy {
    color: #fff;
    width: 100%;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-decoration: none;
  }

  .image-341-copy-copy, .image-341-copy {
    width: 60%;
    height: 45.8542%;
  }

  .newest {
    width: 100%;
    max-width: 100%;
  }

  .flex-block-169-copy-copy-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .roles-copy {
    border-style: none;
    width: 90vw;
    font-size: 40px;
    line-height: 40px;
    text-decoration: none;
  }

  .roles-copy.skils {
    font-size: 32px;
    line-height: 32px;
  }

  .flex-block-169-copy-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 0;
  }

  .about-content_body-copy-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._2323 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .fdssdf {
    display: none;
  }

  .reseume {
    display: none;
  }

  .about-content_body-copy {
    width: 100%;
    max-width: 100%;
  }

  .where-copy-2-copy-copy {
    color: #fff;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
  }

  .about-content_body-copy-copy {
    width: 100%;
    max-width: 100%;
  }

  .bigger-2-copy-copy {
    border-style: none;
    width: 90vw;
    font-size: 40px;
    line-height: 40px;
    text-decoration: none;
  }

  .bigger-2-copy-copy.skils {
    font-size: 32px;
    line-height: 32px;
  }

  .about-content_body-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .bigger-2-copy-copy-copy {
    border-style: none;
    width: 100%;
    padding: 20px 10px;
    font-size: 32px;
    line-height: 40px;
    text-decoration: none;
  }

  .bigger-2-copy-copy-copy.skils {
    font-size: 32px;
    line-height: 32px;
  }

  .gray {
    font-size: .8rem;
    display: none;
  }

  .flex-block-179-copy {
    border-radius: 0;
    width: 100%;
  }

  .bullets_height {
    width: 100%;
    max-width: 100%;
  }

  .dark {
    font-size: 16px;
  }

  .dark.takeaway {
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    display: none;
  }

  .dark.takeaway.white {
    font-size: 18px;
    font-weight: 300;
  }

  .dark.takeaway.white.xs {
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 100%;
  }

  .dark.larger {
    font-size: 18px;
    line-height: 24px;
  }

  .image-tray_2buscket {
    grid-column-gap: 80px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    display: flex;
  }

  .image-375 {
    width: 100%;
  }

  .where-copy-2-copy-copy {
    color: #fff;
    width: 100%;
    padding-top: 10px;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
  }

  .tmobile-logo {
    width: 60%;
    height: 45.8542%;
  }

  .flex-block-126-copy {
    justify-content: center;
    align-items: center;
  }

  .eyebrow-copy.white {
    padding-bottom: 0;
    font-size: .7rem;
  }

  .eyebrow-copy.white.logo {
    text-align: center;
    font-size: 14px;
    line-height: 50%;
  }

  .tile_project {
    color: #333;
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
  }

  .tile_project.white {
    color: #fff;
  }

  .tile_skills {
    color: #fff;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
  }

  .body_tile {
    color: #333;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
  }

  .body_tile.impact {
    display: none;
  }

  .body_tile.xl {
    font-size: 16px;
    font-weight: 700;
  }

  .body_tile.xl.color.solo {
    font-size: 16px;
    line-height: 18px;
  }

  .body_tile.xl.white2 {
    font-size: 14px;
  }

  .body_tile.xl.white2.xs {
    font-size: 12px;
  }

  .body_tile.xl.white_new {
    font-weight: 300;
  }

  .body_tile.xl.white_new.gap {
    padding-top: 0;
    font-weight: 300;
  }

  .body_tile.right.xs.white {
    text-align: left;
  }

  .body_tile.white.left {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
  }

  .body_tile.xxl {
    font-size: 16px;
  }

  .body_tile.xxl.color.solo {
    font-size: 16px;
    line-height: 18px;
  }

  .body_tile.xxl.white2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
  }

  .body_tile.xxl.dark_2 {
    font-size: 14px;
    line-height: 20px;
  }

  .body_tile.xxl.dark_2.crimped {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .body_tile.xxl.dark_2.crimped.white_new {
    font-size: 20px;
    font-weight: 300;
  }

  .body_tile.xxl.dark_2._70 {
    font-size: 18px;
  }

  .body_tile.xxl.dark_2._70._100 {
    padding-left: 30px;
    font-size: 16px;
    font-weight: 300;
  }

  .body_tile.xxl.dark_2._70.new {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
  }

  .body_tile.xxl.dark_2._70.smaller {
    font-size: 18px;
    font-weight: 300;
  }

  .body_tile.xxl.dark_2.white_new {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
  }

  .body_tile.intro {
    font-size: 20px;
    line-height: 32px;
  }

  .tile_title {
    color: #333;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
  }

  .tile_title.impact {
    display: none;
  }

  .tile_title.h2 {
    padding-bottom: 0;
    font-size: 36px;
  }

  .tile_title.h2.white {
    font-size: 36px;
  }

  .tile_title.h2.about.titile {
    font-size: 48px;
    display: none;
  }

  .tile_title.h2.about.titile.merged.on {
    padding-bottom: 10px;
    font-size: 40px;
    display: block;
  }

  .tile_title.xs.white.xxs.off {
    display: none;
  }

  .tile_title.bigger {
    font-size: 18px;
  }

  .image-376 {
    width: 50%;
  }

  .graygds {
    color: #333;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
  }

  .graygds.white {
    color: #fff;
  }

  .link-2 {
    z-index: 20;
    inset: 0%;
  }

  .tile_number2 {
    color: #fff;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
  }

  .title_skills {
    border-style: none;
    width: 100%;
    padding-left: 20px;
    font-size: 32px;
    line-height: 40px;
    text-decoration: none;
  }

  .title_skills.skils {
    font-size: 32px;
    line-height: 32px;
  }

  .list-9 {
    padding-left: 40px;
    padding-right: 20px;
    font-size: 15px;
  }

  .new_layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 0;
  }

  .mobile_width {
    width: 100%;
    max-width: 100%;
  }

  .eewr-copy-copy {
    width: 100%;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-377 {
    padding-top: 44px;
  }

  .body_tile {
    font-size: 14px;
  }

  .body_tile.side.white {
    width: 100%;
    font-size: 20px;
  }

  .body_tile.side.new.white_new {
    color: #fff;
  }

  .image-378, .image-379, .image-380, .image-381, .image-382, .image-383 {
    width: 50%;
  }

  .link-3.logo_fb {
    letter-spacing: var(--_typography---letter-spacing--headings);
    font-size: 1.6rem;
  }

  .link-3.logo_fb.w--current {
    letter-spacing: var(--_typography---letter-spacing--headings);
    font-size: 32px;
  }

  .link-3.body.current {
    font-size: .8rem;
  }

  .link-3.body.current.w--current {
    font-size: 12px;
  }

  .new-logo {
    width: 60%;
    max-width: none;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .who-am-i {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding: 40px 0 10px;
  }

  .image-384 {
    width: 80%;
  }

  .how-i-work {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .how-i-work.green {
    background-image: linear-gradient(#326054, #326054);
  }

  .image_logo.redwood {
    width: 80%;
  }

  .secondary-skills {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding: 20px;
  }

  .flex-block-181 {
    width: 100%;
  }

  .approcah_image {
    width: 100%;
    margin-left: 0;
    overflow: clip;
  }

  .footer-details-wrapper-copy-copy {
    width: 100%;
  }

  .footer-details-wrapper-copy-copy.is-right {
    margin-left: 0;
  }

  .text-style-tagline-copy {
    width: 100%;
    max-width: 100px;
  }

  .flex-block-182 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0 10px 20px;
  }

  .flex-block-183 {
    background-image: linear-gradient(#080746cc, #080746cc), url('../images/Paper.png');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    padding-top: 87px;
    padding-bottom: 1px;
  }

  .flex-block-183.heronew {
    padding-top: 80px;
  }

  .flex-block-183.heronew.center {
    padding-bottom: 0;
  }

  .where-i-live {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding: 40px 0 10px;
  }

  .button_2 {
    margin-top: 40px;
    font-size: 1.4rem;
  }

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

  .heading-style-h3-copy-copy.body {
    width: 100%;
  }

  .heading-style-h3-copy-copy.body.white {
    color: #fff;
  }

  .heading-style-h3-copy-copy.left {
    text-align: left;
  }

  .heading-style-h3-copy-copy-copy {
    text-align: center;
    width: 100%;
    font-size: 1rem;
  }

  .heading-style-h3-copy-copy-copy.body {
    width: 100%;
  }

  .heading-style-h3-copy-copy-copy.body.white {
    color: #fff;
  }

  .about-content_body-copy-copy-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero_h1 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    font-size: 32px;
    line-height: 80%;
    overflow: visible;
  }

  .hero_h1.white {
    font-size: 60px;
  }

  .my-backstory {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding: 40px 0 10px;
  }

  .password {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .the-ask, .approach {
    padding: 40px 20px;
  }

  .title_body {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .hero_h1-copy {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    font-size: 40px;
    line-height: 80%;
    overflow: visible;
  }

  .flex-block-75 {
    margin-top: 60px;
  }

  .professional-summary-copy-copy {
    padding-top: 0;
  }

  .core-content-copy-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 90vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .date-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .resume-s {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 48px;
  }

  .core-content-copy-3 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    width: 90vw;
    padding-bottom: 0;
  }

  .flex-block-77 {
    padding-top: 60px;
  }

  .divider-copy-copy {
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 60px;
  }

  .professional-summary-3 {
    padding-top: 0;
  }

  .where {
    font-size: 16px;
    line-height: 24px;
  }

  .stellar-ellements-2-copy-copy, .professional-summary-copy {
    padding-top: 0;
  }

  .divider-copy {
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 60px;
  }

  .core-content {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    width: 90vw;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .flex-block-76 {
    padding-top: 60px;
  }

  .jobs_whole-2 {
    padding-left: 10px;
    font-size: 15px;
  }

  .big {
    color: #070707;
    text-align: center;
    text-shadow: none;
    font-size: 60px;
  }

  .big.grande {
    display: none;
  }

  .flex-block-189 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .image-387 {
    order: 0;
    width: 40%;
    display: block;
  }

  .chargeslip {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding: 100px 0 10px;
  }

  .wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .charegeslip_new {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    padding-top: 10%;
  }

  .charegeslip_new.gray.endcap {
    display: block;
  }

  .charegeslip_new.gray.endcap.color.gap {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .charegeslip_new.gray.endcap.color.stroke.more {
    padding: 40px 10px;
  }

  .charegeslip_new.gray.endcap.color.stroke.newi.purple {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .charegeslip_new.exploration {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0%;
  }

  .flex-block-127-copy-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image_left {
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
  }

  .flex-block-194.horz {
    flex-flow: column;
  }

  .bucket_right {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .flex-block-196 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .gallery_screens {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px solid #ffffff80;
    flex-flow: column;
    padding: 31px 10px;
  }

  .gallery_screens.endcap {
    padding: 30px 10px;
  }

  .gallery_screens.endcap.dark {
    border: 1px #000;
    border-bottom: 1px solid #0000007a;
    padding: 40px 20px;
  }

  .gallery_screens-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding: 40px 20px 10px;
  }

  .flex-block-202 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .flex-block-203 {
    flex-flow: column;
  }

  .flex-block-204 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .list-item-15, .bullet {
    font-size: 18px;
  }

  .link-block-8 {
    padding: 4px;
  }

  .image-341-copy {
    width: 60%;
    height: 45.8542%;
  }

  .flex-block-204-copy, .flex-block-206, .red {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image_left-copy {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .white {
    font-weight: 700;
  }

  .charegeslip_new-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    padding-top: 10%;
  }

  .charegeslip_new-copy.white {
    padding-top: 10%;
  }

  .flex-block-211 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .something-new {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: none;
  }

  .image-391 {
    order: 0;
    display: block;
    position: static;
  }

  .flex-block-204-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .flex-block-202-copy {
    padding-bottom: 0;
  }

  .flex-block-213 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-6-copy-copy-copy-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    font-size: 48px;
    line-height: 90%;
    overflow: visible;
  }

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

  .heading-style-h3-2.body {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .heading-style-h3-2.body.white {
    color: #333;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .heading-style-h3-2.body.white.fd-copy {
    text-align: center;
    width: 90%;
    padding-top: 10px;
    padding-bottom: 0;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .heading-style-h3-2.body.white.fd-copy.xs {
    text-align: left;
    font-size: 18px;
  }

  .h2 {
    color: #fff;
    width: 100%;
    padding-top: 10px;
    font-size: 40px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
  }

  .h2.dark {
    padding-top: 0;
  }

  .flex-block-214 {
    justify-content: center;
    align-items: flex-start;
  }

  .flex-block-204-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: none;
  }

  .image-394 {
    width: 40%;
  }

  .skills_for-homepage {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-395, .image-396 {
    width: 30%;
  }

  .side {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .flex-block-204-copy-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: none;
  }

  .flex-block-196-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .image-397 {
    width: 100%;
    max-width: none;
  }

  .image-399.portrait {
    order: 0;
    width: 50%;
    display: block;
  }

  .parallax-image {
    display: none;
  }

  .image-391-copy {
    order: 1;
    display: block;
    position: static;
    overflow: clip;
  }

  .image-400 {
    width: 30%;
  }

  .eewr-copy-copy-copy {
    width: 100%;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-217 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .link-block-6-copy {
    height: auto;
  }

  .flex-block-183-copy {
    background-image: linear-gradient(#080746cc, #080746cc), url('../images/Paper.png');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    padding-top: 0;
    padding-bottom: 1px;
  }

  .flex-block-183-copy.heronew {
    padding-top: 80px;
  }

  .case {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0 10px 20px;
  }

  .flex-block-220 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    width: 100%;
    padding-left: 0;
  }

  .about-content_body-copy-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .btn-primary.small {
    border-width: 2px;
    border-radius: 8px;
    width: 100%;
    line-height: .5;
  }

  .flex-block-222 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    font-size: 14px;
  }

  .div-block-8, .flex-block-165-copy {
    width: 100%;
  }

  .div-block-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .flex-block-165-copy {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }

  .flex-block-225 {
    padding-left: 0;
  }

  .title_smaller {
    text-align: left;
    border-style: none;
    width: 90vw;
    padding-bottom: 0;
    font-size: 32px;
    line-height: 40px;
    text-decoration: none;
  }

  .title_smaller.skils {
    font-size: 32px;
    line-height: 32px;
  }

  .title_smaller.white {
    color: #ececec;
    text-align: left;
  }

  .how-i-work-copy {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
  }

  .how-i-work-copy.green {
    background-image: linear-gradient(#326054, #326054);
  }

  .div-block-15.stroke {
    padding-top: 10px;
    padding-left: 0;
    font-size: 24px;
  }

  .flex-block-226 {
    width: 100%;
    padding: 20px 10px;
  }

  .flex-block-226.mobile {
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-block-227 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .whoami.color {
    padding: 20px 11px;
  }

  .container-5 {
    padding: 20px 10px;
  }

  .heading-style-h3-copy-copy-copy-copy {
    text-align: center;
    width: 100%;
    font-size: 1rem;
  }

  .heading-style-h3-copy-copy-copy-copy.body {
    width: 100%;
  }

  .heading-style-h3-copy-copy-copy-copy.body.white {
    color: #fff;
  }

  .text-block-9, .text-block-10 {
    text-align: center;
    font-size: 14px;
  }

  .bio {
    font-size: 16px;
  }

  .flex-block-228 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 40px 20px;
  }

  .tile_darker {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    border-bottom-color: #fff3;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
  }

  .tile_darker.green {
    background-image: linear-gradient(#326054, #326054);
  }

  .flex-block-229 {
    padding: 10px 0;
  }

  .small_text {
    text-align: center;
    font-size: 14px;
  }

  .small_text.xs {
    font-size: 14px;
  }

  .div-block-16 {
    order: -9999;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-17 {
    padding-bottom: 0;
  }

  .flex-block-230 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .how-i-work-copy-copy {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 40px 10px;
  }

  .how-i-work-copy-copy.green {
    background-image: linear-gradient(#326054, #326054);
  }

  .open_brief {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 10px;
  }

  .new_hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .flex-block-233 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 40px;
  }

  .flex-block-234 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .logoround._100 {
    border-radius: 4px;
    width: 100%;
  }

  .flex-block-236 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .flex-block-237 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .flex-block-239 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }
}

#w-node-da9223d3-3d02-3925-7ee0-ceb2a737b799-a737b795 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-da9223d3-3d02-3925-7ee0-ceb2a737b7b9-a737b795 {
  place-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-f8d48069 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624c-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-f8d48069 {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-f8d48069 {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-f8d48069, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-f8d48069, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-f8d48069, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-f8d48069, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-f8d48069, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-f8d48069, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-f8d48069, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-f8d48069, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-f8d48069, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-f8d48069, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-f8d48069 {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-f8d48069 {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-f8d48069 {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-f8d48069, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-f8d48069, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-f8d48069 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-f8d48069, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-f8d48069, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-f8d48069 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-f8d48069, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-f8d48069, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-f8d48069 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-f8d48069, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-f8d48069, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-f8d48069 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-f8d48069, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-f8d48069, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-f8d48069 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-f8d48069, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-f8d48069, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-f8d48069 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-f8d48069, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-f8d48069, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-f8d48069 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-f8d48069, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-f8d48069, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-f8d48069 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-f8d48069, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-f8d48069 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-f8d48069 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-f8d48069 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-f8d48069, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-f8d48069 {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-f8d48069, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-f8d48069, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-f8d48069, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-f8d48069 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-f8d48069, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-f8d48069, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-f8d48069, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-f8d48069, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-f8d48069, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-f8d48069, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-f8d48069, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-f8d48069, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-f8d48069, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-f8d48069, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-f8d48069 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-f8d48069, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-f8d48069, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-f8d48069 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-f8d48069, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-f8d48069, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-f8d48069, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-f8d48069, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-f8d48069 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-f8d48069, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-f8d48069, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-f8d48069, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-f8d48069, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-f8d48069, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-f8d48069, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-f8d48069, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-f8d48069, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-f8d48069, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-f8d48069, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-f8d48069, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-f8d48069, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-f8d48069 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-f8d48069, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-f8d48069, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-f8d48069 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-f8d48069, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-f8d48069, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-f8d48069 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-f8d48069, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-f8d48069, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-f8d48069 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-f8d48069, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-f8d48069, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-f8d48069 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-f8d48069, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-f8d48069, #w-node-ee961e8d-845a-edc3-3307-509470022457-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-f8d48069 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-f8d48069, #w-node-ee961e8d-845a-edc3-3307-50947002245b-f8d48069, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-f8d48069 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-f8d48069, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-f8d48069, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-f8d48069 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-f8d48069, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-f8d48069, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-f8d48069 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-f8d48069, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-f8d48069, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-f8d48069 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-f8d48069, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-f8d48069, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-f8d48069 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-f8d48069, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-f8d48069, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-f8d48069 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-f8d48069 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-f8d48069 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-f8d48069 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-f8d48069 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-f8d48069 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-f8d48069, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d09e5-f8d48069 {
  justify-self: start;
}

#w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d09e7-f8d48069, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d09ea-f8d48069, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d09ed-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d09f1-f8d48069 {
  justify-self: start;
}

#w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d09f3-f8d48069, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d09f6-f8d48069, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d09f9-f8d48069, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d09fc-f8d48069, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d09ff-f8d48069, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a02-f8d48069, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a05-f8d48069, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a08-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a0c-f8d48069 {
  justify-self: start;
}

#w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a0e-f8d48069, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a11-f8d48069, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a14-f8d48069, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a17-f8d48069, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a1a-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a1e-f8d48069 {
  justify-self: start;
}

#w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a20-f8d48069, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a23-f8d48069, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a26-f8d48069, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a29-f8d48069, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a2c-f8d48069, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a2f-f8d48069, #w-node-_5eeafccc-bb7c-2709-45bb-3ef7fc8d0a32-f8d48069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e339888-4def-65e4-8897-8fb35fb48318-f8d48073 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-feafdbfb-a6fb-4b0a-b06b-7f58592d93cf-f8d48073 {
  place-self: start;
}

#w-node-_8e339888-4def-65e4-8897-8fb35fb48318-5bacdcfb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-feafdbfb-a6fb-4b0a-b06b-7f58592d93cf-5bacdcfb {
  place-self: start;
}

#w-node-_8e339888-4def-65e4-8897-8fb35fb48318-5e85202c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-feafdbfb-a6fb-4b0a-b06b-7f58592d93cf-5e85202c {
  place-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_0547b305-2b0d-598e-1231-b87755d9f7b8-55d9f7b6 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pp Right Grotesk Tight 400 100';
  src: url('../fonts/PP-Right-Grotesk-Tight-normal-400-100.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pp Neue Montreal 400 100';
  src: url('../fonts/PP-Neue-Montreal-normal-400-100.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}