@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-1: white;
  --_color---tone-4: #d4d4d4;
  --_color---tone-2: #f1f1f1;
  --_color---tone-3: #e6e6e6;
  --_typography---ls-body: 0em;
  --_typography---ls-heading: .05em;
  --_typography---rt-spacing: 2.5rem;
  --_color---tone-5: #949494;
  --_color---tone-6: #575757;
  --_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;
}

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

.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 {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

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

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

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

.footer-home-bottom {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

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

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

.display-m.display-link.light-right-aligned-12 {
  color: #fff;
}

.footer-list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.footer-list.light-right-aligned {
  color: #fff;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
}

.title {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.title.title-footer-home {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 45rem;
}

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

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

.footer {
  flex-flow: column;
  margin-top: auto;
  display: none;
}

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

.section.section-footer {
  min-height: 70vh;
}

.section.section-footer.section-footer-home {
  color: #fff;
  background-color: #000;
  justify-content: space-between;
  align-items: flex-start;
}

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

.section.section-content.section-content-15 {
  color: #fff;
  background-color: #000;
  height: 200vh;
  padding-top: 0;
  padding-bottom: 0;
}

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

.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-light {
  color: #949494;
  font-size: 1rem;
  font-weight: 500;
}

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

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

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

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

.font-m.tone-1 {
  color: #fff;
}

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

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

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

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

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

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

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

.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 {
  margin-bottom: 2rem;
  padding: 2rem;
  font-size: 1.25rem;
}

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

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

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

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

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

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

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

.button-form-full-with {
  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;
}

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

.component-container {
  background-color: #f1f1f1;
  border-radius: .2rem;
  height: 5rem;
}

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

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

.display-image {
  object-fit: cover;
  border-radius: .25rem;
  width: 100%;
  height: 100%;
}

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

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

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

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

.blog-09-content-items {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.blog-09-image-wrap {
  position: relative;
  overflow: hidden;
}

.card-25-items {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #0b0c0e;
  border-radius: .25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 360px;
  padding: 32px;
  display: flex;
  position: sticky;
  top: 140px;
  overflow: hidden;
}

.content-70-outer {
  background-color: #fff;
  border-radius: .25rem;
  width: 70rem;
  height: 50rem;
  position: relative;
  overflow: hidden;
}

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

.pricing-09-card-button {
  color: #fff;
  background-color: #000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  min-height: 2.5rem;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.card-28-content-meta {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-28-image-wrapper {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  display: flex;
  position: relative;
}

.card-28-image-icon {
  z-index: 3;
  width: 1.5rem;
  position: relative;
}

.card-28-wrapper-image {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.card-28-wrapper {
  aspect-ratio: 3 / 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.card-28-items {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  cursor: pointer;
  background-color: #ffffff1a;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 30rem;
  padding: .5rem 1.5rem .5rem .5rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card-28-image {
  object-fit: cover;
  border-radius: .25rem;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.display-light {
  opacity: .55;
}

.container-2 {
  width: 100%;
  max-width: 1920px;
  padding-left: clamp(1.25rem, 4vw, 2.5rem);
  padding-right: clamp(1.25rem, 4vw, 2.5rem);
}

.container-2.container-component {
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-28-image-overlay {
  z-index: 2;
  background-color: #00000026;
  position: absolute;
  inset: 0%;
}

.card-28-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

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

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

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

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

  .footer-list.light-right-aligned {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

  .section.section-footer {
    min-height: auto;
  }

  .section.section-footer.section-footer-home {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    min-height: 100vh;
  }

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

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

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

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

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

  .button-form-full-with {
    min-height: 4.5rem;
    font-size: .9rem;
  }

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

  .content-70-outer {
    background-color: #f1f1f1;
    width: auto;
    height: auto;
  }

  .content-45-slider-vertical {
    max-width: none;
    padding: 10px;
  }

  .section-2 {
    padding-top: calc(3 * clamp(1.25rem, 4vw, 2.5rem));
    padding-bottom: calc(3 * clamp(1.25rem, 4vw, 2.5rem));
  }
}

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

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

  .caontainer-second {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .display-m {
    font-size: 1.5rem;
  }

  .title {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 100%;
  }

  .title.title-footer-home {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 25rem;
  }

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

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

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

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

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

  .section.section-content.section-content-15 {
    height: auto;
  }

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

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

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

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

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

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

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

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

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

  .form-input {
    min-height: 4.5rem;
    padding: 1.5em;
  }

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

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

@media screen and (max-width: 479px) {
  .button {
    width: 100%;
  }

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

  .component-grid-wrapper {
    width: 100%;
  }

  .caontainer-second {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .title {
    width: 100%;
  }

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

  .section.section-content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

  .form-input {
    min-height: 4rem;
    padding: 1em;
    font-size: .85rem;
  }

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

  .button-form-full-with {
    width: 100%;
  }

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

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

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

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

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

  .card-25-items {
    height: auto;
  }

  .content-45-slider-vertical {
    padding: 0;
  }
}

#w-node-dcce3da4-ec4f-87c6-5a48-d04f0720a636-eb331290 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-eb03c224-bf27-d049-3d89-d51d65f0d33f-eb331290 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_36c22381-7855-bbf8-98fe-8a62b2d1c2f2-eb331292, #w-node-_36c22381-7855-bbf8-98fe-8a62b2d1c2f4-eb331292 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

@media screen and (max-width: 991px) {
  #w-node-dcce3da4-ec4f-87c6-5a48-d04f0720a636-eb331290, #w-node-eb03c224-bf27-d049-3d89-d51d65f0d33f-eb331290 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_16330f3c-12fb-d716-efdf-f1729cbd6c67-eb331292 {
    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;
}