@font-face {
  font-family: Ebgaramond;
  src: url('../fonts/EBGaramond-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Ebgaramond;
  src: url('../fonts/EBGaramond-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

body {
  color: #0e0d0d;
  background-color: #fbfaf7;
  font-family: Ebgaramond, Times New Roman, sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
}

.section {
  z-index: 5;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 100svh;
  padding: 5rem;
  display: flex;
  position: relative;
}

.logo {
  cursor: pointer;
  align-self: flex-end;
  width: 6rem;
  height: 5rem;
}

.div-block {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.div-block-3._1 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.text-block {
  align-self: flex-end;
  font-style: italic;
}

.heading {
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

.div-block-4 {
  flex-flow: column;
  align-self: flex-start;
  display: flex;
}

.div-block-4.legal {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  max-width: 75%;
}

.div-block-5 {
  letter-spacing: 0;
  line-height: 1.5;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
}

.div-block-6 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.link {
  color: #0e0d0d;
  cursor: pointer;
  align-self: flex-start;
  text-decoration: none;
}

.link:hover {
  font-style: italic;
  font-weight: 700;
}

.link.small {
  font-size: 1rem;
  position: absolute;
  inset: auto 5rem 2rem auto;
}

.cursor {
  z-index: 100;
  pointer-events: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.cursor-inner {
  width: 2em;
}

.cursor-inner.regular {
  width: 1em;
}

.cursor-inner.pointer {
  width: 1.5em;
}

@media screen and (max-width: 991px) {
  .section {
    padding: 2rem;
  }

  .div-block-4.legal {
    max-width: 75%;
  }

  .link.small {
    bottom: 2rem;
    right: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-bottom: 4rem;
  }

  .div-block-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .heading {
    align-self: flex-start;
    font-size: 3rem;
  }

  .div-block-4 {
    align-self: flex-start;
  }

  .div-block-4.legal {
    max-width: 100%;
  }

  .link.small {
    text-align: center;
    inset: auto 0% 1rem;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding: 2rem 1rem 4rem;
  }

  .logo {
    justify-content: center;
    align-items: center;
    width: 6rem;
    display: flex;
  }

  .div-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .text-block {
    align-self: flex-start;
  }

  .heading {
    font-size: 2.5rem;
  }

  .link:hover {
    font-style: normal;
    font-weight: 400;
  }

  .link.small {
    text-align: center;
    inset: auto 0% 1rem;
  }
}


@font-face {
  font-family: 'Ebgaramond';
  src: url('../fonts/EBGaramond-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond';
  src: url('../fonts/EBGaramond-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond';
  src: url('../fonts/EBGaramond-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond';
  src: url('../fonts/EBGaramond-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}