.top_box {
  flex-flow: row;
  height: 100vh;
  display: flex;
}

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

.left {
  background-color: #02247a;
  max-width: 50%;
  height: 100vh;
  position: static;
}

.logo {
  padding-top: 20px;
  padding-left: 40px;
  position: static;
  inset: 0% auto auto 0%;
}

.up_link_box {
  width: 100px;
}

.life_link_box {
  width: 110px;
}

.main_title {
  margin-top: 25%;
  margin-left: 40px;
  margin-right: 40px;
  position: static;
  inset: auto 0% 0%;
}

.heading {
  color: #fffdfd;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 32px;
  line-height: 135%;
}

.subtitle_text {
  color: #d6d6d6;
  font-size: 18px;
  line-height: 150%;
}

.right {
  background-image: url('../images/main_photo.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50%;
  height: 100vh;
  display: flex;
}

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

.pream_sec {
  padding-bottom: 0;
}

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

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

.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: #02247a;
  font-weight: 700;
}

.date-text {
  text-align: right;
}

.pream_text {
  margin-bottom: 20px;
}

.quot_box {
  background-color: #fcfcfc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin: 40px 20%;
  padding: 40px;
  box-shadow: 0 2px 5px #0003;
}

.quotation_mark {
  margin-bottom: 5px;
}

.quot_span_text {
  font-weight: 600;
}

.image-2 {
  object-fit: cover;
}

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

.ladyies_comments.double {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.lady_com_item {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.lady_icon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.lady_con_words {
  margin-bottom: 0;
}

.lady_text {
  font-size: 14px;
}

.li_span_text {
  font-weight: 500;
}

.chpt_sec {
  padding-bottom: 0;
}

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

.chpt_box.n {
  padding-top: 0;
}

.chpt_head {
  background-color: #02247a;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 40px;
}

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

.regul_text {
  margin-bottom: 20px;
}

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

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

.green_span_text {
  color: #01247a;
  font-weight: 700;
}

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

.fin_sec {
  background-color: #01247a;
}

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

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

.link-7 {
  color: #ffd335;
}

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

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

.ab_research_text {
  font-size: 12px;
  font-style: italic;
  line-height: 145%;
}

.mini_span_bold_text {
  font-weight: 600;
}

.red_ac_text {
  color: #666;
  font-style: italic;
}

.red_popl {
  color: #727272;
  font-style: italic;
}

.link-8 {
  color: #01247a;
  font-weight: 700;
}

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

  .subtitle_text {
    font-size: 22px;
  }
}

@media screen and (min-width: 1440px) {
  .up_link_box {
    width: 108px;
  }

  .life_link_box {
    width: 128px;
  }

  .heading {
    font-size: 52px;
  }

  .subtitle_text {
    font-size: 28px;
  }

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

  .image {
    object-fit: cover;
  }
}

@media screen and (min-width: 1920px) {
  .top_box {
    justify-content: flex-start;
  }

  .heading {
    font-size: 68px;
  }

  .subtitle_text {
    font-size: 38px;
  }
}

@media screen and (max-width: 991px) {
  .top_box {
    flex-flow: column;
    height: auto;
  }

  .left {
    max-width: 100%;
    height: auto;
  }

  .main_title {
    margin-top: 40px;
  }

  .heading {
    font-size: 32px;
  }

  .subtitle_text {
    padding-bottom: 20px;
    font-size: 18px;
  }

  .right {
    max-width: 100%;
    height: auto;
  }

  .image {
    height: 560px;
  }

  .cont {
    max-width: 700px;
  }

  .pream_box {
    padding-bottom: 0;
  }

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

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

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

@media screen and (max-width: 767px) {
  .logo {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-right: 40px;
    display: flex;
  }

  .up_link_box {
    width: 88px;
  }

  .life_link_box {
    width: 96px;
  }

  .main_title {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading {
    text-align: center;
    font-size: 24px;
  }

  .subtitle_text {
    text-align: center;
    font-size: 16px;
  }

  .image {
    object-fit: cover;
    object-position: 50% 50%;
    height: 460px;
  }

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

  .quot_box {
    margin-left: 0%;
    margin-right: 0%;
    padding: 20px;
  }

  .ladyies_comments, .ladyies_comments.double {
    grid-template-columns: 1fr;
  }

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

  .box_with_photo {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

@media screen and (max-width: 479px) {
  .logo {
    opacity: .7;
  }

  .life_box {
    margin-top: -5px;
  }

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

  .heading {
    font-size: 26px;
  }

  .subtitle_text {
    padding-bottom: 0;
    font-size: 14px;
  }

  .image {
    height: 360px;
  }

  .chpt_box.n {
    padding-bottom: 20px;
  }

  .chpt_head {
    margin-bottom: 20px;
    padding: 20px;
  }

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

#w-node-_97551d75-6fb7-da36-608b-df07deb0be8a-271643e9, #w-node-_624df502-76ec-69f3-e41b-28b5c338d7c5-271643e9, #w-node-_88e7cfd7-0c31-0c79-5fbd-fb2949b86854-271643e9, #w-node-_88e7cfd7-0c31-0c79-5fbd-fb2949b86866-271643e9 {
  place-self: center;
}


