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

.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 {
  color: #000;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.section-container {
  border-left: 1px solid #0000004d;
  border-right: 1px solid #0000004d;
  height: 100vh;
}

.container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #0000004d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3rem 2rem;
  display: flex;
}

.container.is--top {
  border-top: 1px solid #0000004d;
}

.logo {
  height: 2rem;
}

.h1 {
  font-family: PT Serif, serif;
  font-size: 14vmin;
  line-height: 1.1;
}

.body-txt {
  color: #00000080;
  font-size: 1.5rem;
}

.v-container {
  flex-flow: column;
  display: flex;
}

.is--70w {
  width: 70%;
}

.is--80w {
  width: 80%;
}

.button-link {
  color: #000;
  flex-flow: column;
  font-size: 1.3rem;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
  position: relative;
}

.paragraph {
  margin-bottom: 0;
}

.link-line {
  background-color: #000;
  width: 100%;
  height: 10%;
  position: absolute;
  inset: auto 0% 0%;
}

.button-txt {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.placeholder {
  height: 100%;
}

.logo-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-mask {
  background-image: linear-gradient(90deg, #0000, #fff 50%);
  width: 200%;
  height: 100%;
  position: absolute;
}

.tagline {
  width: 100vw;
}

@media screen and (max-width: 991px) {
  .body-txt {
    font-size: 1.3rem;
  }

  .body-txt.is--80w {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .body-txt, .button-txt {
    font-size: 1.2rem;
  }

  .logo-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .section-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

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

  .container.is--end {
    display: flex;
  }

  .logo {
    height: 1.5rem;
  }

  .body-txt, .button-txt {
    font-size: 1rem;
  }
}


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