:root {
  --light: #fff;
  --dark: #000;
  --red: #ff3700;
}

.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: var(--light);
  color: var(--dark);
  overscroll-behavior: none;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}

h4 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

h6 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.section {
  position: relative;
}

.u-container {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 3rem;
  position: relative;
}

.full_wrap {
  background-color: var(--dark);
  color: var(--light);
  text-align: center;
}

.full_contain.u-container {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-cs {
  text-align: center;
}

.cs_container {
  z-index: 999;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  padding: 3.75rem;
  display: flex;
  position: relative;
}

.cs_container.u-container {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.interaction_visual_wrap {
  pointer-events: none;
  height: 100vh;
  position: fixed;
  inset: 0% 0% auto;
}

.interaction_template {
  display: none;
}

.interaction_img_wrap {
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.interaction_img {
  aspect-ratio: 2 / 3;
  flex: none;
  width: 30vw;
  min-width: 14rem;
}

.interaction_cms_wrap {
  display: none;
}

.body {
  background-color: var(--light);
  color: var(--dark);
  font-family: Generalsans;
}

.section-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.image {
  aspect-ratio: 2 / 3;
  width: 20vw;
  box-shadow: inset 0 3px 8px 20px #000;
}

.div-block {
  background-image: url('../images/bg_grad.png');
  background-position: 0 0;
  background-size: auto;
}

.heading {
  margin-bottom: 2rem;
  line-height: 1.1;
}

.paragraph {
  text-align: left;
  max-width: 620px;
  font-size: .87rem;
  line-height: 1.5;
}

.div-block-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.text {
  font-size: .875rem;
}

.text.caps {
  text-transform: uppercase;
}

.text.link {
  text-decoration: none;
}

.text.link:hover {
  color: var(--red);
}

.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.container {
  padding: 100px 40px;
}

.div-block-4 {
  margin-bottom: 100px;
}

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

.mb {
  margin-bottom: 3rem;
}

.div-block-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  font-size: .875rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  .u-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .rte h1 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .u-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cs_container {
    padding: 1.5rem;
  }

  .container {
    padding-left: 17px;
    padding-right: 17px;
  }

  .rte h1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .cs_container {
    padding: 2.5rem 1rem;
  }

  .heading {
    font-size: 3rem;
  }

  .paragraph, .text.link, .div-block-5 {
    font-size: .75rem;
  }

  .rte h1 {
    font-size: 2rem;
  }
}


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