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

.page_wrapper {
  background-color: #fff;
}

.top_box {
  position: relative;
}

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

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

.up_link_box {
  width: 100px;
}

.life_link_box {
  width: 108px;
}

.main_title {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff12;
  border: 1px solid #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 15% 50% 15% 5%;
}

.h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 135%;
}

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

.cta {
  margin-top: 20px;
}

.cta_link {
  background-color: #8700ef;
  border-radius: 8px;
  padding: 20px 40px;
  text-decoration: none;
  transition: all .555s cubic-bezier(.55, .055, .675, .19);
}

.cta_link:hover {
  transform: rotate(-5deg);
}

.cta_text {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

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

.date_text {
  text-align: right;
}

.pream_text {
  margin-bottom: 20px;
}

.story_sec {
  padding-bottom: 40px;
}

.story_title {
  background-color: #8800ef;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 40px;
}

.story_title.double {
  margin-top: 60px;
}

.h2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 135%;
}

.reg_text {
  margin-bottom: 20px;
}

.fin_sec {
  background-color: #202020;
}

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

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

.link {
  color: #c375ff;
}

.quot_photo_box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f0f0f0;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
  grid-auto-columns: 1fr;
  margin: 40px 10%;
  padding: 40px;
  display: grid;
  box-shadow: 0 2px 5px #0003;
}

.quot_span_text {
  font-weight: 600;
}

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

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

.numbers_item {
  background-color: #f3f3f3;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  padding: 20px;
}

.circle_decor {
  border: 1px dashed #8800ef;
  border-radius: 24px;
  width: 24px;
  height: 24px;
  margin-bottom: 0;
}

.number_words {
  margin-bottom: 5px;
}

.big_numbers {
  color: #8800ef;
  text-align: center;
  font-size: 80px;
  font-weight: 600;
  line-height: 100%;
}

.naim_of_number_text {
  color: #1b1b1b;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
}

.expl_number_text {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.vooz {
  justify-content: space-between;
  margin-bottom: 5px;
  display: flex;
}

.vooz_text {
  color: #424242;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

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

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

.bigcircle_box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 40px 20px 40px 40px;
  display: grid;
}

.bgcircle_item {
  background-color: #440077c4;
  border-radius: 400px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  box-shadow: 0 0 0 4px #fff, 0 0 0 6px #713c98;
}

.bgcircle_item.ertw {
  background-color: #af4af7;
  margin-left: -20px;
  box-shadow: 0 0 0 4px #fff, 0 0 0 6px #af4af7;
}

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

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

.quotu {
  margin: 40px 25%;
}

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

.image-3 {
  object-fit: cover;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

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

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

@media screen and (min-width: 1440px) {
  .main_title {
    bottom: 25%;
  }

  .h1 {
    font-size: 48px;
  }

  .cta {
    margin-top: 40px;
  }

  .cta_link {
    padding-left: 60px;
    padding-right: 60px;
  }

  .cta_text {
    font-size: 20px;
  }
}

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

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

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

  .subtitle_text {
    font-size: 16px;
  }

  .cta_link {
    padding: 10px 20px;
  }

  .cont {
    max-width: 700px;
  }

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

  .numbers {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .expl_number_text {
    padding-left: 0;
    padding-right: 0;
  }

  .bgcircle_item {
    border-radius: 320px;
    width: 320px;
    height: 320px;
  }

  .name_of_step {
    font-size: 14px;
  }

  .expl_prof_text {
    font-size: 13px;
  }

  .quotu {
    margin-left: 15%;
    margin-right: 15%;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    background-color: #8800ef;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    position: static;
  }

  .main_title {
    background-color: #8800ef;
    border-style: none;
    border-radius: 0;
    position: static;
  }

  .h1 {
    text-align: center;
    font-size: 32px;
  }

  .subtitle_text {
    text-align: center;
  }

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

  .cta_link {
    background-color: #fff;
  }

  .cta_text {
    color: #000;
  }

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

  .h2 {
    font-size: 22px;
  }

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

  .bigcircle_box {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .bgcircle_item.ertw {
    margin-left: 0;
  }

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

@media screen and (max-width: 479px) {
  .main_title {
    padding: 20px;
  }

  .h1 {
    text-align: center;
    font-size: 20px;
  }

  .subtitle_text {
    text-align: center;
  }

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

  .story_title {
    padding: 20px;
  }

  .h2 {
    font-size: 20px;
  }

  .quot_photo_box {
    grid-template-columns: 1fr;
    padding: 20px;
  }

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

  .bgcircle_item {
    border-radius: 300px;
    width: 300px;
    height: 300px;
  }
}

#w-node-_8d6c187a-cd76-c9f9-6633-4f8687bfc5f7-68b366ce {
  place-self: start;
}

#w-node-_42d9492d-03b0-e33f-ce81-1d659b7590f0-68b366ce {
  place-self: center;
}

#w-node-_6bed8293-e1a8-fd77-17d5-224623634d61-68b366ce {
  place-self: center end;
}

#w-node-e5d59a61-bd11-ddc4-1617-a9cd2d08fffb-68b366ce {
  place-self: center start;
}

@media screen and (max-width: 767px) {
  #w-node-_6bed8293-e1a8-fd77-17d5-224623634d61-68b366ce, #w-node-e5d59a61-bd11-ddc4-1617-a9cd2d08fffb-68b366ce {
    justify-self: center;
  }
}


