*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
html {
  scroll-behavior: smooth;
  scroll-margin-top: 80px;
  scroll-padding-top: 80px;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background: #070707;
  border: 1px solid #06f;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
p {
  text-wrap: pretty;
  color: #fffcf7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
  color: #fffcf7;
}
#root,
#__next {
  isolation: isolate;
}
@font-face {
  font-family: "Klarheit Grotesk Normal";
  font-weight: 700;
  src: url("/assets/fonts/KlarheitGrotesk-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Klarheit Grotesk Bold";
  font-weight: 700;
  src: url("/assets/fonts/KlarheitGrotesk-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Klarheit Kurrent Bold";
  font-weight: 700;
  src: url("/assets/fonts/KlarheitKurrent-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Right Grotesk Bold";
  font-weight: 700;
  src: url("/assets/fonts/RightGrotesk-TallBold.otf") format("truetype");
}
.center {
  text-align: center;
}
p.subtitle {
  font-family: "Klarheit Grotesk Bold";
  font-size: 13px;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}
p.large {
  font-family: "Klarheit Grotesk Normal";
  font-size: 18px;
  line-height: 135%;
  font-weight: 400;
  letter-spacing: -0.2px;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  p.large {
    font-size: 20px;
  }
}
h4 {
  font-family: "Klarheit Grotesk Bold";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  letter-spacing: -0.4px;
  margin-bottom: 0.6em;
}
@media (min-width: 768px) {
  h4 {
    font-size: 40px;
    line-height: 135%;
  }
}
.button--blue,
.book-a-demo__right .hbspt-form .hs_submit input {
  font-family: "Klarheit Grotesk Bold";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  background: #06f;
  padding: 5px 24px;
  height: 32px;
  border-radius: 800px;
  font-weight: 700;
  letter-spacing: -0.32px;
  line-height: initial;
  color: #fffcf7;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
}
.button--blue:hover,
.book-a-demo__right .hbspt-form .hs_submit input:hover {
  background: #fffcf7;
  color: #06f;
}
header,
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  flex-direction: column;
  row-gap: 20px;
}
@media (min-width: 1024px) {
  header,
  footer {
    flex-direction: row;
    height: 80px;
    row-gap: 0;
    padding: 0 30px;
  }
}
header {
  background: #070707;
  z-index: 9;
}
@media (max-width: 1023px) {
  header {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  header {
    position: sticky;
    top: 0;
  }
}
header img {
  width: 124px;
  height: 25px;
}
footer img {
  width: 124px;
  height: 25px;
}
@media (min-width: 1024px) {
  footer img {
    width: 195px;
    height: 40px;
  }
}
footer p {
  font-family: "Klarheit Grotesk Bold";
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.32px;
  color: #fffcf7;
  text-decoration: none;
}
.footer__desktop {
  display: none;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  row-gap: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .footer__desktop {
    display: flex;
  }
}
.footer__mobile {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media (min-width: 1024px) {
  .footer__mobile {
    display: none;
  }
}
.footer__mobile div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 10px;
}
nav {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  nav {
    flex-direction: row;
    gap: 120px;
  }
}
nav a:not(.button--blue) {
  font-family: "Klarheit Grotesk Bold";
  font-size: 13px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.32px;
  color: #fffcf7;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
}
nav a:not(.button--blue):hover {
  color: #06f;
}
@media (max-width: 1023px) {
  nav a:not(.button--blue) {
    display: none;
  }
}
.book-a-demo {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .book-a-demo {
    flex-direction: row;
    min-height: 550px;
  }
}
.book-a-demo__left {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  flex: 1;
}
@media (min-width: 1024px) {
  .book-a-demo__left .hide-on-desktop {
    display: none;
  }
}
@media (max-width: 1023px) {
  .book-a-demo__left .hide-on-mobile {
    display: none;
  }
}
.book-a-demo__left .text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.book-a-demo__left h1 {
  font-family: "Right Grotesk Bold";
  font-size: 70px;
  line-height: 74%;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .book-a-demo__left h1 {
    font-size: 140px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .book-a-demo__left h1 {
    font-size: 120px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1240px) {
  .book-a-demo__left h1 {
    font-size: 180px;
  }
}
.book-a-demo__left p {
  font-family: "Klarheit Grotesk Bold";
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0;
  text-transform: uppercase;
}
.book-a-demo__left video {
  aspect-ratio: 16/9;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .book-a-demo__left video {
    aspect-ratio: unset;
    max-width: none;
    position: absolute;
    transform: scale(0.75);
  }
}
.book-a-demo__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 30px;
  width: 100%;
  background: #070707;
}
@media (min-width: 1024px) {
  .book-a-demo__right {
    max-width: 40%;
  }
}
.book-a-demo__right p.title {
  font-family: "Klarheit Grotesk Bold";
  font-size: 20px;
  line-height: 125%;
  letter-spacing: -1%;
  margin-bottom: 10px;
}
.book-a-demo__right p:nth-of-type(2) {
  font-family: "Klarheit Grotesk Normal";
  font-size: 16px;
  line-height: 145%;
  margin-bottom: 30px;
}
.book-a-demo__right .hbspt-form form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media (min-width: 768px) {
  .book-a-demo__right .hbspt-form form {
    gap: 30px 15px;
    grid-template-columns: 1fr 1fr;
  }
}
.book-a-demo__right .hbspt-form .hs-form-field label {
  display: inline-block;
  font-family: "Klarheit Grotesk Normal";
  font-size: 13px;
  line-height: 145%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fffcf7;
  margin-bottom: 4px;
}
.book-a-demo__right .hbspt-form .hs-form-field input {
  font-family: "Klarheit Grotesk Normal";
  font-size: 16px;
  line-height: 145%;
  letter-spacing: 0;
  height: 50px;
  background: transparent;
  margin: 0;
  border: 1px solid #fffcf7;
  border-radius: 5px;
  color: #fffcf7;
  padding: 0 13px;
  outline: none;
  width: 100%;
}
.book-a-demo__right .hbspt-form .hs-form-field .hs-error-msgs {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .book-a-demo__right .hbspt-form .hs-form-field:nth-of-type(3) {
    grid-column: 1/-1;
  }
}
.book-a-demo__right .hbspt-form .hs-form-field ul {
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .book-a-demo__right .hbspt-form .legal-consent-container,
  .book-a-demo__right .hbspt-form .hs_submit {
    grid-column: 1/-1;
  }
}
.book-a-demo__right .hbspt-form .legal-consent-container label {
  position: relative;
  display: flex;
  gap: 12px;
  cursor: pointer;
}
.book-a-demo__right .hbspt-form .legal-consent-container label.hs-form-booleancheckbox-display:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 3px;
  width: 11px;
  height: 11px;
  border-radius: 2px;
  background: transparent;
  z-index: 1;
  transition: all 0.25s ease;
}
.book-a-demo__right .hbspt-form .legal-consent-container label.hs-form-booleancheckbox-display:has(> input:checked):before {
  background: #06f;
}
.book-a-demo__right .hbspt-form .legal-consent-container span {
  margin: 0;
}
.book-a-demo__right .hbspt-form .legal-consent-container input {
  position: relative;
  top: 5px;
  width: 17px;
  height: 17px;
  border: 2px solid #fffcf7;
  border-radius: 5px;
  background: transparent;
  outline: none;
  appearance: none;
  padding: 0;
  line-height: 0;
  flex-grow: 0;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.25s ease;
}
.book-a-demo__right .hbspt-form .legal-consent-container input:hover:not(:checked) {
  background: #fffcf7;
}
.book-a-demo__right .hbspt-form .legal-consent-container p {
  font-family: "Klarheit Grotesk Normal";
  font-size: 13px;
  line-height: 145%;
  letter-spacing: 0;
  color: #fffcf7;
  text-transform: initial;
}
@media (min-width: 768px) {
  .book-a-demo__right .hbspt-form .legal-consent-container p {
    font-size: 16px;
  }
}
.book-a-demo__right .hbspt-form .legal-consent-container a {
  color: inherit;
}
.book-a-demo__right .hbspt-form .hs_submit input {
  transition: all 0.25s ease;
  border: none;
  cursor: pointer;
}
.book-a-demo__right .hbspt-form .hs_error_rollup {
  display: none;
}
.book-a-demo__right .hbspt-form .submitted-message {
  font-family: "Klarheit Grotesk Normal";
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.2px;
  color: #fffcf7;
}
.book-a-demo--submitted .book-a-demo__right > p {
  display: none;
}
.border-t {
  border-top: 1px solid #06f;
}
.border-b {
  border-bottom: 1px solid #06f;
}
.split-text {
  display: flex;
  gap: 20px;
  padding: 120px 30px;
  flex-direction: column;
}
@media (min-width: 1240px) {
  .split-text {
    flex-direction: row;
    align-items: flex-start;
    gap: 100px;
  }
}
.split-text h3 {
  font-family: "Klarheit Kurrent Bold";
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.94px;
  width: 100%;
  max-width: 612px;
}
@media (min-width: 1240px) {
  .split-text h3 {
    font-size: 47px;
  }
}
.split-text__subtitle {
  font-family: "Klarheit Grotesk Bold";
  font-weight: 700;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: -0.2px;
  flex: 1;
}
@media (min-width: 1240px) {
  .split-text__subtitle {
    font-size: 22px;
  }
}
.margin-top-34 {
  margin-top: 34px;
}
.split-text__half {
  flex: 1;
}
@media (max-width: 1239px) {
  .split-text__half > br {
    display: none;
  }
}
.split-text--center .split-text__half {
  margin-top: auto;
  margin-bottom: auto;
}
.split-text--center img {
  margin: auto;
  height: auto;
}
.split-text__subtitle {
  margin-bottom: 18px !important;
}
.logo-ticker {
  padding: 30px 0;
}
.logo-ticker .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-ticker .splide__slide img.logo {
  width: initial;
  max-width: 300px;
  max-height: 60px;
  object-fit: contain;
}
blockquote {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 120px 30px 120px 30px;
  width: 100%;
  text-align: center;
  font-style: italic;
}
blockquote p {
  font-family: "Klarheit Kurrent Bold";
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.9px;
}
@media (min-width: 768px) {
  blockquote p {
    font-size: 47px;
  }
}
blockquote img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  blockquote img {
    width: 90px;
  }
}
@media (max-width: 767px) {
  blockquote br {
    display: none;
  }
}
.illustrations-ticker img {
  height: 90px;
}
@media (min-width: 1024px) {
  .illustrations-ticker img {
    height: 141px;
  }
}
.teaser {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #06f;
  width: 100%;
  padding: 40px 30px 100px 30px;
  background: #070707;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .teaser {
    padding: 100px 20px;
  }
}
.teaser .player {
  position: relative;
  border: 1px solid #06f;
  border-radius: 15px;
  z-index: 1;
}
.teaser .player video {
  border-radius: 15px;
}
@media (min-width: 768px) {
  .teaser .player video {
    max-height: calc(100vh - 180px);
    max-height: calc(100svh - 180px);
  }
}
.teaser .player i {
  cursor: pointer;
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: block;
  width: 40px;
  height: 40px;
  z-index: 2;
  border-radius: 800px;
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.25s ease;
}
.teaser .player i.mute {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SpeakerSimpleX' clip-path='url(%23clip0_96_1779)'%3E%3Cpath id='Vector' d='M6.875 13.125H3.125C2.95924 13.125 2.80027 13.0592 2.68306 12.9419C2.56585 12.8247 2.5 12.6658 2.5 12.5V7.5C2.5 7.33424 2.56585 7.17527 2.68306 7.05806C2.80027 6.94085 2.95924 6.875 3.125 6.875H6.875L12.5 2.5V17.5L6.875 13.125Z' stroke='%23FFFCF7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_2' d='M19.375 8.125L15.625 11.875' stroke='%23FFFCF7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_3' d='M19.375 11.875L15.625 8.125' stroke='%23FFFCF7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_96_1779'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-color: #06f;
}
.teaser .player i.playing {
  background-color: #fffcf7;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SpeakerHigh' clip-path='url(%23clip0_178_1765)'%3E%3Cpath id='Vector' d='M6.25 13.125H2.5C2.33424 13.125 2.17527 13.0592 2.05806 12.9419C1.94085 12.8247 1.875 12.6658 1.875 12.5V7.5C1.875 7.33424 1.94085 7.17527 2.05806 7.05806C2.17527 6.94085 2.33424 6.875 2.5 6.875H6.25L11.875 2.5V17.5L6.25 13.125Z' stroke='%230066FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_2' d='M6.25 6.875V13.125' stroke='%230066FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_3' d='M15 8.34766C15.4021 8.80418 15.6239 9.39166 15.6239 10C15.6239 10.6083 15.4021 11.1958 15 11.6523' stroke='%230066FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_4' d='M17.3179 6.25C18.2403 7.28129 18.7502 8.61638 18.7502 10C18.7502 11.3836 18.2403 12.7187 17.3179 13.75' stroke='%230066FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_178_1765'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.teaser .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  filter: blur(9.44px);
  pointer-events: none;
}
.teaser__button {
  position: absolute;
  bottom: -57px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media (min-width: 768px) {
  .teaser__button {
    bottom: -60px;
  }
}
.the-showcase {
  display: flex;
  border-bottom: 1px solid #06f;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .the-showcase {
    flex-direction: row;
  }
}
.the-showcase .the-showcase__left {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 30px;
}
@media (min-width: 1024px) {
  .the-showcase .the-showcase__left {
    padding: 120px 30px;
  }
}
.the-showcase .the-showcase__left img {
  width: 58px;
  height: 37px;
  margin-bottom: 87px;
}
.the-showcase .the-showcase__left p.subtitle {
  font-family: "Klarheit Grotesk Bold";
  font-size: 13px;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.the-showcase .the-showcase__left p.title {
  font-family: "Klarheit Grotesk Bold";
  font-size: 26px;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: -0.4px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .the-showcase .the-showcase__left p.title {
    font-size: 40px;
  }
}
.the-showcase .the-showcase__left p.main {
  font-family: "Klarheit Grotesk Normal";
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -0.27px;
}
.the-showcase .the-showcase__right {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .the-showcase .the-showcase__right {
    max-width: 45%;
  }
}
.the-showcase .the-showcase__right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 50px;
}
.the-showcase .the-showcase__faqs {
  display: flex;
  gap: 30px;
  margin-top: 60px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .the-showcase .the-showcase__faqs {
    margin-top: 86px;
    margin-bottom: 20px;
    flex-direction: row;
  }
}
.the-showcase .the-showcase__faqs .left,
.the-showcase .the-showcase__faqs .right {
  flex: 1;
}
.the-showcase .the-showcase__faqs [data-faq] {
  display: none;
  font-family: "Klarheit Grotesk Normal";
  font-size: 16px;
  line-height: 145%;
  letter-spacing: 0;
}
.the-showcase .the-showcase__faqs [data-faq].active {
  display: block;
}
.the-showcase .the-showcase__faqs [data-faqtitle] {
  font-family: "Klarheit Grotesk Bold";
  font-size: 20px;
  line-height: 135%;
  letter-spacing: -0.01%;
  cursor: pointer;
  transition: all 0.25s ease;
}
@media (min-width: 768px) {
  .the-showcase .the-showcase__faqs [data-faqtitle] {
    font-size: 27px;
  }
}
.the-showcase .the-showcase__faqs [data-faqtitle]:hover,
.the-showcase .the-showcase__faqs [data-faqtitle].active {
  color: #06f;
}
.the-showcase .the-showcase__faqs [data-faqtitle]:not(:last-of-type) {
  margin-bottom: 30px;
}
.speakers {
  padding: 10px 30px 60px 30px;
}
@media (min-width: 1024px) {
  .speakers {
    padding: 10px 30px 100px 30px;
  }
}
.speakers h2 {
  font-family: "Right Grotesk Bold";
  font-size: 80px;
  font-weight: 700;
  line-height: 85%;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .speakers h2 {
    font-size: 120px;
  }
}
.speakers .speakers__row {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .speakers .speakers__row {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.speakers img {
  border-radius: 15px;
  margin-bottom: 30px;
  aspect-ratio: 1/1;
  object-fit: cover;
  overflow-clip-margin: unset;
}
.speakers p:first-of-type {
  font-family: "Klarheit Grotesk Bold";
  font-size: 20px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.2px;
  margin-bottom: 5px;
}
.speakers p:nth-of-type(2) {
  font-family: "Klarheit Grotesk Normal";
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
}
.cookie-consent-banner {
  transform: translateY(0);
}
.cookie-consent-banner--close {
  transform: translateY(100%);
}
.cookie-consent-banner {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  transform: translateY(0);
  transition: 0.25s ease;
  pointer-events: none;
}
.cookie-consent-banner--close {
  transform: translateY(100%);
}
.cookie-consent-banner__info {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
  background-color: #06f;
  padding: 20px 30px;
  border-radius: 5px;
  gap: 24px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .cookie-consent-banner__info {
    gap: 80px;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .cookie-consent-banner__text {
    width: 75%;
  }
}
.cookie-consent-banner__text p {
  font-family: "Klarheit Grotesk Normal";
  color: #fffcf7;
  margin: 0 0 18px 0;
}
.cookie-consent-banner__text p:last-of-type {
  margin-bottom: 0;
}
.cookie-consent-banner__buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  pointer-events: all;
}
@media (min-width: 1024px) {
  .cookie-consent-banner__buttons {
    width: 25%;
    justify-content: flex-end;
  }
}
.cookie-consent-banner__buttons button {
  background: #070707;
  color: #fffcf7;
  border: none;
  cursor: pointer;
}
.cookie-consent-banner__buttons button:hover {
  background: #fffcf7;
  color: #070707;
}
@media (max-width: 767px) {
  .cookie-consent-banner__buttons button {
    flex: 1;
  }
}
