@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-2: #f1f1f1;
  --_color---tone-3: #e6e6e6;
  --_typography---ls-body: 0em;
  --_color---tone-4: #d4d4d4;
  --_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;
}

.body {
  flex-flow: column;
  display: flex;
}

.nav-06 {
  z-index: 999;
  color: #fff;
  background-color: #0000;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.card-26-items {
  background-color: #fff;
  border-radius: .25rem;
  width: 100%;
  overflow: hidden;
}

.card-27 {
  cursor: pointer;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.section-2 {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-direction: column;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
}

.card-27-tag-title {
  font-weight: 500;
}

.card-tag-image {
  border-radius: 50rem;
  width: 50px;
  height: 50px;
}

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

.container.container-center {
  justify-content: center;
  display: flex;
}

.card-27-tag-subtitle {
  opacity: .7;
}

.card-27-tag-inner-content {
  padding-left: 1rem;
  padding-right: 1rem;
}

.card-27-tag {
  background-color: #f7f7f7;
  border-radius: 50rem;
  font-size: .8rem;
  display: flex;
  position: absolute;
  inset: auto auto 1rem 1rem;
}

.card-27-tag-content {
  white-space: nowrap;
  flex-direction: row;
  align-items: center;
  line-height: 1.2em;
  display: flex;
  overflow: hidden;
}

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

  .nav-06 {
    z-index: 999;
  }
}

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

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

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

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

#w-node-_6a5a4e2b-dbfc-8a74-de94-1da52b1342bf-eb331290, #w-node-_85499877-caeb-eabd-f09b-5c06a0ba841f-eb331290, #w-node-ff2b466b-83e6-fb46-103a-2eadab4ccd9c-eb331290 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6787fb1e-c4ea-12e1-e72b-8485ae4362b5-ae4362b1 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_6787fb1e-c4ea-12e1-e72b-8485ae4362ba-ae4362b1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6787fb1e-c4ea-12e1-e72b-8485ae4362bb-ae4362b1 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_6787fb1e-c4ea-12e1-e72b-8485ae4362c0-ae4362b1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6787fb1e-c4ea-12e1-e72b-8485ae4362c1-ae4362b1 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_6787fb1e-c4ea-12e1-e72b-8485ae4362c9-ae4362b1 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_6787fb1e-c4ea-12e1-e72b-8485ae4362cb-ae4362b1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_6787fb1e-c4ea-12e1-e72b-8485ae4362b5-ae4362b1 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_6787fb1e-c4ea-12e1-e72b-8485ae4362ba-ae4362b1, #w-node-_6787fb1e-c4ea-12e1-e72b-8485ae4362c0-ae4362b1 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6787fb1e-c4ea-12e1-e72b-8485ae4362c9-ae4362b1 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_6787fb1e-c4ea-12e1-e72b-8485ae4362cb-ae4362b1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6787fb1e-c4ea-12e1-e72b-8485ae4362b5-ae4362b1 {
    grid-column: span 4 / span 4;
  }

  #w-node-_6787fb1e-c4ea-12e1-e72b-8485ae4362cb-ae4362b1 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    justify-self: start;
  }
}


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