:root {
  --_colorpalette---off-white: #f2f2f2;
  --_colorpalette---soft-black: #212121;
  --_colorpalette---navy: #151a27;
  --_colorpalette---burnt-orange: #834826;
  --_colorpalette---grey: #b2b7c0;
  --_colorpalette---white: #fff;
  --_colorpalette---tan-brown: #4b361b;
  --_layout---sectionpadding--xl: 10em;
  --_layout---cornerradius--l: 1.25em;
  --_layout---sitegrid--width: 90em;
  --_layout---sitegrid--gutter: 1.25em;
  --_layout---sectionpadding--s: 2.5em;
  --_layout---sitegrid--column-count: .75em;
  --_layout---sectionpadding--l: 7.5em;
  --_layout---sectionpadding--xs: 1.25em;
  --_layout---borderwidth--m: .0625em;
  --_layout---cornerradius--m: 1em;
  --_layout---borderwidth--l: .125em;
  --_layout---cornerradius--100vw: 31.25em;
  --_layout---borderwidth--s: .03125em;
  --_layout---sitegrid--margin: 2.5em;
  --_layout---cornerradius--s: .25em;
  --_layout---sectionpadding--m: 5em;
}

body {
  background-color: var(--_colorpalette---off-white);
  color: var(--_colorpalette---soft-black);
  font-family: Manrope Variable, Arial, sans-serif;
  font-size: 1vw;
  line-height: 1;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.25em;
}

.c-page-wrapper {
  transform-origin: 50% 0;
  overflow: clip;
}

.c-global {
  display: none;
}

.c-container {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.c-container.cc-full {
  height: 100%;
}

.c-container.cc-relative {
  position: relative;
}

.c-pixel-img-wrapper {
  aspect-ratio: 16 / 9;
  background-color: #151a27;
  width: auto;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% 50%;
  transform: translate(-50%);
}

.c-pixel-img-wrapper.cc-404 {
  pointer-events: none;
}

.c-hero {
  background-color: var(--_colorpalette---navy);
  color: var(--_colorpalette---off-white);
  height: 100svh;
  position: relative;
  overflow: clip;
}

.nav {
  z-index: 100;
  color: var(--_colorpalette---off-white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 87.5em;
  margin-left: auto;
  margin-right: auto;
  padding: .75em 1.25em;
  transition: border .25s, background-color .25s;
  display: flex;
  position: fixed;
  inset: .75em 1.25em auto;
}

.nav__menu {
  grid-column-gap: 1.5em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.c-nav_item {
  grid-column-gap: 8px;
  color: inherit;
  flex-shrink: 0;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
  position: relative;
}

.c-nav_item.cc-icon {
  will-change: transform, color;
  width: 1.125em;
  height: 1.125em;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.c-nav_item.cc-icon:hover {
  color: var(--_colorpalette---burnt-orange);
  transform: scale(1.05);
}

.c-nav_item-arrow {
  color: var(--_colorpalette---grey);
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: .875rem;
  height: .875rem;
  display: flex;
}

.nav_logo-svg {
  width: 10.625em;
}

.c-title-01 {
  font-variation-settings: "wght" 400;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5em;
  line-height: 94%;
}

.c-title-01.cc-grotesk {
  font-family: Spacegrotesk, Times New Roman, sans-serif;
}

.c-title-02 {
  font-variation-settings: "wght" 400;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  line-height: 105%;
}

.c-title-02.cc-600 {
  font-variation-settings: "wght" 600;
  font-variation-settings: "wght" 600;
}

.c-title-03 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  line-height: 125%;
}

.c-title-03.cc-700 {
  font-variation-settings: "wght" 700;
}

.c-title-03.cc-600 {
  font-variation-settings: "wght" 600;
  font-variation-settings: "wght" 600;
}

.c-text-01 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 133%;
}

.c-text-01.cc-500 {
  font-variation-settings: "wght" 500;
  font-variation-settings: "wght" 500;
  font-size: 1.4em;
}

.c-text-02 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 144%;
}

.c-text-02.cc-500 {
  font-variation-settings: "wght" 500;
}

.c-text-02.cc-500.cc-mobile-16 {
  font-size: 1.1em;
}

.c-text-02.cc-600 {
  font-variation-settings: "wght" 600;
}

.c-tag-01 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Azeretmono, Times New Roman, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 100%;
}

.c-tag-01.cc-link {
  transition: color .25s;
}

.c-tag-01.cc-link:hover {
  color: var(--_colorpalette---burnt-orange);
}

.c-tag-02 {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Azeretmono, Times New Roman, sans-serif;
  font-size: .625em;
  line-height: 120%;
}

.c-hero_content {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  position: relative;
}

.c-grid {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.c-grid.cc-full {
  height: 100%;
}

.c-section {
  padding-top: 5em;
  padding-bottom: 5em;
}

.c-section.cc-dark {
  background-color: var(--_colorpalette---navy);
  color: var(--_colorpalette---white);
}

.c-section.cc-dark.cc-relative {
  position: relative;
}

.c-section.cc-dark.cc-relative.cc-clip {
  overflow: clip;
}

.c-values-wrap {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  flex-flow: column;
  display: flex;
}

.c-values_list {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: column;
  display: flex;
}

.c-values_item {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  -webkit-appearance: none;
  appearance: none;
  flex-flow: column;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
  position: relative;
}

.c-values_imgs-wrapper {
  aspect-ratio: 555 / 370;
  width: 100%;
  margin-top: -5em;
  overflow: clip;
  -webkit-mask-image: radial-gradient(#000 35%, #0000 67%);
  mask-image: radial-gradient(#000 35%, #0000 67%);
}

.c-logos_slider-wrap {
  margin-top: 7.5em;
}

.c-logos_slider-main {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  aspect-ratio: 440 / 280;
  background-color: var(--_colorpalette---navy);
  color: var(--_colorpalette---grey);
  border-radius: .25em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2.5em;
  display: flex;
  position: sticky;
  top: 5.5em;
}

.c-title-wrapper {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.c-title-wrapper.cc-mobile-gap-lg {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
}

.c-title-wrapper.cc-hero {
  grid-column-gap: 2.75em;
  grid-row-gap: 2.75em;
  justify-content: center;
  align-items: center;
}

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

.c-logos_slider_nav {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-logos_slider_nav-arrow {
  cursor: pointer;
  width: 1.5em;
  height: 1.5em;
  transition: transform .15s cubic-bezier(.165, .84, .44, 1), color .25s;
}

.c-logos_slider_nav-arrow:hover {
  color: var(--_colorpalette---white);
}

.c-logos_slider_nav-arrow:active {
  transform: scale(.95);
}

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

.c-logos_slider_nav-count {
  font-family: Azeretmono, Times New Roman, sans-serif;
  font-size: .625em;
  line-height: 120%;
}

.c-logos_grid {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: 10em;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 10em;
  display: grid;
}

.c-logo {
  z-index: 2;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.c-features-list {
  grid-column-gap: 2.25em;
  grid-row-gap: 2.25em;
  flex-flow: column;
  margin-top: 8em;
  display: flex;
}

.c-line-filtered {
  opacity: 0;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  width: 100%;
  height: 12px;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  inset: auto 0% -1em;
}

.c-features_text-wrap {
  margin-top: 20.35em;
}

.c-features_text-wrap.cc-lg {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-flow: column;
  max-width: 61em;
  margin-top: 0;
  margin-left: auto;
  display: flex;
}

.c-ceo-wrap {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.c-ceo_img-wrapper {
  aspect-ratio: 1;
  border-radius: .25em;
  width: 100%;
  max-width: 27.5em;
  height: auto;
  margin-top: .5em;
  position: relative;
  overflow: clip;
}

.c-img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.c-footer {
  aspect-ratio: 16 / 9;
  color: var(--_colorpalette---burnt-orange);
  padding-top: 2em;
  padding-bottom: 1.5em;
  position: relative;
  overflow: clip;
}

.c-linkedin-wrap {
  z-index: 2;
  grid-column-gap: .625em;
  grid-row-gap: .625em;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  display: inline-flex;
  position: relative;
}

.c-linkedin_logo {
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
}

.c-footer_bottom {
  z-index: 2;
  margin-top: auto;
  position: relative;
}

.c-footer_link {
  color: var(--_colorpalette---grey);
  text-transform: uppercase;
  font-family: Azeretmono, Times New Roman, sans-serif;
  font-size: .875em;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  transition: color .25s;
}

.c-footer_link:hover {
  color: var(--_colorpalette---soft-black);
}

.c-footer_wrap {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.c-footer_name {
  pointer-events: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
  position: relative;
}

.c-footer_location {
  position: absolute;
  inset: 7.6em auto auto 8.5em;
}

.c-footer_location.cc-2 {
  left: 43.5em;
}

.c-text-01-sm {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 100%;
}

.c-text-01-sm.cc-500 {
  font-variation-settings: "wght" 500;
  font-variation-settings: "wght" 500;
}

.cc-text-burnt-orange {
  color: var(--_colorpalette---burnt-orange);
}

.c-logo_btn {
  background-color: var(--_colorpalette---white);
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border-radius: .25em;
  width: 100%;
  height: 100%;
  transition-property: transform, box-shadow;
  transition-duration: .15s, .3s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1), ease;
  position: relative;
  overflow: clip;
}

.c-logo_btn:hover {
  box-shadow: inset 0 4px 4px #00000040;
}

.c-logo_btn:active {
  transform: scale(.98);
}

.c-hide {
  display: none;
}

.c-logo_bg {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  display: block;
  position: absolute;
  inset: 0%;
}

.c-values_img {
  display: none;
}

.c-portfolio-title-wrap {
  width: 100%;
  max-width: 45em;
}

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

.c-nav_mobile-wrap, .c-logo_desc {
  display: none;
}

.c-bio-wrap {
  margin-top: 25em;
  position: relative;
}

.c-mountains-canvas {
  aspect-ratio: 1187 / 419;
  width: 85em;
  max-width: none;
  height: auto;
  position: absolute;
  inset: 36em auto auto 0%;
  overflow: hidden;
  transform: none;
}

.c-loader {
  z-index: 1000;
  background-color: var(--_colorpalette---off-white);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: clip;
}

.c-loader_logo {
  width: 100.375em;
  max-width: 15.813em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-team-anchor {
  pointer-events: none;
  position: absolute;
  inset: -5em auto auto 0%;
}

.c-title-04 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75em;
  line-height: 125%;
}

.c-title-04.cc-700 {
  font-variation-settings: "wght" 700;
}

.c-title-04.cc-600 {
  font-variation-settings: "wght" 600;
  font-variation-settings: "wght" 600;
}

.c-slider_bottom-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.c-footer_canvas {
  z-index: 1;
  aspect-ratio: 1472 / 704;
  pointer-events: auto;
  width: 100%;
  max-width: 120em;
  height: auto;
  position: absolute;
  inset: 1.4em auto auto 50%;
  overflow: hidden;
  transform: translate(-50%);
  -webkit-mask-image: radial-gradient(#000 45%, #0000 84%);
  mask-image: radial-gradient(#000 45%, #0000 84%);
}

.c-star_hover {
  z-index: 10;
  border-radius: 0%;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 42.95%;
  left: 20.03%;
}

.c-star_modal {
  z-index: 100000;
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  border: 1px solid var(--_colorpalette---tan-brown);
  background-color: var(--_colorpalette---navy);
  opacity: 0;
  pointer-events: auto;
  border-radius: .25em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 21em;
  padding: .75em;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: absolute;
  left: 2.5em;
  transform: scale(.95);
}

.c-mountains-canvas-inner {
  pointer-events: none;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: none;
  -webkit-mask-image: radial-gradient(#000 60%, #0000 75%);
  mask-image: radial-gradient(#000 60%, #0000 75%);
}

.c-slider_title-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.c-slider_lottie {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.c-values_text-wrap {
  grid-template-rows: 0fr;
  display: grid;
}

.c-values_text_inner {
  padding-top: 0;
  overflow: hidden;
}

.c-star_hover-diamond {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 3.063em;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: scale(3.25);
}

.c-star_hover-diamond.cc-small {
  transform-style: preserve-3d;
  transform: none;
}

.c-ceo_name-box {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  background-color: color-mix(in hsl, var(--_colorpalette---burnt-orange) 100%, transparent 25%);
  border-radius: .25em;
  flex-flow: column;
  padding: .5em 1em;
  display: flex;
  position: absolute;
  bottom: 1.25em;
  left: 1.25em;
}

.c-value_title {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  position: relative;
}

.c-line-under {
  width: 100%;
  height: 12px;
}

.c-stars {
  aspect-ratio: 1;
  pointer-events: none;
  mix-blend-mode: lighten;
  width: 100%;
  max-width: 1920px;
  position: absolute;
  inset: 0% 0% auto 50%;
  transform: translate(-50%);
}

.c-footer_logo {
  transform-origin: 50% 100%;
  transform: scale(1.1);
}

.c-footer_logo.cc-mobile {
  display: none;
}

.c-text-04 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875em;
  line-height: 144%;
}

.c-text-04.cc-500 {
  font-variation-settings: "wght" 500;
}

.c-text-04.cc-600 {
  font-variation-settings: "wght" 600;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  .c-container, .c-container.cc-full, .c-container.cc-full {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav {
    background-color: var(--_colorpalette---navy);
    border: 1px solid #b2b7c033;
    border-radius: 1em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center stretch;
    max-width: calc(100% - 24px);
    padding: 1em 1.25em;
    display: grid;
    position: fixed;
    left: 50%;
    right: 0;
    transform: translate(-50%);
  }

  .nav__menu {
    grid-row-gap: 1.5em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
  }

  .c-nav_item {
    color: var(--_colorpalette---off-white);
    text-decoration: none;
    overflow: hidden;
  }

  .c-nav_item.cc-icon {
    display: none;
  }

  .c-nav_item.cc-icon.cc-mobile {
    display: flex;
  }

  .c-title-01 {
    font-size: 2.75em;
  }

  .c-title-02, .c-title-03 {
    font-size: 1.75em;
  }

  .c-text-01 {
    font-size: 1.25em;
  }

  .c-text-02 {
    font-size: .75em;
  }

  .c-text-02.cc-500.cc-mobile-16 {
    font-size: 1em;
  }

  .c-tag-01.cc-nav {
    font-size: 1.125em;
  }

  .c-grid.cc-grid-mobile-gap-lg {
    grid-column-gap: 2.25em;
    grid-row-gap: 2.25em;
    grid-template-columns: 1fr;
  }

  .c-grid.cc-values {
    flex-flow: column;
    display: flex;
  }

  .c-section {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .c-values-wrap {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .c-values_list {
    order: 2;
  }

  .c-values_imgs-wrapper {
    order: 9999;
    max-width: 100%;
    margin-top: 0;
  }

  .c-logos_slider-wrap {
    margin-top: 5em;
  }

  .c-title-wrapper.cc-mobile-gap-lg {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .c-title-wrapper.cc-hero {
    grid-column-gap: 2.75em;
    grid-row-gap: 2.75em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    padding-bottom: 2.5em;
    display: grid;
  }

  .c-title-wrapper.cc-hero.cc-404 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-rows: auto;
    justify-content: center;
    place-items: center;
    width: 100%;
    display: flex;
  }

  .c-logos_grid {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }

  .c-logo {
    z-index: 0;
  }

  .c-features-list {
    margin-top: 3.75em;
  }

  .c-features_text-wrap {
    margin-top: 0;
  }

  .c-ceo-wrap {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    white-space: nowrap;
    word-break: keep-all;
    margin-bottom: 0;
  }

  .c-ceo_img-wrapper {
    max-width: 100%;
  }

  .c-footer {
    aspect-ratio: auto;
  }

  .c-linkedin-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .c-footer_bottom {
    margin-top: 21.5em;
  }

  .c-footer_link.cc-hide-mobile {
    display: none;
  }

  .c-footer_name {
    pointer-events: none;
    width: max-content;
    max-width: 100%;
    left: 50%;
    transform: translate(-50%);
  }

  .c-footer_name-el {
    font-variation-settings: "wght" 800;
    word-break: break-all;
    flex: none;
    width: 480px;
    font-size: 10em;
  }

  .c-footer_tiger {
    width: 154px;
    font-size: 1.11111vw;
    top: -51px;
    right: 64px;
  }

  .c-footer_location {
    display: none;
  }

  .c-logo_btn {
    aspect-ratio: 171 / 140;
    max-width: 100%;
    height: auto;
    padding: .5em;
  }

  .c-logo_btn:hover {
    box-shadow: none;
  }

  .c-logo_bg, .c-slider_wrap {
    display: none;
  }

  .c-nav_mobile-wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .c-nav_menu-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 0fr;
    grid-template-columns: 100%;
    grid-auto-columns: auto;
    place-items: start;
    display: grid;
    overflow: hidden;
  }

  .c-nav_burger {
    -webkit-appearance: none;
    appearance: none;
    width: 1.5em;
    height: 1.5em;
  }

  .c-logo_item {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
  }

  .c-logo_desc {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
    background-color: var(--_colorpalette---navy);
    opacity: 0;
    pointer-events: none;
    color: var(--_colorpalette---white);
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: .5em;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .c-bio-wrap {
    margin-top: 3.125em;
  }

  .c-mountains-canvas {
    width: 200%;
    min-width: 100vw;
    max-width: none;
    position: relative;
    inset: 0;
    transform: none;
  }

  .c-loader_logo {
    width: 110%;
    bottom: 8em;
  }

  .c-title-04 {
    font-size: 1.5em;
  }

  .c-footer_canvas {
    width: 200%;
    min-width: 100vw;
    max-width: none;
    position: absolute;
    top: 8%;
  }

  .c-star_hover {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 39.95%;
    left: 19.33%;
  }

  .c-star_modal {
    padding: .66em;
    top: 2.1em;
    left: auto;
  }

  .c-mountains-canvas-inner {
    width: 100%;
    min-width: 100vw;
    max-width: 100%;
    position: static;
    transform: none;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .c-hero_text.cc-404 {
    width: 100%;
  }

  .c-star_hover-diamond {
    transform: scale(1.85);
  }

  .c-star_hover-diamond.cc-small {
    transform: scale3d(1none, 1none, 1none);
    transform: scale3d(1none, 1none, 1none);
  }

  .c-line-under {
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  }

  .c-footer_logo.cc-desktop {
    display: none;
  }

  .c-footer_logo.cc-mobile {
    min-width: 100vw;
    margin-left: 0;
    display: block;
    transform: none;
  }

  .c-text-04 {
    font-size: .75em;
  }

  .c-text-04.cc-500.cc-mobile-16 {
    font-size: 1em;
  }
}

@media screen and (max-width: 479px) {
  .c-tag-01 {
    font-size: .625em;
  }

  .c-grid {
    grid-template-columns: 1fr;
  }

  .c-grid.cc-footer {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .c-values_imgs-wrapper {
    pointer-events: none;
    position: relative;
    top: 2em;
    transform: scale(1.2);
  }

  .c-title-wrapper.cc-hero {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    grid-template-rows: auto auto;
    height: auto;
    padding-bottom: 0;
  }

  .c-title-wrapper.cc-hero.cc-404 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .c-ceo-wrap {
    margin-bottom: 0;
  }

  .c-ceo_img-wrapper {
    margin-bottom: .5em;
  }

  .c-footer_link {
    font-size: .625em;
  }

  .c-footer_name-el {
    max-width: 100%;
    font-size: 30vw;
  }

  .c-footer_tiger {
    width: 25vw;
    top: -16%;
    right: 18%;
  }

  .c-portfolio-title-wrap {
    max-width: 100%;
  }

  .c-mountains-canvas {
    margin-bottom: 0;
    overflow: visible;
  }

  .c-star_modal {
    width: 20rem;
    max-width: 90vw;
    top: 2em;
    left: -35vw;
  }

  .c-hero_text {
    text-align: center;
    max-width: 8.2em;
  }

  .c-stars {
    min-height: 50%;
  }

  .c-footer_logo {
    transform: none;
  }

  .c-footer_logo.cc-desktop, .c-footer_logo.cc-mobile, .c-footer_logo.cc-desktop, .c-footer_logo.cc-mobile {
    display: block;
  }

  .c-btn {
    min-width: 100%;
  }
}

#w-node-d77207c9-fc00-8741-04fb-c85157e7a3eb-544ffa78 {
  grid-area: 1 / 3 / 3 / 11;
  place-self: center;
}

#w-node-_202b32ce-3a9f-133e-71ea-981bc63361e4-544ffa78 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_833d1b66-58a3-8a0e-4df1-8ccd3e68f7e9-544ffa78 {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-_2bb770b1-9478-90c1-b5c0-e3e4219533bd-544ffa78 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-a8e1ce04-93d4-94bc-f1ba-bb4bed6a844a-544ffa78 {
  grid-area: 1 / 3 / 2 / 10;
}

#w-node-_1b68f7df-5e0b-36eb-7517-a5f1555b7d5d-544ffa78 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_54c7b89b-fc31-899b-9267-a7aeefdcdc13-544ffa78 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f6049602-9411-22c2-d2a6-cc11d008b708-544ffa78 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_609e2bd3-73e9-2e7b-e6a2-468766c749ac-544ffa78 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_3605226c-678e-f1b8-f65a-ea410a9b442a-544ffa78 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-fa8662e2-fc6a-a348-787a-66d766ea191a-544ffa78 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-aeb3099d-c757-105f-3db0-8ba9af42ac96-544ffa78 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: end;
}

#w-node-ae4dfa5c-28c5-7373-763e-f29744886f34-544ffa78 {
  grid-area: 1 / 5 / 2 / 13;
  align-self: end;
}

#w-node-_70e8753d-92fb-56c5-b5c5-d755aac5b808-544ffa78 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-aa45545b-8b13-ed1b-bae3-4fb97dadaced-7dadacd1 {
  grid-area: 1 / 11 / 2 / 13;
  justify-self: end;
}

#w-node-aa45545b-8b13-ed1b-bae3-4fb97dadace9-7dadacd1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aa45545b-8b13-ed1b-bae3-4fb97dadaceb-7dadacd1 {
  grid-area: 1 / 6 / 2 / 8;
}

@media screen and (max-width: 767px) {
  #w-node-d77207c9-fc00-8741-04fb-c85157e7a3eb-544ffa78 {
    grid-area: 1 / 1 / 3 / 13;
    place-self: center;
  }

  #w-node-fe78f3d8-944e-cc0d-6bc5-88a6b1a2fbb3-544ffa78 {
    grid-area: 1 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_7dfd5f3a-ff2e-1109-6282-0b9bd9f4c86b-544ffa78 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: end;
  }

  #w-node-_202b32ce-3a9f-133e-71ea-981bc63361e4-544ffa78 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_833d1b66-58a3-8a0e-4df1-8ccd3e68f7e9-544ffa78 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_2bb770b1-9478-90c1-b5c0-e3e4219533bd-544ffa78 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_9f37aee3-69a2-9c53-877f-7be0ba2fc54e-544ffa78 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-a8e1ce04-93d4-94bc-f1ba-bb4bed6a844a-544ffa78 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_1b68f7df-5e0b-36eb-7517-a5f1555b7d5d-544ffa78 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_54c7b89b-fc31-899b-9267-a7aeefdcdc13-544ffa78 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_609e2bd3-73e9-2e7b-e6a2-468766c749ac-544ffa78 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_3605226c-678e-f1b8-f65a-ea410a9b442a-544ffa78 {
    order: -9999;
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-fa8662e2-fc6a-a348-787a-66d766ea191a-544ffa78 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-aeb3099d-c757-105f-3db0-8ba9af42ac96-544ffa78 {
    order: 2;
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-ae4dfa5c-28c5-7373-763e-f29744886f34-544ffa78 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_70e8753d-92fb-56c5-b5c5-d755aac5b808-544ffa78 {
    grid-area: 1 / 1 / 2 / 13;
    align-self: end;
  }

  #w-node-aa45545b-8b13-ed1b-bae3-4fb97dadaceb-7dadacd1 {
    grid-area: 1 / 4 / 2 / 13;
    justify-self: end;
  }

  #w-node-ca9b3866-c7a2-0856-008d-94c199cf5714-99cf570e {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-ca9b3866-c7a2-0856-008d-94c199cf571a-99cf570e {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d77207c9-fc00-8741-04fb-c85157e7a3eb-544ffa78 {
    grid-row-end: 2;
    grid-column-end: 2;
  }

  #w-node-fe78f3d8-944e-cc0d-6bc5-88a6b1a2fbb3-544ffa78 {
    grid-row-end: 2;
  }

  #w-node-_7dfd5f3a-ff2e-1109-6282-0b9bd9f4c86b-544ffa78 {
    grid-row-start: 2;
    place-self: center;
  }

  #w-node-_202b32ce-3a9f-133e-71ea-981bc63361e4-544ffa78, #w-node-_833d1b66-58a3-8a0e-4df1-8ccd3e68f7e9-544ffa78, #w-node-_2bb770b1-9478-90c1-b5c0-e3e4219533bd-544ffa78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f37aee3-69a2-9c53-877f-7be0ba2fc54e-544ffa78 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a8e1ce04-93d4-94bc-f1ba-bb4bed6a844a-544ffa78, #w-node-_1b68f7df-5e0b-36eb-7517-a5f1555b7d5d-544ffa78, #w-node-_54c7b89b-fc31-899b-9267-a7aeefdcdc13-544ffa78 {
    grid-column-end: 2;
  }

  #w-node-f6049602-9411-22c2-d2a6-cc11d008b708-544ffa78, #w-node-_609e2bd3-73e9-2e7b-e6a2-468766c749ac-544ffa78 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3605226c-678e-f1b8-f65a-ea410a9b442a-544ffa78 {
    order: -9999;
    grid-column: span 1 / span 1;
  }

  #w-node-fa8662e2-fc6a-a348-787a-66d766ea191a-544ffa78 {
    grid-column-end: 2;
  }

  #w-node-aeb3099d-c757-105f-3db0-8ba9af42ac96-544ffa78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ae4dfa5c-28c5-7373-763e-f29744886f34-544ffa78, #w-node-_70e8753d-92fb-56c5-b5c5-d755aac5b808-544ffa78 {
    grid-column-end: 2;
  }

  #w-node-aa45545b-8b13-ed1b-bae3-4fb97dadaceb-7dadacd1 {
    grid-column-end: 13;
  }
}
