body {
  color: #333;
  font-family: Titilliumweb, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.img-udrz-size {
  z-index: 0;
  object-fit: cover;
  background-color: #ffff;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.hero-button-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.button-underlined {
  z-index: 4;
  color: #111;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
}

.button-underlined.abs-hero {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.hover-underline {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.hover-underline.black {
  background-color: #fff;
}

.hover-underline.is-currentcolor, .hover-underline.is-white {
  transform-origin: 0%;
  background-color: #000;
}

.hover-underline.is-white.black {
  background-color: #fff;
}

.div-block {
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.div-block-2 {
  flex-flow: column;
  height: auto;
  max-height: 100vh;
  display: flex;
  overflow: hidden;
}

.container {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr 1.25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  padding: 3rem 6rem;
  display: grid;
  position: relative;
}

.black {
  color: #000;
  font-size: .9rem;
}

.black.mobile {
  display: none;
}

.black.desktop.margin-top {
  margin-top: 1rem;
}

.white {
  color: #fff;
  font-size: .9rem;
}

.white.mobile {
  display: none;
}

.white.desktop.margin-top {
  margin-top: 1rem;
}

.heading {
  font-size: 1rem;
  font-weight: 700;
  display: block;
}

.link {
  opacity: .8;
  color: #000;
  text-decoration: none;
  transition: opacity .35s;
}

.link:hover {
  opacity: 1;
}

.link._0-7 {
  font-size: .7rem;
  text-decoration: underline;
}

.link.underlined {
  text-decoration: underline;
}

.linko {
  font-size: .7rem;
}

.linko._1rem {
  font-size: 1rem;
}

@media screen and (max-width: 991px) {
  .img-udrz-size {
    position: relative;
  }

  .hero-button-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .button-underlined.abs-hero {
    white-space: nowrap;
  }

  .hover-underline {
    transform: translate(0%);
  }

  .div-block-2 {
    max-height: none;
  }

  .container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .white.mobile {
    display: block;
  }

  .white.desktop {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .img-udrz-size {
    height: 100%;
  }

  .div-block-2 {
    min-height: 100vh;
  }

  .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .button-underlined.abs-hero {
    white-space: nowrap;
  }

  .hover-underline.black {
    display: none;
  }

  .div-block-2 {
    height: auto;
    max-height: none;
  }

  .container {
    grid-template-columns: 1fr;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .linko {
    white-space: pre-line;
    font-size: .8rem;
    text-decoration: underline;
  }
}

#w-node-_585f0737-ce11-047e-3952-6655972ef4f6-fcee9b9a, #w-node-_275baac4-0bef-3144-53c2-af8addee96db-fcee9b9a {
  align-self: start;
}

#w-node-_603044da-2972-68a0-9c3f-dcc8707cd38d-fcee9b9a {
  place-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_603044da-2972-68a0-9c3f-dcc8707cd38d-fcee9b9a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_603044da-2972-68a0-9c3f-dcc8707cd38d-fcee9b9a {
    align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_603044da-2972-68a0-9c3f-dcc8707cd38d-fcee9b9a {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Titilliumweb';
  src: url('../fonts/TitilliumWeb-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Titilliumweb';
  src: url('../fonts/TitilliumWeb-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}