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

.top_box {
  background-image: linear-gradient(#0000009e, #0000009e), url('../images/main_two.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
  position: relative;
}

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

.ep_link_box {
  width: 100px;
}

.main_title {
  margin-right: 0%;
  position: absolute;
  inset: auto 5% 39%;
}

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

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

.pream_sec {
  padding-bottom: 0;
}

.cont {
  max-width: 980px;
  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_date {
  color: #011366;
  text-transform: uppercase;
  font-weight: 700;
}

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

.pream_text {
  margin-bottom: 20px;
}

.sp-logo-box {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.qiout_phot {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f5f5;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 40px 15%;
  padding: 20px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.phot_speaker {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #011366;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding: 20px 40px;
  display: grid;
}

.image {
  object-fit: cover;
}

.name_speaker_text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
}

.title_text_speaker {
  color: #e7e7e7;
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
}

.quot_span {
  font-weight: 500;
}

.story_sec {
  padding-bottom: 60px;
}

.story_box {
  margin-bottom: 40px;
}

.story_box.dio {
  margin-top: 60px;
}

.story_title_box {
  background-color: #021366;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 40px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 145%;
}

.reg_text {
  margin-bottom: 20px;
}

.fin_sec {
  background-color: #021366;
}

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

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

.edit_text {
  color: #6f6d6d;
  font-style: italic;
}

.foto_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;
}

.link, .link-2 {
  color: #021366;
  font-weight: 700;
}

.left-arrow {
  background-color: #021366;
  border-radius: 4px;
  height: 40px;
  inset: auto auto -10% 41%;
}

.intrslider {
  background-color: #ddd0;
  height: auto;
}

.slide {
  border-radius: 8px;
  padding-bottom: 0;
}

.icon-2 {
  color: #fff;
  font-size: 24px;
}

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

.right-arrow {
  background-color: #021366;
  border-radius: 4px;
  height: 40px;
  inset: auto 41% -10% auto;
}

.slide-nav {
  display: none;
}

.mask {
  border-radius: 8px;
}

.gasrt-box {
  padding-top: 0;
  padding-bottom: 20px;
  font-weight: 800;
}

.lotsphotoesoption {
  margin: 0 0% 40px;
  padding-bottom: 0;
}

.link-3 {
  color: #011366;
  font-weight: 500;
}

.link-4 {
  color: #fff45e;
  font-weight: 500;
}

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

  .main_title {
    bottom: 35%;
  }

  .heading {
    font-size: 48px;
  }

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

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

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

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

  .subtitle_text {
    font-size: 20px;
  }

  .cont {
    max-width: 700px;
  }

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

  .name_speaker_text {
    font-size: 16px;
  }

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

  .left-arrow {
    left: 32%;
  }

  .right-arrow {
    right: 32%;
  }

  .lotsphotoesoption {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .top_box {
    background-image: linear-gradient(#0000008c, #0000008c), url('../images/fiau.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .logo {
    text-align: center;
    inset: 3% 5% auto;
  }

  .main_title {
    margin-right: 0%;
    bottom: 41%;
    right: 5%;
  }

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

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

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

  .left-arrow {
    bottom: -12%;
  }

  .image-10 {
    width: auto;
    height: 400px;
  }

  .right-arrow {
    bottom: -12%;
  }

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

  .lotsphotoesoption {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .top_box {
    background-image: linear-gradient(#0000007a, #0000007a), url('../images/main_two.webp');
    height: 50vh;
  }

  .main_title {
    bottom: 35%;
  }

  .heading {
    font-size: 20px;
  }

  .pream_box {
    padding-top: 20px;
  }

  .sp_date_box, .sp-logo-box {
    margin-bottom: 20px;
  }

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

  .phot_speaker {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .title_text_speaker {
    font-size: 12px;
    line-height: 135%;
  }

  .story_title_box {
    padding: 20px;
  }

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

  .left-arrow {
    bottom: -20%;
    left: 0%;
  }

  .image-10 {
    height: 240px;
  }

  .right-arrow {
    bottom: -20%;
    right: 0%;
  }

  .gasrt-box {
    padding-bottom: 0;
  }

  .lotsphotoesoption {
    margin-bottom: 20px;
    padding-bottom: 48px;
  }
}

#w-node-_58083b8f-095a-d362-6038-8cd35d7e119b-faa2b64f, #w-node-_58083b8f-095a-d362-6038-8cd35d7e119d-faa2b64f, #w-node-b0c55dc1-c601-a556-feba-881f6458acc0-faa2b64f, #w-node-b0c55dc1-c601-a556-feba-881f6458acc2-faa2b64f, #w-node-_53f1b43f-944f-ae6a-993a-27c522c73e23-faa2b64f, #w-node-_53f1b43f-944f-ae6a-993a-27c522c73e25-faa2b64f, #w-node-_6896351f-f909-7877-4051-74912ab36e54-faa2b64f, #w-node-_6896351f-f909-7877-4051-74912ab36e56-faa2b64f, #w-node-_8dbe3eb0-48c0-2e0f-4ce0-44f1943b918c-faa2b64f, #w-node-_8dbe3eb0-48c0-2e0f-4ce0-44f1943b918e-faa2b64f, #w-node-_71fdf1e9-3b9e-ac9a-2b58-47bf721412ce-faa2b64f, #w-node-_71fdf1e9-3b9e-ac9a-2b58-47bf721412d0-faa2b64f, #w-node-a3d976f1-f4e6-cf48-a725-5da3f8ebbb56-faa2b64f, #w-node-a3d976f1-f4e6-cf48-a725-5da3f8ebbb58-faa2b64f, #w-node-_44ca34d6-0f75-7583-8ea0-e6a72f0875a9-faa2b64f, #w-node-_44ca34d6-0f75-7583-8ea0-e6a72f0875ab-faa2b64f, #w-node-c160acb8-7f72-ee2c-b5c8-3867f84a2801-faa2b64f, #w-node-c160acb8-7f72-ee2c-b5c8-3867f84a2803-faa2b64f, #w-node-_02142087-d261-d4da-71c6-566fe2d2a59c-faa2b64f, #w-node-_02142087-d261-d4da-71c6-566fe2d2a59e-faa2b64f, #w-node-_19021289-bef9-90fd-d055-8679720a16f7-faa2b64f, #w-node-_19021289-bef9-90fd-d055-8679720a16f9-faa2b64f {
  place-self: center;
}


