@media screen and (min-width: 1400px) {
  .container {
    max-width: 1180px; } }
html:has(#sb-loader:not(.is-out)) {
  overflow: hidden; }

#sb-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 1.6s ease; }
  #sb-loader.is-out {
    opacity: 0;
    pointer-events: none; }
  #sb-loader img {
    max-width: 160px;
    width: auto;
    opacity: 0.9; }

.sb-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #0A0B0B; }
  @media (max-width: 767px) {
    .sb-hero {
      height: 85vh; } }
  .sb-hero--half {
    height: 50vh; }
    @media (max-width: 767px) {
      .sb-hero--half {
        height: 50vh; } }
    .sb-hero--half .sb-hero__background {
      top: -30%;
      height: 160%; }
  .sb-hero--small {
    height: 30vh; }
    @media (max-width: 767px) {
      .sb-hero--small {
        height: 30vh; } }
    .sb-hero--small .sb-hero__background {
      top: -30%;
      height: 160%; }
  .sb-hero--medium {
    height: 40vh; }
    @media (max-width: 767px) {
      .sb-hero--medium {
        height: 40vh; } }
    .sb-hero--medium .sb-hero__background {
      top: -30%;
      height: 160%; }
  .sb-hero h1 {
    font-family: "Optima", sans-serif;
    color: #ffffff;
    text-transform: none;
    font-size: 2.4rem;
    line-height: 1.25;
    opacity: 0.9; }
  @media (min-width: 768px) {
    .sb-hero h1 {
      font-size: 3rem;
      line-height: 1.25; } }
  .sb-hero__background {
    position: absolute;
    inset: 0;
    will-change: transform;
    height: 130%;
    top: -15%;
    overflow: hidden; }
  .sb-hero__background-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    opacity: 0; }
    .sb-hero__background-image:first-child {
      opacity: 1; }
  .sb-hero__background-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block; }
  .sb-hero__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1; }
  .sb-hero__scroll {
    position: absolute;
    bottom: 7.5%;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    display: block; }
    .sb-hero__scroll:hover {
      opacity: 1;
      transform: translateX(-50%) translateY(4px); }
    .sb-hero__scroll svg {
      display: block; }

.sb-heading {
  font-family: "Optima", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.125;
  color: #0A0B0B;
  letter-spacing: -0.01em;
  margin-bottom: 1.125rem; }
  .sb-heading em {
    font-style: italic; }
  @media (min-width: 768px) {
    .sb-heading {
      font-size: 2.1rem;
      margin-bottom: 1.25rem; } }

.sb-body-text {
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #0A0B0B; }

.row .sb-body-text:last-child {
  margin-bottom: 0; }

.sb-image-tint {
  position: relative; }
  .sb-image-tint::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.07);
    transition: opacity 0.55s ease;
    pointer-events: none; }
  .sb-image-tint:hover::after {
    opacity: 0; }

.sb-label {
  font-family: "Optima", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  color: #0A0B0B;
  text-transform: uppercase; }
  .sb-label--ruled {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem; }
    .sb-label--ruled::after {
      content: '';
      display: block;
      width: 2.5rem;
      height: 1px;
      background-color: currentColor;
      flex-shrink: 0; }

.sb-concept-composite {
  padding: 4rem 0; }
  @media (min-width: 768px) {
    .sb-concept-composite {
      padding: 8rem 0; } }
  .sb-concept-composite-row {
    display: flex;
    flex-direction: column; }
  .sb-concept-composite-col {
    width: 100%; }
  .sb-concept-composite-row:first-child .sb-concept-composite-col:first-child {
    order: 2; }
  .sb-concept-composite-row:first-child .sb-concept-composite-col:last-child {
    order: 1; }
  .sb-concept-composite-row:last-child .sb-concept-composite-col:first-child {
    order: 2; }
  .sb-concept-composite-row:last-child .sb-concept-composite-col:last-child {
    order: 1; }
  @media (max-width: 991px) {
    .sb-concept-composite-row:last-child .sb-concept-composite__secondary-image {
      transform: translate(50px, -50px);
      max-width: calc(100% - 50px);
      margin: auto; }
    .sb-concept-composite-row:first-child .sb-concept-composite__primary-image {
      transform: translate(-50px, 0%);
      max-width: calc(100% - 50px);
      margin: auto; }
    .sb-concept-composite__primary-image img, .sb-concept-composite__secondary-image > .sb-image-tint img {
      max-height: 350px; } }
  @media (min-width: 992px) {
    .sb-concept-composite-row:first-child {
      flex-direction: row; }
    .sb-concept-composite-row:first-child .sb-concept-composite-col:first-child {
      width: 33.333%;
      order: 1; }
    .sb-concept-composite-row:first-child .sb-concept-composite-col:last-child {
      width: 66.667%;
      order: 2; }
    .sb-concept-composite-row:last-child .sb-concept-composite-col:first-child {
      max-width: 66.667%;
      margin-left: auto;
      margin-right: auto; }
    .sb-concept-composite-row:last-child .sb-concept-composite-col:last-child {
      max-width: 66.667%;
      margin-left: auto;
      margin-right: auto;
      transform: translateY(-15%); } }
  .sb-concept-composite__primary-image {
    position: relative; }
    .sb-concept-composite__primary-image img {
      width: 100%;
      height: 100%;
      aspect-ratio: 0.7;
      object-fit: cover;
      display: block; }
  .sb-concept-composite__content {
    padding: 2rem 1.5rem; }
    @media (min-width: 768px) {
      .sb-concept-composite__content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 4rem 5rem;
        margin-top: 2.5rem;
        transform: none; } }
    .sb-concept-composite__content .sb-heading {
      max-width: 600px; }
    @media (min-width: 768px) {
      .sb-concept-composite__content .sb-body-text {
        max-width: 100%; } }
  .sb-concept-composite__secondary-image {
    display: flex;
    gap: 0.5rem; }
    .sb-concept-composite__secondary-image > .sb-image-tint {
      flex: 1;
      overflow: hidden; }
      .sb-concept-composite__secondary-image > .sb-image-tint img {
        width: 100%;
        height: 100%;
        aspect-ratio: 1.7;
        object-fit: cover;
        display: block; }
  .sb-concept-composite__quote {
    padding: 2rem 1.5rem;
    max-width: 720px;
    text-align: right; }
    @media (min-width: 768px) {
      .sb-concept-composite__quote {
        padding: 1.5rem 0 0;
        width: auto;
        margin-left: auto;
        margin-right: 0;
        text-align: right; } }

.sb-text-link {
  display: inline-flex;
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #0A0B0B;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  text-underline-thickness: 1px;
  letter-spacing: 0.04em;
  position: relative;
  opacity: 1;
  transition: opacity 0.35s ease; }
  .sb-text-link span {
    transform: none;
    transition: transform 0.35s ease; }
  .sb-text-link::before {
    position: absolute;
    bottom: -2px;
    height: 1px;
    background-color: currentColor;
    opacity: 1;
    transition: width 0.35s ease, opacity 0.35s ease; }
  .sb-text-link::before {
    right: 0;
    width: 100%; }
  .sb-text-link:hover {
    opacity: .7;
    color: #0A0B0B; }
  .sb-text-link:hover::before {
    opacity: .7; }

.sb-cover-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.sb-split-composite {
  display: flex;
  align-items: center; }
  .sb-split-composite img {
    aspect-ratio: 0.7; }
  @media (min-width: 1200px) {
    .sb-split-composite .row {
      position: relative; } }
  .sb-split-composite__content {
    padding: 2rem 1.5rem; }
    @media (min-width: 768px) {
      .sb-split-composite__content {
        padding: 5rem;
        max-width: 640px; } }
    @media (min-width: 1200px) {
      .sb-split-composite__content {
        padding: 5rem 0 5rem 5rem;
        width: 125%;
        max-width: none;
        position: absolute;
        left: -10%;
        z-index: 1; } }
  .sb-split-composite__image-column {
    min-height: 400px;
    position: relative; }
    @media (min-width: 768px) {
      .sb-split-composite__image-column {
        min-height: 600px; } }
    .sb-split-composite__image-column .sb-cover-image {
      position: absolute;
      inset: 0; }
  .sb-split-composite__image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    @media (max-width: 767px) {
      .sb-split-composite__image-wrapper {
        width: calc(100% - 50px);
        margin: auto; } }
  .sb-split-composite__caption {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding-top: 1rem;
    font-family: "Gotham", sans-serif;
    font-size: 0.7rem;
    line-height: 1rem;
    color: #888888;
    width: 50%;
    max-width: 300px;
    text-align: justify; }
  .sb-split-composite__image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    z-index: 1;
    background: #ffffff; }
    @media (min-width: 768px) {
      .sb-split-composite__image-overlay {
        width: 50%; } }

.sb-backdrop-cta-composite {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .sb-backdrop-cta-composite {
      height: 85vh !important; } }
  .sb-backdrop-cta-composite__background {
    position: absolute;
    inset: 0;
    will-change: transform;
    height: 160%;
    top: -30%;
    z-index: 0; }
  .sb-backdrop-cta-composite__background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block; }
    .sb-backdrop-cta-composite__background-image--grayscale {
      filter: grayscale(100%); }
  .sb-backdrop-cta-composite__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1; }
  .sb-backdrop-cta-composite .container {
    position: relative;
    z-index: 2; }
  .sb-backdrop-cta-composite .sb-heading,
  .sb-backdrop-cta-composite .sb-body-text {
    color: #ffffff; }
  .sb-backdrop-cta-composite .sb-heading {
    font-size: 2.4rem; }
    @media (min-width: 768px) {
      .sb-backdrop-cta-composite .sb-heading {
        font-size: 3rem; } }
  .sb-backdrop-cta-composite .sb-body-text {
    text-transform: uppercase;
    letter-spacing: 0.04em; }
  .sb-backdrop-cta-composite .sb-text-link {
    color: #ffffff; }
    .sb-backdrop-cta-composite .sb-text-link:hover {
      color: #ffffff; }

.sb-items-track-composite__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 2rem 1rem 1.25rem; }
  @media (min-width: 768px) {
    .sb-items-track-composite__header {
      padding: 2.25rem 1.5rem 1.5rem; } }
.sb-items-track-composite__title {
  margin: 0; }
.sb-items-track-composite__grid {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  gap: 0.5rem; }
  @media (min-width: 1200px) {
    .sb-items-track-composite__grid {
      flex-wrap: nowrap; } }
.sb-items-track-composite__item {
  flex: 0 0 100%;
  overflow: hidden; }
  @media (max-width: 767px) {
    .sb-items-track-composite__item {
      max-height: 450px; } }
  @media (min-width: 768px) {
    .sb-items-track-composite__item {
      flex: 0 0 calc(50% - 0.25rem); } }
  @media (min-width: 1200px) {
    .sb-items-track-composite__item {
      flex: 1; } }
  .sb-items-track-composite__item a {
    display: block;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%; }
    .sb-items-track-composite__item a img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.55s ease; }
    .sb-items-track-composite__item a .sb-item-title,
    .sb-items-track-composite__item a .sb-item-badge {
      position: absolute;
      z-index: 1;
      color: #ffffff;
      font-size: 0.75rem;
      opacity: 0;
      transition: transform 0.55s ease, opacity 0.55s ease; }
    .sb-items-track-composite__item a .sb-item-title {
      bottom: 0.5rem;
      left: 1rem;
      text-transform: uppercase;
      font-family: "Optima", sans-serif; }
    .sb-items-track-composite__item a .sb-item-badge {
      bottom: 0.5rem;
      right: 1rem;
      font-family: "Gotham", sans-serif; }
    .sb-items-track-composite__item a:hover img {
      transform: scale(1.04); }
    .sb-items-track-composite__item a:hover .sb-item-title {
      opacity: 1;
      transform: translate(0.5rem, -0.5rem); }
    .sb-items-track-composite__item a:hover .sb-item-badge {
      opacity: 1;
      transform: translate(-0.5rem, -0.5rem); }
    @media (max-width: 991px) {
      .sb-items-track-composite__item a .sb-item-title,
      .sb-items-track-composite__item a .sb-item-badge {
        opacity: 1; }
      .sb-items-track-composite__item a .sb-item-title {
        transform: translate(0.5rem, -0.5rem); }
      .sb-items-track-composite__item a .sb-item-badge {
        transform: translate(-0.5rem, -0.5rem); } }

.sb-image-swap {
  position: relative; }
  .sb-image-swap__primary, .sb-image-swap__secondary {
    width: 100%;
    height: 100%;
    aspect-ratio: 0.7;
    object-fit: cover;
    display: block; }
  .sb-image-swap__secondary {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.6s ease; }
    .sb-image-swap__secondary.sb-grayscale {
      transition: opacity 1.6s ease, filter 0.4s ease; }
    .sb-image-swap__secondary[src$=".mp4"], .sb-image-swap__secondary[src$=".webm"] {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .sb-image-swap.is-swapped .sb-image-swap__secondary {
    opacity: 1; }

.sb-footer {
  background-color: #ffffff;
  display: flex;
  align-items: end; }
  .sb-footer .border-top {
    border-top: 1px solid #0A0B0B !important; }
  @media (max-width: 767px) {
    .sb-footer {
      text-align: center; }
      .sb-footer .col-md-5 {
        order: -1;
        padding-right: 0;
        margin-bottom: 2rem; }
      .sb-footer .col-md-7,
      .sb-footer .col-12 {
        padding-left: 0;
        padding-right: 0; }
      .sb-footer .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0; }
      .sb-footer .text-right {
        text-align: center !important; }
      .sb-footer__address {
        margin-bottom: 1rem; }
      .sb-footer__contact {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 1rem; } }
  .sb-footer__logo {
    text-decoration: none;
    display: inline-block; }
    .sb-footer__logo img {
      display: block;
      max-height: 200px;
      width: auto;
      opacity: 0.125; }
      @media (max-width: 991px) {
        .sb-footer__logo img {
          max-height: 110px; } }
      @media (max-width: 767px) {
        .sb-footer__logo img {
          max-height: 90px; } }
      @media (max-width: 575px) {
        .sb-footer__logo img {
          max-height: 70px; } }
  .sb-footer__address {
    font-family: "Optima", sans-serif;
    font-size: 0.9rem;
    line-height: 1.5rem;
    color: #0A0B0B;
    margin: 0; }
  .sb-footer__city {
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.9rem; }
  .sb-footer__contact {
    margin: 0;
    font-family: "Optima", sans-serif;
    font-size: 0.9rem;
    line-height: 1.5rem;
    color: #0A0B0B; }
    .sb-footer__contact a {
      color: #0A0B0B; }
  .sb-footer__legal-text {
    font-family: "Optima", sans-serif;
    font-size: 0.9rem;
    color: #0A0B0B; }
    .sb-footer__legal-text a {
      color: #0A0B0B;
      text-decoration: none; }
      .sb-footer__legal-text a:hover {
        text-decoration: underline;
        text-underline-offset: 3px; }

.sb-header-transparent {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.55s ease-in-out; }
  .sb-header-transparent__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem;
    transition: padding 0.5s ease; }
    @media (min-width: 992px) {
      .sb-header-transparent__inner {
        padding: 1.75rem 2rem; } }
  .sb-header-transparent__logo {
    position: relative;
    z-index: 2; }
    .sb-header-transparent__logo-link {
      text-decoration: none;
      display: block;
      line-height: 1.1;
      position: relative; }
    .sb-header-transparent__logo-image {
      display: block;
      max-height: 36px;
      width: auto;
      transition: opacity 0.55s ease-in-out; }
      @media (min-width: 992px) {
        .sb-header-transparent__logo-image {
          max-height: 48px; } }
      .sb-header-transparent__logo-image--dark {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
  .sb-header-transparent.is-scrolled .sb-header-transparent__logo-image--light, .sb-header-transparent:has(#headerNavigation.is-open) .sb-header-transparent__logo-image--light {
    opacity: 0; }
  .sb-header-transparent.is-scrolled .sb-header-transparent__logo-image--dark, .sb-header-transparent:has(#headerNavigation.is-open) .sb-header-transparent__logo-image--dark {
    opacity: 1; }
  .sb-header-transparent__navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    padding: 6rem 0 2rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    display: flex !important;
    z-index: 1; }
    .sb-header-transparent__navigation.is-open {
      opacity: 1;
      pointer-events: auto; }
    @media (min-width: 992px) {
      .sb-header-transparent__navigation {
        position: static;
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        padding: 0;
        opacity: 1;
        pointer-events: auto;
        flex: 1;
        justify-content: flex-end;
        z-index: auto; } }
  .sb-header-transparent__navigation-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%; }
    .sb-header-transparent__navigation-list li a {
      display: inline-block;
      font-family: "Optima", sans-serif;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.14em;
      text-decoration: none;
      padding: 0.75rem 2rem;
      font-size: 1.25rem;
      color: #0A0B0B;
      opacity: 1;
      transition: opacity 0.3s ease; }
      .sb-header-transparent__navigation-list li a:hover, .sb-header-transparent__navigation-list li a.active {
        opacity: 1; }
      @media (min-width: 992px) {
        .sb-header-transparent__navigation-list li a {
          padding: 0.4rem 1.05rem;
          font-size: 0.825rem;
          font-weight: 400;
          color: #ffffff;
          opacity: 0.85;
          transition: opacity 0.3s ease, color 0.55s ease-in-out; } }
    .sb-header-transparent__navigation-list li.dropdown .dropdown-menu {
      position: static;
      display: block;
      background: transparent;
      padding: 0;
      list-style: none;
      margin: 0; }
      .sb-header-transparent__navigation-list li.dropdown .dropdown-menu li a {
        padding-left: 3rem; }
      @media (min-width: 992px) {
        .sb-header-transparent__navigation-list li.dropdown .dropdown-menu {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          min-width: 180px;
          background: rgba(10, 11, 11, 0.92);
          padding: 0.5rem 0; }
          .sb-header-transparent__navigation-list li.dropdown .dropdown-menu li a {
            display: block;
            padding: 0.6rem 1.25rem;
            font-size: 0.65rem;
            letter-spacing: 0.14em;
            opacity: 0.8;
            color: #ffffff; }
            .sb-header-transparent__navigation-list li.dropdown .dropdown-menu li a:hover {
              opacity: 1; } }
    .sb-header-transparent__navigation-list li.dropdown {
      position: relative; }
      @media (min-width: 992px) {
        .sb-header-transparent__navigation-list li.dropdown:hover .dropdown-menu {
          display: block; } }
    @media (min-width: 992px) {
      .sb-header-transparent__navigation-list {
        flex-direction: row;
        align-items: center;
        width: auto; } }
  .sb-header-transparent__toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    padding: 0.25rem;
    gap: 5px;
    position: relative;
    z-index: 2; }
    .sb-header-transparent__toggle:focus, .sb-header-transparent__toggle:focus-visible, .sb-header-transparent__toggle:active, .sb-header-transparent__toggle:focus-within {
      outline: none;
      border: none;
      box-shadow: none; }
    .sb-header-transparent__toggle span {
      display: block;
      width: 22px;
      height: 1px;
      background: #ffffff;
      transition: background-color 0.5s ease, transform 0.35s ease, opacity 0.35s ease; }
    .sb-header-transparent__toggle[aria-expanded="true"] span {
      background: #0A0B0B; }
      .sb-header-transparent__toggle[aria-expanded="true"] span:nth-child(1) {
        transform: translateY(6px) rotate(45deg); }
      .sb-header-transparent__toggle[aria-expanded="true"] span:nth-child(2) {
        opacity: 0; }
      .sb-header-transparent__toggle[aria-expanded="true"] span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg); }
    @media (min-width: 992px) {
      .sb-header-transparent__toggle {
        display: none; } }
  .sb-header-transparent.is-scrolled {
    background-color: rgba(255, 255, 255, 0.9);
    transition: background-color 0.4s ease; }
    .sb-header-transparent.is-scrolled .sb-header-transparent__inner {
      padding-top: 1.1rem;
      padding-bottom: 1.1rem; }
    .sb-header-transparent.is-scrolled .sb-header-transparent__navigation-list li a {
      color: #0A0B0B; }
    .sb-header-transparent.is-scrolled .sb-header-transparent__toggle span {
      background: #0A0B0B; }
  .sb-header-transparent.is-scrolled:has(#headerNavigation.is-open) {
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.4s ease; }

.sb-header {
  position: sticky;
  top: 0;
  z-index: 1050;
  background-color: rgba(255, 255, 255, 0.9); }
  .sb-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.1rem 1.25rem; }
    @media (min-width: 992px) {
      .sb-header__inner {
        padding: 1.1rem 2rem; } }
  .sb-header__logo {
    position: relative;
    z-index: 2; }
    .sb-header__logo-link {
      text-decoration: none;
      display: block;
      line-height: 1.1; }
    .sb-header__logo-image {
      display: block;
      max-height: 36px;
      width: auto; }
      @media (min-width: 992px) {
        .sb-header__logo-image {
          max-height: 48px; } }
  .sb-header__navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    padding: 6rem 0 2rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    display: flex !important;
    z-index: 1; }
    .sb-header__navigation.is-open {
      opacity: 1;
      pointer-events: auto; }
    @media (min-width: 992px) {
      .sb-header__navigation {
        position: static;
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        padding: 0;
        opacity: 1;
        pointer-events: auto;
        flex: 1;
        justify-content: flex-end;
        z-index: auto; } }
  .sb-header__navigation-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%; }
    .sb-header__navigation-list li a {
      display: inline-block;
      font-family: "Optima", sans-serif;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.14em;
      text-decoration: none;
      padding: 0.75rem 2rem;
      font-size: 1.25rem;
      color: #0A0B0B;
      opacity: 1;
      transition: opacity 0.3s ease; }
      .sb-header__navigation-list li a:hover, .sb-header__navigation-list li a.active {
        opacity: 0.6; }
      @media (min-width: 992px) {
        .sb-header__navigation-list li a {
          padding: 0.4rem 1.05rem;
          font-size: 0.825rem;
          font-weight: 400;
          color: #0A0B0B;
          opacity: 0.85; } }
    .sb-header__navigation-list li.dropdown .dropdown-menu {
      position: static;
      display: block;
      background: transparent;
      padding: 0;
      list-style: none;
      margin: 0; }
      .sb-header__navigation-list li.dropdown .dropdown-menu li a {
        padding-left: 3rem; }
      @media (min-width: 992px) {
        .sb-header__navigation-list li.dropdown .dropdown-menu {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          min-width: 180px;
          background: rgba(10, 11, 11, 0.92);
          padding: 0.5rem 0; }
          .sb-header__navigation-list li.dropdown .dropdown-menu li a {
            display: block;
            padding: 0.6rem 1.25rem;
            font-size: 0.65rem;
            letter-spacing: 0.14em;
            opacity: 0.8;
            color: #ffffff; }
            .sb-header__navigation-list li.dropdown .dropdown-menu li a:hover {
              opacity: 1; } }
    .sb-header__navigation-list li.dropdown {
      position: relative; }
      @media (min-width: 992px) {
        .sb-header__navigation-list li.dropdown:hover .dropdown-menu {
          display: block; } }
    @media (min-width: 992px) {
      .sb-header__navigation-list {
        flex-direction: row;
        align-items: center;
        width: auto; } }
  .sb-header__toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    padding: 0.25rem;
    gap: 5px;
    position: relative;
    z-index: 2; }
    .sb-header__toggle:focus, .sb-header__toggle:focus-visible, .sb-header__toggle:active, .sb-header__toggle:focus-within {
      outline: none;
      border: none;
      box-shadow: none; }
    .sb-header__toggle span {
      display: block;
      width: 22px;
      height: 1px;
      background: #0A0B0B;
      transition: transform 0.35s ease, opacity 0.35s ease; }
    .sb-header__toggle[aria-expanded="true"] span:nth-child(1) {
      transform: translateY(6px) rotate(45deg); }
    .sb-header__toggle[aria-expanded="true"] span:nth-child(2) {
      opacity: 0; }
    .sb-header__toggle[aria-expanded="true"] span:nth-child(3) {
      transform: translateY(-6px) rotate(-45deg); }
    @media (min-width: 992px) {
      .sb-header__toggle {
        display: none; } }

.sb-ratio {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .sb-ratio img,
  .sb-ratio video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block; }
  .sb-ratio--1-2 {
    aspect-ratio: 1 / 2; }
  .sb-ratio--2-3 {
    aspect-ratio: 2 / 3; }
  .sb-ratio--3-4 {
    aspect-ratio: 3 / 4; }
  .sb-ratio--1-1 {
    aspect-ratio: 1 / 1; }
  .sb-ratio--4-3 {
    aspect-ratio: 4 / 3; }
  .sb-ratio--16-9 {
    aspect-ratio: 16 / 9; }
  .sb-ratio--2-1 {
    aspect-ratio: 2 / 1; }

.sb-grayscale {
  filter: grayscale(100%);
  transition: filter 0.4s ease; }

.vh-75 {
  height: 75vh !important; }

.vh-50 {
  height: 50vh !important; }

.vh-25 {
  height: 25vh !important; }

.sb-measure--10 {
  max-width: 10ch !important; }

.sb-measure--15 {
  max-width: 15ch !important; }

.sb-measure--20 {
  max-width: 20ch !important; }

.sb-measure--30 {
  max-width: 30ch !important; }

.sb-measure--40 {
  max-width: 40ch !important; }

.sb-measure--50 {
  max-width: 50ch !important; }

.sb-measure--60 {
  max-width: 60ch !important; }

.sb-measure--70 {
  max-width: 70ch !important; }

.sb-measure--80 {
  max-width: 80ch !important; }

.sb-measure--90 {
  max-width: 90ch !important; }

.sb-measure--100 {
  max-width: 100ch !important; }

.sb-measure--110 {
  max-width: 110ch !important; }

.sb-measure--120 {
  max-width: 120ch !important; }

.sb-measure--130 {
  max-width: 130ch !important; }

.sb-measure--140 {
  max-width: 140ch !important; }

.sb-measure--150 {
  max-width: 150ch !important; }

.sb-video-full {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  .sb-video-full__background {
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    height: 130%;
    will-change: transform; }
  .sb-video-full__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    opacity: .8; }
  .sb-video-full__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(10, 11, 11, 0.8); }

.sb-team__group {
  margin-bottom: 4rem; }
  @media (min-width: 768px) {
    .sb-team__group {
      margin-bottom: 5rem; } }
.sb-team__group-label {
  color: #888888;
  margin-bottom: 0;
  padding-bottom: 1.25rem; }
.sb-team__list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(10, 11, 11, 0.12); }
.sb-team__item {
  border-bottom: 1px solid rgba(10, 11, 11, 0.12); }
  .sb-team__item.is-open .sb-team__toggle-bar--v {
    transform: translateX(-50%) rotate(90deg); }
  .sb-team__item.is-open .sb-team__bio {
    grid-template-rows: 1fr; }
  .sb-team__item.is-open .sb-team__bio-inner {
    padding-bottom: 1.75rem; }
.sb-team__row {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "name toggle" "role role";
  align-items: center;
  column-gap: 1rem;
  padding: 1rem 0;
  cursor: pointer; }
  @media (min-width: 768px) {
    .sb-team__row {
      grid-template-columns: 1fr 1fr auto;
      grid-template-areas: "name role toggle";
      padding: 1.25rem 0; } }
.sb-team__name {
  grid-area: name;
  font-family: "Optima", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #0A0B0B;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .sb-team__name {
      font-size: 1.25rem; } }
.sb-team__role {
  grid-area: role;
  font-family: "Optima", sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  color: #0A0B0B;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 0.25rem; }
  @media (min-width: 768px) {
    .sb-team__role {
      padding-top: 0; } }
.sb-team__toggle {
  grid-area: toggle;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  align-self: center; }
.sb-team__toggle-bar {
  position: absolute;
  background-color: #0A0B0B;
  transition: transform 0.4s ease; }
  .sb-team__toggle-bar--h {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  .sb-team__toggle-bar--v {
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%); }
.sb-team__bio {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
  overflow: hidden; }
.sb-team__bio-inner {
  overflow: hidden;
  padding-bottom: 0;
  transition: padding-bottom 0.4s ease; }
.sb-team__group--collaborators {
  margin-bottom: 0; }
.sb-team__collaborators-wrapper {
  padding-top: 1.25rem; }
  @media (min-width: 768px) {
    .sb-team__collaborators-wrapper {
      border-top: 1px solid rgba(10, 11, 11, 0.12);
      display: grid;
      grid-template-columns: 1fr 1fr 1.25rem;
      column-gap: 1rem;
      align-items: start;
      padding-top: 0; } }
  .sb-team__collaborators-wrapper .sb-team__group-label {
    padding-bottom: 1.25rem; }
    @media (min-width: 768px) {
      .sb-team__collaborators-wrapper .sb-team__group-label {
        padding-top: 1rem;
        padding-bottom: 0; } }
.sb-team__collaborators-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(10, 11, 11, 0.12); }
  @media (min-width: 768px) {
    .sb-team__collaborators-list {
      grid-column: 2 / -1;
      border-top: none; } }
.sb-team__collaborator {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(10, 11, 11, 0.12); }
  .sb-team__collaborator .sb-team__name {
    grid-area: unset; }
  .sb-team__collaborator .sb-team__role {
    grid-area: unset;
    padding-top: 0; }

/*# sourceMappingURL=common.css.map */
