@font-face {
  font-family: Bdogrotesk;
  src: url('../fonts/BDOGrotesk-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bdogrotesk;
  src: url('../fonts/BDOGrotesk-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bdogrotesk;
  src: url('../fonts/BDOGrotesk-Bold.ttf') format("truetype"), url('../fonts/BDOGrotesk-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bdogrotesk;
  src: url('../fonts/BDOGrotesk-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bdogrotesk;
  src: url('../fonts/BDOGrotesk-DemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bdogrotesk;
  src: url('../fonts/BDOGrotesk-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --_typography---lh-heading: 1.2em;
  --_typography---lh-body: 1.3em;
  --_color---tone-9: #000;
  --_color---tone-4: #d4d4d4;
  --_color---tone-6: #575757;
  --_color---tone-2: #f1f1f1;
  --_color---tone-1: white;
  --_color---tone-3: #e6e6e6;
  --_typography---ls-body: 0em;
  --_typography---ls-heading: .05em;
  --_color---tone-5: #949494;
  --_typography---rt-spacing: 2.5rem;
  --_color---tone-7: #2b2b2b;
  --_color---tone-8: #161616;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: #000;
  font-family: Bdogrotesk, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25em;
}

h1 {
  font-size: 2rem;
  line-height: var(--_typography---lh-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

h2 {
  font-size: 1.6rem;
  line-height: var(--_typography---lh-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

h3 {
  font-size: 1.35rem;
  line-height: var(--_typography---lh-heading);
  margin-top: 0;
  margin-bottom: .5em;
  font-weight: 500;
}

h4 {
  font-size: 1.1rem;
  line-height: var(--_typography---lh-heading);
  margin-top: 0;
  margin-bottom: .75em;
  font-weight: 500;
}

h5 {
  font-size: 1rem;
  line-height: var(--_typography---lh-heading);
  margin-top: 0;
  margin-bottom: .75em;
  font-weight: 500;
}

h6 {
  font-size: .85rem;
  line-height: var(--_typography---lh-heading);
  margin-top: 0;
  margin-bottom: .75em;
  font-weight: 500;
}

p {
  font-size: 1rem;
  line-height: var(--_typography---lh-body);
  margin-bottom: 0;
}

a {
  color: var(--_color---tone-9);
  line-height: var(--_typography---lh-heading);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 2rem;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.font-2xs {
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.1em;
}

.form-input {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: .1rem;
  min-height: 5rem;
  margin-bottom: 0;
  padding: 2em;
  font-size: 1rem;
  line-height: 1em;
}

.form-input.form-input-message {
  min-height: 10rem;
}

.button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  padding: 1em 2.5em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.light-line {
  color: #000;
  background-color: #0000;
  border: 1px solid #00000026;
}

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

.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  width: 100%;
}

.form-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

.section {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.component-placeholder {
  aspect-ratio: 1;
  background-color: #f1f1f1;
  border-radius: .25rem;
}

.font-s {
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.1em;
}

.form-label {
  text-align: left;
  font-size: .85rem;
  font-weight: 500;
  line-height: 1em;
}

.body-xl {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.3em;
}

.form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.rich-text {
  margin-bottom: -2em;
}

.rich-text h1, .rich-text h2 {
  margin-bottom: .5em;
}

.rich-text p {
  margin-bottom: 1.5em;
  font-size: 1.25rem;
  line-height: 1.5em;
}

.rich-text blockquote {
  font-size: 1.25rem;
  line-height: var(--_typography---lh-body);
  margin-bottom: 2rem;
  padding: 2rem;
}

.rich-text ol {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  display: flex;
}

.rich-text ul {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.5em;
  display: flex;
}

.rich-text a {
  text-underline-offset: .3em;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--_color---tone-4);
  text-decoration-color: var(--_color---tone-4);
  transition: text-decoration-color .2s cubic-bezier(.165, .84, .44, 1);
}

.rich-text a:hover {
  -webkit-text-decoration-color: var(--_color---tone-6);
  text-decoration-color: var(--_color---tone-6);
}

.font-uppercase {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
}

.component-list-item {
  border-bottom: 1px solid #e6e6e6;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.font-3xl {
  font-size: 7.5rem;
  font-weight: 500;
  line-height: 1em;
}

.body {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3em;
}

.component-list-header {
  padding-bottom: 1rem;
}

.font-xs {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1em;
}

.body-s {
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.3em;
}

.image-caption-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.component-list {
  border-top: 1px solid #e6e6e6;
  flex-flow: column;
  display: flex;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.image-wrapper {
  background-color: #f1f1f1;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.body-l {
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.3em;
}

.font-2xl {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.1em;
}

.form-block {
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

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

.image.display-image-full-height {
  object-fit: cover;
  height: 100%;
}

.button-transition {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  background-color: #2b2b2b;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.button-transition.light-3 {
  color: #000;
  background-color: #e6e6e6;
  border-radius: .25rem;
}

.button-transition.dark-line-3 {
  color: #000;
  background-color: #d4d4d4;
}

.component-list-item.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

.link-l {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-underline-offset: .5em;
  flex-flow: column;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.1em;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: 1px;
  display: flex;
  position: relative;
}

.link-l:hover {
  text-decoration-color: #f1f1f1;
}

.link-l-border {
  background-color: #d4d4d4;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.link-l-border-transition {
  z-index: 2;
  background-color: #000;
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

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

.component-container {
  background-color: var(--_color---tone-2);
  border-radius: .2rem;
  height: 5rem;
}

.font-l {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1em;
}

.font-m {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.1em;
}

.font-light {
  color: #949494;
  font-size: 1rem;
  font-weight: 500;
}

.partner-11-logo-grid-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-11-content-top-wrap {
  border-bottom: 1px solid #e5deea;
  padding-bottom: 70px;
}

.testimonial-12-slider-vertical {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.event-02-divided {
  background-color: #cfcfcf;
  height: 1px;
}

.event-02-icon-m {
  width: auto;
  max-height: 1.25rem;
}

.event-02-title-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
}

.event-02-grid-agenda {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 1px;
  grid-template-rows: auto;
  grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 1rem;
  display: grid;
}

.event-02-date-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.event-02-image {
  object-fit: cover;
  width: 100%;
  transform: none;
}

.event-02-date {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.event-02-title-tag {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
}

.event-02-title-tag.e2-flex-center {
  justify-content: space-between;
  align-items: center;
}

.e2-section {
  z-index: 2;
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  border-bottom: 1px #cfcfcf;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.e2-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.event-02-speaker-agenda {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
}

.e2-font-body-s {
  color: #000;
  font-size: .85rem;
}

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

.e2-link-m {
  border-bottom: 1px solid #000;
  align-self: flex-start;
  padding-bottom: .2em;
  font-size: 1rem;
  font-weight: 600;
  transition: border-color .35s cubic-bezier(.165, .84, .44, 1);
}

.e2-link-m:hover {
  border-bottom-color: #cfcfcf;
}

.e2-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.event-02-image-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.e2-tag {
  text-align: center;
  background-color: #f2f2f2;
  justify-content: center;
  align-items: center;
  padding: .2rem .5rem;
  display: flex;
}

.event-02-item-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.event-02-left-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 1rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.e2-font-body {
  color: #000;
  line-height: 1.5em;
}

.event-02-data-time {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.e2-display-m {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.15em;
}

.event-02-agedna-divider {
  background-color: #1b1b1b;
  width: 18px;
  min-height: 1px;
  margin-left: 5px;
  margin-right: 5px;
}

.event-02-tag-absolute {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f2f2f2;
  justify-content: center;
  align-items: center;
  padding: .2rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  position: absolute;
  inset: 2% auto auto 2%;
}

@media screen and (max-width: 991px) {
  .button {
    min-height: 4.5rem;
    font-size: .9rem;
  }

  .grid {
    grid-row-gap: 2.5rem;
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  }

  .section {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .font-3xl {
    font-size: 4.5rem;
  }

  .container {
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
  }

  .font-2xl {
    font-size: 3.5rem;
  }

  .font-xl {
    font-size: 2.75rem;
  }

  .link-l {
    font-size: 1.35rem;
  }

  .link-l-border-transition {
    display: none;
  }

  .font-l {
    font-size: 1.9rem;
  }

  .font-m {
    font-size: 1.75rem;
  }

  .testimonial-11-content-top-wrap {
    margin-bottom: 48px;
    padding-bottom: 48px;
  }

  .testimonial-12-slider-vertical {
    max-width: none;
    padding: 10px;
  }

  .event-02-grid-agenda {
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  }

  .event-02-image {
    transform: none;
  }

  .e2-section {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .e2-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .e2-grid {
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  }

  .event-02-item-content {
    grid-template-columns: 1fr;
  }

  .event-02-left-wrapper {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .form-input {
    min-height: 4.5rem;
    padding: 1.5em;
  }

  .button {
    min-height: 4rem;
    font-size: .9rem;
  }

  .grid {
    grid-row-gap: 2rem;
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  }

  .form-button-group {
    flex-flow: column;
  }

  .section {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .font-s, .body-xl {
    font-size: 1.25rem;
  }

  .form {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .font-3xl {
    font-size: 3.5rem;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .body-l {
    font-size: 1.25rem;
  }

  .font-2xl {
    font-size: 3rem;
  }

  .font-xl {
    font-size: 2.15rem;
  }

  .link-l {
    font-size: 1.25rem;
  }

  .font-l, .font-m {
    font-size: 1.5rem;
  }

  .partner-11-logo-grid-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-11-content-top-wrap {
    margin-bottom: 36px;
    padding-bottom: 36px;
  }

  .event-02-grid-agenda {
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  }

  .e2-section {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .e2-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .event-02-speaker-agenda {
    aspect-ratio: 3 / 2;
  }

  .e2-grid {
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  }

  .event-02-image-card {
    width: 100%;
  }

  .e2-display-m {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 479px) {
  .form-input {
    min-height: 4rem;
    padding: 1em;
    font-size: .85rem;
  }

  .button {
    width: 100%;
  }

  .grid {
    grid-row-gap: 2rem;
  }

  .form-item {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .font-s {
    font-size: 1.1rem;
  }

  .form-label {
    font-size: .75rem;
  }

  .form {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .font-3xl {
    font-size: 2.5rem;
  }

  .image-caption-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .image-wrapper {
    border-radius: .25rem;
  }

  .body-l {
    font-size: 1.15rem;
  }

  .font-2xl {
    font-size: 2.5rem;
  }

  .font-xl {
    font-size: 1.75rem;
  }

  .image {
    border-radius: .25rem;
  }

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

  .link-l {
    font-size: 1.15rem;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .font-l {
    font-size: 1.4rem;
  }

  .font-m {
    font-size: 1.35rem;
  }

  .partner-11-logo-grid-wrap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .testimonial-11-content-top-wrap {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .testimonial-12-slider-vertical {
    padding: 0;
  }

  .event-02-icon-m {
    max-height: 1rem;
  }

  .event-02-grid-agenda {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .e2-link-m {
    font-size: 1.25rem;
  }

  .e2-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .event-02-item-content {
    grid-row-gap: 1rem;
  }

  .event-02-left-wrapper {
    min-height: 135vw;
  }
}

#w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e4291-0f9f7490 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42a5-0f9f7490 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42a6-0f9f7490, #w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42a7-0f9f7490 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42a8-0f9f7490 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42aa-0f9f7490 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42ab-0f9f7490 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42b1-0f9f7490 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42bc-0f9f7490, #w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42bd-0f9f7490 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42be-0f9f7490 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42c0-0f9f7490 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42c1-0f9f7490 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42c4-0f9f7490 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42cf-0f9f7490, #w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42d0-0f9f7490 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42d1-0f9f7490 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42d3-0f9f7490 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42d4-0f9f7490 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42d7-0f9f7490 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42e2-0f9f7490, #w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42e3-0f9f7490 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42e4-0f9f7490 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42e6-0f9f7490 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42e7-0f9f7490 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42ea-0f9f7490 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42f5-0f9f7490 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-d133f9c7-cef4-347e-bc8f-8c76ca478f25-6a63adc7, #w-node-d133f9c7-cef4-347e-bc8f-8c76ca478f27-6a63adc7 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

@media screen and (max-width: 991px) {
  #w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e4291-0f9f7490, #w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42a5-0f9f7490 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42a8-0f9f7490 {
    grid-column: span 2 / span 2;
  }

  #w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42aa-0f9f7490 {
    grid-column: span 6 / span 6;
  }

  #w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42be-0f9f7490 {
    grid-column: span 2 / span 2;
  }

  #w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42c0-0f9f7490 {
    grid-column: span 6 / span 6;
  }

  #w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42d1-0f9f7490 {
    grid-column: span 2 / span 2;
  }

  #w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42d3-0f9f7490 {
    grid-column: span 6 / span 6;
  }

  #w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42e4-0f9f7490 {
    grid-column: span 2 / span 2;
  }

  #w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42e6-0f9f7490 {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42a8-0f9f7490, #w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42be-0f9f7490, #w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42d1-0f9f7490, #w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42e4-0f9f7490 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e4291-0f9f7490 {
    order: -9999;
  }

  #w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42a8-0f9f7490, #w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42aa-0f9f7490, #w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42be-0f9f7490, #w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42c0-0f9f7490, #w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42d1-0f9f7490, #w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42d3-0f9f7490, #w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42e4-0f9f7490, #w-node-_56ebeae3-774f-ff52-4a4f-f2525b9e42e6-0f9f7490 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-d133f9c7-cef4-347e-bc8f-8c76ca478f14-6a63adc7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Bdogrotesk';
  src: url('../fonts/BDOGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bdogrotesk';
  src: url('../fonts/BDOGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bdogrotesk';
  src: url('../fonts/BDOGrotesk-Bold.ttf') format('truetype'), url('../fonts/BDOGrotesk-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bdogrotesk';
  src: url('../fonts/BDOGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bdogrotesk';
  src: url('../fonts/BDOGrotesk-DemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bdogrotesk';
  src: url('../fonts/BDOGrotesk-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}