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

.top_box {
  background-image: linear-gradient(45deg, #dbdbff, #c7e6f9 54%, #c2f1df);
  height: 100vh;
}

.ep_logo {
  margin-left: 5%;
  padding-top: 2%;
}

.ep_link_logo_box {
  width: 116px;
}

.main_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-left: 5%;
  margin-right: 5%;
  display: grid;
}

.h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 600;
  line-height: 135%;
}

.subtitle_text {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
}

.cta {
  margin-top: 40px;
}

.cta_link {
  background-color: #008bff;
  border-radius: 80px;
  padding: 20px 60px;
  text-decoration: none;
  transition: all .555s cubic-bezier(.645, .045, .355, 1);
}

.cta_link:hover {
  background-color: #001527;
  transform: translate(0, 10px);
}

.cta_text {
  color: #fff;
  font-weight: 600;
}

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

.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 {
  color: #038bff;
  font-weight: 600;
}

.date_text {
  text-align: right;
}

.pream_text {
  margin-bottom: 20px;
}

.story_sec {
  background-image: linear-gradient(306deg, #dbdbff, #c7e6f9 51%, #c2f1df);
  border-radius: 40px;
  padding-bottom: 0;
}

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

.story_title {
  margin-bottom: 40px;
}

.time_action {
  background-color: #fff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 40%;
  margin-right: 40%;
  padding: 10px 20px;
  display: flex;
}

.time_action.colour {
  background-color: #fff0;
  background-image: linear-gradient(66deg, #dbdbff, #c7e6f9 50%, #c2f1df);
}

.image-2 {
  width: 32px;
  height: 32px;
}

.time_title {
  padding-left: 10px;
}

.subtitle_text03 {
  color: #038bff;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.subtitle_text03.small {
  text-transform: uppercase;
  font-size: 18px;
}

.heading {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 135%;
}

.heading.dio {
  padding-left: 16%;
  padding-right: 16%;
}

.regul_text {
  margin-bottom: 20px;
}

.accent_box {
  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;
}

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

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

.photo.inst {
  margin-top: 0;
  margin-bottom: 0;
}

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

.wh_story_sec {
  padding-bottom: 0;
}

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

.dit_box {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 40px 0;
}

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

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

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

.image-4.uo {
  width: 90%;
  max-width: 90%;
}

.asp_item {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.asp_text {
  text-align: center;
  font-size: 16px;
  line-height: 140%;
}

.asp_text.ww {
  padding-left: 15%;
  padding-right: 15%;
}

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

.asmtr_boxx._02 {
  grid-template-columns: 1.75fr 1.5fr;
}

.asymtr_text {
  border-bottom: 1px #acacac;
  padding-bottom: 0;
}

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

.comprs {
  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;
}

.ford_item {
  background-image: linear-gradient(27deg, #dbdbff, #c7e6f9 53%, #c2f1df);
  border-radius: 8px;
  padding: 20px;
}

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

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

.h3 {
  text-align: center;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 135%;
}

.descr_text {
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 140%;
}

.descr_text.ip {
  margin-bottom: 0;
}

.tip_box {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 20px;
}

.for_text {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.footer {
  background-color: #181818;
}

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

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

.link {
  color: #038bff;
}

.scroll-line-wrapper {
  z-index: 99;
  pointer-events: none;
  position: fixed;
  inset: 0 0 0 20px;
}

.scroll-line-track {
  z-index: 0;
  width: 8px;
  position: absolute;
  inset: 0 0 0 50%;
}

.scroll-icon-marker {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 50%;
}

.scroll-icon-img {
  width: 100%;
  height: 100%;
}

.er_text {
  padding-bottom: 40px;
}

.double {
  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;
}

.link-2, .link-3 {
  color: #038bff;
  font-weight: 600;
}

.link-4, .link-5 {
  color: #0575d4;
  font-weight: 600;
}

.link-6 {
  color: #038bff;
  font-weight: 600;
}

.link-7 {
  color: #0575d4;
}

.link-8 {
  color: #0575d4;
  font-weight: 600;
}

.link-9, .link-10, .link-11 {
  color: #038bff;
  font-weight: 600;
}

.link-12, .link-13 {
  color: #0075da;
  font-weight: 600;
}

@media screen and (min-width: 1440px) {
  .main_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.25fr 1.25fr;
  }

  .h1 {
    font-size: 64px;
  }

  .subtitle_text {
    margin-bottom: 5px;
    font-size: 42px;
  }

  .subtitle_text02 {
    font-size: 22px;
    line-height: 150%;
  }
}

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

  .subtitle_text {
    font-size: 54px;
  }

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

@media screen and (max-width: 991px) {
  .top_box {
    height: 70vh;
  }

  .h1 {
    font-size: 34px;
  }

  .subtitle_text {
    font-size: 22px;
  }

  .subtitle_text02 {
    font-size: 14px;
  }

  .cta_link {
    padding: 10px 40px;
  }

  .cont {
    max-width: 640px;
  }

  .heading.dio.sew {
    padding-left: 0%;
    padding-right: 0%;
  }

  .dit_box {
    padding: 20px;
  }

  .heading-2 {
    margin-bottom: 20px;
  }

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

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

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

@media screen and (max-width: 767px) {
  .top_box {
    height: 60vh;
  }

  .h1 {
    font-size: 30px;
  }

  .subtitle_text {
    font-size: 20px;
  }

  .subtitle_text02 {
    padding-right: 25%;
  }

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

  .time_action {
    margin-left: 30%;
    margin-right: 30%;
  }

  .heading {
    font-size: 26px;
  }

  .heading.dio {
    padding-left: 5%;
    padding-right: 5%;
  }
}

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

  .ep_logo {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-right: 5%;
    display: flex;
  }

  .main_grid {
    grid-template-columns: 1.25fr;
  }

  .h1, .subtitle_text {
    text-align: center;
  }

  .subtitle_text02 {
    text-align: center;
    padding-right: 0%;
  }

  .cta {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .story_sec {
    border-radius: 16px;
  }

  .story_box {
    padding-top: 40px;
  }

  .story_title {
    margin-bottom: 20px;
  }

  .time_action {
    margin-bottom: 20px;
    margin-left: 25%;
    margin-right: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-2 {
    width: 24px;
    height: 24px;
  }

  .subtitle_text03 {
    font-size: 18px;
  }

  .heading {
    font-size: 20px;
  }

  .accnt_words {
    padding: 20px;
  }

  .wh_story_box {
    padding-top: 40px;
  }

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

  .trio_fact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .asp_item {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .asp_item.fin {
    border-bottom-style: none;
    margin-bottom: 0;
  }

  .asp_text {
    font-size: 14px;
  }

  .asp_text.ww {
    padding-left: 0%;
    padding-right: 0%;
  }

  .double {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }
}

#w-node-_4f8823e4-e9c2-750e-6245-e575d61ffe1b-0a3a363f {
  align-self: center;
}

#w-node-_1a575e60-00aa-0c1e-e1f6-04200190b67b-0a3a363f {
  place-self: stretch stretch;
}

#w-node-d400f8d2-6307-b17b-7a12-e9e4ad8453d8-0a3a363f {
  align-self: end;
}

#w-node-_3901d67a-d4e7-c213-17ae-95e07027fd26-0a3a363f {
  place-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_1a575e60-00aa-0c1e-e1f6-04200190b67b-0a3a363f {
    place-self: stretch stretch;
  }
}


