: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-relative {
  position: relative;
}

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

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

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

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

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

.c-legal {
  background-color: var(--_colorpalette---off-white);
  color: var(--_colorpalette---navy);
  padding-top: 9.375em;
  padding-bottom: 5em;
}

.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-footer_logo {
  transform-origin: 50% 100%;
  transform: scale(1.1);
}

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

@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-eb7cd5cc-ef15-8286-f283-8b4034d7cdc3-a7e168ec {
  grid-area: 1 / 3 / 2 / 11;
}

#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-e05cf133-d0c6-2508-aaa8-a4420d2087a3-a7e168ec {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-e05cf133-d0c6-2508-aaa8-a4420d2087a9-a7e168ec {
    grid-area: 2 / 1 / 3 / 3;
  }

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

@media screen and (max-width: 479px) {
  #w-node-aa45545b-8b13-ed1b-bae3-4fb97dadaceb-7dadacd1 {
    grid-column-end: 13;
  }
}
