.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: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

.section.cover {
  text-align: center;
  background-image: linear-gradient(#0006, #0006), url('../images/pic---tc.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
}

.div-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-center.cover {
  justify-content: space-between;
  width: 100%;
  min-width: 100vw;
  height: 100%;
  min-height: 100vh;
}

.container-medium {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.h1 {
  margin-top: 0;
  font-size: 1.65rem;
  font-weight: 600;
}

.paragraph {
  color: #ebffc3;
}

.logo {
  width: 15rem;
}

.container {
  max-width: 540px;
  margin-top: 3rem;
}

.p {
  color: #ebffc3;
}

.cs {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-color: #ffffffb3;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 7.5rem;
  line-height: 1em;
}

@media screen and (max-width: 991px) {
  .container-medium {
    max-width: 540px;
  }

  .logo {
    width: 12.5rem;
  }

  .cs {
    font-size: 6.75rem;
  }
}

@media screen and (max-width: 767px) {
  .container-medium {
    max-width: 440px;
    height: 100vh;
    min-height: 600px;
  }

  .cs {
    font-size: 5rem;
  }
}

@media screen and (max-width: 479px) {
  .container-medium {
    color: #000;
    max-width: 100%;
  }

  .logo {
    width: 10rem;
  }

  .cs {
    font-size: 4rem;
  }
}


