:root {
  --lime-green: #4dd965;
  --black: #131313;
}

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

body {
  color: #fff;
  font-family: Ppneuemontreal, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: #fff;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

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

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.utility-page_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-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

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

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

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

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.overflow-auto {
  overflow: auto;
}

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

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

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

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

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-rich-text h1, .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 ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

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

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

.h1 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

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

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

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

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

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

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

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

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

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

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

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

.h4 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

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

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

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

.fs-styleguide_header {
  background-color: #0000000d;
}

.h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.page-wrapper {
  background-color: #000;
  overflow: hidden;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

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

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.h5 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.container-large {
  width: 97%;
  margin-left: auto;
  margin-right: auto;
}

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper.project-body-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 2.5rem 1.875rem;
  position: relative;
}

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

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

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

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

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

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

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

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

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

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

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  display: grid;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  color: #000;
  background-color: #0000000d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

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

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.home-section {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
  position: relative;
}

.navigation {
  z-index: 20;
  padding-top: 2rem;
  position: fixed;
  inset: 0% 0% auto;
}

.main-nav-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.profile-nav-parent {
  cursor: pointer;
  background-color: #ffffff80;
  border-radius: .4rem;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 3.45rem;
  height: 3.45rem;
  transition: all .25s;
  display: flex;
}

.profile-nav-parent:hover {
  opacity: 1;
  background-color: #4dd965;
}

.profile-nav-child {
  background-color: #333;
  border-radius: .4rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 95%;
  height: 95%;
  display: flex;
  overflow: hidden;
}

.profile-img {
  object-fit: cover;
  align-self: flex-end;
  width: 100%;
  height: 100%;
}

.main-nav-left {
  grid-column-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-hide {
  overflow: hidden;
}

.main-nav-middle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-box.div-hide {
  display: none;
}

.main-nav-sec-text {
  text-transform: uppercase;
  font-family: Ppneuebit, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
}

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

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

.main-nav-sec-text-ab {
  text-transform: uppercase;
  font-family: Ppneuebit, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  position: absolute;
  inset: auto auto 0% 0%;
}

.main-nav-right {
  display: flex;
}

.sec-font, .s-font-bold {
  font-family: Ppneuebit, sans-serif;
  font-weight: 700;
}

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

.nav-special-flex-sec {
  align-items: center;
  display: flex;
  position: relative;
  top: -.05rem;
}

.main-nav-link-text-ab {
  position: absolute;
  inset: auto auto 0% 0%;
}

.nav-special-flex {
  z-index: 6;
  color: #fff;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-bracket-wrap-l {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-bracket-wrap-r {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-motion-text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.home-content-section {
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  position: relative;
}

.slider-gallery_component {
  background-color: #c0a2a2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.slider-bg_component {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.swiper.is-slider-bg {
  width: 100%;
  height: 100%;
}

.swiper.is-slider-thumbs {
  width: 100%;
  overflow: visible;
}

.swiper.is-slider-titles {
  height: 100%;
  overflow: visible;
}

.swiper-wrapper.is-slider-bg {
  width: 100%;
  height: 100%;
}

.swiper-wrapper.is-slider-thumbs {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-wrapper.is-slider-titles {
  z-index: 5;
  height: 100%;
  display: flex;
  position: relative;
}

.swiper-slide.is-slider-bg {
  width: 100%;
  height: 100%;
}

.swiper-slide.is-slider-thumbs {
  flex: none;
  width: 100%;
  padding-right: 2.5rem;
}

.swiper-slide.is-slider-titles {
  width: 100%;
  position: relative;
}

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

.slider-gallery_bottom-wrapper {
  z-index: 6;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 2rem;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
  position: relative;
}

.slider-gallery_button-wrapper {
  grid-column-gap: 1.25rem;
  justify-content: flex-start;
  display: flex;
}

.slider-gallery_button {
  border: 2px solid #fff;
  border-radius: .4rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.45rem;
  height: 3.45rem;
  transition: transform .2s, background-color .2s;
  display: flex;
}

.slider-gallery_button:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff26;
}

.slider-gallery_button:active {
  transform: scale(.95);
}

.slider-button-icon {
  width: 1rem;
}

.slider-gallery_numbers-wrap {
  justify-content: flex-end;
  font-size: 1.25rem;
  display: flex;
}

.slider-gallery_numbers {
  letter-spacing: .04rem;
}

.spacer-sm {
  height: 2rem;
}

.slider-gallery_bottom-wrapper-r {
  z-index: 5;
  padding-bottom: 2rem;
  position: relative;
}

.slider-thumbs_component {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 68%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.slider-thumbs_overflow {
  border-top-right-radius: .75rem;
  border-bottom-right-radius: .75rem;
  position: relative;
  overflow: hidden;
}

.slider-thumbs_wrapper {
  width: 28%;
  position: relative;
}

.slider-thumbs_height {
  border: 2px solid #fff5f500;
  border-radius: .75rem;
  padding-top: 80%;
  transition: all .3s;
  display: block;
  position: relative;
  overflow: hidden;
}

.slider-thumbs_height:hover {
  border-color: #4dd965cc;
  box-shadow: 0 0 3px 3px #4dd9654d;
}

.slider-thumbs_img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .3s;
  position: absolute;
  inset: 0%;
  transform: scale(1);
}

.slider-titles_component {
  z-index: 6;
  width: 100%;
  position: relative;
}

.home-project-parent {
  opacity: 1;
  transition: all .2s;
  transform: scale(1)translate(0);
}

.home-display-text {
  font-size: 5rem;
}

.spacer-xsm {
  height: 1.25rem;
}

.home-proj-role-wrap {
  grid-column-gap: .6rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-proj-role {
  border: 1px solid #fff;
  border-radius: 1.6rem;
  padding: .4rem 1.2rem;
}

.home-proj-featured-wrap {
  z-index: 6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.home-proj-featured-img-wrap {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-proj-featured-logo {
  height: 1.2rem;
}

.home-project-featured-link {
  transition: opacity .3s;
}

.home-project-featured-link:hover {
  opacity: .65;
}

.spacer-home-special {
  height: 3rem;
}

.silder-thumb-content-wrap {
  z-index: 3;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.thumb-icon-parent {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff40;
  border-radius: .4rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
}

.thumb-icon {
  width: 1.5rem;
}

.slider-bg-overlay {
  z-index: 2;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-titles_overflow {
  position: relative;
  overflow: hidden;
}

.thumb-overflow-fade {
  z-index: 2;
  filter: blur(80px);
  background-color: #4dd965bf;
  border-top-left-radius: 6rem;
  border-bottom-left-radius: 6rem;
  width: 6rem;
  height: 90%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 8% -6% auto auto;
}

.slider-thumb-overlay {
  z-index: 2;
  opacity: .5;
  background-image: linear-gradient(#fff0, #000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-modal-parent {
  z-index: 10;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-modal-blur-bg {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-menu-parent {
  grid-row-gap: .625rem;
  background-color: #212121;
  border-radius: .8rem;
  flex-direction: column;
  justify-content: flex-start;
  width: 28rem;
  padding: 2.5rem 1.25rem;
  display: flex;
}

.nav-menu-img-parent {
  border-radius: .8rem;
  height: 10.5rem;
  overflow: hidden;
}

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

.nav-links-parent {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.nav-link-btn {
  background-color: #303030;
  border-radius: .4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.875rem 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-btn.spotify {
  align-items: flex-start;
  padding: 1.5rem;
}

.nav-link-btn-wrap {
  z-index: 5;
  grid-column-gap: .625rem;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.nav-link-btn-wrap.small {
  grid-column-gap: .25rem;
}

.nav-link-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.nav-link-icon.social {
  width: 1.875rem;
  height: auto;
}

.nav-link-icon.spotify {
  width: 2.6rem;
  height: auto;
}

.nav-link-icon.close-small {
  width: 1.2rem;
  height: 1.2rem;
}

.nav-link-grid-bg-parent {
  position: absolute;
  inset: 0%;
}

.nav-bg-grid-img {
  z-index: 1;
  opacity: .2;
  mix-blend-mode: overlay;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.nav-grid-bg-color {
  background-image: radial-gradient(circle, #4dd96540, #fff0);
  position: absolute;
  inset: 0%;
}

.nav-link-color-border-top {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--lime-green) 50%, #4dd96533 90%);
  opacity: .25;
  filter: blur(3px);
  width: 100%;
  height: .25rem;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-link-color-border-btm {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--lime-green) 50%, #4dd96533 90%);
  opacity: .25;
  filter: blur(3px);
  width: 100%;
  height: .25rem;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-link-2-col-grid {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-link-3-col-grid {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-close-flex {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-close-btn {
  cursor: pointer;
  margin-bottom: 1.25rem;
}

.nav-close-btn.close-menu-button.close-sound.hover-sound.reel {
  margin-bottom: 0;
}

.sound-player-hover, .click-sound-embed, .sound-player-open, .sound-player-close, .sound-player-arrow-click {
  display: none;
}

.text-dash {
  line-height: 1;
}

.nav-mid-flex {
  align-items: center;
  display: flex;
}

.nav-dash-line {
  background-color: #fff;
  width: 1rem;
  height: 1px;
  margin-left: .8rem;
  margin-right: .8rem;
}

.text-green {
  color: var(--lime-green);
}

.nav-link-arrow-parent {
  flex-direction: column;
  justify-content: flex-start;
  margin-right: .4rem;
  display: flex;
}

.nav-arrow-icon {
  width: 1rem;
}

.nav-schild-speicial-flex {
  align-items: center;
  display: flex;
}

.project-main-wrapper {
  z-index: 4;
  border-top-left-radius: .8rem;
  border-top-right-radius: .8rem;
  position: relative;
  overflow: hidden;
}

.section {
  z-index: 5;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  padding: 1.25rem 0 1.25rem 1.25rem;
  display: flex;
  position: relative;
}

.section.slide.top, .section.top {
  height: 96vh;
}

.section.last {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
}

.section.main {
  height: 95vh;
}

.section.cc-new-home {
  background-color: var(--black);
  min-height: 100svh;
  max-height: 100svh;
  padding: 0;
  display: block;
}

.project-main-bg-parent {
  position: absolute;
  inset: 0%;
}

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

.project-main-bg-blur {
  z-index: 1;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #303030cc;
  position: absolute;
  inset: 0%;
}

.project-section-nav {
  z-index: 6;
  width: 100%;
  margin-top: 3.75rem;
  position: fixed;
  inset: 0% 0% auto;
}

.project-nav-flex-split {
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.project-pagination-parent {
  grid-row-gap: .6rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-pagination-link {
  opacity: .5;
  color: #fff0;
  background-color: #8f8f8f;
  border-radius: 100%;
  width: .625rem;
  height: .625rem;
  transition: opacity .3s;
  position: relative;
}

.project-pagination-link.w--current {
  opacity: 1;
  color: #fff;
  background-color: #fff;
  position: relative;
}

.pg-sec-update {
  white-space: nowrap;
  mix-blend-mode: difference;
  position: absolute;
  inset: -.4rem auto auto 1.875rem;
}

.project-overview-t-width {
  max-width: 46ch;
}

.spacer-md {
  height: 5rem;
}

.project-overview-btn-wrap {
  grid-column-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-overview-btn {
  grid-column-gap: .625rem;
  background-color: #303030;
  border: 1.5px solid #ffffff0d;
  border-radius: .4rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.4rem;
  transition: all .25s;
  display: flex;
}

.project-overview-btn:hover {
  border: 1.5px solid #fff;
  box-shadow: 0 0 3px 1px #ffffff80;
}

.project-overview-btn.watch-reel {
  cursor: pointer;
  justify-content: center;
}

.icon-eye {
  width: 1.5rem;
}

.project-overview-btm {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.proj-pag-btm-link.for-next {
  color: #ffffff80;
  transition: all .2s;
}

.proj-pag-btm-link.for-next:hover {
  color: #fffc;
  text-shadow: 0 0 6px #ffffff4d;
}

.proj-overview-btm-l {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.project-section-top {
  z-index: 5;
  justify-content: flex-start;
  align-items: flex-end;
  height: 96vh;
  padding: 1.25rem 0 1.25rem 1.25rem;
  display: flex;
  position: relative;
}

.proj-overview-btm-r.about {
  z-index: 2;
  position: relative;
}

.carter-badge {
  width: 5rem;
  transition: all .3s;
}

.carter-badge:hover {
  border-radius: 2px;
  box-shadow: 0 0 7px 3px #fff3;
}

.project-details-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  position: relative;
}

.project-details-grid.about {
  grid-template-columns: 1fr 1fr 1fr;
  height: auto;
  margin-bottom: 4rem;
}

.project-reel-parent {
  border-radius: .8rem;
  height: 100%;
  overflow: hidden;
}

.project-detail-grid-l {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: space-between;
  height: 35rem;
  display: flex;
}

.project-detail-grid-l.about {
  border: 1.5px solid #fff;
  border-radius: .8rem;
  justify-content: flex-end;
  align-items: flex-end;
  height: 28rem;
  padding-bottom: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  overflow: hidden;
}

.project-reel-embed {
  border-radius: .8rem;
  height: 100%;
}

.project-detail-grid-mid {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #30303099;
  border: 1px solid #fff3;
  border-radius: .8rem;
  padding: 2rem;
}

.project-about-flex {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

.project-about-flex.about {
  grid-row-gap: 1.25rem;
}

.project-about-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

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

.project-detail-grid-r {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #30303099;
  border: 1px solid #fff3;
  border-radius: .8rem;
  padding: 2rem;
}

.project-body-overlay {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(#000000bf, #000000bf);
  position: absolute;
  inset: 0%;
}

.gal-list-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.gal-list {
  display: flex;
}

.gal-list.list {
  grid-column-gap: 1.25rem;
}

.gal-item {
  border-radius: .8rem;
  flex: none;
  width: 33.3333%;
  overflow: hidden;
}

.gal-item.item {
  transform-style: preserve-3d;
  border: 2px solid #4dd96500;
  transition: all .35s;
  transform: scale3d(.9, .85, 1);
}

.gal-item.item.slick-current {
  border-color: #4dd965cc;
  transform: scale(1);
  box-shadow: 0 0 3px 2px #4dd9654d;
}

.gal-img-wrap {
  width: 100%;
  height: 25.25rem;
}

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

.more-proj-head {
  color: #ffffff80;
  max-width: 25ch;
}

.more-proj-spacer {
  height: 9.8rem;
}

.more-proj-parent-wrap {
  grid-column-gap: 1.25rem;
  justify-content: flex-end;
  display: flex;
}

.more-proj-parent {
  border-radius: .8rem;
  width: 28rem;
  height: 20rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.more-proj-list-wrapper {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.more-proj-list {
  grid-column-gap: 1.25rem;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.more-proj-item {
  flex: none;
}

.more-proj-bg-ab {
  border-radius: .8rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.more-proj-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.more-proj-img.prrev-next {
  width: 5rem;
  height: auto;
  padding-bottom: 2rem;
}

.more-proj-flex {
  z-index: 5;
  border-radius: .8rem;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.more-prj-flex-btm {
  background-color: #303030bf;
  padding-top: 1.25rem;
  padding-bottom: 0;
}

.more-prof-flex-top {
  align-items: flex-start;
  height: 100%;
  padding-top: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: relative;
}

.more-proj-bg-ovverlay {
  z-index: 1;
  object-fit: cover;
  background-color: #30303066;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.view-proj-btn {
  color: var(--black);
  border-top: 1px solid #3030304d;
  justify-content: center;
  padding-top: .6rem;
  padding-bottom: .4rem;
  display: flex;
  position: relative;
}

.view-proj-head {
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.more-proj-prev-block.none {
  cursor: not-allowed;
}

.more-proj-parent-no-next {
  border-radius: .8rem;
  width: 28rem;
  height: 20rem;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.proj-page-footer {
  z-index: 5;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  position: relative;
}

.footer-split {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-wrap {
  grid-column-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-wrap.r {
  justify-content: flex-end;
}

.footer-link {
  grid-column-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.plyr-modal {
  z-index: 10;
  border-radius: .8rem;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.plyr_component {
  border-radius: .8rem;
  width: 100%;
  position: relative;
}

.plyr_component.is-full-screen {
  height: 100%;
}

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

.plyr_cover {
  z-index: 2;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.plyr_cover-img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  position: absolute;
  inset: 0%;
}

.plyr_cover-button {
  z-index: 2;
  background-color: var(--black);
  color: #000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  display: flex;
  position: relative;
}

.plyr_cover-icon {
  color: #fff;
  width: 30%;
  height: 30%;
}

.plyr_pause-trigger {
  display: none;
}

.close-plyr {
  z-index: 2;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid #fff;
  border-radius: 2rem;
  align-items: center;
  padding: .4rem 1rem;
  display: flex;
  position: absolute;
  inset: 2% 2% auto auto;
}

.about-bg-parent {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-hero-content {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 1.25rem;
  display: flex;
  position: relative;
}

.about-hero-grid {
  grid-template-rows: auto;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.about-hero-grid-l {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-h1-width {
  max-width: 30ch;
}

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

.award-parent {
  border-radius: 6.25rem;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.award-circle {
  z-index: 5;
  background-color: #377d43;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.award-circle:hover {
  box-shadow: 3px 0 30px #30303066;
}

.award-logo-wrap {
  border: 1.5px solid #fff;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.award-logo {
  width: 1.25rem;
  height: 1.25rem;
}

.award-tag {
  background-color: #006d01;
  border-radius: 6.25rem;
  align-items: center;
  width: 17rem;
  height: 3.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.award-trophy-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.award-tag-wrap {
  grid-column-gap: 1.25rem;
  align-items: center;
  padding-left: 5rem;
  padding-right: 1.65rem;
  display: flex;
  overflow: hidden;
}

.about-heo-grid-r {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 22.5rem;
  display: flex;
}

.about-link-wrap {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.mp-artist-name {
  color: #ffffffd9;
  font-size: .875rem;
  font-weight: 300;
}

.sp-thumbnail {
  border-radius: 4px;
  width: 50px;
  height: 50px;
}

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

.mp-pause {
  cursor: pointer;
  width: 1.5rem;
}

.progress-bar {
  background-color: #fff;
  width: 50%;
  height: 3px;
  position: relative;
}

.mp-previous {
  cursor: pointer;
  width: 1.25rem;
  transition: all .2s;
  transform: scale(1);
}

.mp-previous:active {
  transform: scale(.9);
}

.sp-title-wrapper {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.true-media-player-single-track {
  display: none;
}

.mp-next {
  cursor: pointer;
  width: 1.25rem;
  transition: all .2s;
  transform: scale(1);
}

.mp-next:active {
  transform: scale(.9);
}

.mp-elapsed {
  flex-direction: row;
  display: flex;
}

.mp-media-player-bar-wrapper {
  color: #ffffff73;
  flex: 1;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.mp-track-time-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mp-track-time {
  color: #ffffff80;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
}

.mp-controla-wrapper {
  z-index: 2;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.sp-details-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1.25rem;
  display: flex;
  position: relative;
}

.player-control-wrap {
  grid-column-gap: 10px;
  margin-right: 20px;
  display: flex;
}

.mp-progress-bar-background {
  background-color: #f0f0f00f;
}

.mp-play {
  cursor: pointer;
  width: 1.5rem;
}

.mp-title {
  color: #fff;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
}

.mp-single-track {
  cursor: pointer;
  background-color: #ffffff1a;
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  transition: all .2s ease-in-out;
  display: flex;
}

.mp-single-track:hover {
  background-color: #ffffff26;
}

.mp-track {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1.25rem;
  display: flex;
}

.mp-example-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.mp-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sp-artist-name {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
}

.mp-progress-bar-wrapper {
  cursor: pointer;
  flex: 1;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.sp-title {
  color: #ffffffd9;
  font-size: .875rem;
  font-weight: 300;
}

.true-progress-head {
  background-color: #fff;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -3px 0% auto auto;
}

.mp-track-thumbnail {
  width: 4rem;
}

.mp-track-wrapper {
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: .4rem;
  width: 100%;
  padding: 0;
}

.mp-audio-bar {
  cursor: pointer;
  width: 15px;
  margin-right: 10px;
  display: none;
}

.single-track-wrap {
  display: none;
}

.player-wrap {
  border-radius: .4rem;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1.25rem;
  position: relative;
  overflow: hidden;
}

.music-bg-ab {
  border-radius: .4rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.music-bg-blur {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #3030304d;
  position: absolute;
  inset: 0%;
}

.music-wrap-btm {
  z-index: 5;
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: relative;
}

.spotify-logo-wrap {
  background-color: var(--black);
  border-radius: .4rem;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
}

.spotify-logo {
  width: 1.5rem;
  height: 1.5rem;
}

.music-txt-wrap {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.playlist-link {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  display: flex;
}

.linkicon-small {
  width: 1rem;
}

.about-arrow-parent {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.about-arrow-circle {
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  transition: all .15s;
  display: flex;
}

.about-arrow-circle:hover {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #f7f1f11a;
}

.about-arrow-wrap {
  flex-direction: column;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.abour-arrow-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.abour-arrow-icon-ab {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.about-detail-section {
  background-color: #161616;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  padding-top: 6rem;
  padding-bottom: 1rem;
  display: flex;
}

.about-profile-img-ab {
  border-radius: .8rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.retro-eyes-parent {
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
  display: flex;
}

.retro-eyes-flex {
  grid-column-gap: 28rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.retro-eyes-close {
  width: 7rem;
}

.about-section {
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
  position: relative;
}

.page-loader {
  z-index: 300;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.loader-bg-ab {
  background-image: linear-gradient(#0009, #0009);
  position: absolute;
  inset: 0%;
}

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

.loader-content {
  z-index: 5;
  grid-row-gap: 1.5rem;
  mix-blend-mode: lighten;
  border: 3px solid snow;
  flex-direction: column;
  padding: 2.5rem;
  display: flex;
  position: relative;
}

.loader-btm {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 2.5rem;
  font-family: Ppneuebit, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.loader-content-top {
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.loader-countdown {
  align-self: center;
  align-items: center;
  display: flex;
}

.loader-numwrap {
  align-self: center;
  display: flex;
}

.loader-content-mid {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: Ppneuebit, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.scramble-text {
  font-size: 2rem;
}

.loader-content-btm {
  grid-column-gap: 1.125rem;
  border: 3px solid #fff;
  justify-content: flex-start;
  padding: .19rem .19rem .19rem 0;
  display: flex;
  position: relative;
}

.loader-hide-block {
  background-color: #000;
  width: .1875rem;
  height: 1.5rem;
}

.loader-block-hide-wrap {
  z-index: 5;
  grid-column-gap: 1.125rem;
  opacity: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.loader_progress {
  z-index: 1;
  background-color: #fff;
  border: 3px solid #000;
  width: 0%;
  height: 100%;
  padding: .19rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.trigger, .animate-line-embed {
  display: none;
}

.no-mobile-view {
  z-index: 290;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.type-form {
  z-index: 99999;
  position: relative;
  transform: translate(0, 1rem);
}

.about-img-overlay {
  background-image: linear-gradient(#00000040, #00000040);
  position: absolute;
  inset: 0%;
}

.wb-video-styles-controller {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.legal-content {
  min-height: 100vh;
}

.legal-rich-wrap {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.link_policy {
  text-decoration: underline;
}

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

.new_home_container.container-large {
  z-index: 2;
  height: 100%;
  position: relative;
}

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

.new_nav {
  z-index: 5;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
  inset: 0% 0% auto;
}

.new_nav_wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.new_brand_svg {
  width: 1.8rem;
  height: 1.8rem;
}

.new_brand_link {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
}

.new_hero_img-wrap {
  min-width: 100%;
  min-height: 100svh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.new_content_wrap {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading_lg {
  text-align: center;
  font-size: 8rem;
  font-weight: 500;
  line-height: 1.1;
  overflow: hidden;
}

.u-img-overlay {
  z-index: 1;
  background-color: #13131373;
  position: absolute;
  inset: 0%;
}

.new_content_btm {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.new_social_links_wrap {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  display: flex;
}

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

.new_social_arrow {
  width: 1rem;
  height: 1rem;
}

.social_wrap_main {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  display: flex;
}

.social_wrap_head {
  opacity: .5;
}

.empty {
  height: 1px;
}

.h1--is-1, .h1--is-2, .h1--is-3, .h1--is-4, .h1--is-5, .h1--is-6, .h1--is-7, .h1--is-8, .h1--is-9, .h1--is-10, .h1--is-11, .h1--is-12, .h1--is-13, .h1--is-14, .h1--is-15, .h1--is-16, .h1--is-17, .h1--is-18, .h1--is-19 {
  display: inline-block;
}

.new_page_loader {
  z-index: 20;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.button_wrap {
  position: relative;
}

.button_inner {
  color: #fff3;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: relative;
}

.button_inner.top {
  color: #fff;
  position: absolute;
  inset: auto 0% 0%;
}

.button_svg {
  width: 100%;
}

.button_mask {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.social_icon_wrap {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
}

.new_social_arrow_ab {
  width: 1rem;
  height: 1rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .h1.about {
    font-size: 3rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .container-large {
    width: 95%;
  }

  .main-wrapper.project-body-wrapper {
    padding: 1rem .6rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .navigation {
    padding-top: 1.4rem;
  }

  .slider-thumbs_wrapper {
    width: 45%;
  }

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

  .silder-thumb-content-wrap {
    padding: .45rem;
  }

  .slider-bg-overlay {
    background-image: linear-gradient(#0000, #0009);
  }

  .section {
    height: auto;
    padding-left: 0;
  }

  .section.main {
    height: auto;
    min-height: 95vh;
  }

  .section.for-tab {
    height: auto;
  }

  .section.cc-new-home {
    height: 100vh;
  }

  .project-section-nav.slide {
    margin-top: 2rem;
  }

  .project-details-grid, .project-details-grid.about {
    grid-template-columns: 1fr;
  }

  .project-detail-grid-l {
    height: 20rem;
  }

  .project-detail-grid-mid {
    min-height: 20rem;
    padding: 1.4rem;
  }

  .project-detail-grid-r {
    padding: 1.4rem;
  }

  .gal-item {
    width: 55%;
  }

  .gal-img-wrap {
    height: 20rem;
  }

  .more-proj-parent-wrap {
    justify-content: flex-start;
    width: 100%;
  }

  .more-proj-parent-no-next, .prev-flex {
    width: 100%;
  }

  .plyr_component.is-full-screen {
    height: 80vw;
  }

  .about-hero-grid {
    margin-bottom: 5rem;
  }

  .mp-duration, .mp-elapsed {
    display: flex;
  }

  .about-section.about-detail-section {
    height: auto;
    max-height: none;
  }

  .loader-content {
    padding: .8rem;
  }

  .loader-content-top {
    font-size: .8rem;
  }

  .scramble-text {
    font-size: 1.2rem;
  }

  .loader-hide-block {
    height: 1rem;
  }

  .no-mobile-view {
    display: none;
  }

  .heading_lg {
    font-size: 4.7rem;
  }

  .heading_lg.about {
    font-size: 3rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

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

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .h3 {
    font-size: 1.5rem;
  }

  .h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

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

  .h4 {
    font-size: 1rem;
  }

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

  .h6 {
    font-size: .75rem;
  }

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

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

  .h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .h5 {
    font-size: .875rem;
  }

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

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .main-nav-flex {
    grid-template-columns: 1fr 1fr;
  }

  .main-nav-right {
    display: none;
  }

  .home-content-section.for-about {
    height: auto;
    max-height: none;
    padding-top: 8rem;
  }

  .slider-gallery_component {
    padding-bottom: 4rem;
  }

  .slider-thumbs_wrapper {
    width: 55%;
  }

  .home-display-text {
    font-size: 3rem;
  }

  .home-proj-role {
    padding: .2rem .8rem;
  }

  .home-proj-featured-wrap {
    display: none;
  }

  .spacer-home-special {
    height: 2rem;
  }

  .silder-thumb-content-wrap {
    padding: .45rem;
  }

  .project-nav-flex-split {
    padding-left: .65rem;
    padding-right: .65rem;
  }

  .icon-eye {
    width: 1.2rem;
  }

  .project-detail-grid-mid {
    padding: 1.6rem;
  }

  .more-proj-spacer {
    height: 4rem;
  }

  .more-proj-parent-no-next {
    height: 15rem;
  }

  .footer-split {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .plyr_component.is-full-screen {
    height: 110vw;
  }

  .plyr_cover-button {
    font-size: .8em;
  }

  .about-hero-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .about-awards-wrap {
    display: none;
  }

  .about-heo-grid-r {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    align-items: flex-start;
  }

  .about-link-wrap {
    width: 100%;
  }

  .mp-track {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mp-example-wrapper {
    width: 100%;
  }

  .retro-eyes-flex {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-direction: row;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-section.hero {
    height: auto;
    max-height: none;
  }

  .loader-content {
    transform: scale(.8);
  }

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

  .heading_lg {
    font-size: 3.2rem;
  }

  .nav_text_wrap {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

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

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

  .navigation {
    padding-top: 1.2rem;
  }

  .profile-nav-txt-parent {
    display: none;
  }

  .main-nav-link-text, .main-nav-link-text-ab {
    font-size: 1rem;
  }

  .slider-gallery_bottom-wrapper {
    flex-direction: column;
    align-items: flex-end;
    padding-bottom: 0;
  }

  .slider-gallery_bottom-wrapper-r {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .slider-thumbs_component {
    width: 100%;
  }

  .slider-thumbs_wrapper {
    width: 65%;
  }

  .spacer-home-special {
    height: 1rem;
  }

  .nav-menu-parent {
    width: auto;
    padding: .7rem;
  }

  .nav-menu-img-parent {
    height: 8rem;
  }

  .nav-link-btn {
    padding-top: 1.275rem;
    padding-bottom: 1.275rem;
  }

  .nav-link-icon {
    width: 1.2rem;
    height: 1.2rem;
  }

  .nav-link-2-col-grid {
    grid-template-columns: 1fr;
  }

  .pg-sec-update {
    font-size: .875rem;
    left: 1.275rem;
  }

  .spacer-md.pj {
    height: 3rem;
  }

  .project-overview-btn-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .project-overview-btn {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .icon-eye {
    width: 1.2rem;
  }

  .project-detail-grid-l {
    height: 16rem;
  }

  .project-detail-grid-mid, .project-detail-grid-r {
    padding: 1rem;
  }

  .gal-item {
    width: 90%;
  }

  .more-proj-parent-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .more-prj-flex-btm {
    padding-top: .5rem;
  }

  .view-proj-btn {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }

  .more-proj-parent-no-next {
    height: 12rem;
  }

  .footer-split {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .footer-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    width: 100%;
  }

  .footer-wrap.r {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .plyr_cover-button {
    font-size: .7em;
  }

  .about-heo-grid-r {
    width: 100%;
  }

  .retro-eyes-flex {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .retro-eyes-close {
    width: 4rem;
  }

  .loader-content {
    width: 100%;
  }

  .loader-btm {
    font-size: 1rem;
  }

  .heading_lg {
    font-size: 2rem;
  }
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-2cbece6c {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-2cbece6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-2cbece6c {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-2cbece6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-2cbece6c {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-2cbece6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-2cbece6c {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-2cbece6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-2cbece6c {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-2cbece6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-2cbece6c {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-2cbece6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-2cbece6c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-2cbece6c {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-2cbece6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-2cbece6c {
  justify-self: start;
}

#w-node-_662cb883-4e01-a371-8b53-558da37e9f29-57fa4c48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_326f8a55-96b7-8f91-4a94-9e2b412938ef-57fa4c48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a6ee18f7-b4f0-bf0b-9460-6ee32a0e3584-57fa4c48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-a6ee18f7-b4f0-bf0b-9460-6ee32a0e359c-57fa4c48, #w-node-a6ee18f7-b4f0-bf0b-9460-6ee32a0e358d-57fa4c48, #w-node-_87c6a226-b97e-761b-a82c-32854d79e353-57fa4c48, #w-node-_73f7c68f-bf01-bf6d-f6b0-2c211aff77d7-57fa4c48, #w-node-c6aab709-3888-1bf7-2d8b-2c2221453e8d-57fa4c48, #w-node-_9135f01b-c633-9c05-b8b3-18f045a304f9-57fa4c48, #w-node-_7c2c4283-2079-530e-6489-9195f2c176de-57fa4c48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ddea2a6-6952-7bef-c9a8-3ea564897f75-64897f72 {
  justify-self: start;
}

#w-node-_7ddea2a6-6952-7bef-c9a8-3ea564897f80-64897f72 {
  justify-self: center;
}

#w-node-_7ddea2a6-6952-7bef-c9a8-3ea564897f8e-64897f72 {
  justify-self: end;
}

#w-node-_7ddea2a6-6952-7bef-c9a8-3ea564897fb1-64897f72 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-a6ee18f7-b4f0-bf0b-9460-6ee32a0e359c-57fa4c48 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_326f8a55-96b7-8f91-4a94-9e2b412938ef-57fa4c48 {
    justify-self: start;
  }

  #w-node-_7ddea2a6-6952-7bef-c9a8-3ea564897f80-64897f72 {
    justify-self: end;
  }
}


@font-face {
  font-family: 'Ppneuebit';
  src: url('../fonts/PPNeueBit-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuebit';
  src: url('../fonts/PPNeueBit-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal book';
  src: url('../fonts/PPNeueMontreal-Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}