:root {
  --colors--black: black;
  --colors--white: white;
  --colors--main-red: #e53e2f;
  --colors--main-grey: #55565a;
}

body {
  color: var(--colors--black);
  font-family: Calibre, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  letter-spacing: 0.2px;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.375;
}

a {
  text-decoration: underline;
}

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

strong {
  font-weight: 600;
}

.global-embed {
  position: fixed;
  inset: 0% 0% auto;
}

.page-wrapper {
  padding-top: 130px;
  position: relative;
}

.c-section {
  width: 82%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.c-section.cc-full-width {
  width: 100%;
  max-width: 1960px;
}

.c-section.cc-mid-width {
  width: 87%;
}

.c-section.cc-lg-width {
  width: 91%;
}

.navbar-container {
  border-bottom: 1px solid #0000000f;
  justify-content: space-between;
  align-items: center;
  width: 87%;
  max-width: 1705px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.nav-logo {
  width: 13rem;
  height: 42px;
}

.c-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
}

.c-img.cc-cover {
  object-fit: cover;
}

.c-img.cc-right-align {
  object-position: 100% 100%;
}

.c-img.cc-top-align {
  object-position: 50% 0%;
}

.c-img.cc-press-cover {
  object-fit: cover;
  object-position: 0% 50%;
}

.c-img.cc-legacy-cover {
  object-fit: cover;
  object-position: 50% 10%;
}

.nav-links_container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0;
  transition: color 0.3s;
  display: flex;
}

.nav-link:hover {
  color: var(--colors--main-red);
}

.nav-link.current-portfolio:where(
    .w-variant-f001b6c5-520d-8f36-e19d-3d70650f7104
  ),
.nav-link.current-about:where(.w-variant-f0c69b58-6905-3289-231c-934836551149),
.nav-link.current-media:where(.w-variant-98f39d29-1303-0562-e5af-b909b58f6b0b) {
  color: var(--colors--main-red);
  font-weight: 600;
}

.link-icon {
  flex: none;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

.line-divider {
  background-color: #0003;
  flex: none;
  width: 1px;
  height: 24px;
}

.line-divider.cc-horizontal {
  width: 100%;
  height: 1px;
}

.line-divider.cc-horizontal.cc-alt {
  background-color: #0000000f;
}

.main {
  background-color: var(--colors--white);
  padding-bottom: 30px;
  position: relative;
}

.main.cc-transparent-bg {
  background-color: #0000;
}

.c-hero {
  z-index: 4;
  position: relative;
}

.c-hero.cc-inner {
  height: 86vh;
  max-height: 850px;
  padding-top: 100px;
}

.c-hero.cc-media {
  z-index: 2;
  background-color: #f4f4f4;
  padding-top: 100px;
  padding-bottom: 100px;
}

.c-hero.cc-leadership {
  z-index: 2;
  background-color: #f4f4f4;
  padding-top: 100px;
  padding-bottom: 200px;
}

.c-hero.cc-press {
  background-color: #55565a;
  padding-top: 88px;
}

.c-hero.cc-home {
  background-color: #fdfdfd;
  height: 86vh;
  max-height: 850px;
}

.c-hero.cc-legal {
  background-color: #f4f4f4;
  padding-top: 148px;
  padding-bottom: 100px;
}

.hero-container {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 68px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.hero-container.cc-inner {
  background-color: var(--colors--white);
  justify-content: space-between;
  align-items: center;
  padding: 110px 8%;
}

.hero-container.cc-media {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-container.cc-portfolio {
  color: var(--colors--white);
  background-color: #0000;
  padding-top: 14px;
  padding-left: 4%;
  padding-right: 4%;
}

.hero-container.cc-press {
  z-index: 4;
  color: var(--colors--white);
  background-color: #0000;
  padding: 0 4.5% 88px;
  font-size: 1.25rem;
  font-weight: 300;
  display: block;
}

.heading-h1 {
  font-size: 100px;
  font-weight: 300;
  line-height: 1;
}

.body {
  color: var(--colors--black);
}

.c-button {
  background-color: var(--colors--main-grey);
  color: var(--colors--white);
  text-transform: uppercase;
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 14px 32px;
  font-size: 1.25rem;
  font-weight: 600;
  transition: color 0.3s, background-color 0.3s;
  display: inline-flex;
  position: relative;
}

.c-button.cc-pagination {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--colors--black);
  background-color: #f4f4f4;
  padding: 16px 26px 18px 22px;
}

.c-button.cc-pagination:hover {
  background-color: var(--colors--main-grey);
  color: var(--colors--white);
}

.button-arrow {
  width: 19px;
  height: 16px;
  transition: bottom 0.3s, right 0.3s;
  position: absolute;
  bottom: 3px;
  right: 3px;
}

.hero-cta_container {
  z-index: 2;
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-cta_subtext {
  color: #00000080;
  max-width: 425px;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.4;
}

.hero-bg_image {
  z-index: 1;
  height: 100%;
  position: absolute;
  inset: 0 0% 0%;
}

.hero-bg_image.cc-press {
  z-index: auto;
  max-width: 56%;
  height: auto;
  top: 0;
  left: auto;
}

.hero-bg_image.cc-inner {
  z-index: 0;
  height: 100%;
  top: 0;
  overflow: hidden;
}

.about-container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-cta {
  padding-bottom: 100px;
}

.c-icon_button {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--colors--main-red);
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.875rem;
  font-weight: 600;
  display: inline-flex;
}

.c-icon_button.cc-alt {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--colors--white);
  text-transform: none;
  font-size: 1rem;
  font-weight: 500;
}

.c-icon_button.cc-grey {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #55565a;
  font-size: 1.5rem;
  font-weight: 500;
}

.c-icon_button.cc-sm {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  font-size: 1.25rem;
}

.button-icon {
  width: 27px;
  height: 27px;
  overflow: hidden;
}

.button-icon.cc-sm {
  width: 10px;
  height: 10px;
}

.button-icon.cc-md {
  width: 24px;
  height: 24px;
}

.about-cta_subtext {
  margin-top: 54px;
  margin-bottom: 80px;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.about-cta_header {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
}

.about-statement {
  background-color: #55555905;
  display: flex;
}

.about-statement_image {
  width: 26%;
  max-width: 305px;
  height: 360px;
  overflow: hidden;
}

.about-statement_inner {
  flex: 1;
  padding: 42px 70px 33px 75px;
}

.quote-image {
  width: 50px;
  height: 34px;
}

.about-statement_text {
  margin-top: 28px;
  margin-bottom: 38px;
}

.about-statement_details {
  color: #00000075;
  font-size: 1.125rem;
  font-weight: 500;
}

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

.about-ceo_name {
  color: var(--colors--black);
  font-weight: 500;
}

.ideas-container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ideas-header {
  max-width: 604px;
  margin-bottom: 100px;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
}

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

.c-idea {
  color: var(--colors--white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 486px;
  font-size: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.idea-image_container {
  position: absolute;
  inset: 0%;
}

.idea-text {
  position: relative;
}

.body-cta_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 100px;
  padding-bottom: 100px;
}

.body-cta_header {
  max-width: 612px;
  margin-bottom: 60px;
  font-size: 5.625rem;
  font-weight: 300;
  line-height: 1;
}

.body-cta_text {
  max-width: 480px;
}

.footer-wrapper {
  padding-top: 56px;
  padding-bottom: 60px;
  position: relative;
}

.footer-image {
  z-index: -1;
  width: 100%;
  height: 600px;
  position: fixed;
  bottom: 0;
  left: 0%;
  right: 0;
}

.footer-image:where(.w-variant-68c43651-15bc-3a26-0647-205c1d4cee0b) {
  height: 100%;
}

.footer-body_top {
  background-color: var(--colors--white);
  margin-bottom: 40px;
  padding: 70px 4.5% 76px;
}

.footer-body_bottom {
  color: var(--colors--white);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-body_flex {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  justify-content: space-between;
  display: flex;
}

.footer-logo {
  flex: none;
  width: 5.5rem;
  height: 60px;
}

.footer-links_wrapper {
  grid-column-gap: 4%;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-weight: 300;
  line-height: 1.1875;
  display: grid;
}

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

.footer-links_header {
  text-transform: uppercase;
  margin-bottom: 32px;
  font-weight: 500;
}

.footer-links_header.cc-sm {
  text-transform: none;
  margin-bottom: 22px;
}

.footer-links_header.cc-lg {
  margin-bottom: 0;
}

.footer-links_container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-bottom_flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-h2 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}

.hero-header_container {
  width: 38%;
  max-width: 410px;
}

.hero-header_container.cc-leadership {
  width: auto;
  max-width: 540px;
}

.hero-header_container.cc-portfolio {
  width: 48%;
  max-width: 560px;
}

.hero-header_container.cc-legacy {
  width: auto;
  max-width: 430px;
}

.hero-header_container.cc-investments {
  width: 49%;
  max-width: 560px;
  padding-top: 15px;
}

.hero-subtext {
  max-width: 440px;
  font-size: 1.375rem;
}

.hero-subtext.cc-sm {
  max-width: 376px;
}

.hero-subtext.cc-portfolio {
  max-width: 466px;
}

.hero-subtext.cc-legacy {
  max-width: 480px;
}

.about-inner_flex {
  justify-content: space-between;
  padding-left: 8%;
  display: flex;
}

.about-inner_flex.cc-alt {
  align-items: flex-start;
}

.about-inner_image {
  flex: none;
  width: 46%;
  height: 460px;
}

.about-text_container {
  border-top: 1px solid #0000001a;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 42%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.about-text_container.cc-alt {
  padding-top: 138px;
}

.about-text_header {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #55565a66;
  margin-bottom: 50px;
  font-size: 1.125rem;
  font-weight: 400;
}

.about-text_subtext {
  max-width: 472px;
}

.about-subtext_container {
  color: var(--colors--main-grey);
  flex: 1;
  max-width: 46%;
  padding-top: 120px;
  padding-bottom: 100px;
}

.prefooter-cta_inner {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-top: 1px solid #0000000f;
  justify-content: space-between;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.c-contact {
  padding-top: 55px;
}

.contact-inner {
  background-color: var(--colors--white);
  justify-content: space-between;
  padding: 100px 7% 96px;
  display: flex;
}

.contact-inner_text {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  border-right: 1px solid #00000026;
  flex-flow: column;
  flex: 1;
  max-width: 472px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 8%;
  display: flex;
}

.contact-form {
  flex: 1;
  padding-top: 34px;
  padding-left: 8%;
}

.c-form_field {
  align-self: stretch;
  margin-bottom: 48px;
}

.c-label_wrapper {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.c-label {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0000004d;
  font-size: 1.125rem;
  line-height: 1.2em;
}

.c-input_wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.c-input {
  color: var(--colors--black);
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #0000001a;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 1.125rem;
  position: relative;
}

.c-input:focus {
  border-color: #e2e3e500 #e2e3e500 var(--colors--black);
}

.c-input::placeholder {
  color: #0000004d;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.c-textarea {
  color: var(--colors--black);
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #0000001a;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 1.125rem;
  position: relative;
}

.c-textarea:focus {
  border-color: #e2e3e500 #e2e3e500 var(--colors--black);
}

.c-textarea::placeholder {
  color: #0000004d;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-wrapper {
  z-index: 10;
  background-color: var(--colors--white);
  position: fixed;
  inset: 0% 0% auto;
}

.nav-wrapper.cc-grey-bg {
  background-color: #f4f4f4;
}

.nav-wrapper.cc-home {
  background-color: #fcfcfc;
}

.button-text {
  background-color: #0000;
  padding: 0;
}

.contact-form_inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.c-media {
  background-color: var(--colors--white);
  margin-top: -50px;
}

.media-inner {
  padding-bottom: 100px;
}

.c-tab_menu {
  background-color: var(--colors--white);
  border: 1px solid #55565a1a;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  padding: 22px 32px;
  display: inline-flex;
}

.c-tab_link {
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #55565a;
  background-color: #0000;
  padding: 24px 30px;
  font-size: 1.125rem;
  font-weight: 600;
  transition-property: color, background-color;
  transition-duration: 0.4s, 0.4s;
  transition-timing-function: ease, ease;
}

.c-tab_link.w--current {
  color: var(--colors--white);
  background-color: #55565a;
}

.media-grid {
  grid-column-gap: 22px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.media-grid.cc-press {
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.press-link {
  color: var(--colors--white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 450px;
  padding: 40px 50px 48px 40px;
  display: flex;
  position: relative;
}

.press-image {
  position: absolute;
  inset: 0%;
}

.press-link_details {
  font-size: 1.75rem;
  font-weight: 500;
  position: relative;
}

.press-date {
  letter-spacing: 0.2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 300;
}

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

.image-overlay.cc-press-inner {
  background-image: linear-gradient(#0000, #000c);
}

.gallery-link {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 196px;
  padding: 14px 16px;
  transition: border-color 0.2s;
  display: flex;
  position: relative;
}

.gallery-featured_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery-link_details {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  opacity: 0;
  color: var(--colors--white);
  letter-spacing: 0.2px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 0.8;
  transition: opacity 0.3s;
  display: flex;
  position: relative;
}

.galley-link_icon {
  flex: none;
  width: 30px;
  height: 26px;
}

.c-leadership {
  background-color: var(--colors--white);
  position: relative;
}

.leadership-inner {
  z-index: 3;
  margin-top: -100px;
  padding-bottom: 100px;
  position: relative;
}

.leadership-grid {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.leadership-image {
  width: 100%;
  height: 375px;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.leadership-details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  font-weight: 500;
  display: flex;
}

.leadership-icon {
  opacity: 0;
  flex: none;
  width: 40px;
  height: 40px;
  transition: opacity 0.4s;
}

.uc-md-text {
  font-weight: 500;
}

.leadership-role {
  color: #00000075;
  margin-top: 6px;
  font-size: 1.125rem;
}

.uc-hide-overflow {
  overflow: hidden;
}

.c-popup {
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  display: flex;
  position: fixed;
  inset: 0%;
}

.c-popup.cc-show {
  opacity: 100;
  visibility: visible;
}

.c-popup_inner {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: flex;
  position: relative;
}

.c-popup_block {
  background-color: #fff;
  width: 100%;
  max-height: 80vh;
  padding: 80px 96px 80px 80px;
  overflow: auto;
}

.popup-inner {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.c-popup_close {
  cursor: pointer;
  background-image: url("../images/x-close-white.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  position: absolute;
  top: -66px;
  right: 52px;
}

.popup-image {
  flex: none;
  width: 35%;
  max-width: 480px;
  height: 60vh;
  max-height: 750px;
  position: sticky;
  top: 0;
}

.popup-details {
  flex: 1;
}

.leadership-popup_flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

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

.popup-details_role {
  color: #00000075;
  margin-top: 10px;
  font-size: 1.125rem;
  line-height: 1;
}

.popup-details_bio {
  color: #272727;
  padding-top: 60px;
}

.popup-details_bio p {
  padding-bottom: 1.5rem;
  font-size: 1.25rem;
}

.partnership-links_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f4f4f4;
  justify-content: flex-start;
  align-items: center;
  padding: 22px;
  display: flex;
}

.partnership-block {
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 120px;
  display: flex;
}

.partnership-image {
  flex: none;
  width: 39.5%;
  height: 420px;
}

.partnership-details {
  flex: 1;
  margin-right: 10%;
}

.partnership-cta_links-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  font-size: 1.8rem;
}

.partnership-cta_links-container.uc-hide {
  display: none;
}

.partnership-details_inner {
  color: #272727;
  padding-bottom: 60px;
}

.partnership-details_header {
  color: var(--colors--black);
  margin-bottom: 48px;
  font-size: 3.5rem;
}

.c-investments {
  padding-top: 100px;
}

.investments-header {
  margin-bottom: 80px;
  padding-left: 30px;
  padding-right: 30px;
}

.c-accordion {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #010c0a;
  border-bottom: 1px solid #0000000f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr minmax(40px, 40px);
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: start;
  padding: 56px 49px 56px 48px;
  font-size: 20px;
  line-height: 1;
  transition: all 0.5s;
  display: grid;
}

.c-accordion.cc-active {
  background-color: #f4f4f4;
  padding-top: 70px;
}

.accordion-inner {
  color: var(--colors--main-grey);
  justify-content: space-between;
  align-items: center;
  font-size: 3rem;
  line-height: 1;
  display: flex;
}

.accordion-inner_flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-right: 20px;
  line-height: 120%;
  display: flex;
}

.accordion-icon {
  cursor: pointer;
  background-image: url("../images/plus-grey.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

.accordion-icon.cc-active {
  background-image: url("../images/minus-grey.svg");
}

.accordion-content {
  grid-template-rows: 0fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  display: grid;
}

.accordion-content.cc-show {
  grid-template-rows: 1fr;
}

.accordion-content_inner {
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.accordion-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 30px;
  display: flex;
}

.investment-list {
  padding-bottom: 44px;
}

.investment-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--colors--black);
  border-bottom: 1px solid #00000014;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  display: flex;
}

.c-partners {
  padding-top: 100px;
  padding-bottom: 100px;
}

.partners-inner {
  overflow: hidden;
}

.partners-header_container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 82px;
  font-size: 3.5rem;
  display: flex;
}

.partners-header {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.19643;
}

.partners-slide_wrapper {
  width: 67.6%;
  max-width: 974px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.partners-slide_container {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.partners-slide {
  background-color: #5555590a;
  flex: none;
  width: 100%;
  transition: background-color 0.4s;
  display: flex;
}

.partners-slide_image-container {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 31.4%;
  display: flex;
}

.partners-slide_image {
  width: 160px;
  height: 88px;
}

.partners-slide_details {
  background-color: #5555590d;
  flex: 1;
  padding: 50px 5.5% 34px 6%;
}

.partner-details_text {
  margin-top: 28px;
  margin-bottom: 48px;
  font-size: 0.875rem;
}

.partners-slide_button {
  background-color: var(--colors--white);
  cursor: pointer;
  border: 2px solid #e53e2f33;
  width: 62px;
  height: 60px;
  padding: 10px;
  position: absolute;
  top: 50%;
}

.partners-slide_button.cc-prev {
  left: -98px;
}

.partners-slide_button.cc-next {
  right: -98px;
}

.pagination-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-top: 1px solid #0000004d;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
  padding-top: 38px;
  display: flex;
}

.c-breadcrumbs {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
}

.breadcrumb-text.cc-active {
  color: #ffffff4d;
  font-weight: 300;
}

.press-title {
  max-width: 80%;
  margin-bottom: 40px;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 0.892857;
}

.share-press_wrapper {
  color: #8e9fa1;
  margin-top: 64px;
}

.share-press_links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 6px;
  display: flex;
}

.share-press_link {
  color: var(--colors--white);
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.press-image_overlay {
  position: absolute;
  inset: 0%;
}

.c-press_body {
  padding-top: 92px;
  padding-bottom: 110px;
}

.press-body_inner {
  color: #272727;
  padding-left: 4.5%;
  padding-right: 4.5%;
}

.press-body_content {
  padding-bottom: 60px;
}

.press-body_content p {
  padding-bottom: 1.5rem;
  font-size: 1.25rem;
}

.press-body_content a {
  color: var(--colors--main-red);
  font-weight: 500;
  transition: color 0.3s;
}

.press-body_content a:hover {
  color: var(--colors--black);
}

.more-press_wrapper {
  padding-top: 80px;
}

.more-press_header-container {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.more-press_header {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
}

.more-press_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.legacy-inner {
  border-top: 1px solid #0000001a;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 112px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.legacy-inner.cc-alt {
  align-items: flex-start;
}

.body-cta_flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.prefooter-cta_header {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}

.hero-cta_flex {
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.idea-details {
  padding: 52px 50px;
  transition: top 0.2s, background-color 0.3s, transform 0.3s;
  position: relative;
  top: -120px;
  transform: translate(0, 100%);
}

.idea-description {
  padding-top: 30px;
  font-size: 1rem;
  position: relative;
}

.uc-red-text {
  color: var(--colors--main-red);
}

.contact-header {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}

.c-tab_container {
  z-index: 2;
}

.leadership-name {
  font-weight: 500;
}

.uc-hide_desktop {
  display: none;
}

.legacy-sidebar {
  flex: none;
  margin-bottom: 100px;
  margin-right: 9%;
  display: flex;
  position: sticky;
  top: 50px;
}

.legacy-content_wrapper {
  flex: 1;
  padding-top: 50px;
}

.legacy-content_block {
  color: #040404;
  margin-bottom: 120px;
}

.legacy-content_year {
  margin-bottom: 48px;
  font-size: 5rem;
  line-height: 1.11111;
}

.legacy-content_header {
  margin-bottom: 24px;
  font-size: 2.5rem;
}

.legacy-content_text {
  color: #0e0e0e;
  max-width: 94%;
  margin-bottom: 56px;
  font-size: 1.125rem;
}

.legacy-content_image {
  width: 100%;
  height: 385px;
  position: relative;
  overflow: hidden;
}

.legacy-anchor_links {
  color: #040404;
  padding-top: 75px;
}

.legacy-anchor_link {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  cursor: pointer;
  color: #9b9b9b;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 75px;
  font-size: 1.25rem;
  font-weight: 300;
  display: flex;
  position: relative;
}

.legacy-anchor_link.cc-active {
  opacity: 100;
  color: #040404;
  font-weight: 600;
}

.legacy-links_progress {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 85px;
  display: flex;
  position: relative;
}

.legacy-links_progress_bar {
  background-color: #0000000f;
  flex-flow: column;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
}

.progress-bar_marker {
  background-color: #0000000f;
  width: 14px;
  height: 4px;
}

.nav-bg_container {
  z-index: 2;
  background-color: #fdfdfd;
  position: relative;
}

.nav-bg_container.cc-inner {
  background-color: var(--colors--white);
}

.nav-menu_toggle {
  z-index: 99;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: none;
  position: relative;
}

.nav-toggle_line {
  background-color: var(--colors--black);
  border-radius: 2.5px;
  width: 22.5px;
  height: 2px;
  transition: transform 0.4s, width 0.4s;
}

.hero-heading_container {
  max-width: 500px;
}

.partnership-cta_link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--colors--black);
  border-bottom: 1px solid #00000014;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  display: flex;
}

.popup-overlay {
  position: absolute;
  inset: 0%;
}

.uc-hide {
  display: none;
}

.nav-dropdown_list {
  background-color: #0000;
  font-weight: 300;
  left: 50%;
  transform: translate(-50%);
}

.nav-dropdown_link {
  color: var(--colors--black);
  text-align: center;
  padding: 12px 0;
  transition: color 0.3s;
}

.nav-dropdown_link:hover {
  color: var(--colors--main-red);
}

.nav-dropdown_link.w--current {
  color: var(--colors--black);
}

.nav-dropdown_list-inner {
  background-color: var(--colors--white);
  border-radius: 8px;
  padding: 20px 24px;
  font-weight: 300;
  position: relative;
  top: 20px;
  box-shadow: 0 0 2px #0003;
}

.nav-link_current:where(.w-variant-f0c69b58-6905-3289-231c-934836551149),
.nav-link_current:where(.w-variant-f001b6c5-520d-8f36-e19d-3d70650f7104) {
  color: var(--colors--main-red);
  font-weight: 600;
}

.nav-link_arrow {
  width: 12px;
  height: 12px;
  display: none;
}

.progress-bar_indicator {
  opacity: 0;
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
  transition: opacity 0.2s;
  position: absolute;
  right: -4.5px;
}

.legacy-image_cover {
  background-color: var(--colors--white);
  position: absolute;
  inset: 0%;
}

.form-success {
  text-align: right;
  background-color: #0000;
  max-width: 388px;
  margin-left: auto;
  padding-right: 0;
  font-size: 2rem;
  display: none;
}

.form-error {
  color: var(--colors--main-red);
  text-align: right;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  display: none;
}

.text-link {
  font-size: 1.5rem;
  font-weight: 500;
  transition: color 0.3s;
}

.text-link:hover {
  color: var(--colors--main-red);
}

.leadership-details_container {
  cursor: pointer;
}

.partners-slide_pagination-bullet {
  filter: grayscale();
  cursor: pointer;
  max-width: 165px;
  height: 36px;
}

.partners-slide_pagination-bullet.cc-active {
  filter: grayscale(0%);
}

.c-legal {
  background-color: var(--colors--white);
}

.legal-inner {
  padding-top: 70px;
  padding-bottom: 60px;
  padding-right: 42px;
}

.legal-body p {
  margin-bottom: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.3;
}

.legal-body ul {
  margin-bottom: 2.5rem;
  padding-left: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.3;
}

.legal-body a {
  color: var(--colors--main-red);
  font-weight: 400;
  transition: color 0.3s;
}

.legal-body a:hover {
  color: var(--colors--black);
}

.media-empty_wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
}

.media-empty_wrapper.cc-show {
  display: flex;
}

.media-empty_icon {
  width: 104px;
  height: 104px;
  margin-bottom: 40px;
}

.media-empty_container {
  color: #27272799;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 322px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.16667;
  display: flex;
  overflow: hidden;
}

.media-empty_text {
  color: var(--colors--black);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1875;
}

.gallery-link_icon {
  flex: none;
  width: 20px;
  height: 20px;
}

.gallery-link_line {
  background-color: var(--colors--main-red);
  opacity: 0;
  height: 5px;
  transition: opacity 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.portfolio-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 110px;
  padding-top: 128px;
  display: grid;
}

.portfolio-card {
  border-top: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 26px 48px 42px 38px;
  display: flex;
}

.portfolio-card_image {
  max-width: 220px;
  height: 80px;
  margin-bottom: 24px;
}

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

.portfolio-tag {
  color: var(--colors--main-grey);
  text-align: center;
  text-transform: uppercase;
  background-color: #f4f4f4;
  padding: 7px 7px 2px;
  font-size: 1.125rem;
  font-weight: 600;
}

.portfolio-tag_line {
  background-color: #0000000f;
  flex: 1;
  height: 1px;
}

.portfolio-card_description {
  color: #272727;
  margin-top: 24px;
  margin-bottom: 24px;
  line-height: 1.16667;
}

.porfolio-pagination {
  justify-content: center;
  align-items: center;
  margin-bottom: 96px;
  display: flex;
}

.portfolio-card_inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.uc-grey-text {
  color: #898989;
}

.c-cookie_policy {
  z-index: 90;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--colors--white);
  color: var(--colors--black);
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  padding: 24px 30px;
  font-size: 1.2rem;
  font-weight: 300;
  transition: transform 0.5s;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  box-shadow: 0 1px 4px #0003;
}

.c-cookie_policy.cc-show {
  bottom: 50px;
  transform: translate(-50%);
}

.uc-honey-text {
  color: #cca347;
  display: inline;
}

.cookie-policy_btns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  align-items: center;
  margin-left: 40px;
  display: flex;
}

.c-button_icon {
  background-color: #1d4142;
  background-image: url("../images/honey-arrow.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 50%;
  flex: none;
  width: 58px;
  height: 58px;
  margin-right: 25px;
  transition: transform 0.5s;
}

.c-button_icon.cc-nav {
  background-color: #0000;
  background-image: url("../images/button-icon.svg");
  background-size: contain;
  border-radius: 0%;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  margin-right: 0;
}

.c-button_icon.cc-nav.cc-cookie {
  background-image: url("../images/c-btn.svg");
}

.back-to-top {
  z-index: 3;
  background-color: var(--colors--black);
  color: var(--colors--white);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 20px 20px 15px;
  display: flex;
  position: sticky;
  bottom: 30px;
  right: 30px;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 1.3rem;
  }

  .page-wrapper {
    padding-top: 103px;
  }

  .c-section,
  .c-section.cc-mid-width {
    width: 90%;
  }

  .navbar-container {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .nav-logo {
    width: 160px;
  }

  .nav-logo.w--current {
    margin-top: -10px;
  }

  .nav-links_container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .nav-link {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .nav-link:hover {
    color: var(--colors--black);
  }

  .c-hero.cc-inner {
    padding-top: 80px;
  }

  .c-hero.cc-media {
    padding-top: 80px;
    padding-bottom: 130px;
  }

  .c-hero.cc-leadership {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .c-hero.cc-press {
    padding-top: 60px;
  }

  .c-hero.cc-home {
    height: 70vh;
    max-height: 950px;
  }

  .c-hero.cc-legal {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .hero-container {
    padding-top: 48px;
    padding-bottom: 60px;
  }

  .hero-container.cc-inner {
    background-color: var(--colors--white);
    padding: 60px 5% 70px;
  }

  .hero-container.cc-portfolio {
    padding-bottom: 100px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-container.cc-press {
    padding-bottom: 60px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-h1 {
    font-size: 80px;
  }

  .c-button {
    font-size: 1rem;
  }

  .c-button.cc-pagination:hover {
    color: var(--colors--black);
    background-color: #f4f4f4;
  }

  .hero-cta_container {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
  }

  .hero-cta_subtext {
    font-size: 1.1rem;
  }

  .hero-bg_image {
    height: auto;
    top: 0;
  }

  .about-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-cta {
    padding-bottom: 70px;
  }

  .c-icon_button {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    font-size: 1.4rem;
  }

  .c-icon_button.cc-grey {
    font-size: 1.3rem;
  }

  .c-icon_button.cc-sm {
    font-size: 1rem;
  }

  .button-icon.cc-md {
    width: 20px;
    height: 20px;
  }

  .about-cta_subtext {
    margin-top: 40px;
    margin-bottom: 50px;
    font-size: 2rem;
  }

  .about-cta_header {
    font-size: 2.8rem;
  }

  .about-statement_image {
    height: auto;
  }

  .about-statement_inner {
    padding: 38px 40px 28px;
  }

  .quote-image {
    width: 40px;
    height: 30px;
  }

  .about-statement_text {
    margin-top: 26px;
    margin-bottom: 30px;
    font-size: 1.2rem;
  }

  .about-ceo_name {
    font-size: 1.4rem;
  }

  .ideas-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ideas-header {
    font-size: 3rem;
  }

  .ideas-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .c-idea {
    height: 400px;
    font-size: 2rem;
  }

  .body-cta_container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .body-cta_header {
    max-width: none;
    margin-bottom: 40px;
    font-size: 4.6rem;
  }

  .body-cta_text {
    order: -1;
    max-width: 90%;
    margin-bottom: 40px;
  }

  .footer-image {
    height: 900px;
  }

  .footer-body_top {
    padding-top: 50px;
  }

  .footer-body_flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .footer-links_header.cc-lg {
    margin-bottom: 32px;
  }

  .heading-h2 {
    font-size: 3.2rem;
  }

  .hero-header_container.cc-investments {
    width: 48%;
  }

  .hero-subtext {
    max-width: 380px;
    font-size: 1.2rem;
  }

  .hero-subtext.cc-portfolio {
    max-width: 350px;
  }

  .hero-subtext.cc-legacy {
    max-width: 380px;
  }

  .about-inner_flex {
    padding-left: 5%;
  }

  .about-inner_image {
    width: 47%;
    height: 380px;
  }

  .about-text_container {
    max-width: 45%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-text_container.cc-alt {
    padding-top: 90px;
  }

  .about-text_header {
    margin-bottom: 30px;
  }

  .about-text_subtext {
    font-size: 1.3rem;
  }

  .about-subtext_container,
  .prefooter-cta_inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-inner {
    padding: 60px 4% 46px;
  }

  .contact-inner_text {
    max-width: 350px;
  }

  .contact-form {
    padding-left: 4%;
  }

  .c-form_field {
    margin-bottom: 38px;
  }

  .c-input,
  .c-textarea {
    font-size: 1rem;
  }

  .media-inner {
    padding-bottom: 80px;
  }

  .c-tab_menu {
    margin-bottom: 50px;
    padding: 20px 28px;
  }

  .c-tab_link {
    padding: 18px 20px;
    font-size: 1rem;
  }

  .media-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .media-grid.cc-press {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
  }

  .press-link {
    min-height: 400px;
    padding: 30px 26px;
  }

  .press-link_details {
    font-size: 1.55rem;
  }

  .press-date {
    margin-bottom: 16px;
  }

  .gallery-link_details {
    opacity: 100;
    font-size: 1rem;
  }

  .galley-link_icon {
    width: 26px;
    height: 20px;
  }

  .leadership-inner {
    margin-top: -80px;
    padding-bottom: 80px;
  }

  .leadership-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .leadership-image {
    height: 380px;
  }

  .leadership-details {
    margin-top: 20px;
  }

  .leadership-icon {
    display: none;
  }

  .c-popup_block {
    max-width: 700px;
    padding: 50px 40px;
  }

  .c-popup_close {
    width: 28px;
    height: 28px;
    top: -45px;
    right: 32px;
  }

  .popup-image {
    height: 350px;
    max-height: none;
  }

  .leadership-popup_flex {
    padding-bottom: 40px;
  }

  .leadership-popup_inner {
    font-size: 2rem;
  }

  .popup-details_bio {
    padding-top: 40px;
  }

  .popup-details_bio p {
    font-size: 1.1rem;
  }

  .partnership-links_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .partnership-block {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .partnership-image {
    width: 45%;
    height: 350px;
  }

  .partnership-details {
    margin-right: 5%;
  }

  .partnership-cta_links-container {
    padding-top: 30px;
    font-size: 1.4rem;
  }

  .partnership-details_inner {
    padding-bottom: 30px;
  }

  .partnership-details_header {
    margin-bottom: 30px;
    font-size: 2.5rem;
  }

  .c-investments {
    padding-top: 60px;
  }

  .investments-header {
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-accordion {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr minmax(30px, 30px);
    padding: 40px 28px;
  }

  .accordion-inner {
    font-size: 2rem;
  }

  .accordion-icon {
    width: 30px;
    height: 30px;
    margin-top: 5px;
  }

  .investment-list {
    padding-bottom: 20px;
  }

  .c-partners {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .partners-header_container,
  .partners-header {
    font-size: 2.5rem;
  }

  .partners-slide_wrapper {
    width: 80%;
    max-width: 750px;
  }

  .partners-slide_image {
    width: 120px;
    height: 60px;
  }

  .partners-slide_details {
    padding-top: 40px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .partners-slide_button {
    width: 52px;
    height: 50px;
  }

  .partners-slide_button.cc-prev {
    left: -70px;
  }

  .partners-slide_button.cc-next {
    right: -70px;
  }

  .c-breadcrumbs {
    margin-bottom: 50px;
  }

  .press-title {
    margin-bottom: 30px;
    font-size: 3rem;
  }

  .share-press_wrapper {
    margin-top: 50px;
  }

  .c-press_body {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .press-body_inner {
    padding-left: 0%;
    padding-right: 0%;
  }

  .press-body_content {
    padding-bottom: 50px;
  }

  .more-press_wrapper {
    padding-top: 60px;
  }

  .more-press_header {
    font-size: 3rem;
  }

  .legacy-inner {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 30px;
  }

  .body-cta_flex {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .prefooter-cta_header {
    font-size: 2.7rem;
  }

  .hero-cta_flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .idea-details {
    background-color: var(--colors--main-red);
    padding: 32px 30px;
    top: auto;
    transform: none;
  }

  .idea-description {
    display: block;
  }

  .contact-header {
    font-size: 3.2rem;
  }

  .legacy-sidebar {
    margin-right: 5%;
    top: 10px;
  }

  .legacy-content_block {
    margin-bottom: 70px;
  }

  .legacy-content_year {
    margin-bottom: 26px;
    font-size: 3.5rem;
  }

  .legacy-content_header {
    margin-bottom: 20px;
    font-size: 2rem;
  }

  .legacy-content_text {
    margin-bottom: 45px;
    font-size: 1rem;
  }

  .legacy-content_image {
    height: 300px;
  }

  .legacy-anchor_links {
    padding-top: 55px;
  }

  .legacy-anchor_link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 50px;
    font-size: 1.1rem;
  }

  .legacy-links_progress {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .nav-link_arrow {
    width: 10px;
    height: 10px;
    margin-bottom: 5px;
    display: block;
  }

  .progress-bar_indicator {
    width: 20px;
    height: 20px;
    right: -3px;
  }

  .form-success {
    max-width: 285px;
    font-size: 1.5rem;
  }

  .partners-slide_pagination-bullet {
    max-width: 150px;
    height: 32px;
  }

  .legal-inner {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .media-empty_wrapper {
    height: 60vh;
  }

  .media-empty_icon {
    width: 90px;
    height: 90px;
    margin-bottom: 30px;
  }

  .gallery-link_line {
    display: none;
  }

  .portfolio-grid {
    margin-bottom: 60px;
    padding-top: 80px;
  }

  .portfolio-card {
    padding-bottom: 30px;
    padding-left: 28px;
    padding-right: 30px;
  }

  .portfolio-card_image {
    max-width: 200px;
    height: 70px;
  }

  .portfolio-card_image > img {
    object-position: 0% 0%;
  }

  .porfolio-pagination {
    margin-bottom: 60px;
  }

  .c-cookie_policy {
    max-width: none;
  }

  .cookie-policy_btns {
    margin-left: 30px;
  }

  .c-button_icon {
    background-size: 18px;
    width: 45px;
    height: 45px;
    margin-right: 19px;
  }

  .back-to-top {
    max-width: 80px;
  }
}

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

  .page-wrapper {
    padding-top: 93px;
  }

  .navbar-container {
    z-index: 4;
    background-color: var(--colors--white);
    width: 100%;
    max-width: none;
    padding: 30px 5%;
  }

  .c-img.cc-right-align {
    object-fit: cover;
  }

  .c-img.cc-press-cover {
    object-position: 50% 50%;
  }

  .nav-links_container {
    z-index: 99;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: var(--colors--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    padding: 74px 20px 40px;
    transition: transform 0.5s;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translate(0, -100%);
  }

  .nav-links_container.cc-show {
    transform: translate(0);
  }

  .line-divider {
    width: 100%;
    height: 1px;
  }

  .c-hero.cc-inner {
    z-index: 3;
    height: auto;
    max-height: none;
    padding-top: 100px;
  }

  .c-hero.cc-media {
    padding-top: 60px;
    padding-bottom: 116px;
  }

  .c-hero.cc-leadership {
    padding-top: 60px;
    padding-bottom: 130px;
  }

  .c-hero.cc-press {
    padding-top: 52px;
    padding-bottom: 250px;
  }

  .c-hero.cc-home {
    z-index: 1;
    height: auto;
    max-height: none;
  }

  .hero-container {
    flex-flow: column;
    padding-bottom: 250px;
  }

  .hero-container.cc-inner {
    z-index: 3;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 5% 54px;
  }

  .hero-container.cc-media {
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-container.cc-portfolio {
    z-index: 3;
    padding-bottom: 116px;
  }

  .hero-container.cc-press {
    z-index: 2;
  }

  .heading-h1 {
    font-size: 60px;
  }

  .c-button {
    font-size: 0.875rem;
  }

  .hero-cta_container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .hero-cta_subtext {
    font-size: 1rem;
  }

  .hero-bg_image {
    height: 300px;
    top: auto;
  }

  .hero-bg_image.cc-press {
    max-width: none;
    height: 300px;
    top: auto;
    left: 0;
  }

  .hero-bg_image.cc-inner {
    z-index: 1;
    height: auto;
    top: 0;
  }

  .about-container {
    padding-top: 90px;
    padding-bottom: 108px;
  }

  .c-icon_button {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    font-size: 1.25rem;
  }

  .c-icon_button.cc-grey {
    font-size: 1.25rem;
  }

  .about-cta_subtext {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }

  .about-cta_header {
    font-size: 2.25rem;
  }

  .about-statement_image {
    width: auto;
    max-width: 200px;
  }

  .about-statement_inner {
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .quote-image {
    width: 50px;
    height: 34px;
  }

  .about-statement_text {
    margin-top: 24px;
    margin-bottom: 32px;
    font-size: 1.125rem;
  }

  .about-ceo_name {
    font-size: 1.3rem;
  }

  .ideas-container {
    padding-bottom: 70px;
  }

  .ideas-header {
    max-width: 400px;
    margin-bottom: 50px;
    font-size: 2.25rem;
  }

  .ideas-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .c-idea {
    padding: 30px 0 0;
  }

  .idea-text {
    margin-bottom: 16px;
  }

  .body-cta_container {
    padding-top: 70px;
  }

  .body-cta_header {
    margin-bottom: 32px;
    font-size: 3.75rem;
  }

  .body-cta_text {
    margin-bottom: 42px;
  }

  .footer-wrapper {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .footer-image {
    height: 1060px;
  }

  .footer-body_top {
    margin-bottom: 50px;
    padding: 60px 32px;
  }

  .footer-body_bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-body_flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .footer-logo {
    width: 90px;
    margin-bottom: 0;
  }

  .footer-links_wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .footer-bottom_flex {
    order: -1;
    margin-bottom: 50px;
  }

  .heading-h2 {
    font-size: 3.125rem;
  }

  .hero-header_container {
    width: auto;
    max-width: none;
    margin-bottom: 32px;
  }

  .hero-header_container.cc-portfolio {
    width: auto;
    max-width: 90%;
  }

  .hero-header_container.cc-investments {
    width: auto;
    max-width: none;
  }

  .hero-subtext {
    max-width: 90%;
    font-size: 1rem;
  }

  .hero-subtext.cc-portfolio {
    max-width: none;
  }

  .c-about_inner {
    z-index: 2;
    background-color: var(--colors--white);
    margin-top: -220px;
    padding-top: 220px;
    position: relative;
  }

  .about-inner_flex {
    flex-flow: column;
    padding-bottom: 60px;
    padding-right: 5%;
  }

  .about-inner_image {
    width: auto;
    height: 80vw;
  }

  .about-text_container {
    max-width: none;
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .about-text_container.cc-alt {
    padding-top: 60px;
  }

  .about-text_header {
    margin-bottom: 24px;
  }

  .about-text_subtext {
    font-size: 1.125rem;
  }

  .about-subtext_container {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .prefooter-cta_inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .c-contact {
    padding-top: 40px;
  }

  .contact-inner {
    flex-flow: column;
  }

  .contact-inner_text {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    border-right-style: none;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-form {
    padding-top: 60px;
    padding-left: 0%;
  }

  .c-form_field {
    margin-bottom: 48px;
  }

  .nav-wrapper {
    z-index: 99;
    position: fixed;
    left: 0;
    right: 0;
  }

  .contact-form_inner {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .media-inner {
    margin-top: -38px;
    padding-bottom: 70px;
  }

  .c-tab_link {
    flex: none;
    padding: 16px 14px;
    font-size: 0.75rem;
  }

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

  .media-grid.cc-press {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .press-link {
    align-items: stretch;
    padding: 40px 64px 40px 32px;
  }

  .press-link_details {
    font-size: 1.5rem;
  }

  .press-date {
    margin-bottom: 12px;
    font-size: 0.75rem;
  }

  .press-date.cc-lg {
    font-size: 1rem;
  }

  .galley-link_icon {
    width: 30px;
    height: 26px;
  }

  .leadership-inner {
    padding-bottom: 70px;
  }

  .leadership-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .leadership-image {
    height: 375px;
  }

  .leadership-details {
    margin-top: 32px;
  }

  .c-popup {
    justify-content: center;
    align-items: flex-end;
  }

  .c-popup_inner {
    width: 100%;
    max-width: none;
  }

  .c-popup_block {
    min-width: 420px;
    max-height: 80vh;
    padding: 20px 20px 30px;
  }

  .popup-inner {
    flex-flow: column;
  }

  .c-popup_close {
    top: -45px;
    right: 20px;
  }

  .popup-image {
    width: auto;
    max-width: none;
    height: 70vw;
    margin-bottom: 48px;
    position: relative;
  }

  .leadership-popup_flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .popup-details_bio p {
    padding-bottom: 1rem;
    font-size: 1rem;
  }

  .c-portfolio {
    z-index: 3;
    position: relative;
  }

  .partnership-links_wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: auto;
  }

  .partnership-block {
    flex-flow: column;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .partnership-image {
    width: auto;
  }

  .partnership-details {
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .partnership-cta_links-container {
    padding-top: 40px;
  }

  .partnership-details_inner {
    padding-bottom: 40px;
  }

  .partnership-details_header {
    margin-bottom: 32px;
    font-size: 2.25rem;
  }

  .c-investments {
    padding-top: 50px;
  }

  .investments-header {
    max-width: 250px;
    padding-left: 0;
    padding-right: 0;
  }

  .c-accordion {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr;
    padding: 50px 16px;
    font-size: 18px;
  }

  .c-accordion.cc-active {
    grid-template-columns: 1fr minmax(30px, 30px);
    padding-top: 50px;
  }

  .accordion-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-inner_flex {
    margin-right: 0;
    font-size: 1.875rem;
  }

  .accordion-icon {
    margin-left: auto;
  }

  .accordion-icon.cc-active {
    opacity: 0;
    margin-top: 0;
  }

  .accordion-content.cc-show {
    padding-top: 60px;
  }

  .c-partners {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .partners-header_container {
    align-items: flex-end;
    margin-bottom: 60px;
    font-size: 2rem;
  }

  .partners-header {
    max-width: 220px;
  }

  .partners-slide_wrapper {
    width: 90%;
    max-width: none;
    overflow: hidden;
  }

  .partners-slide {
    background-color: #0000;
    flex-flow: column;
  }

  .partners-slide_image-container {
    width: auto;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .partners-slide_image {
    width: 160px;
    height: 70px;
  }

  .partners-slide_details {
    background-color: #55555905;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .partner-details_text {
    margin-top: 24px;
    margin-bottom: 32px;
  }

  .partners-slide_button {
    display: none;
  }

  .pagination-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 32px;
    padding-top: 32px;
  }

  .c-breadcrumbs {
    margin-bottom: 70px;
    font-size: 1rem;
  }

  .press-title {
    margin-bottom: 40px;
    font-size: 2.5rem;
  }

  .c-press_body {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .press-body_content {
    padding-bottom: 70px;
  }

  .press-body_content p {
    padding-bottom: 0;
    font-size: 1rem;
  }

  .more-press_wrapper {
    padding-top: 50px;
  }

  .more-press_header-container {
    margin-bottom: 50px;
  }

  .more-press_header {
    max-width: 184px;
    font-size: 2.5rem;
  }

  .more-press_grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .c-legacy {
    z-index: 2;
    background-color: var(--colors--white);
    margin-top: -220px;
    padding-top: 220px;
    position: relative;
  }

  .legacy-inner {
    margin-left: 3%;
    margin-right: 3%;
    padding-top: 24px;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .prefooter-cta_header {
    max-width: 300px;
    font-size: 3.125rem;
  }

  .hero-cta_flex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .idea-details {
    padding: 30px;
    font-size: 1.25rem;
  }

  .idea-description {
    padding-top: 0;
    font-size: 0.875rem;
  }

  .contact-header {
    font-size: 3.125rem;
  }

  .c-tab_container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .tabs-content {
    align-self: stretch;
  }

  .leadership-name {
    font-size: 1.5rem;
  }

  .uc-hide_mobile {
    display: none;
  }

  .uc-hide_desktop {
    display: block;
  }

  .legacy-sidebar {
    margin-right: 0%;
  }

  .legacy-content_block {
    margin-bottom: 20px;
    padding-top: 52px;
  }

  .legacy-content_year {
    margin-bottom: 30px;
    font-size: 2.5rem;
  }

  .legacy-content_header {
    font-size: 1.875rem;
  }

  .legacy-content_text {
    margin-bottom: 32px;
    font-size: 0.875rem;
  }

  .legacy-content_image {
    height: 50vw;
  }

  .legacy-anchor_links {
    display: none;
  }

  .legacy-links_progress {
    justify-content: flex-start;
    padding-top: 60px;
  }

  .progress-bar_marker {
    margin-bottom: 80px;
  }

  .nav-menu_toggle {
    display: flex;
  }

  .hero-heading_container {
    max-width: 300px;
  }

  .nav-dropdown_list {
    position: relative;
    left: 0%;
    transform: none;
  }

  .nav-dropdown_link,
  .nav-dropdown_link.w--current {
    text-align: left;
  }

  .nav-dropdown_list-inner {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 12px;
    top: 10px;
  }

  .nav-link_arrow {
    width: 12px;
    height: 12px;
  }

  .nav-dropdown {
    margin-left: 0;
    margin-right: auto;
  }

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

  .partners-slide_pagination-bullet {
    max-width: 100px;
    height: 28px;
  }

  .legal-inner {
    padding-top: 40px;
    padding-right: 0;
  }

  .media-empty_wrapper {
    height: 400px;
  }

  .media-empty_icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }

  .media-empty_container {
    max-width: 220px;
    font-size: 1rem;
  }

  .media-empty_text {
    font-size: 1.5rem;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
    padding-top: 20px;
  }

  .portfolio-card {
    border-top-style: none;
    border-bottom: 1px solid #0000001a;
    border-right-style: none;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .c-cookie_policy {
    flex-direction: column;
    align-items: flex-start;
    width: 95%;
    max-width: none;
  }

  .cookie-policy_btns {
    margin-top: 20px;
    margin-left: 0;
  }

  .c-button_icon {
    background-size: 18px;
    width: 46px;
    height: 46px;
    margin-right: 20px;
  }

  .c-button_icon.cc-nav {
    background-image: url("../images/Group.svg");
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    padding-top: 93px;
  }

  .nav-links_container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-statement {
    flex-flow: column;
  }

  .about-statement_image {
    max-width: none;
    height: 120vw;
    margin-bottom: 50px;
  }

  .about-statement_inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-body_flex {
    flex-flow: column;
  }

  .heading-h2 {
    font-size: 2.8rem;
  }

  .hero-header_container.cc-leadership {
    max-width: 310px;
  }

  .hero-header_container.cc-portfolio {
    max-width: 354px;
  }

  .hero-subtext {
    max-width: 100%;
  }

  .c-form_field {
    width: 100%;
  }

  .c-input,
  .c-textarea {
    min-width: 0;
  }

  .nav-wrapper {
    height: 93px;
  }

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

  .gallery-link {
    height: 220px;
  }

  .c-popup_block {
    min-width: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-inner {
    max-width: 100%;
  }

  .c-popup_close {
    background-size: contain;
    width: 32px;
    height: 32px;
    top: -40px;
  }

  .popup-image {
    height: 90vw;
  }

  .contact-header {
    max-width: 290px;
  }

  .legacy-content_image {
    height: 65vw;
  }

  .partnership-cta_link {
    font-size: 1.2rem;
  }

  .nav-dropdown_link.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .form-success {
    max-width: 270px;
    font-size: 1.2rem;
  }

  .media-empty_wrapper {
    height: 300px;
  }

  .portfolio-card_image {
    height: 60px;
  }

  .c-button_icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
}

#w-node-_9203a726-36c5-d42c-4c21-5834711b9e07-711b9ddc {
  grid-area: 1 / 1 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-f39f36f4-eabe-bc0d-3caf-30a3737c682f-39e65e38,
  #w-node-_65f57535-62e9-a392-7bba-4718da8a1095-39e65e38,
  #w-node-_5f87ed4e-ce11-045a-4ee3-4a30947eaacd-39e65e38,
  #w-node-_0d914ff9-ea12-0bb7-56ba-28601188b075-39e65e38 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9203a726-36c5-d42c-4c21-5834711b9e07-711b9ddc {
    grid-column-end: 3;
  }
}

@font-face {
  font-family: "Calibre";
  src: url("../fonts/CalibreThin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calibre";
  src: url("../fonts/CalibreBlack.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calibre";
  src: url("../fonts/CalibreBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calibre";
  src: url("../fonts/CalibreRegular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calibre";
  src: url("../fonts/CalibreSemibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calibre";
  src: url("../fonts/CalibreMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calibre";
  src: url("../fonts/CalibreLight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
