:root {
  --bg-dark: #101010;
  --text-color-light: #ededed;
}

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--bg-dark);
  color: var(--text-color-light);
  font-family: Cabinet Grotesk, Arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--text-color-light);
  text-decoration: underline;
  transition: opacity .25s;
}

a:hover {
  opacity: .5;
}

.home-section {
  justify-content: flex-end;
  width: 100%;
  height: 100svh;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.button-highlight {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--text-color-light);
  background-image: linear-gradient(90deg, #4674af, #d8c0cd);
  border: 1px solid #a2b9d7;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 18px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.button-highlight:hover {
  background-image: linear-gradient(90deg, #4674af, #d8c0cd);
  transform: scale(1.1);
}

.headline-wrapper {
  margin-bottom: 48px;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.text-wrapper {
  background-color: var(--bg-dark);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 25%;
  min-width: 420px;
  height: 100svh;
  padding-left: 60px;
  padding-right: 60px;
}

.text-small {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.bg-image {
  z-index: -1;
  background-image: url('../images/DaniLia.jpg');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 75%;
  height: 100svh;
  position: absolute;
  inset: 0%;
}

.image {
  object-fit: cover;
  object-position: 50% 50%;
}

.social-links-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--text-color-light);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-link {
  color: var(--text-color-light);
  transition: opacity .25s;
}

.social-link:hover {
  opacity: .5;
}

.text-link {
  color: var(--text-color-light);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
  transition: opacity .25s;
}

.text-link:hover {
  opacity: .5;
}

.legal-links-wraooer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.footer-links-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.footer-home {
  width: 25%;
  position: absolute;
  inset: auto 0% 64px auto;
}

.max-width-xl {
  max-width: 480px;
}

.button-link {
  border: 1px solid var(--text-color-light);
  color: var(--text-color-light);
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 18px 4px 8px;
  text-decoration: none;
  transition: opacity .25s;
  display: flex;
}

.button-link:hover {
  opacity: .5;
}

.div-block {
  display: flex;
}

.button-container {
  margin-bottom: 32px;
  display: flex;
}

.legal-container {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-left: 60px;
  padding-right: 60px;
}

.footer {
  padding: 32px 60px;
}

.link-description {
  display: none;
}

@media screen and (max-width: 991px) {
  .text-wrapper {
    background-color: #0000;
    background-image: linear-gradient(#000, #000 0%, #0000);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 50svh;
    padding-top: 112px;
  }

  .bg-image {
    background-position: 50%;
    width: 100%;
  }

  .footer-home {
    width: 100%;
    inset: auto 0% 32px;
  }

  .legal-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .button-highlight {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .headline-wrapper {
    margin-bottom: 32px;
  }

  .button-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-wrapper {
    min-width: auto;
    padding-top: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading {
    font-size: 20px;
    line-height: 24px;
  }

  .button-container {
    margin-bottom: 16px;
  }

  .legal-container {
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .text-wrapper {
    padding-top: 32px;
  }
}


@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('../fonts/CabinetGrotesk-Bold.woff2') format('woff2'), url('../fonts/CabinetGrotesk-Bold.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Bold.woff') format('woff'), url('../fonts/CabinetGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('../fonts/CabinetGrotesk-Medium.woff2') format('woff2'), url('../fonts/CabinetGrotesk-Medium.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Medium.woff') format('woff'), url('../fonts/CabinetGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}