@font-face {
  font-family: Proximanova;
  src: url('../fonts/ProximaNova-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Proximanova;
  src: url('../fonts/ProximaNova-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

a {
  color: #6fa800;
  font-weight: 600;
  text-decoration: underline;
}

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

.top_sec {
  overflow: hidden;
}

.top_box {
  height: 100vh;
  position: relative;
}

.main_pic {
  height: 100vh;
}

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

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

.up_link_box {
  width: 116px;
}

.main_title {
  z-index: 4;
  position: absolute;
  inset: auto 15% 3%;
}

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

.green_span {
  color: #fff;
}

.decor {
  background-color: #90db00;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: none;
  position: absolute;
  inset: auto auto 3% 3%;
}

.decor._02 {
  inset: auto 3% 3% auto;
}

.decor._03 {
  justify-content: center;
  align-items: center;
  display: none;
  inset: 3% auto auto 3%;
}

.decor._04 {
  justify-content: center;
  align-items: center;
  display: none;
  inset: 3% 3% auto auto;
}

.foodi {
  object-fit: cover;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pream_sec {
  padding-bottom: 0;
}

.cont {
  max-width: 1000px;
  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 {
  color: #000;
  font-weight: 600;
}

.date_text {
  text-align: right;
}

.pream_text {
  margin-bottom: 20px;
}

.zmist {
  margin-top: 40px;
  margin-bottom: 40px;
  display: none;
}

.h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 135%;
}

.inzmist_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.inzmist_item {
  position: relative;
}

.image-2 {
  width: 100px;
}

.zmist_title {
  position: absolute;
  inset: 29% auto auto 3%;
}

.zmist_text {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 135%;
}

.zmist_link_item {
  text-decoration: none;
  transition: all .555s cubic-bezier(.645, .045, .355, 1);
}

.zmist_link_item:hover {
  transform: translate(0, -10px);
}

.story_sec {
  padding-bottom: 0;
}

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

.story_title_part {
  margin-bottom: 40px;
}

.st_tt_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.h2 {
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 135%;
}

.to_ttll_text, .regular_text {
  margin-bottom: 20px;
}

.quotation_box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 40px 20%;
  display: flex;
}

.image-4 {
  object-fit: cover;
  width: 152px;
  margin-bottom: 12px;
}

.image-4.minus {
  width: 100px;
}

.span_quot_text {
  font-weight: 600;
}

.fin_sec {
  background-color: #1d1d1d;
}

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

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

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

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

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

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

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  font-weight: 600;
}

.text-span-6 {
  font-size: 29px;
}

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

@media screen and (min-width: 1440px) {
  .main_title, .h1 {
    font-size: 48px;
  }

  .text-span-6 {
    font-size: 32px;
  }
}

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

  .text-span-6 {
    font-size: 42px;
  }
}

@media screen and (max-width: 991px) {
  .main_title {
    left: 10%;
    right: 10%;
  }

  .h1 {
    font-size: 32px;
  }

  .decor, .decor._02, .decor._03, .decor._04 {
    width: 80px;
    height: 80px;
  }

  .foodi {
    width: 48px;
  }

  .cont {
    max-width: 700px;
  }

  .inzmist_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .quotation_box {
    margin-left: 10%;
    margin-right: 10%;
  }

  .text-span-6 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .top_box, .main_pic, .image {
    height: 80vh;
  }

  .h1 {
    font-size: 24px;
  }

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

  .inzmist_grid {
    grid-template-columns: 1fr 1fr;
  }

  .st_tt_grid {
    grid-template-columns: 1fr;
  }

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

  .quotation_box {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media screen and (max-width: 479px) {
  .top_box, .main_pic, .image {
    height: 60vh;
  }

  .main_title {
    bottom: 5%;
    left: 5%;
    right: 5%;
  }

  .h1 {
    font-size: 20px;
  }

  .decor, .decor._02, .decor._03, .decor._04 {
    width: 40px;
    height: 40px;
  }

  .foodi {
    width: 24px;
  }

  .pream_box {
    padding-bottom: 0;
  }

  .h3 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .inzmist_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .shape {
    border: 1px #e4e4e4;
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .shape.right {
    justify-content: flex-end;
    align-items: center;
  }

  .shape.cnter {
    justify-content: center;
    align-items: center;
  }

  .zmist_text {
    font-size: 16px;
  }

  .zmist_link_item {
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    padding: 20px 40px;
    box-shadow: 0 2px 5px #0003;
  }

  .story_box {
    padding-top: 40px;
  }

  .story_title_part {
    margin-bottom: 20px;
  }

  .st_tt_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .h2 {
    text-align: center;
    font-size: 18px;
  }

  .quotation_box {
    margin: 20px 0%;
  }

  .text-span-6, .bold-text {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_133874d9-df13-94d5-ac7f-09c850605b65-b49a33ac, #w-node-_915d1bdb-6c45-c0b4-ec7b-8041a3b164bd-b49a33ac, #w-node-_9103b572-3585-419b-0c4c-d030fdf14980-b49a33ac, #w-node-_78e8d5ee-7cba-6f03-f85b-7c2de89423a5-fe8a08fd, #w-node-_78e8d5ee-7cba-6f03-f85b-7c2de8942405-fe8a08fd, #w-node-_78e8d5ee-7cba-6f03-f85b-7c2de8942415-fe8a08fd {
    place-self: center;
  }
}


@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}