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

.top-box {
  background-image: url('../images/bacgr.webp');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.left {
  width: 50%;
  height: 100vh;
  position: relative;
}

.right {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  padding-left: 20px;
  display: flex;
}

.logo-box {
  padding-top: 20px;
  padding-left: 40px;
}

.ep-link {
  width: 108px;
}

.main-title {
  margin-top: 0%;
  margin-left: 40px;
  padding-left: 0;
  position: absolute;
  inset: auto 0% 50%;
}

.heading {
  color: #0054a4;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 40px;
  line-height: 135%;
}

.accent {
  transform-style: preserve-3d;
  background-color: #e60033;
  border-radius: 80px;
  margin-top: 20px;
  padding: 20px;
  transform: rotateX(-4deg)rotateY(18deg)rotateZ(4deg);
}

.accent-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

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

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

.pream-sec {
  padding-bottom: 0;
}

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

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

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

.sp-text {
  color: #0054a4;
  font-weight: 700;
}

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

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

.mest-link {
  width: 120px;
}

.text1 {
  margin-bottom: 20px;
}

.link {
  color: #e60033;
  font-weight: 600;
}

.chapter-sec {
  padding-bottom: 40px;
}

.heading-2 {
  color: #0054a4;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 135%;
}

.heading-2.dyu {
  margin-top: 40px;
  font-size: 28px;
}

.statist-box {
  margin: 40px 25%;
  padding: 0;
  position: relative;
}

.top-number {
  background-color: #fdfeff;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 2px 5px #0003;
}

.number-text {
  color: #e60033;
  text-align: center;
  padding: 20px 20px 0;
  font-size: 80px;
  font-weight: 600;
  line-height: 100%;
}

.dec-stat {
  background-color: #0054a4;
  height: 60px;
}

.expl-text {
  text-align: center;
  margin-top: 5px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 14px;
  font-weight: 600;
}

.littext {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
}

.ar {
  position: absolute;
  inset: 10% auto auto 5%;
}

.image-2 {
  width: 30px;
  height: 52px;
}

.alittle {
  font-size: 40px;
}

.link-2 {
  color: #e60033;
  font-weight: 600;
}

.slog-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0054a4;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.slogcta {
  padding: 40px;
}

.slog-text {
  color: #fff;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
}

.slog-text.nogapser {
  margin-bottom: 0;
}

.link-3 {
  color: #60c9ff;
  font-weight: 700;
}

.slog-pic {
  padding: 40px 40px 40px 0;
}

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

.cta {
  margin-top: 20px;
}

.link-cta {
  background-color: #28d3a1;
  border-radius: 80px;
  margin-left: 80px;
  margin-right: 80px;
  padding: 20px;
  text-decoration: none;
  transition: all .555s cubic-bezier(.455, .03, .515, .955);
  display: block;
}

.link-cta:hover {
  background-color: #e60033;
}

.cta-text-shop {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.steps-box {
  margin-top: 20px;
  margin-bottom: 40px;
}

.step-head-text {
  text-align: center;
  padding: 20px;
  font-weight: 700;
}

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

.step-icon {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.top-step {
  background-color: #0054a4;
}

.top-step._2 {
  background-color: #e60033;
}

.top-step._3 {
  background-color: #28d3a1;
}

.top-step._4 {
  background-color: #0a2532;
}

.top-step._5 {
  background-color: #189ce1;
}

.top-step._6 {
  background-color: #8493a8;
}

.steptitle-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.bot-step {
  border: 1px solid #d4d4d4;
  border-top: 1px #cecece;
}

.step-expl-text {
  height: 184px;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 2px 5px #0003;
}

.category {
  margin-top: 20px;
  margin-bottom: 40px;
}

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

.categ-color {
  background-color: #0054a4;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.cah-one {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.cah-one.lower {
  margin-bottom: 0;
}

.circ {
  background-color: #189ce1;
  border-radius: 24px;
  width: 12px;
  height: 12px;
}

.circ.bordo {
  background-color: #e60033;
}

.categ-named-text {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  padding-left: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
}

.type-item {
  background-color: #edeff5;
  border: 1px solid #cecece;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

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

.type-named {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.type-nm-text {
  color: #189ce1;
  text-align: center;
  text-transform: uppercase;
  width: 130.25px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
}

.proc-text {
  color: #e60033;
  text-align: center;
  font-weight: 700;
}

.ministat-text {
  text-align: left;
  margin-top: 10px;
  font-size: 12px;
}

.details-opt {
  margin-top: 40px;
  margin-bottom: 40px;
}

.det-gridopt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.detstep-f {
  background-color: #0054a4;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 18px;
  display: flex;
}

.detstep-f.ee {
  background-color: #e60033;
}

.detstep-f.eee {
  background-color: #0a2532;
}

.det-head-text {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.detexplbox {
  background-color: #eeeff6;
  border: 1px solid #d4d4d4;
  border-left-style: none;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.det-simple-text {
  font-size: 14px;
  font-weight: 500;
}

.list-pop {
  color: #e60033;
}

.list-item {
  margin-bottom: 20px;
}

.esp-list-text {
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 600;
}

.esp-list-text.tio {
  font-weight: 400;
}

.fin-sec {
  background-color: #cad3df;
}

.fin-box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block {
  font-size: 12px;
}

.fin-text {
  font-size: 12px;
  font-weight: 500;
}

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

.image-4 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.double-pic {
  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-5 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (min-width: 1280px) {
  .main-title {
    bottom: 47%;
  }

  .heading {
    font-size: 46px;
  }

  .accent {
    margin-left: 40px;
    margin-right: 40px;
    transform: rotateX(-4deg)rotateY(18deg)rotateZ(4deg);
  }
}

@media screen and (min-width: 1440px) {
  .main-title {
    bottom: 48%;
  }

  .heading {
    font-size: 52px;
  }

  .accent {
    margin-top: 40px;
    transform: rotateX(-4deg)rotateY(18deg)rotateZ(4deg);
  }

  .accent-text {
    font-size: 24px;
  }
}

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

  .accent {
    padding: 30px;
  }

  .accent-text {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  .top-box {
    flex-flow: column;
  }

  .left {
    width: 100%;
    height: auto;
    position: static;
  }

  .right {
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding-left: 0;
  }

  .main-title {
    margin-top: 40px;
    margin-right: 40px;
    position: static;
  }

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

  .cont {
    max-width: 700px;
  }

  .sp-date {
    margin-bottom: 20px;
  }

  .pream-box {
    padding-top: 20px;
  }

  .meest {
    margin-bottom: 20px;
  }

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

  .statist-box {
    margin-left: 20%;
    margin-right: 20%;
  }

  .slog-box {
    grid-template-columns: 1fr;
  }

  .slogcta {
    padding-bottom: 0;
  }

  .slog-pic {
    padding-left: 40px;
  }

  .link-cta {
    margin-left: 140px;
    margin-right: 140px;
  }

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

  .step-expl-text {
    height: 184px;
  }

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

  .categ-color, .type-item {
    justify-content: center;
    align-items: center;
  }

  .type-nm-text {
    width: auto;
  }

  .det-head-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .top-box {
    height: 80vh;
  }

  .heading {
    font-size: 32px;
  }

  .accent {
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
  }

  .accent-text {
    font-size: 18px;
  }

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

  .mest-link {
    width: 100px;
  }

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

  .statist-box {
    margin-left: 15%;
    margin-right: 15%;
  }

  .link-cta {
    margin-left: 40px;
    margin-right: 40px;
  }

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

  .step-expl-text {
    height: auto;
  }

  .det-gridopt, .double-pic {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .top-box {
    height: 70vh;
  }

  .heading {
    font-size: 24px;
  }

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

  .accent-text {
    font-size: 14px;
  }

  .mest-link {
    width: 96px;
  }

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

  .statist-box {
    margin-left: 5%;
    margin-right: 5%;
  }

  .number-text {
    font-size: 56px;
  }

  .expl-text {
    padding-left: 0;
    padding-right: 0;
  }

  .ar {
    top: 5%;
  }

  .slogcta {
    padding: 20px 20px 0;
  }

  .slog-pic {
    padding: 20px;
  }

  .link-cta {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .type-item {
    justify-content: space-around;
  }
}

#w-node-d1f4e66c-bf38-132f-3513-d50fe4657069-df455914 {
  place-self: stretch stretch;
}


