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

.top-box {
  background-image: url('../images/empty.webp');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.logo {
  z-index: 5;
  position: absolute;
  inset: 3% auto auto 5%;
}

.ep_link {
  width: 160px;
}

.main_title {
  z-index: 1;
  position: absolute;
  inset: auto 5% 10%;
}

.h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 135%;
}

.subtitle_text {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 150%;
}

.pream_sec {
  padding-bottom: 0;
}

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

.pream_box {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.sp_text {
  text-transform: uppercase;
  font-weight: 500;
}

.date_text {
  text-align: right;
}

.pream_text {
  margin-bottom: 20px;
  font-style: italic;
}

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

.story_sec {
  background-color: #f8f8f8;
  padding-bottom: 0;
}

.story_box {
  padding-top: 60px;
  padding-bottom: 40px;
}

.h2 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 600;
  line-height: 135%;
}

.regul_text {
  margin-bottom: 20px;
}

.link-2, .link-3, .link-4, .link-5, .link-6, .link-7 {
  color: #024944;
  font-weight: 600;
}

.quota {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4.25fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  display: grid;
}

.quota.gris {
  background-color: #f8f8f8;
}

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

.quot_span_text {
  font-style: italic;
  font-weight: 600;
}

.wh_story_sec {
  padding-bottom: 0;
}

.wh_story_box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.link-8, .link-9, .link-10 {
  color: #024944;
  font-weight: 600;
}

.fin_sec {
  background-color: #024944;
}

.fin_box {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.link-11 {
  color: #ffde4a;
}

.photo_box {
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-2 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.expl_photo_text {
  color: #383838;
  padding-top: 5px;
  font-size: 14px;
  font-style: italic;
  line-height: 135%;
}

.expl_photo_text.stt {
  display: none;
}

.link-12, .link-13, .link-14 {
  color: #024944;
  font-weight: 600;
}

@media screen and (min-width: 1440px) {
  .top-box {
    position: relative;
  }

  .logo {
    z-index: 5;
    position: absolute;
    inset: 3% auto auto 5%;
  }

  .ep_link {
    width: 160px;
  }

  .main_title {
    z-index: 1;
    position: absolute;
    inset: auto 15% 10%;
  }

  .h1 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 135%;
  }
}

@media screen and (max-width: 991px) {
  .h1 {
    font-size: 30px;
  }

  .subtitle_text {
    font-size: 16px;
  }

  .cont {
    max-width: 640px;
  }

  .h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .subtitle_text {
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .h2 {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 15%;
    padding-right: 15%;
    font-size: 20px;
  }

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

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

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

@media screen and (max-width: 479px) {
  .top-box {
    height: 100vh;
  }

  .logo {
    justify-content: center;
    align-items: flex-start;
    display: flex;
    inset: 3% 5% auto;
  }

  .main_title {
    position: absolute;
    bottom: 5%;
  }

  .subtitle_text {
    padding-left: 5%;
    padding-right: 5%;
  }

  .story_box {
    padding-top: 40px;
  }

  .h2 {
    padding-left: 0%;
    padding-right: 0%;
  }
}

#w-node-f95d8099-d967-4ea6-5757-a5c00a38cb24-df0199d2 {
  place-self: start center;
}

#w-node-c555d3a7-5b17-9555-4980-005b015a50a4-df0199d2 {
  place-self: center;
}

#w-node-_5032a849-a5d4-b9eb-4e14-69f17467bd7c-df0199d2 {
  place-self: start center;
}

#w-node-_5032a849-a5d4-b9eb-4e14-69f17467bd7e-df0199d2 {
  place-self: center;
}

#w-node-_263457c4-5e66-e84d-228c-774babca7532-df0199d2 {
  place-self: start center;
}

#w-node-_263457c4-5e66-e84d-228c-774babca7534-df0199d2 {
  place-self: center;
}

#w-node-_889b2427-e3f4-610e-6050-754b1f52029a-df0199d2 {
  place-self: start center;
}

#w-node-_889b2427-e3f4-610e-6050-754b1f52029c-df0199d2 {
  place-self: center;
}

#w-node-_3266a97a-f6e3-92c6-d816-9b28d35f7bbe-df0199d2 {
  place-self: start center;
}

#w-node-_3266a97a-f6e3-92c6-d816-9b28d35f7bc0-df0199d2 {
  place-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-f95d8099-d967-4ea6-5757-a5c00a38cb24-df0199d2, #w-node-_5032a849-a5d4-b9eb-4e14-69f17467bd7c-df0199d2, #w-node-_263457c4-5e66-e84d-228c-774babca7532-df0199d2, #w-node-_889b2427-e3f4-610e-6050-754b1f52029a-df0199d2, #w-node-_3266a97a-f6e3-92c6-d816-9b28d35f7bbe-df0199d2 {
    align-self: center;
  }
}


