@font-face {
  font-family: Tt Firs Neue Trial;
  src: url('../fonts/TT-Firs-Neue-Trial-Medium.ttf') format("truetype");
  font-weight: 500;
  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 {
  background-color: #f2e9e7;
  background-image: url('../images/Group.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  display: flex;
}

.cell {
  justify-content: flex-start;
  align-items: flex-start;
}

.quick-stack {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.section {
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding: 10%;
  display: flex;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  height: 25%;
  display: flex;
  position: static;
}

.text-block {
  font-family: Tt Firs Neue Trial, Verdana, sans-serif;
  font-size: 200%;
  font-weight: 500;
  line-height: 100%;
}

.image {
  max-width: 75%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .text-block {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    width: 100%;
  }

  .container {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .section {
    width: 100%;
  }

  .container {
    justify-content: center;
    align-items: flex-start;
  }

  .text-block {
    font-size: 24px;
  }
}


@font-face {
  font-family: 'Tt Firs Neue Trial';
  src: url('../fonts/TT-Firs-Neue-Trial-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}