.body {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.top-box {
  height: auto;
  position: relative;
}

.main-pic {
  height: 100vh;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logo {
  text-align: center;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.ep-link {
  width: 108px;
}

.main-title {
  background-color: #171716;
  padding: 0 40px 40px;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 135%;
}

.subtitle-text {
  color: #c9c9c9;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.pream-sec {
  background-color: #fe6666;
  padding-bottom: 0;
}

.cont {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.pream-box {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sp-date-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.sp-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
}

.date-text {
  color: #fff;
  text-align: left;
  padding-top: 20px;
}

.text1 {
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 150%;
}

.text1.gaps {
  margin-bottom: 40px;
}

.text1.wht {
  color: #fff;
  font-size: 20px;
}

.story-sec {
  padding-bottom: 0;
}

.story-box {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-2 {
  color: #fe6666;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  line-height: 100%;
}

.story-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.story-title.lub {
  margin-top: 60px;
  margin-bottom: 40px;
}

.story-title.notsee {
  display: none;
}

.phstory {
  background-color: #fff;
  padding: 20px;
}

.image-2 {
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.storyhead {
  background-color: #fe6666;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.headi {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.redistl-span {
  color: #fd6666;
  font-weight: 600;
}

.resume {
  background-color: #fe6666;
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 40px;
}

.resume-text {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 150%;
}

.lili-text {
  color: #fff;
  font-size: 12px;
}

.yut {
  margin-top: 0;
  margin-bottom: 40px;
}

.fin-sec {
  background-color: #ececec;
}

.fin-box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.fin-text {
  font-size: 12px;
}

.phic {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-3 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.accent {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #717171;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  margin: 40px 20%;
  padding: 40px;
  display: grid;
}

.textaac {
  color: #fff;
  font-weight: 600;
}

.len-link {
  width: 108px;
}

.spt-span {
  font-family: Montserrat, sans-serif;
}

.image-7 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.visit {
  border-top: 1px solid #fd6666;
  border-left: 1px solid #fd6666;
  border-right: 1px solid #fd6666;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.visit.lub {
  margin-top: 60px;
}

.image-8 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link {
  color: #fff;
  font-weight: 600;
}

@media screen and (min-width: 1280px) {
  .heading {
    font-size: 56px;
  }

  .subtitle-text {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 150%;
  }

  .spt-span {
    text-transform: none;
    font-family: Montserrat, sans-serif;
  }
}

@media screen and (min-width: 1440px) {
  .heading {
    font-size: 80px;
  }

  .subtitle-text {
    font-size: 22px;
  }
}

@media screen and (min-width: 1920px) {
  .heading {
    font-size: 96px;
  }

  .subtitle-text {
    font-size: 32px;
  }
}

@media screen and (max-width: 991px) {
  .main-pic, .image {
    height: 60vh;
  }

  .logo {
    background-color: #171717;
    position: static;
  }

  .subtitle-text {
    padding-left: 10%;
    padding-right: 10%;
  }

  .cont {
    max-width: 700px;
  }

  .pream-box {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sp-date-box {
    margin-bottom: 20px;
  }

  .sp-text {
    font-size: 20px;
  }

  .text1, .text1.wht {
    font-size: 18px;
  }

  .story-box {
    padding-bottom: 20px;
  }

  .image-3 {
    max-width: 100%;
  }

  .accent {
    margin-left: 0%;
    margin-right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .main-pic, .image {
    height: 50vh;
  }

  .logo {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .heading {
    font-size: 36px;
  }

  .subtitle-text {
    padding-left: 0%;
    padding-right: 0%;
    line-height: 140%;
  }

  .cont {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .sp-date-box {
    grid-template-columns: 1fr;
  }

  .sp-text, .date-text {
    text-align: center;
  }

  .heading-2 {
    font-size: 26px;
  }

  .image-2 {
    max-width: 60%;
  }
}

@media screen and (max-width: 479px) {
  .top-box {
    position: static;
  }

  .main-pic, .image {
    height: 270px;
  }

  .logo {
    background-color: #171716;
    align-items: center;
    position: static;
  }

  .heading {
    font-family: Montserrat, sans-serif;
    font-size: 26px;
  }

  .subtitle-text {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 15px;
  }

  .pream-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sp-date-box {
    margin-bottom: 0;
  }

  .text1 {
    font-size: 16px;
  }

  .story-box {
    padding-top: 40px;
  }

  .heading-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .story-title.lub {
    margin-top: 40px;
  }

  .image-2 {
    max-width: 80%;
  }

  .headi {
    font-size: 16px;
  }

  .resume {
    padding: 20px;
  }

  .resume-text {
    margin-bottom: 10px;
  }

  .image-3 {
    max-width: 100%;
  }

  .accent {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .questmark {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-4, .image-5, .image-6 {
    max-width: 40%;
  }

  .visit.lub {
    margin-top: 40px;
  }
}

#w-node-b505e4bb-cc00-99a5-8878-47845bf5d085-b7ae2401, #w-node-_6d3208dc-5a17-d30b-7116-d8c061eded26-b7ae2401 {
  place-self: center start;
}

@media screen and (min-width: 1440px) {
  #w-node-b505e4bb-cc00-99a5-8878-47845bf5d085-b7ae2401 {
    place-self: center;
  }
}


