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

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

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

.top_box {
  background-image: url('../images/lggmain_pic.svg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.logo_option {
  z-index: 2;
  opacity: .7;
  position: absolute;
  inset: 2% auto auto 5%;
}

.up_link_box {
  width: 100px;
}

.life_link_box {
  width: 116px;
}

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

.h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 110%;
}

.subt_01 {
  color: #de210d;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.subt_02 {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.pream_sec {
  background-color: #043f22;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding-bottom: 0;
}

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

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

.sp_date_box {
  margin-bottom: 40px;
}

.sp_text {
  color: #fff;
  text-align: center;
  letter-spacing: .1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
}

.date_text {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

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

.pream_text {
  color: #fff;
  margin-bottom: 20px;
}

.link, .link-2, .link-3 {
  color: #ffd387;
  font-weight: 500;
}

.story_sec {
  padding-bottom: 0;
}

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

.story_box.qqq, .story_box.oop {
  padding-top: 40px;
  padding-bottom: 0;
}

.story_box.oop.uu {
  padding-top: 20px;
}

.heading {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 135%;
}

.red_h2 {
  color: #de220e;
}

.reg_text {
  margin-bottom: 20px;
  font-weight: 500;
}

.reg_text.dido {
  text-align: center;
  margin-bottom: 10px;
}

.numbers_box {
  background-color: #eee;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  box-shadow: 0 2px 5px #0003;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 135%;
}

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

.gr_nbr_item {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
}

.bgn_text {
  color: #de220e;
  text-align: center;
  font-size: 80px;
  font-weight: 500;
  line-height: 100%;
}

.numb_expl_text {
  text-align: center;
}

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

.tw_gr_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #de220e;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.tw_gr_item.ot {
  background-color: #043f22;
  grid-template-columns: .5fr 1.25fr;
}

.wh_text {
  color: #fffdfd;
  text-align: center;
  font-weight: 500;
}

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

.quota.biti {
  background-color: #043f22;
  border: 1px solid #ffffff42;
}

.quota.redi {
  background-color: #de220e;
}

.sp_photo {
  border-right: 2px solid #de220e;
  padding-right: 20px;
}

.sp_photo.ff {
  border-right-color: #fff;
}

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

.quot_text {
  border-left: 2px solid #de220e;
  padding-left: 20px;
}

.quot_text.dd {
  color: #fff;
}

.quot_text.dd.vv {
  border-left-color: #fff;
}

.corn_rough_sec {
  background-color: #043f22;
  border-radius: 24px;
  padding-bottom: 0;
}

.corn_rough_sec.negro {
  background-color: #222;
  border-radius: 24px;
}

.corn_rough_sec.negro.topi {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.corn_rough_sec.negro.bottomi {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.corn_rou_box.rojo {
  background-color: #de220e;
}

.corn_rou_box.asdf.pipolk {
  padding-bottom: 20px;
}

.corn_rou_box.asdf.sertoop {
  padding-top: 20px;
}

.heading-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 700;
  line-height: 135%;
}

.yel_span {
  color: #ffd387;
}

.yel_span.rojo {
  color: #de220e;
}

.reg_wh_text {
  color: #fff;
  margin-bottom: 20px;
}

.reg_wh_text.gapno {
  margin-bottom: 0;
}

.quot_span, .sopi {
  font-weight: 500;
}

.traini {
  background-color: #fff;
  border: 1px #d8d8d8;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0% 0;
  overflow: visible;
}

.train-element {
  object-fit: cover;
  position: relative;
}

.moving {
  overflow: hidden;
}

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

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

.image-2 {
  width: 48px;
}

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

.line_on {
  background-color: #de220e;
  width: auto;
  height: 2px;
}

.accent_text {
  color: #de220e;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 700;
}

.reviews {
  margin-bottom: 40px;
}

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

.review_item {
  background-color: #ebebeb;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
}

.review_item.yt {
  margin-bottom: 0;
}

.rew_icon {
  margin-bottom: 10px;
}

.image-3 {
  width: 40px;
}

.review_aythor_text {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 135%;
}

.rewiev_text {
  border-top: 1px solid #0000003b;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
}

.donde_text {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 120%;
}

.photos._09 {
  margin-bottom: 40px;
}

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

.bold_span_aacent_text {
  font-weight: 700;
}

.link-4, .link-5, .link-6, .link-7 {
  color: #de220e;
  font-weight: 700;
}

.fin_sec {
  background-color: #222;
}

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

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

.link-8 {
  color: #de220e;
  font-weight: 500;
}

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

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

.negrod_sec {
  background-color: #222;
}

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

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

  .subt_01 {
    font-size: 52px;
  }

  .subt_02 {
    font-size: 24px;
  }

  .traini {
    background-color: #fff;
    border-style: none;
    padding-top: 0%;
    padding-bottom: 0%;
  }
}

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

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

  .subt_01 {
    font-size: 72px;
  }

  .subt_02 {
    font-size: 32px;
  }

  .traini {
    padding-bottom: 0%;
  }
}

@media screen and (max-width: 991px) {
  .cont {
    max-width: 640px;
  }

  .numbers_box {
    padding: 20px;
  }

  .bgn_text {
    font-size: 48px;
  }

  .traini {
    padding-bottom: 0%;
  }
}

@media screen and (max-width: 767px) {
  .main_title {
    bottom: 50%;
  }

  .h1 {
    font-size: 72px;
  }

  .subt_01 {
    font-size: 32px;
  }

  .subt_02 {
    font-size: 16px;
  }

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

  .traini {
    padding-bottom: 0%;
  }
}

@media screen and (max-width: 479px) {
  .top_box {
    background-image: url('../images/newmob.svg');
    border-top: 1px #000;
    border-bottom: 1px solid #043f22;
    height: 85vh;
  }

  .logo_option {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 2%;
    display: flex;
    position: static;
  }

  .main_title {
    text-align: center;
    inset: 15% 5% auto;
  }

  .h1 {
    font-size: 56px;
  }

  .subt_01 {
    font-size: 28px;
  }

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

  .grid_numbers, .two_gr {
    grid-template-columns: 1fr;
  }

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

  .sp_photo {
    border-bottom: 2px solid #de220e;
    border-right-style: none;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    padding-right: 0;
    display: flex;
  }

  .sp_photo.ff {
    border-bottom-color: #ffffff42;
  }

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

  .quot_text {
    border-left-style: none;
    padding-left: 0;
  }

  .corn_rou_box {
    padding-bottom: 40px;
  }

  .corn_rou_box.asdf {
    padding-bottom: 20px;
  }

  .heading-3 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .traini {
    padding-bottom: 0%;
  }

  .indist {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .image-2 {
    width: 24px;
  }

  .city_name {
    font-size: 12px;
  }

  .accent_text {
    margin-bottom: 20px;
  }

  .review_item {
    padding: 20px;
  }
}

#w-node-_6a63a3c3-cf33-2e74-93c1-a8c5e8e72bd0-a4fa81f2, #w-node-_1ed79faa-f839-d51b-cef6-941bb4cffc5a-a4fa81f2, #w-node-e0ad9a31-fff2-5a23-be5a-b1b71ac0b553-a4fa81f2, #w-node-_75b7eb71-303f-e5ab-a4ff-ba49f96bafda-a4fa81f2, #w-node-_1caa2ac0-8ad1-d776-2c19-d9788c0dbca8-a4fa81f2, #w-node-_56cfa8e7-a8b7-d301-e272-785437d64290-a4fa81f2, #w-node-b71accfd-cd37-3e96-675a-4eff74aa38d2-a4fa81f2 {
  place-self: center;
}

#w-node-_986d4024-06fd-8a6c-6f0b-b86ebd12e368-a4fa81f2 {
  place-self: center end;
}

#w-node-_1b772fe4-c503-5a05-82b1-5cdcfbee001a-a4fa81f2 {
  place-self: center stretch;
}

#w-node-_1d61551c-fb6e-1b2f-a320-0bec950c9d1d-a4fa81f2 {
  place-self: center start;
}

#w-node-_1299cc8a-24db-b8cc-f0df-7f9851f4f6a5-a4fa81f2 {
  place-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_977cc048-bfc2-2f39-4ab5-4f5bcf752139-a4fa81f2, #w-node-_56cfa8e7-a8b7-d301-e272-785437d6428e-a4fa81f2, #w-node-b71accfd-cd37-3e96-675a-4eff74aa38d0-a4fa81f2 {
    place-self: center;
  }

  #w-node-_1299cc8a-24db-b8cc-f0df-7f9851f4f6a3-a4fa81f2 {
    align-self: center;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}