:root {
  --blue: #0ed4ff;
  --black: black;
  --green-yellow: #c0ff0e;
  --silver-light: #a3aaae;
  --dark-grey: #5a5a5a;
  --silver: #73757d;
  --dark-green: #88b40b;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #333;
  font-family: Clashgrotesk Regular, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  color: #000;
  font-family: Clashgrotesk Regular, sans-serif;
  font-weight: 400;
}

.container {
  width: 1400px;
  height: 100%;
  float: none;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.container.relative {
  position: relative;
}

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

.nav-buttons {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.nav-link-block {
  float: none;
  clear: none;
  grid-column-gap: 44px;
  color: #73757d;
  text-transform: uppercase;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Bai Jamjuree, sans-serif;
  font-weight: 600;
  display: flex;
  position: static;
}

.nav {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: none;
}

.nav.black {
  margin-bottom: auto;
}

.button {
  color: #000;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #000;
  border-radius: 13px;
  padding: 16px 32px;
  font-family: Bai Jamjuree, sans-serif;
  font-weight: 700;
}

.button.green {
  text-transform: uppercase;
  background-color: #c0ff0e;
  border-width: 0;
}

.button.green.form {
  max-height: 55px;
  padding: 0 32px;
}

.button.black {
  color: #fff;
  background-color: #000;
}

.button.blue {
  height: 55px;
  max-height: 55px;
  background-color: var(--blue);
  border-width: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.button.outline.white {
  max-width: 320px;
  color: #fff;
  border-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-social-media {
  grid-column-gap: 13px;
  padding-right: 20px;
  display: flex;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
  align-items: center;
  padding-top: 40px;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #000;
  text-decoration: none;
}

.nav-link.white {
  color: #fff;
  text-transform: uppercase;
  font-family: Bai Jamjuree, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.hero {
  min-height: 100vh;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.hero.background-image {
  background-image: url('../images/venue-hero-img.webp');
  background-position: 0 0;
  background-size: cover;
}

._12-column {
  height: auto;
  min-height: 0;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 12px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

._12-column.vh2 {
  min-height: 50vh;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto 1fr;
  grid-auto-flow: row;
}

._12-column.vh3 {
  min-height: auto;
}

.hero-content {
  margin-top: auto;
  margin-bottom: 0;
}

.text-content {
  letter-spacing: 2.52px;
  text-indent: 0%;
  text-transform: uppercase;
  font-family: Clashgrotesk Regular, sans-serif;
  font-size: 18px;
}

.text-content.white {
  color: #fff;
  text-transform: none;
}

.text-content.white.capitalize {
  text-transform: uppercase;
}

.text-content.white.semibold {
  font-family: Clashgrotesk Medium, sans-serif;
}

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

.text-content.semibold {
  text-transform: none;
  font-family: Clashgrotesk Medium, sans-serif;
}

.text-content.padding-10 {
  padding-bottom: 10px;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashgrotesk Bold, sans-serif;
  font-size: 64px;
  line-height: 64px;
}

.h1.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.h1.green {
  color: var(--black);
  white-space: nowrap;
  word-break: break-all;
  overflow-wrap: normal;
  flex: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 140px;
  line-height: 120px;
  display: block;
}

.h1.font-medium {
  font-family: Clashgrotesk Medium, sans-serif;
}

.h1.font-medium.text-black {
  color: #000;
}

.logo-strip {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  padding-bottom: 40px;
  display: flex;
}

.wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrapper.footer {
  flex-direction: column;
  padding-top: 80px;
  display: block;
  position: static;
}

.section {
  padding-top: 0;
}

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

.section.black.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

.section.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.padding-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.grey {
  background-color: #b0b3c1;
}

.section.padding-bottom-100 {
  padding-bottom: 100px;
}

.section.padding-top-100 {
  padding-top: 100px;
}

.content-block {
  padding-top: 0;
  padding-bottom: 40px;
}

.h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Clashgrotesk Medium, sans-serif;
  font-size: 28px;
  line-height: 30px;
}

.h3.white {
  color: #fff;
}

.h3.white.font-medium {
  font-family: Clashgrotesk Medium, sans-serif;
  font-weight: 500;
  line-height: 36px;
}

.h3.white.contact {
  padding-top: 0;
  padding-bottom: 20px;
}

.h3.center-align {
  text-align: center;
  margin-bottom: 0;
}

.h3.center-align.white {
  padding-top: 0;
  padding-bottom: 0;
}

.h3.center-align.white.padding-20-and-40 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.h3.location {
  font-family: Clashgrotesk Medium, sans-serif;
  line-height: 30px;
}

.h3.company {
  padding-bottom: 0;
}

.h3.contact {
  padding-top: 0;
  padding-bottom: 20px;
}

.h3.padding-20-and-40 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.h3.padding-20-and-40.center {
  text-align: center;
}

.h3.center {
  padding-top: 0;
}

.h3.center.padding-20-and-40, .h3.padding-top-20 {
  padding-top: 20px;
}

.video-block {
  padding-bottom: 100px;
}

.left-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.left-block.padding-bottom-40 {
  padding-bottom: 40px;
}

.right-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

._2-column-cards {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr .8fr;
  grid-auto-columns: 1fr;
  padding-bottom: 20px;
  display: grid;
}

._2-column-cards.flipped {
  grid-template-columns: .8fr 1.2fr;
}

.card {
  min-height: 355px;
  position: relative;
}

.card-background {
  width: 100%;
  height: 100%;
  min-height: auto;
  float: right;
  clear: left;
  object-fit: cover;
  object-position: 100% 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  overflow: hidden;
}

.card-content {
  width: 70%;
  padding-left: 44px;
  position: absolute;
  top: auto;
  bottom: 6%;
  left: 0%;
  right: auto;
}

.card-header {
  color: #fff;
  font-family: Clashgrotesk Medium, sans-serif;
  font-size: 26px;
}

.card-paragraph {
  color: #fff;
  font-size: 16px;
}

.section-wrapper.green {
  background-color: #c0ff0e;
}

.newsletter-block {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.newsletter-block.newsletter {
  padding-top: 80px;
}

._3-columns {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  align-content: flex-end;
  justify-content: stretch;
  align-items: flex-end;
  justify-items: stretch;
  display: grid;
}

.team-card {
  height: 230px;
  border-radius: 8px;
  display: flex;
}

.team-logo {
  height: 90px;
  margin: auto;
  display: block;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list.profile-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  padding-right: 0;
}

.profile-card {
  cursor: pointer;
  border-radius: 12px;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.profile-image {
  width: 100%;
  height: 100%;
  min-height: 0;
  -webkit-text-fill-color: inherit;
  background-color: #4cbeeb;
  background-clip: border-box;
  border-radius: 12px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.profile-name {
  color: #fff;
  padding-right: 10px;
  font-family: Clashgrotesk Medium, sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.social-media-link {
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.profile-details {
  z-index: 1;
  padding-bottom: 20px;
  padding-left: 20px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.social-media-image {
  min-height: 20px;
  min-width: 20px;
}

.team-list-wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.title-block {
  display: block;
}

.text-block {
  width: 80%;
  color: #fff;
  font-family: Clashgrotesk Medium, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: block;
  position: static;
}

.text-block.black {
  color: var(--black);
  font-weight: 500;
}

.text-block.grey {
  color: var(--silver-light);
}

.text-block.grey.regular {
  font-family: Clashgrotesk Regular, sans-serif;
}

.text-block.grey.regular._100 {
  width: 100%;
}

.text-block.padding-top-20 {
  padding-top: 20px;
}

.title-and-social-media {
  display: flex;
}

.partner-list {
  max-width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.newsletter {
  min-height: 387px;
  background-color: var(--black);
}

.label {
  width: 278px;
  color: #fff;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.text-field {
  min-height: 55px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  border-radius: 13px;
  font-family: Clashgrotesk Medium, sans-serif;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.text-field:active, .text-field:focus {
  border-color: var(--green-yellow);
}

.text-field::-ms-input-placeholder {
  color: #fff;
  font-weight: 500;
}

.text-field::placeholder {
  color: #fff;
  font-weight: 500;
}

.form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.newsletter-paragraph {
  width: 700px;
  color: var(--dark-grey);
  text-align: center;
}

.success-message {
  width: 900px;
  height: 55px;
  background-color: var(--green-yellow);
  border-radius: 13px;
  font-family: Clashgrotesk Medium, sans-serif;
  font-size: 18px;
}

.error-message {
  color: #000;
  background-color: #ff5050;
  border-radius: 13px;
  font-family: Clashgrotesk Medium, sans-serif;
}

.footer-header {
  font-family: Clashgrotesk Medium, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.logo-content {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.header-and-socials {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.footer-content {
  padding-bottom: 80px;
  display: flex;
}

.links {
  grid-column-gap: 70px;
  margin-left: auto;
  padding-left: 0;
  display: flex;
}

.column {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.footer-category {
  letter-spacing: 2.52px;
  font-family: Clashgrotesk Variable, sans-serif;
  font-size: 18px;
}

.link {
  width: auto;
  color: #000;
  font-family: Clashgrotesk Medium, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  overflow: hidden;
}

.link.nav-link {
  z-index: auto;
  color: var(--silver);
  align-items: center;
  font-family: Bai Jamjuree, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  position: static;
}

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

.footer-links {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.partner-content {
  padding-top: 0;
  padding-bottom: 0;
}

.sub-footer-content {
  min-height: 68px;
  align-items: center;
  display: flex;
}

.copyright-text {
  color: #fff;
  text-transform: uppercase;
  font-family: Bai Jamjuree, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.sub-footer-nav {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  margin-left: auto;
  display: flex;
}

.link-underline {
  height: 2px;
  background-color: #000;
  border-radius: 0;
}

.link-text {
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 12px;
  font-weight: 500;
}

.link-text.footer-nav {
  text-transform: none;
  padding-left: 0;
}

.background-video {
  width: 100%;
  height: 100%;
  position: static;
}

.background-video.header-video {
  z-index: -1;
  height: 100%;
  position: absolute;
  top: 0;
}

.hero-header {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-header.padding-40 {
  width: 900px;
  height: 100%;
  min-height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: flex;
}

.menu-icon {
  display: block;
}

.mobile-menu-open, .mobile-menu-buttons, .menu-buttons {
  display: none;
}

.header {
  min-height: 622px;
  color: #000;
  background-color: #000;
}

.header.background-image {
  background-image: url('../images/services-hero-img.webp');
  background-position: 0 0;
  background-size: cover;
}

.header.video-background {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.header.dark-image {
  background-image: url('../images/Hero-Image-Dark-min.jpg');
  background-position: 0 0;
  background-size: cover;
}

.header-wrapper {
  height: 100%;
  min-height: 622px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-wrapper {
  min-height: 100vh;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.header-content {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: auto;
  padding-top: 140px;
  display: block;
}

.content-body {
  height: auto;
}

.content {
  padding: 160px 0;
  position: relative;
  overflow: hidden;
}

.content.smaller {
  width: 100%;
  height: 100%;
  padding-top: 160px;
  padding-bottom: 160px;
}

.content-background-video {
  width: 100%;
  height: 100%;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.content-background-video:hover {
  border-radius: 0;
}

.tab-paragraph {
  margin-bottom: 0;
  font-family: Clashgrotesk Medium, sans-serif;
  font-size: 48px;
  line-height: 52px;
}

.tab-paragraph.grey {
  color: var(--silver);
}

.tab-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashgrotesk Regular, sans-serif;
  line-height: 18px;
}

.video-holder {
  height: 563px;
  position: relative;
  overflow: hidden;
}

.loop-bar.green {
  width: auto;
  min-height: 340px;
  background-color: var(--green-yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.inline-one {
  width: auto;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.inline-two {
  align-items: center;
  display: flex;
}

.investor-card {
  min-height: 245px;
  background-color: var(--black);
  border-radius: 4px;
}

.investor-logo-block {
  min-height: 120px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.investor-description-text {
  color: var(--silver-light);
  font-family: Bai Jamjuree, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.investor-card-wrapper {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.investor-house-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  padding-top: 0;
  display: grid;
}

.video-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 212, 255, .53);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.section-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 212, 255, .73);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.play-pause-button {
  z-index: 2;
  transition: all .3s;
  display: block;
  top: 0;
  left: 0;
}

.play-pause-button:hover, .play-state, .pause-state {
  display: block;
}

.investor-profile {
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  display: block;
}

.investor-profile-wrapper {
  width: 100%;
  height: 420px;
  background-color: var(--black);
  border-radius: 4px;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.investor-profile-list {
  grid-column-gap: 16px;
  grid-row-gap: 130px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.investor-profile-info {
  width: 40%;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-right: 0;
  padding: 80px 0 0;
  display: flex;
  position: static;
  top: auto;
  left: auto;
}

.investor-profile-image-block {
  width: 360px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

.location-card {
  width: auto;
  display: flex;
}

.location-info {
  width: 640px;
  grid-row-gap: 16px;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.location-info.contact {
  width: 100%;
  grid-row-gap: 20px;
}

.location-image {
  margin-left: auto;
}

.location-image.fade-in {
  max-width: 680px;
}

.location-address {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.subtitle-bold {
  text-transform: none;
  font-family: Bai Jamjuree, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.subtitle-bold.capitalize {
  color: var(--black);
  text-transform: uppercase;
}

.location-list {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.contact-block {
  display: flex;
}

.contact-form {
  width: 100%;
}

.contact-form-body {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.contact-social-media {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.info-text {
  color: var(--black);
  font-family: Clashgrotesk Medium, sans-serif;
  font-size: 18px;
}

.field-row {
  grid-column-gap: 16px;
  display: flex;
}

.contact-info-text {
  color: var(--silver);
  padding-top: 40px;
  font-family: Clashgrotesk Medium, sans-serif;
}

.field {
  height: 55px;
  color: var(--black);
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #000;
  border-radius: 13px;
  font-family: Bai Jamjuree, sans-serif;
  font-weight: 600;
}

.field:active, .field:focus {
  border-color: #000;
}

.field::-ms-input-placeholder {
  color: #000;
}

.field::placeholder {
  color: #000;
}

.field.newsletter-email {
  width: 278px;
}

.contact-message {
  height: 220px;
  min-height: 220px;
  clear: none;
  color: var(--black);
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #000;
  border-radius: 13px;
  font-family: Bai Jamjuree, sans-serif;
  font-weight: 600;
  position: relative;
  top: 0;
  left: auto;
}

.contact-message:active, .contact-message:focus {
  border-color: #000;
}

.contact-message::-ms-input-placeholder {
  color: var(--black);
  text-transform: uppercase;
  font-family: Bai Jamjuree, sans-serif;
  font-weight: 600;
}

.contact-message::placeholder {
  color: var(--black);
  text-transform: uppercase;
  font-family: Bai Jamjuree, sans-serif;
  font-weight: 600;
}

.success-message-2 {
  background-color: rgba(221, 221, 221, 0);
}

.text-block-2 {
  font-family: Clashgrotesk Medium, sans-serif;
  font-size: 24px;
}

.social-media-block {
  grid-column-gap: 20px;
  padding-top: 20px;
  display: flex;
}

.white-filter {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .7);
}

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

.player-card-wrapper {
  background-color: #000;
  border-radius: 4px;
  display: flex;
  position: relative;
}

.player-info {
  width: 40%;
  min-height: 275px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding-top: 40px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.player-card-image {
  height: 320px;
  max-width: 340px;
  min-height: 100%;
  position: absolute;
  bottom: 0;
  right: -20px;
}

.player-card-image.slide-right {
  right: 0;
}

.subtext {
  letter-spacing: 2.5px;
  font-family: Clashgrotesk Regular, sans-serif;
  font-size: 14px;
}

.subtext.white {
  z-index: 1;
  color: #fff;
  position: relative;
}

.subtext.white.capitalize {
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-size: 14px;
  position: static;
}

.subtext.grey {
  color: var(--silver-light);
}

.subtext.grey.capitalize {
  text-transform: uppercase;
}

.subtext.black {
  color: var(--black);
  font-size: 18px;
}

.subtext.capitalize {
  text-transform: uppercase;
}

.row-one {
  padding-bottom: 0;
}

.row-one.background-black.padding-y-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.row-one.background-black.padding-y-40.padding-x-40.margin-bottom-100 {
  margin-bottom: 100px;
}

.row-one.background-black.padding-y-40.padding-x-40.margin-bottom-100.background-grey {
  background-color: var(--silver);
}

.staff-card {
  border-radius: 0;
}

.staff-card-wrapper {
  background-color: var(--green-yellow);
  border-radius: 4px;
  display: flex;
  position: relative;
  bottom: 0;
}

.staff-card-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.staff-info {
  width: 40%;
  min-height: 275px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding-top: 40px;
  padding-left: 20px;
  display: flex;
}

.staff-image {
  position: absolute;
  bottom: 0;
  right: -20px;
}

.staff-image.slide-right {
  width: 100%;
  height: 340px;
  max-width: 340px;
  margin-top: auto;
}

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

.content-creator-card-wrapper {
  width: 100%;
  background-color: var(--black);
  border-radius: 4px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.content-creator-info {
  grid-column-gap: 20px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.content-creator-image {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  overflow: hidden;
}

.rows {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.tabs-body-team-logo {
  padding-bottom: 20px;
}

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

.product-card {
  border-radius: 0;
}

.product-card-wrapper {
  height: 100%;
  border-radius: 4px;
  padding: 40px 20px;
  position: relative;
}

.product-content {
  z-index: 1;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  position: relative;
  top: 0;
}

.arrow-button {
  grid-column-gap: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-button-text {
  color: #fff;
  text-transform: uppercase;
  font-family: Bai Jamjuree, sans-serif;
  text-decoration: none;
}

.arrow-button-icon {
  width: auto;
  height: auto;
}

.title-text {
  color: #fff;
  font-family: Clashgrotesk Regular, sans-serif;
  font-size: 16px;
}

.blue-overlay {
  z-index: 1;
  width: 100%;
  min-height: 100%;
  background-color: rgba(14, 212, 255, .63);
  border-radius: 12px;
  position: absolute;
}

.profile-image-container {
  z-index: 0;
  width: 260px;
  height: 260px;
  position: relative;
}

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

.service-item {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.service-description {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.user-block {
  grid-column-gap: 80px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.user-image {
  width: 100%;
}

.user-info {
  width: 300%;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.user-heading {
  color: #fff;
  font-family: Clashgrotesk Bold, sans-serif;
  font-size: 38px;
  line-height: 40px;
}

.user-block-text {
  color: #fff;
  font-family: Clashgrotesk Regular, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.image-3 {
  width: 100%;
  height: 100%;
}

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

.big-block {
  min-height: 438px;
  border-radius: 4px;
}

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

.big-block.green {
  background-color: var(--green-yellow);
}

.call-to-action {
  height: 100%;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-heading {
  color: #fff;
  text-transform: uppercase;
  font-family: Bai Jamjuree, sans-serif;
  font-size: 42px;
  line-height: 40px;
}

.stats-content {
  height: 100%;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  position: static;
}

.stats-logo {
  margin-bottom: auto;
  padding-top: 10px;
}

.stats-value {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.stats-text {
  margin-top: auto;
}

.number-wrapper {
  grid-column-gap: 20px;
  align-items: flex-end;
  display: flex;
}

.stats-number-wrapper {
  grid-column-gap: 4px;
  display: flex;
}

.number-heading {
  height: 100%;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: -10px;
  font-family: Clashgrotesk Bold, sans-serif;
  font-size: 82px;
  line-height: 88px;
  display: flex;
}

.stats-subtext {
  font-family: Bai Jamjuree, sans-serif;
  font-weight: 700;
}

.content-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashgrotesk Bold, sans-serif;
  font-size: 38px;
}

.credits-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  padding-bottom: 0;
  display: flex;
}

.company-content {
  grid-column-gap: 80px;
  display: flex;
}

.company-info {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.company {
  grid-column-gap: 20px;
  display: flex;
}

.contant-cards-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.contact-card {
  min-height: 182px;
  grid-row-gap: 10px;
  background-color: var(--black);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  padding: 20px 20px 20px 40px;
  display: flex;
}

.contact-card.green {
  background-color: var(--green-yellow);
}

.contact-details {
  grid-column-gap: 10px;
  display: flex;
}

.newsletter-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-left: 80px;
  padding-right: 40px;
  display: flex;
}

.three-venue-images {
  grid-column-gap: 74px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.venue-image-holder {
  border-radius: 13px;
}

.venue-image {
  width: 100%;
  height: 100%;
  border-radius: 13px;
}

.teams-list-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.mobile-dropdown-link {
  padding-left: 20px;
}

.navbar-arrow-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  display: flex;
}

.navbar-links {
  color: #fff;
  align-items: center;
  display: flex;
}

.navbar-dropdown-pointer {
  z-index: 1000;
  width: 24px;
  height: 24px;
  background-color: #1e1f20;
  border-radius: 6px;
  position: absolute;
  top: -8px;
  bottom: auto;
  left: 24px;
  right: auto;
  transform: rotate(45deg);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, .05);
}

.navbar-dropdown-menu-title {
  color: var(--silver-light);
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-left: 12px;
  font-family: Bai Jamjuree, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.main-navigation-external {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.navbar-dropdown-icon {
  width: 30px;
}

.main-navigation {
  z-index: 1;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.navbar-link-block {
  color: var(--dark-grey);
  cursor: pointer;
  align-items: center;
  margin-right: 8px;
  padding: 12px 12px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navbar-dropdown-icon-wrapper {
  min-height: 64px;
  min-width: 64px;
  background-color: #080808;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  display: flex;
}

.navbar-dropdown-icon-wrapper.is--bg-pink {
  background-color: var(--blue);
}

.navbar-dropdown-icon-wrapper.is--bg-orange {
  background-color: #f0b14b;
}

.navbar-dropdown-icon-wrapper.background-blue {
  background-color: #4254ff;
}

.navbar-dropdown-icon-wrapper.is--bg-red {
  background-color: #da4e4e;
}

.navbar-dropdown-item-overview {
  color: var(--silver);
  letter-spacing: .3px;
  -webkit-text-stroke-color: #838383;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Bai Jamjuree, sans-serif;
}

.flex {
  display: flex;
}

.flex.align-center {
  align-items: center;
}

.flex.align-center.justify-between {
  justify-content: space-between;
  padding-top: 40px;
}

.navbar-dropdown-item-title-wrapper {
  align-items: center;
  display: flex;
}

.navbar-dropdown-item-title-wrapper.to-centered {
  justify-content: center;
}

.brand-logo {
  margin-right: 0;
  padding-right: 0;
}

.navbar-dropdown-menu-wrapper {
  z-index: 1050;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  outline-offset: 0px;
  transform-origin: 0 0;
  cursor: default;
  border-radius: 8px;
  outline: 3px #5a5a5a;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: flex;
  position: absolute;
  top: 100%;
  overflow: visible;
  transform: scale(0);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, .05);
}

.navbar-dropdown-item-title {
  color: #fff;
  letter-spacing: .4px;
  text-transform: uppercase;
  font-family: Bai Jamjuree, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.navbar-dropdown-all-wrapper {
  z-index: 1;
  width: 100%;
  min-width: 100%;
  color: #080808;
  background-color: #1e1f20;
  border-top: 1px solid #393939;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 32px;
  text-decoration: none;
}

.navbar-dropdown-item-title-icon {
  width: 6px;
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 1px;
  margin-left: 12px;
}

.navbar-arrow {
  width: 8px;
  height: 2px;
  background-color: var(--silver-light);
  border-radius: 50px;
  transform: rotate(45deg);
}

.navbar-arrow.is--mirrored {
  width: 8px;
  height: 2px;
  margin-left: -3px;
  transform: rotate(-45deg);
}

.nav-bar-link {
  color: var(--dark-grey);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Bai Jamjuree, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.nav-bar-link.white {
  color: #fff;
}

.navbar-dropdown-grid {
  z-index: 1001;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.navbar-dropdown-menu-item {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-radius: 6px;
  align-items: center;
  margin-bottom: 8px;
  padding: 12px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.navbar-dropdown-menu-item.is--last {
  margin-bottom: 0;
}

.navbar-dropdown-menu {
  z-index: 1001;
  width: 300px;
  background-color: #1e1f20;
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  font-family: Clashgrotesk, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-dropdown-menu-2 {
  z-index: 1001;
  width: 300px;
  background-color: #000;
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  font-family: Clashgrotesk, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 20px 10px rgba(0, 0, 0, .6);
}

.navbar-dropdown-menu-2.to-left {
  box-shadow: none;
  background-color: #1e1f20;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-dropdown-menu-2.is--bg-grey {
  box-shadow: none;
  -webkit-text-stroke-color: #000;
  background-color: #1e1f20;
  border-left: 1px solid rgba(57, 57, 57, .4);
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.page-wrapper {
  overflow: hidden;
}

.image-4 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-image-holder {
  padding: 20px;
}

.wrap {
  width: 100%;
  overflow: hidden;
}

.margin-y-40 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashgrotesk, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 48px;
}

.h4 {
  font-family: Clashgrotesk Medium, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
}

.h5 {
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
}

.h6 {
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
}

.text-2xl {
  font-size: 24px;
  line-height: 32px;
}

.text-xl {
  font-size: 20px;
}

.text-9xl {
  font-size: 128px;
  line-height: 128px;
}

.text-base {
  font-size: 16px;
}

.text-6xl {
  font-size: 60px;
  line-height: 60px;
}

.text-small {
  font-size: 14px;
}

.text-xs {
  font-size: 12px;
}

.text-5xl {
  font-size: 48px;
  line-height: 48px;
}

.text-8xl {
  font-size: 96px;
  line-height: 96px;
}

.text-3xl {
  font-size: 30px;
  line-height: 36px;
}

.text-4xl {
  font-size: 36px;
  line-height: 40px;
}

.text-7xl {
  font-size: 72px;
  line-height: 72px;
}

.text-lg {
  font-size: 18px;
  line-height: 28px;
}

.leading-4 {
  line-height: 16px;
}

.leading-6 {
  line-height: 24px;
}

.leading-7, .leading-8 {
  line-height: 28px;
}

.leading-9 {
  line-height: 36px;
}

.leading-10 {
  line-height: 40px;
}

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

.text-white {
  color: #fff;
}

.padding-x-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.list-item {
  width: 200%;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.padding-bottom-y-10 {
  padding-bottom: 10px;
}

.padding-bottom-y-15 {
  padding-bottom: 15px;
}

.padding-bottom-y-25 {
  padding-bottom: 25px;
}

.padding-bottom-y-50 {
  padding-bottom: 50px;
}

.text-underline-green {
  color: var(--green-yellow);
  text-decoration: underline;
}

.text-block-3 {
  font-size: 35px;
}

.image-5 {
  margin-left: 23px;
}

.image-6 {
  margin-top: 16px;
  margin-left: 89px;
  padding-left: 0;
}

.image-7 {
  padding-top: 20px;
}

.image-8 {
  margin-top: 15px;
}

.image-9 {
  margin-top: -4px;
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  .container {
    width: auto;
    min-height: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-buttons {
    display: none;
  }

  .nav-link-block {
    flex: 0 auto;
    display: none;
  }

  .button.green.form {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button.blue {
    min-height: 55px;
  }

  ._12-column {
    flex-direction: column;
    display: flex;
  }

  ._12-column.vh2, ._12-column.vh3 {
    display: block;
  }

  .hero-content {
    width: auto;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .text-content.padding-10 {
    padding-bottom: 20px;
  }

  .h1 {
    font-size: 42px;
    line-height: 42px;
  }

  .h1.mobile-nav {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .h1.green {
    font-size: 100px;
    line-height: 90px;
  }

  .logo-strip {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 40px;
    display: grid;
  }

  .section.padding-100 {
    padding-bottom: 40px;
  }

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

  .h3.white.font-medium.investor-text {
    font-size: 24px;
    line-height: 30px;
  }

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

  .h3.center-align.white {
    text-align: left;
    font-family: Clashgrotesk Medium, sans-serif;
  }

  .h3.padding-20-and-40.center {
    text-align: left;
  }

  .left-block {
    padding-bottom: 40px;
  }

  .right-block {
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 40px;
    display: block;
  }

  ._2-column-cards, ._2-column-cards.flipped {
    grid-template-columns: 1fr 1fr;
  }

  .newsletter-block {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3-columns {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-items: center;
    padding-bottom: 40px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .team-card {
    min-width: 0;
    border-radius: 0;
  }

  .team-logo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .collection-list.profile-list {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .team-list-wrapper {
    align-items: flex-start;
    display: block;
  }

  .label {
    width: 100%;
  }

  .form {
    width: auto;
    flex-direction: column;
    align-items: stretch;
  }

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

  .footer-content {
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .links {
    grid-column-gap: 40px;
    margin-left: 0;
  }

  .copyright-text.black {
    color: var(--black);
  }

  .form-block, .hero-header.padding-40 {
    width: 100%;
  }

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

  .mobile-menu-open {
    background-color: #efffc3;
    display: none;
  }

  .mobile-menu-buttons {
    grid-column-gap: 40px;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .close {
    display: none;
  }

  .menu-buttons {
    margin-left: auto;
    display: block;
  }

  .content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .investor-profile {
    overflow: hidden;
  }

  .investor-profile-wrapper {
    height: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    padding-top: 60px;
    display: flex;
    position: static;
  }

  .investor-profile-list {
    grid-row-gap: 16px;
  }

  .investor-profile-info {
    width: 80%;
    padding-top: 0;
    position: static;
    top: 0;
    bottom: auto;
    left: 20px;
  }

  .investor-profile-image-block {
    width: 80%;
    margin-top: auto;
    position: static;
  }

  .investor-profile-image {
    width: 100%;
    height: 260px;
    max-width: 100%;
    object-fit: contain;
  }

  .location-info.contact {
    padding-bottom: 40px;
  }

  .contact-block {
    display: block;
  }

  .player-list {
    width: 100%;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .player-card, .player-card-wrapper {
    width: 100%;
  }

  .staff-card-list {
    flex-direction: column;
    display: flex;
  }

  .staff-image {
    right: 0;
  }

  .content-creator-list {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .service-block {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .user-block {
    grid-column-gap: 40px;
    flex-direction: row;
    align-items: flex-start;
  }

  .user-image {
    width: 180px;
  }

  .user-info {
    width: 100%;
  }

  ._2-column {
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .company-content {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .newsletter-wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 160px;
  }

  .three-venue-images {
    grid-column-gap: 16px;
  }

  .teams-list-wrapper {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .mobile-menu-close {
    display: none;
  }

  .mobile-menu-column {
    flex-direction: column;
    display: flex;
  }

  .mobile-dropdown-link {
    color: #000;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    text-decoration: none;
    display: flex;
  }

  .mobile-menu-dropdown {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .dropdown-link-text {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
  }

  .navbar-links, .main-navigation-external {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .nav-buttons, .nav-link-block {
    display: none;
  }

  .button.blue {
    min-height: 55px;
  }

  ._12-column {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .hero-content {
    padding-top: 100px;
  }

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

  .text-content.padding-10 {
    padding-bottom: 20px;
  }

  .h1.mobile-nav {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 12px;
    font-size: 28px;
  }

  .h1.green {
    font-size: 100px;
    line-height: 90px;
  }

  .section.black.padding-200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.padding-100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h3.white.font-medium.investor-text {
    font-size: 24px;
  }

  .h3.location {
    font-size: 24px;
    line-height: 26px;
  }

  .left-block {
    padding-bottom: 40px;
  }

  .left-block.core-focus {
    padding-bottom: 0;
  }

  ._2-column-cards, ._2-column-cards.flipped {
    grid-template-columns: 1fr;
  }

  .card-content {
    padding-left: 20px;
  }

  .newsletter-block {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3-columns {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .team-card {
    width: 100%;
    height: 100%;
    min-width: 100px;
    margin-bottom: 0;
  }

  .team-logo {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .collection-list.profile-list {
    flex-flow: wrap;
    align-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .team-list-wrapper {
    flex-flow: wrap;
    display: flex;
  }

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

  .label {
    width: auto;
  }

  .form {
    width: auto;
    flex-direction: column;
  }

  .newsletter-paragraph {
    width: 100%;
    text-align: left;
  }

  .footer-content {
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  .links {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .sub-footer-content {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .copyright-text.black {
    color: var(--black);
  }

  .sub-footer-nav {
    justify-content: flex-start;
    margin-left: 0;
  }

  .form-block, .hero-header.padding-40 {
    width: 100%;
  }

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

  .mobile-menu-open {
    background-color: #efffc3;
    display: none;
  }

  .mobile-menu-buttons {
    grid-column-gap: 40px;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tab-paragraph {
    font-size: 36px;
    line-height: 40px;
  }

  .video-holder {
    height: 461px;
  }

  .investor-house-list {
    grid-template-columns: 1fr 1fr;
  }

  .investor-profile {
    overflow: hidden;
  }

  .investor-profile-wrapper {
    height: 448px;
  }

  .investor-profile-list {
    grid-row-gap: 16px;
    flex-direction: column;
    display: flex;
  }

  .investor-profile-info {
    width: 80%;
    padding-top: 0;
    position: static;
    left: 20px;
    right: auto;
  }

  .location-card {
    display: block;
  }

  .location-info {
    width: 100%;
  }

  .location-list {
    grid-row-gap: 40px;
  }

  .contact-form-body, .field-row {
    display: flex;
  }

  .product-list {
    flex-direction: column;
    display: flex;
  }

  .service-block {
    grid-template-columns: 1fr 1fr;
  }

  .user-block {
    flex-direction: column;
  }

  ._2-column {
    grid-template-columns: 1fr;
  }

  .newsletter-wrapper {
    padding-right: 60px;
  }

  .teams-list-wrapper {
    flex-flow: column;
    display: flex;
  }

  .mobile-menu-column {
    flex-direction: column;
    display: flex;
  }

  .mobile-dropdown-link {
    color: #000;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 18px;
    text-decoration: none;
    display: flex;
  }

  .mobile-menu-dropdown {
    flex-direction: column;
    display: flex;
  }

  .dropdown-link-text {
    color: var(--black);
  }

  .main-navigation-external {
    display: none;
  }

  .text-2xl {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: auto;
    height: 100%;
    min-height: 0%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-buttons, .nav-link-block, .nav {
    display: none;
  }

  .button.blue {
    min-height: 55px;
  }

  .navbar {
    width: 100%;
    color: #bbb;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    display: flex;
  }

  .hero {
    height: 100%;
    max-height: none;
    min-height: 0%;
    display: block;
  }

  ._12-column {
    display: block;
  }

  ._12-column.vh2 {
    min-height: 0;
    flex-flow: column;
    display: flex;
  }

  ._12-column.vh3 {
    justify-content: center;
    display: block;
  }

  .hero-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .text-content.white.semibold {
    word-break: break-all;
    font-size: 16px;
  }

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

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

  .text-content.semibold {
    word-break: break-all;
  }

  .text-content.padding-10 {
    padding-bottom: 20px;
  }

  .h1 {
    height: auto;
    overflow-wrap: normal;
    font-size: 28px;
    line-height: 32px;
    text-decoration: none;
  }

  .h1.mobile-nav {
    flex: none;
    font-size: 20px;
    line-height: 24px;
  }

  .h1.green {
    font-size: 40px;
    line-height: 40px;
  }

  .logo-strip {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template: "."
                   "."
                   / 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    padding-top: 0;
    padding-bottom: 40px;
    display: grid;
  }

  .logo-image.opacity-fade.fade-in {
    width: 100%;
  }

  .wrapper {
    grid-row-gap: 40px;
  }

  .wrapper.footer {
    grid-row-gap: 0px;
    padding-top: 60px;
    display: block;
  }

  .section.black.padding-100, .section.padding-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-block {
    padding-bottom: 0;
  }

  .h3 {
    margin-bottom: 20px;
  }

  .h3.white.font-medium.investor-text {
    margin-bottom: 0;
    font-size: 24px;
  }

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

  .h3.company {
    margin-bottom: 0;
  }

  .video-block {
    padding-bottom: 0;
  }

  .left-block {
    padding-bottom: 20px;
  }

  .right-block {
    align-items: flex-start;
    padding-top: 0;
  }

  .cards-block {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  ._2-column-cards {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    justify-items: start;
    display: flex;
  }

  .card {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .card-background {
    max-width: 180%;
    object-fit: cover;
  }

  .card-content {
    padding-left: 20px;
  }

  .card-wrapper {
    width: 100%;
    object-fit: fill;
    overflow: hidden;
  }

  .card-header {
    line-height: 30px;
  }

  .brand {
    padding-left: 0;
  }

  .newsletter-block {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .newsletter-block.newsletter {
    padding-top: 40px;
  }

  ._3-columns {
    grid-template-rows: minmax(auto, 1fr);
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .team-card {
    min-width: auto;
  }

  .collection-list {
    align-items: stretch;
    display: block;
  }

  .collection-list.profile-list {
    grid-column-gap: 0px;
  }

  .profile-card {
    width: 100%;
    min-height: 100%;
  }

  .profile-image {
    width: 100%;
    height: 100%;
    min-height: 0;
    min-width: 100%;
  }

  .team-list-wrapper {
    display: flex;
  }

  .partner.fade-in {
    height: 60px;
  }

  .partner-logo {
    width: 100%;
    height: 100%;
  }

  .partner-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .label {
    width: 100%;
  }

  .form {
    width: 100%;
    flex-direction: column;
  }

  .newsletter-paragraph {
    width: auto;
    text-align: left;
  }

  .footer-content {
    grid-row-gap: 80px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .links {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    display: grid;
  }

  .link {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .partner-content {
    padding-top: 0;
  }

  .sub-footer-content {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .sub-footer-nav {
    grid-row-gap: 10px;
    flex-direction: column;
    margin-left: 0;
    display: flex;
  }

  .background-video {
    height: 100%;
    min-height: 100%;
    display: block;
    overflow: visible;
  }

  .form-block {
    width: 100%;
  }

  .hero-header {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .hero-header.padding-40 {
    white-space: normal;
    word-break: normal;
  }

  .menu-icon {
    cursor: pointer;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .mobile-menu-open {
    z-index: 20;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    background-color: #efffc3;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .mobile-menu-buttons {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    display: flex;
  }

  .close {
    display: block;
  }

  .menu-buttons {
    align-items: center;
    margin-left: auto;
    display: flex;
  }

  .header.video-background {
    min-height: 100%;
  }

  .header-wrapper {
    min-height: 0%;
  }

  .hero-wrapper {
    height: 100%;
    min-height: 0;
  }

  .content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .content.smaller {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tab-paragraph {
    font-size: 28px;
    line-height: 30px;
  }

  .video-holder {
    height: 240px;
  }

  .loop-bar.green {
    min-height: 200px;
  }

  .investor-house-list {
    grid-template-columns: 1fr;
  }

  .investor-profile {
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .investor-profile-wrapper {
    height: 469px;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .investor-profile-list {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .investor-profile-info {
    width: 80%;
    padding-top: 0;
    position: static;
    top: -30px;
    bottom: 0;
    left: 20px;
    right: auto;
  }

  .investor-profile-image-block {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
    position: relative;
    top: auto;
    left: 0;
    right: 0;
  }

  .investor-profile-image {
    object-fit: contain;
    display: block;
  }

  .field-row {
    flex-direction: column;
  }

  .field.newsletter-email {
    width: 100%;
  }

  .player-card {
    min-height: 0;
  }

  .player-card-wrapper {
    flex-direction: column;
    align-items: center;
    position: static;
  }

  .player-info {
    width: 100%;
    min-height: 0;
    padding-bottom: 20px;
  }

  .player-card-image {
    position: static;
  }

  .staff-card-wrapper {
    flex-direction: column;
    position: static;
  }

  .staff-card-list {
    padding-top: 0;
  }

  .staff-info {
    width: 100%;
    min-height: 0;
  }

  .staff-image {
    position: static;
  }

  .blue-overlay {
    min-height: 100%;
  }

  .profile-image-container {
    width: 100%;
    height: 100%;
  }

  .service-block {
    grid-template-columns: 1fr;
  }

  .user-block {
    align-items: flex-start;
  }

  .user-image {
    width: 100%;
  }

  .user-block-text {
    font-size: 24px;
    line-height: 36px;
  }

  ._2-column {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .big-block.black, .big-block.green {
    min-height: 100%;
  }

  .call-to-action {
    height: auto;
    grid-row-gap: 40px;
    object-fit: fill;
    flex-wrap: nowrap;
    padding: 20px;
  }

  .cta-logo {
    padding-top: 10px;
  }

  .cta-heading {
    font-size: 32px;
  }

  .stats-content {
    grid-row-gap: 40px;
    align-items: flex-start;
  }

  .number-heading {
    font-size: 64px;
  }

  .content-heading {
    font-size: 28px;
    line-height: 28px;
  }

  .company {
    flex-direction: column;
  }

  .contact-card {
    padding-left: 20px;
  }

  .contact-details {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .newsletter-wrapper {
    padding-right: 0;
  }

  .three-venue-images {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .teams-list-wrapper {
    width: 100%;
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .mobile-menu-close {
    display: none;
  }

  .show-mobile-menu-open {
    padding-top: 0;
    padding-left: 12px;
    display: block;
  }

  .mobile-menu-separator {
    width: 100%;
    grid-column-gap: 40px;
    display: flex;
  }

  .mobile-menu-column {
    width: 100%;
    grid-row-gap: 0px;
    flex-direction: column;
    flex: none;
    display: flex;
  }

  .mobile-dropdown-link {
    color: #000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-decoration: none;
    display: flex;
  }

  .mobile-menu-dropdown {
    grid-row-gap: 0px;
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }

  .mobile-menu-dropdown-icon {
    width: 12px;
    height: 8px;
    flex: none;
    margin-left: auto;
    display: inline-block;
  }

  .dropdown-link-text {
    color: var(--black);
    text-transform: uppercase;
    padding-top: 12px;
    font-family: Clashgrotesk Medium, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
  }

  .main-navigation {
    position: relative;
  }

  .flex.align-center.justify-between {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 20px;
  }

  .brand-logo.w--current {
    display: block;
  }

  .logo-image-holder {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-2xl {
    font-size: 16px;
    line-height: 20px;
  }

  .text-9xl {
    font-size: 64px;
  }

  .text-6xl {
    font-size: 42px;
    line-height: 42px;
  }

  .text-8xl {
    font-size: 60px;
  }

  .text-7xl {
    font-size: 54px;
  }
}

#w-node-b9c38fe5-da66-2716-91f9-8430f6b44398-3f735f58 {
  grid-area: 5 / 1 / 8 / 8;
}

#w-node-_5653e192-0064-2781-0983-a6f54f89a628-3f735f58 {
  grid-area: 1 / 3 / 3 / 11;
}

#w-node-_5653e192-0064-2781-0983-a6f54f89a62d-3f735f58 {
  grid-area: 4 / 1 / 12 / 13;
}

#w-node-b99c1a21-d51d-ccf6-ffca-2dafdcb4f811-3f735f58 {
  grid-area: 3 / 1 / 5 / 5;
}

#w-node-b99c1a21-d51d-ccf6-ffca-2dafdcb4f812-3f735f58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d93b267-4d12-4e28-269a-75fb2df46a97-3f735f58 {
  grid-area: 3 / 5 / 5 / 13;
}

#w-node-fd5df5d6-c7c9-d871-35fb-f421d3915f8f-3f735f58, #w-node-_4bf86325-1fe5-98fb-a0bd-4f43ed52efda-ed52efd8, #w-node-_4bf86325-1fe5-98fb-a0bd-4f43ed52efe7-ed52efd8, #w-node-_4bf86325-1fe5-98fb-a0bd-4f43ed52eff4-ed52efd8, #w-node-_4bf86325-1fe5-98fb-a0bd-4f43ed52f001-ed52efd8, #w-node-_4bf86325-1fe5-98fb-a0bd-4f43ed52f00e-ed52efd8, #w-node-_4bf86325-1fe5-98fb-a0bd-4f43ed52f01b-ed52efd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6d67e9f-f192-5938-065a-d08b768b5164-768b5161 {
  grid-area: 3 / 1 / 5 / 8;
}

#w-node-f6d67e9f-f192-5938-065a-d08b768b5165-768b5161 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6d67e9f-f192-5938-065a-d08b768b5169-768b5161 {
  grid-area: 3 / 8 / 5 / 13;
}

#w-node-f6d67e9f-f192-5938-065a-d08b768b516c-768b5161 {
  grid-area: 5 / 1 / 9 / 13;
}

#w-node-f6d67e9f-f192-5938-065a-d08b768b516e-768b5161, #w-node-f6d67e9f-f192-5938-065a-d08b768b5176-768b5161, #w-node-f6d67e9f-f192-5938-065a-d08b768b517f-768b5161, #w-node-f6d67e9f-f192-5938-065a-d08b768b5187-768b5161 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_952abbee-2c16-bf44-f9e8-d80b520a4404-520a4404 {
  grid-area: 12 / 1 / 13 / 13;
}

#w-node-dd9b17f4-afe6-13e4-b5f3-6f2a2b9a4bb5-2b9a4ba0, #w-node-dd9b17f4-afe6-13e4-b5f3-6f2a2b9a4bd6-2b9a4ba0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd9b17f4-afe6-13e4-b5f3-6f2a2b9a4bf7-2b9a4ba0 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-dd9b17f4-afe6-13e4-b5f3-6f2a2b9a4c07-2b9a4ba0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd9b17f4-afe6-13e4-b5f3-6f2a2b9a4c36-2b9a4ba0 {
  grid-area: 5 / 1 / 8 / 8;
}

#w-node-f51f70b7-84e2-03fb-80df-21f60068ef2e-3f735f64 {
  grid-area: 6 / 1 / 6 / 8;
}

#w-node-_283ff60a-a234-9e19-ae20-e47bdacf0f15-3f735f64 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_6041af23-9cff-344e-9772-615fb5e4b859-3f735f64 {
  grid-area: 2 / 3 / 3 / 11;
}

#w-node-_0f70b6e2-900f-ddf5-cee1-35f9c20ff5f9-3f735f64 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_0f70b6e2-900f-ddf5-cee1-35f9c20ff5fa-3f735f64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78794720-b7ef-c73b-91b1-68bc9b8afda2-3f735f64 {
  grid-area: 3 / 1 / 4 / 8;
}

#w-node-_78794720-b7ef-c73b-91b1-68bc9b8afda3-3f735f64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_600c9f0e-a13b-64f3-6a9f-0b02c6627423-3f735f64 {
  grid-area: 3 / 3 / 5 / 11;
  justify-self: center;
}

#w-node-_600c9f0e-a13b-64f3-6a9f-0b02c6627424-3f735f64 {
  grid-area: 3 / 3 / 5 / 11;
  align-self: center;
}

#w-node-_600c9f0e-a13b-64f3-6a9f-0b02c6627425-3f735f64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_600c9f0e-a13b-64f3-6a9f-0b02c6627429-3f735f64 {
  grid-area: 5 / 3 / 7 / 11;
}

#w-node-_193f200a-a2d5-caea-ef86-c2533468b6e3-3f735f64, #w-node-_6ccd4c32-23b2-3162-33aa-e11802f76f73-02f76f72, #w-node-_6ccd4c32-23b2-3162-33aa-e11802f76f75-02f76f72, #w-node-_6ccd4c32-23b2-3162-33aa-e11802f76f77-02f76f72, #w-node-_6ccd4c32-23b2-3162-33aa-e11802f76f79-02f76f72, #w-node-_6ccd4c32-23b2-3162-33aa-e11802f76f7b-02f76f72, #w-node-_6ccd4c32-23b2-3162-33aa-e11802f76f7d-02f76f72, #w-node-_6ccd4c32-23b2-3162-33aa-e11802f76f7f-02f76f72, #w-node-_6ccd4c32-23b2-3162-33aa-e11802f76f81-02f76f72, #w-node-_6ccd4c32-23b2-3162-33aa-e11802f76f83-02f76f72, #w-node-_6ccd4c32-23b2-3162-33aa-e11802f76f85-02f76f72, #w-node-_6ccd4c32-23b2-3162-33aa-e11802f76f87-02f76f72, #w-node-_6ccd4c32-23b2-3162-33aa-e11802f76f89-02f76f72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9224f4fa-93bc-c91c-9be6-69eccfb9d373-cfb9d370 {
  grid-area: 1 / 3 / 3 / 11;
}

#w-node-_9224f4fa-93bc-c91c-9be6-69eccfb9d378-cfb9d370 {
  grid-area: 4 / 1 / 12 / 13;
}

#w-node-_73c23bca-4c95-0c3b-1030-4294c12142d9-3f735f66 {
  grid-area: 6 / 1 / 6 / 8;
}

#w-node-_69521767-9453-f64c-5ac5-051944c03b8b-3f735f66 {
  grid-area: 3 / 1 / 5 / 13;
}

#w-node-_69521767-9453-f64c-5ac5-051944c03b8c-3f735f66 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_1f0d9b1a-4a4e-b90e-b205-232ce5bc1313-3f735f67 {
  grid-area: 6 / 1 / 6 / 8;
}

#w-node-_84926ef4-cfaf-26d1-6bbf-ff5f5f0729b7-3f735f67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73c23bca-4c95-0c3b-1030-4294c12142d9-3f735f68 {
  grid-area: 6 / 1 / 6 / 8;
}

#w-node-_69521767-9453-f64c-5ac5-051944c03b8b-3f735f68 {
  grid-area: 3 / 1 / 5 / 13;
}

#w-node-_69521767-9453-f64c-5ac5-051944c03b8c-3f735f68, #w-node-_2067f424-0e59-5044-e9af-5eb4d57f9b02-3f735f68, #w-node-_2b863ac6-7c63-ec3d-8c5f-918fd491ab19-3f735f68, #w-node-a1b88865-50d3-c960-5cb8-56cf651cb61c-3f735f68 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_337ede75-5d05-e7f2-f7ea-0f37fa8e91ee-3f735f69 {
  grid-area: 6 / 1 / 6 / 8;
}

#w-node-_4cd30252-125f-b8d9-4be5-127b9fd4604f-3f735f69 {
  grid-area: 3 / 3 / 5 / 11;
  justify-self: center;
}

#w-node-_4cd30252-125f-b8d9-4be5-127b9fd46050-3f735f69 {
  grid-area: 3 / 3 / 5 / 11;
  align-self: center;
}

#w-node-_4cd30252-125f-b8d9-4be5-127b9fd46051-3f735f69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cd30252-125f-b8d9-4be5-127b9fd46055-3f735f69 {
  grid-area: 5 / 3 / 7 / 11;
}

#w-node-_8e1ef8bc-c88d-c755-ea5c-300cf6d07a4c-3f735f69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e858794-230a-37f4-34bd-dcf0266a7ce0-3f735f6a {
  grid-area: 1 / 1 / 4 / 5;
}

#w-node-_06537959-5ddf-20e5-0e12-c57e0b02457e-3f735f6a {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-d36f178a-f3f7-4058-04b2-3bbd13028e09-3f735f6a, #w-node-_64f718ef-a2e3-7c7a-d9b1-2b03983d5cad-3f735f6a, #w-node-_372c7cfb-0dcc-5f8e-1427-112b1726a977-3f735f6a, #w-node-_7dc61870-654c-8c3a-f734-ab76af66d100-3f735f6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6588f8a5-71ea-96db-035e-dbad78d3e6a0-3f735f6a {
  grid-area: 3 / 3 / 5 / 11;
  justify-self: center;
}

#w-node-_6588f8a5-71ea-96db-035e-dbad78d3e6a1-3f735f6a {
  grid-area: 3 / 3 / 5 / 11;
  align-self: center;
}

#w-node-_6588f8a5-71ea-96db-035e-dbad78d3e6a2-3f735f6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6588f8a5-71ea-96db-035e-dbad78d3e6a6-3f735f6a {
  grid-area: 5 / 3 / 7 / 11;
}

#w-node-_2e71dfd1-a5f7-82ce-69f3-076a2cc32769-3f735f6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dace2bda-44d5-4574-2a19-f9082b46af1a-3f735f6b {
  grid-area: 6 / 1 / 6 / 8;
}

#w-node-_8a3f84b8-f8cb-5a4b-e15b-24972dc3a18d-3f735f6b {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_8a3f84b8-f8cb-5a4b-e15b-24972dc3a18f-3f735f6b {
  grid-area: 2 / 3 / 3 / 11;
}

#w-node-_5b4cd661-2374-b56b-1ba4-2d5a88fed411-3f735f6b {
  grid-area: 1 / 3 / 3 / 11;
}

#w-node-_5b4cd661-2374-b56b-1ba4-2d5a88fed416-3f735f6b {
  grid-area: 3 / 1 / 5 / 13;
}

#w-node-_42a9b8f9-b2b0-f910-0cb3-ede6bed7fb8c-3f735f6b, #w-node-_42a9b8f9-b2b0-f910-0cb3-ede6bed7fb8e-3f735f6b, #w-node-_42a9b8f9-b2b0-f910-0cb3-ede6bed7fb90-3f735f6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86eb51d9-1930-c3bb-ce1e-602539d37c84-3f735f6c {
  grid-area: 6 / 1 / 6 / 8;
}

#w-node-_86eb51d9-1930-c3bb-ce1e-602539d37c9b-3f735f6c {
  grid-area: 3 / 1 / 5 / 13;
}

#w-node-_86eb51d9-1930-c3bb-ce1e-602539d37c9c-3f735f6c, #w-node-_4ee2103c-2bb2-d518-db4f-0dd987337f0b-3f735f6c {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-fa65e12d-d5a6-a249-a4e4-80721ca0442b-3f735f6d {
  grid-area: 6 / 1 / 6 / 8;
}

#w-node-a1146135-783f-1cf6-f06a-24cb83a73d95-3f735f6d {
  grid-area: 3 / 1 / 5 / 5;
}

#w-node-a1146135-783f-1cf6-f06a-24cb83a73d96-3f735f6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1146135-783f-1cf6-f06a-24cb83a73d9c-3f735f6d {
  grid-area: 3 / 5 / 5 / 13;
}

#w-node-_2ca19f14-6ab3-9884-2ce7-66814b6c3b20-3f735f6d {
  grid-area: 3 / 3 / 5 / 11;
  justify-self: center;
}

#w-node-_2ca19f14-6ab3-9884-2ce7-66814b6c3b21-3f735f6d {
  grid-area: 3 / 3 / 5 / 11;
  align-self: center;
}

#w-node-_2ca19f14-6ab3-9884-2ce7-66814b6c3b22-3f735f6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ca19f14-6ab3-9884-2ce7-66814b6c3b26-3f735f6d {
  grid-area: 5 / 3 / 7 / 11;
}

#w-node-a59ef27b-55ff-2114-c4e6-3aa939edaa27-3f735f6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75f14307-d694-5db7-a715-063b11dce79c-3f735f6e {
  grid-area: 6 / 1 / 6 / 8;
}

#w-node-dbef5c5c-fd30-dbb4-2690-caaee2783543-3f735f6e, #w-node-d09ca4ef-445e-bf9f-0550-f56709765f0e-3f735f6e, #w-node-c7c644e2-56b6-b7e3-ec34-8f59c255bb7d-3f735f6e, #w-node-_88fa1946-3fc4-9877-a779-d6d00f0ee23d-3f735f6e, #w-node-_86e47bb6-0d2d-6efa-0691-88824e16e742-3f735f6e, #w-node-ad108c8a-2443-9be0-ca77-32777a033b14-3f735f6e, #w-node-_7be83184-24b3-cbe4-c541-2ac6636e6c2b-3f735f6e, #w-node-_29d562ab-8cf9-2973-11b3-8129fbab5591-3f735f6e, #w-node-_1bd075a1-174e-67ab-d1b6-aaf67b3424c0-3f735f6e, #w-node-fb57c980-399d-aff8-1663-2fab93729379-3f735f6e, #w-node-_72e7fb10-3686-623d-620f-17ba9bbe3e00-3f735f6e, #w-node-_72e7fb10-3686-623d-620f-17ba9bbe3e01-3f735f6e, #w-node-_72e7fb10-3686-623d-620f-17ba9bbe3e02-3f735f6e, #w-node-_5cbe4b12-a275-4ce4-8a0a-bc7b6ed71ba9-3f735f6e, #w-node-_5cbe4b12-a275-4ce4-8a0a-bc7b6ed71baa-3f735f6e, #w-node-_5cbe4b12-a275-4ce4-8a0a-bc7b6ed71bab-3f735f6e, #w-node-_5ff880a1-db5f-4e05-1f35-5d6491c16fcc-3f735f6e, #w-node-_5ff880a1-db5f-4e05-1f35-5d6491c16fcd-3f735f6e, #w-node-_5ff880a1-db5f-4e05-1f35-5d6491c16fce-3f735f6e, #w-node-_692dbf7f-1612-76d7-5396-42e617b98b02-3f735f6e, #w-node-_692dbf7f-1612-76d7-5396-42e617b98b03-3f735f6e, #w-node-_692dbf7f-1612-76d7-5396-42e617b98b04-3f735f6e, #w-node-be68df40-b8da-2c65-9855-ce4df6db1629-3f735f6e, #w-node-be68df40-b8da-2c65-9855-ce4df6db162a-3f735f6e, #w-node-be68df40-b8da-2c65-9855-ce4df6db162b-3f735f6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb723b3a-bda6-8174-6244-d7094e14c168-3f735f6e {
  grid-area: 3 / 3 / 5 / 11;
  justify-self: center;
}

#w-node-eb723b3a-bda6-8174-6244-d7094e14c169-3f735f6e {
  grid-area: 3 / 3 / 5 / 11;
  align-self: center;
}

#w-node-eb723b3a-bda6-8174-6244-d7094e14c16a-3f735f6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb723b3a-bda6-8174-6244-d7094e14c16e-3f735f6e {
  grid-area: 5 / 3 / 7 / 11;
}

#w-node-d3064266-911a-c481-eaad-0f42e846f818-3f735f6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acc6c51b-ebd1-95e3-2c08-a79dc17637ad-3f735f6f {
  grid-area: 6 / 1 / 6 / 8;
}

#w-node-d89adfc6-9d1c-6e43-4198-1fc368ab434c-3f735f6f, #w-node-d89adfc6-9d1c-6e43-4198-1fc368ab4361-3f735f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fff689e9-e518-c972-1278-5de5bc4e0a42-3f735f6f {
  grid-area: 3 / 3 / 5 / 11;
  justify-self: center;
}

#w-node-fff689e9-e518-c972-1278-5de5bc4e0a43-3f735f6f {
  grid-area: 3 / 3 / 5 / 11;
  align-self: center;
}

#w-node-fff689e9-e518-c972-1278-5de5bc4e0a44-3f735f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fff689e9-e518-c972-1278-5de5bc4e0a48-3f735f6f {
  grid-area: 5 / 3 / 7 / 11;
}

#w-node-_68b2b051-ddb3-bf04-06b4-68e914cde1a3-3f735f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_066f1851-e4a4-7ee0-e7ac-cb46c9de43f7-3f735f70 {
  grid-area: 6 / 1 / 6 / 8;
}

#w-node-_34df6363-b986-7bda-f55f-7a7e1112e587-3f735f70 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_34df6363-b986-7bda-f55f-7a7e1112e589-3f735f70 {
  grid-area: 2 / 3 / 3 / 11;
}

#w-node-_48d11711-2c21-8e45-1265-332eac3511b2-3f735f70 {
  grid-area: 1 / 3 / 3 / 11;
}

#w-node-_79ad8ecc-941c-26c7-775d-3e68775b8397-3f735f70 {
  grid-area: 3 / 1 / 5 / 13;
}

#w-node-dea71ec1-660b-1893-7a4d-9983b8ebc795-3f735f70 {
  grid-area: 3 / 3 / 5 / 11;
  justify-self: center;
}

#w-node-dea71ec1-660b-1893-7a4d-9983b8ebc796-3f735f70 {
  grid-area: 3 / 3 / 5 / 11;
  align-self: center;
}

#w-node-dea71ec1-660b-1893-7a4d-9983b8ebc797-3f735f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dea71ec1-660b-1893-7a4d-9983b8ebc79b-3f735f70 {
  grid-area: 5 / 3 / 7 / 11;
}

#w-node-_729153fc-76a6-7b21-41f3-6a2c4b5b7a1f-3f735f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2712e708-b1eb-63b1-3380-d3b06f1d8c53-3f735f71 {
  grid-area: 6 / 1 / 6 / 8;
}

#w-node-_0cb729e8-d1f9-02f5-737d-57a5292314a8-3f735f71 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_530cca38-bff1-30b8-5b83-a85322724d13-3f735f71 {
  grid-area: 2 / 3 / 3 / 11;
}

#w-node-_6cd84f6e-6eca-6a62-e081-8a9ed914e4ce-3f735f71 {
  grid-area: 3 / 3 / 4 / 11;
}

#w-node-_2d814518-2b57-2707-ad7a-e10a45c86642-3f735f71 {
  grid-area: 4 / 3 / 5 / 11;
}

#w-node-f8df580f-c1a2-778c-24b7-513056dc8570-3f735f71 {
  grid-area: 1 / 1 / 3 / 13;
}

#w-node-_70c5d5f7-c874-feca-e355-b354ff0f160f-3f735f71 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_70c5d5f7-c874-feca-e355-b354ff0f1610-3f735f71, #w-node-_01bc2377-dda4-a6d2-2686-2c4c1a117755-3f735f71, #w-node-_5fcf8dff-2687-a3e4-8db4-cd6de3d9e988-3f735f71, #w-node-ccd5f46d-d729-129e-f612-db41512d3e8f-3f735f71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2e8cd8c-509a-a949-e250-1e163279e2a0-3f735f71 {
  grid-area: 3 / 1 / 5 / 13;
}

#w-node-f2e8cd8c-509a-a949-e250-1e163279e2a1-3f735f71 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-f2e8cd8c-509a-a949-e250-1e163279e2a2-3f735f71, #w-node-ff36364f-89c9-36f5-345a-8963f34ec805-3f735f71, #w-node-_3858b806-2308-64e9-2292-cc958fd54881-3f735f71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1045afdc-1bda-0234-ba36-f0a1040fd3a7-3f735f71 {
  grid-area: 5 / 1 / 7 / 13;
}

#w-node-_1045afdc-1bda-0234-ba36-f0a1040fd3a8-3f735f71 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_1045afdc-1bda-0234-ba36-f0a1040fd3a9-3f735f71, #w-node-cf74a3df-04ac-2468-9bd9-99d896663c61-3f735f71, #w-node-d648be91-fcaa-68a3-ffa4-f27d1c1d9c79-3f735f71, #w-node-_9f013246-f69b-e763-07a2-4e669a274227-3f735f71, #w-node-e7f2add2-a2e5-3489-dbee-ba9e16e7f865-3f735f71, #w-node-_9438d05c-6039-0666-df59-89ae948984b1-3f735f71, #w-node-c32e0167-ec25-fc9e-f6be-5b59b0eccc46-3f735f71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fbad125-f813-4d28-7dc6-2e732847b1f5-3f735f71 {
  grid-area: 3 / 3 / 5 / 11;
  justify-self: center;
}

#w-node-_7fbad125-f813-4d28-7dc6-2e732847b1f6-3f735f71 {
  grid-area: 3 / 3 / 5 / 11;
  align-self: center;
}

#w-node-_7fbad125-f813-4d28-7dc6-2e732847b1f7-3f735f71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fbad125-f813-4d28-7dc6-2e732847b1fb-3f735f71 {
  grid-area: 5 / 3 / 7 / 11;
}

#w-node-f6742810-e0a5-d021-7d0c-4da5142a245c-3f735f71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfe79cca-141f-d4f3-5f5f-83095f9cadff-3f735f73 {
  grid-area: 1 / 1 / 2 / 13;
  align-self: stretch;
  justify-self: auto;
}

#w-node-c48cdd3b-eeb9-4486-c7fe-eed735bafd63-3f735f73 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-c48cdd3b-eeb9-4486-c7fe-eed735bafd65-3f735f73 {
  grid-area: 2 / 3 / 3 / 11;
}

#w-node-_6b63794f-579c-b345-6ba4-640a5ba6894f-3f735f73 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-efb54f08-cab7-8279-0c22-c919fdb17690-3f735f73, #w-node-_3f227ec0-be38-f394-25a1-9c9d06f67fc8-3f735f73, #w-node-_6ab70556-817e-650a-fe33-eabcf94ce0fa-3f735f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ccc95b2-60cc-fa78-7163-7671aa76337f-3f735f73 {
  grid-area: 3 / 3 / 5 / 11;
  justify-self: center;
}

#w-node-_4ccc95b2-60cc-fa78-7163-7671aa763380-3f735f73 {
  grid-area: 3 / 3 / 5 / 11;
  align-self: center;
}

#w-node-_4ccc95b2-60cc-fa78-7163-7671aa763381-3f735f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ccc95b2-60cc-fa78-7163-7671aa763385-3f735f73 {
  grid-area: 5 / 3 / 7 / 11;
}

#w-node-dba165d3-2e43-4192-92cc-9d54c18e7cc1-3f735f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b9c38fe5-da66-2716-91f9-8430f6b44398-3f735f58, #w-node-dd9b17f4-afe6-13e4-b5f3-6f2a2b9a4c36-2b9a4ba0, #w-node-f51f70b7-84e2-03fb-80df-21f60068ef2e-3f735f64, #w-node-_73c23bca-4c95-0c3b-1030-4294c12142d9-3f735f66, #w-node-_1f0d9b1a-4a4e-b90e-b205-232ce5bc1313-3f735f67, #w-node-_73c23bca-4c95-0c3b-1030-4294c12142d9-3f735f68, #w-node-_337ede75-5d05-e7f2-f7ea-0f37fa8e91ee-3f735f69, #w-node-dace2bda-44d5-4574-2a19-f9082b46af1a-3f735f6b, #w-node-_86eb51d9-1930-c3bb-ce1e-602539d37c84-3f735f6c, #w-node-fa65e12d-d5a6-a249-a4e4-80721ca0442b-3f735f6d, #w-node-_75f14307-d694-5db7-a715-063b11dce79c-3f735f6e, #w-node-acc6c51b-ebd1-95e3-2c08-a79dc17637ad-3f735f6f, #w-node-_066f1851-e4a4-7ee0-e7ac-cb46c9de43f7-3f735f70, #w-node-_2712e708-b1eb-63b1-3380-d3b06f1d8c53-3f735f71 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-cfe79cca-141f-d4f3-5f5f-83095f9cadff-3f735f73 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b9c38fe5-da66-2716-91f9-8430f6b44398-3f735f58, #w-node-dd9b17f4-afe6-13e4-b5f3-6f2a2b9a4c36-2b9a4ba0, #w-node-f51f70b7-84e2-03fb-80df-21f60068ef2e-3f735f64, #w-node-_73c23bca-4c95-0c3b-1030-4294c12142d9-3f735f66, #w-node-_1f0d9b1a-4a4e-b90e-b205-232ce5bc1313-3f735f67, #w-node-_73c23bca-4c95-0c3b-1030-4294c12142d9-3f735f68, #w-node-_337ede75-5d05-e7f2-f7ea-0f37fa8e91ee-3f735f69, #w-node-dace2bda-44d5-4574-2a19-f9082b46af1a-3f735f6b, #w-node-_86eb51d9-1930-c3bb-ce1e-602539d37c84-3f735f6c, #w-node-fa65e12d-d5a6-a249-a4e4-80721ca0442b-3f735f6d, #w-node-_75f14307-d694-5db7-a715-063b11dce79c-3f735f6e, #w-node-acc6c51b-ebd1-95e3-2c08-a79dc17637ad-3f735f6f, #w-node-_066f1851-e4a4-7ee0-e7ac-cb46c9de43f7-3f735f70, #w-node-_2712e708-b1eb-63b1-3380-d3b06f1d8c53-3f735f71 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }
}


@font-face {
  font-family: 'Clashgrotesk Variable';
  src: url('../fonts/ClashGrotesk-Variable.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk Regular';
  src: url('../fonts/ClashGrotesk-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk Medium';
  src: url('../fonts/ClashGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Extralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk Bold';
  src: url('../fonts/ClashGrotesk-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk Light';
  src: url('../fonts/ClashGrotesk-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}