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

.top-box {
  background-image: url('../images/phon.png');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.logo {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.ep-link {
  width: 108px;
}

.main-title {
  padding-top: 84px;
  padding-left: 15%;
  padding-right: 15%;
}

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

.sub-text {
  color: #fff;
  text-align: center;
}

.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-text {
  color: #682c91;
  text-transform: uppercase;
  font-weight: 600;
}

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

.text1 {
  margin-bottom: 20px;
}

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

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

.zmist-item {
  border-radius: 8px;
}

.numb {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: grid;
}

.numb-text {
  color: #fff;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.line-box {
  color: #fff;
  background-color: #fff;
  width: auto;
  height: 1px;
}

.lbl-zmist {
  padding-top: 20px;
}

.lbl-text {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
}

.zmist--ink {
  background-color: #95c11f;
  border-radius: 8px;
  padding: 20px;
  text-decoration: none;
}

.zmist--ink.viol {
  background-color: #682c91;
}

.zmist_link_box {
  background-color: #682d91;
  border-radius: 8px;
  padding: 20px;
  text-decoration: none;
  transition: all .555s;
}

.zmist_link_box:hover {
  background-color: #95c11f;
  transform: skew(4deg);
}

.zmist_link_box.viol {
  background-color: #682c91;
}

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

.ch-lbl.double {
  margin-top: 40px;
}

.lbl-ch-text-numb {
  color: #95c11f;
  text-align: center;
  border-bottom: 2px solid #95c11f;
  padding-bottom: 10px;
  font-weight: 800;
}

.heading-2 {
  color: #682e91;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px solid #95c01f;
  margin-bottom: 40px;
  padding-bottom: 20px;
  line-height: 135%;
}

.heading-2.rtyui {
  background-color: #95c01f00;
  border-bottom-style: solid;
  border-left: 2px #95c11f;
  border-right: 2px #95c11f;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
}

.quot {
  background-color: #682e91;
  border-radius: 0 8px 8px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 40px;
}

.quot-text {
  color: #fff;
}

.quotlabel {
  text-align: left;
  background-color: #95c11f;
  border: 2px #95c11f;
  border-top: 1px #000;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 40px;
  margin-left: 0;
  padding: 10px;
  display: flex;
}

.lbl-quot-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

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

.photo-box.finate {
  margin-bottom: 60px;
}

.image {
  border-radius: 8px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image.final {
  max-width: 100%;
}

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

.vid-options {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #95c11f;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  display: grid;
}

.expl-vid {
  border-radius: 8px;
}

.expl-vid-text {
  color: #000;
  font-weight: 600;
}

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

.video {
  border-radius: 8px;
}

.how-work {
  background-color: #ececec;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
}

.hw-text {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}

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

.form-vio {
  background-color: #682e91;
  border-radius: 8px;
  padding: 20px;
}

.form-vio.dif {
  background-color: #95c11f;
}

.form-lbl-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}

.form-lbl-text.nir {
  color: #000;
}

.form-simple-text {
  color: #fff;
  font-size: 14px;
}

.form-simple-text.nur {
  color: #000;
}

.ayud-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #682e91;
  border-top-left-radius: 0;
  border-bottom-left-radius: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 40px;
  display: grid;
}

.ayud-item.cert {
  background-color: #95c11f;
}

.ayud-name-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.ayud-name-text.certdark {
  color: #000;
}

.expl-ayd {
  color: #fff;
}

.expl-ayd.blck {
  color: #000;
}

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

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

.gel-item {
  border-radius: 8px;
}

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

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

.slog-text {
  text-align: left;
  text-transform: none;
  font-weight: 600;
}

.image-3 {
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.summary {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #682e9100;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.sum-item {
  background-color: #682e91;
  border-radius: 8px;
  padding: 20px;
}

.bignumber-text {
  color: #fff;
  text-align: center;
  font-size: 80px;
  font-weight: 600;
  line-height: 150%;
}

.sum-simpl-text {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

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

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

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

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

.navi {
  width: 160px;
}

.imprs {
  width: 118px;
}

.link-4, .link-5 {
  color: #682e91;
  font-weight: 600;
}

@media screen and (min-width: 1280px) {
  .logo {
    padding-top: 53px;
  }

  .ep-link {
    width: 128px;
  }

  .main-title {
    padding-top: 118px;
  }

  .heading {
    font-size: 64px;
  }

  .sub-text {
    color: #c2c2c2;
    font-size: 24px;
    line-height: 150%;
  }
}

@media screen and (min-width: 1440px) {
  .top-box {
    background-position: 50% 0;
  }

  .logo {
    padding-top: 48px;
  }

  .ep-link {
    width: 148px;
  }

  .main-title {
    padding-top: 95px;
  }

  .heading {
    font-size: 72px;
  }
}

@media screen and (min-width: 1920px) {
  .logo {
    padding-top: 99px;
  }

  .ep-link {
    width: 162px;
  }

  .main-title {
    padding-top: 151px;
  }

  .heading {
    font-size: 96px;
  }

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

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

  .main-title {
    padding-top: 37px;
  }

  .heading {
    font-size: 40px;
  }

  .cont {
    max-width: 700px;
  }

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

  .image {
    max-width: 100%;
  }

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

  .avd {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

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

  .logo {
    padding-top: 25px;
  }

  .main-title {
    padding-top: 6px;
  }

  .heading {
    font-size: 32px;
  }

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

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

  .vid-options {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .how-work {
    padding: 20px;
  }

  .hw-text {
    margin-bottom: 20px;
  }

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

  .form-lbl-text.nir {
    margin-bottom: 10px;
  }

  .aydoption, .gel {
    grid-template-columns: 1fr;
  }

  .avd {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding: 24px;
  }

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

  .bignumber-text {
    font-size: 48px;
  }
}

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

  .logo {
    padding-top: 10px;
  }

  .main-title {
    padding-top: 0;
  }

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

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

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

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

  .quot {
    padding: 24px;
  }

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

  .summary {
    margin-bottom: 20px;
  }

  .navi {
    width: 120px;
  }

  .imprs {
    width: 100px;
  }
}

#w-node-_39f4cb92-d8fb-aa1d-e622-e597ca3f0e5a-a2e07e42 {
  place-self: center end;
}

#w-node-cb400f32-c6c6-5a4b-69d9-8e4053bca53a-a2e07e42 {
  place-self: center start;
}

#w-node-b73f95cd-95fa-1b9c-a0eb-56acc877f751-a2e07e42, #w-node-_258ea2fe-9af4-d621-4099-f70ce2ba7f27-a2e07e42 {
  place-self: center;
}

#w-node-f96afe79-652a-bf49-0f3f-e0d6a4f6d174-a2e07e42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c56775d5-51da-f3e5-94f5-17281dd22a50-a2e07e42 {
  place-self: center;
}

#w-node-_590822b8-e546-0e0f-a56d-381e0f705d9e-a2e07e42 {
  place-self: center start;
}

#w-node-e9b1d8ac-5394-80a5-fea3-0014bf335aa1-a2e07e42 {
  align-self: center;
}

#w-node-_1030d207-30f9-2014-9c50-36a12f6661dc-a2e07e42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1030d207-30f9-2014-9c50-36a12f6661df-a2e07e42 {
  align-self: center;
}

#w-node-_97cc9fe1-58e7-1e48-74d0-7142d194a8c5-a2e07e42 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_1030d207-30f9-2014-9c50-36a12f6661dc-a2e07e42 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3a03d969-3773-c34f-d8eb-109bd7b8313a-a2e07e42 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1030d207-30f9-2014-9c50-36a12f6661dc-a2e07e42 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


