h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 135%;
}

h2 {
  color: #c9100e;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 135%;
}

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

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

.logo {
  z-index: 5;
  opacity: .8;
  padding-top: 10px;
  padding-left: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.up-link {
  width: 100px;
}

.life-logo {
  display: none;
}

.life-link {
  width: 108px;
}

.main-title {
  position: absolute;
  inset: 12% 0% auto;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  padding-right: 0%;
}

.subtitl-text {
  color: #ffdcdc;
  text-align: center;
  padding-left: 25%;
  padding-right: 25%;
  font-weight: 600;
}

.language {
  z-index: 4;
  padding-top: 20px;
  padding-right: 40px;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.lang_link {
  color: #fff;
  background-color: #c9100e;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .555s cubic-bezier(.645, .045, .355, 1);
  transform: translate(0);
}

.lang_link:hover {
  background-color: #dc560b00;
  border: 1px #000;
  transform: translate(0, 10px);
  box-shadow: 0 0 0 2px #ffffff5c;
}

.pream-sec {
  background-color: #fff5e3;
  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: #c9100e;
  text-transform: uppercase;
  font-weight: 600;
}

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

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

.chapter-sec {
  background-image: none;
  background-size: auto;
  padding-bottom: 40px;
}

.chapter-sec.yell {
  background-color: #fff5e3;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 40px;
}

.photo-option {
  margin: 40px 10%;
}

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

.quot {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffebc700;
  background-image: url('../images/gradi.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.5fr;
  grid-auto-columns: 1fr;
  margin: 40px 10%;
  padding: 40px;
  display: grid;
  position: static;
  overflow: hidden;
}

.top-quot {
  position: absolute;
  inset: -24% 0% auto -45%;
}

.image-2 {
  max-width: 35%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quot-words {
  padding: 0;
}

.bold_span {
  font-weight: 600;
}

.bottom_quot {
  position: absolute;
  inset: auto -45% -21% 0%;
}

.image-3 {
  max-width: 35%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.decor-part {
  padding-left: 0;
}

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

.withpic {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/gradi.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
  grid-auto-columns: 1fr;
  margin: 40px 10%;
  padding: 40px;
  display: grid;
}

.ith-text {
  font-weight: 600;
}

.image-5 {
  object-fit: cover;
}

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

.incircbig {
  background-color: #ca0f0e;
  border-radius: 400px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  padding: 40px;
  display: flex;
}

.emer-text {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
}

.expl-text-emercy {
  color: #fff;
  text-align: center;
  padding-top: 10px;
}

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

.numbers-item {
  background-color: #ca0f0e;
  border-radius: 8px;
  padding: 20px;
}

.numbers-item.iop {
  background-color: #ffa40a;
}

.numbers-item.orang {
  background-color: #dc560b;
}

.big-numb-text {
  color: #fff;
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  line-height: 150%;
}

.big-numb-text.nor {
  color: #000;
}

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

.expl_num_text.black {
  color: #000;
}

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

.vect_item {
  background-color: #ca0f0e;
  border-radius: 400px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  padding: 40px;
  display: flex;
}

.vect_item.rit {
  background-color: #dc560b;
}

.vector-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.vect-exlp-text {
  color: #fff;
  text-align: center;
  padding-top: 10px;
}

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

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

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

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

.iot-textr {
  margin-top: 20px;
  font-size: 14px;
}

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

.image-10 {
  object-fit: cover;
  max-width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-10.empower {
  height: auto;
}

.image-10.wave {
  width: 70%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

.grid-people {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px;
  display: block;
  position: absolute;
  inset: auto 0% 24%;
}

.gpeo-item {
  border-radius: 240px;
  width: 240px;
  height: 240px;
  position: static;
  inset: -24% auto 0% 6%;
  box-shadow: 0 0 0 6px #ce251f, 0 0 0 8px #ffffff73;
}

.gpeo-item.two {
  inset: auto 0% 20%;
}

.gpeo-item.three {
  inset: -13% 3% 0% auto;
}

.gpeo-item.bottomsize {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
  inset: auto 0% 10%;
}

.gridfrt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: auto 5% 10%;
}

.list {
  background-color: #fff6e3;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 40px;
}

@media screen and (min-width: 1280px) {
  .top-box {
    background-image: url('../images/hands.png');
  }

  .heading {
    font-size: 56px;
  }

  .subtitl-text {
    font-size: 24px;
    line-height: 150%;
  }
}

@media screen and (min-width: 1440px) {
  .top-box {
    background-image: url('../images/hands.png');
    background-position: 50% 0;
    position: relative;
  }

  .logo {
    padding-left: 20px;
  }

  .up-link {
    width: 100px;
  }

  .life-link {
    width: 108px;
  }

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

  .subtitl-text {
    font-size: 22px;
  }

  .gpeo-item {
    border-radius: 320px;
    width: 320px;
    height: 320px;
    top: -11%;
    left: 12%;
  }

  .gpeo-item.two {
    bottom: 27%;
  }

  .gpeo-item.three {
    top: -22%;
    right: 10%;
  }

  .gridfrt {
    padding: 0;
    bottom: 15%;
  }

  .image-11, .image-12, .image-13 {
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

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

  .subtitl-text {
    font-size: 32px;
  }
}

@media screen and (max-width: 991px) {
  .main-title {
    left: 5%;
    right: 5%;
  }

  .heading {
    font-size: 32px;
  }

  .subtitl-text {
    padding-left: 10%;
    padding-right: 10%;
  }

  .lang_link {
    background-color: #c9100e;
    border: 2px solid #fff;
  }

  .cont {
    max-width: 640px;
  }

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

  .photo-option {
    margin-left: 0%;
    margin-right: 0%;
  }

  .quot {
    margin-left: 0%;
    margin-right: 0%;
    padding: 20px;
  }

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

  .big-numb-text {
    font-size: 48px;
  }

  .expl_num_text {
    font-size: 14px;
  }

  .vectors {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .vect_item {
    border-radius: 24px;
    width: auto;
    height: auto;
  }

  .logo-alls {
    margin-top: 0;
  }

  .gpeo-item {
    border-radius: 120px;
    width: auto;
    height: auto;
    top: -10%;
    left: 15%;
  }

  .gpeo-item.two {
    bottom: 39%;
  }

  .gpeo-item.three {
    top: -19%;
    right: 14%;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 40px;
    display: flex;
  }

  .main-title {
    top: 15%;
  }

  .heading {
    font-size: 24px;
  }

  .subtitl-text {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
  }

  .language {
    padding-top: 10px;
    padding-right: 20px;
  }

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

  .quot {
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

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

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

  .numbers {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .numbers-item {
    padding: 10px;
  }

  .big-numb-text {
    font-size: 32px;
  }

  .expl_num_text {
    font-size: 12px;
  }

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

  .vect_item, .vect_item.rit {
    border-radius: 8px;
  }

  .logo-alls {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 20px;
  }

  .image-10 {
    height: auto;
  }

  .gpeo-item {
    width: 120px;
    height: 120px;
  }

  .gridfrt {
    grid-template-columns: 1fr;
    margin-top: 0;
    bottom: 10%;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    opacity: .73;
    padding-right: 20px;
  }

  .up-link {
    width: 96px;
  }

  .main-title {
    top: 12%;
  }

  .heading {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 20px;
  }

  .subtitl-text {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .quot {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-quot {
    top: -8%;
    left: -61%;
  }

  .image-2 {
    width: 113.883px;
    max-width: 100%;
  }

  .quot-words {
    padding: 0;
  }

  .bottom_quot {
    bottom: -5%;
    right: -52%;
  }

  .image-3 {
    width: 107.516px;
    max-width: 100%;
  }

  .withpic {
    padding: 20px;
  }

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

  .incircbig {
    width: 320px;
    height: 320px;
    padding: 20px;
  }

  .emer-text {
    font-size: 20px;
  }

  .expl-text-emercy {
    font-size: 14px;
  }

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

  .numbers-item, .numbers-item.orang {
    padding-bottom: 20px;
  }

  .big-numb-text {
    font-size: 48px;
  }

  .expl_num_text {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 150%;
  }

  .vect_item, .vect_item.rit {
    padding: 40px 20px;
  }

  .vector-text {
    font-size: 15px;
    font-weight: 700;
  }

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

  .logo-alls {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 20px;
  }

  .image-10 {
    max-width: 100%;
    height: auto;
  }

  .gpeo-item {
    inset: auto auto 42% 10%;
  }

  .gpeo-item.two {
    inset: auto 0% 10%;
  }

  .gpeo-item.three {
    inset: auto 10% 36% auto;
  }

  .gpeo-item.bottomsize {
    inset: auto 0% 10%;
  }

  .gridfrt {
    bottom: 5%;
  }
}

#w-node-_96ec8424-77ca-8629-cfc8-505781f9074a-d5f1d4c2, #w-node-dc8ba7ab-fd4b-fb34-5be6-71ddc570b65e-d5f1d4c2, #w-node-a0f14402-5aa5-87e9-c4c3-aa1cff2ff5b6-d5f1d4c2, #w-node-_93a440f7-17e9-b0ac-fb0d-61a2ffc6c94c-d5f1d4c2, #w-node-fad118c3-0654-47a8-e736-e4e346973f0f-d5f1d4c2, #w-node-_1fdd8a29-be8c-8a90-a351-07e2b7171598-d5f1d4c2, #w-node-cea42673-8b7a-ebee-b689-7ba38d5184a9-d5f1d4c2, #w-node-aecd70f2-c514-7314-f150-e28c30b5a3d5-d5f1d4c2, #w-node-_4af5d5a1-d1c7-1787-09e0-7873d476b63b-d5f1d4c2, #w-node-_170327b2-ec13-b970-10bf-098a9573d443-d5f1d4c2, #w-node-e211db39-3bdc-436a-2d03-51859bd060b8-d5f1d4c2, #w-node-e211db39-3bdc-436a-2d03-51859bd060ba-d5f1d4c2, #w-node-_3c94fcd0-6861-aedd-df07-3524e615a7ec-d5f1d4c2, #w-node-_3c94fcd0-6861-aedd-df07-3524e615a7ee-d5f1d4c2, #w-node-_27423c35-37fb-8976-e070-1d1c71369536-d5f1d4c2, #w-node-_27423c35-37fb-8976-e070-1d1c71369538-d5f1d4c2, #w-node-_67acf019-921b-81e1-f7ca-838e45de31cb-d5f1d4c2, #w-node-_67acf019-921b-81e1-f7ca-838e45de31c9-d5f1d4c2 {
  place-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-a0f14402-5aa5-87e9-c4c3-aa1cff2ff5b6-d5f1d4c2 {
    place-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-a0f14402-5aa5-87e9-c4c3-aa1cff2ff5b6-d5f1d4c2 {
    place-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-a0f14402-5aa5-87e9-c4c3-aa1cff2ff5b6-d5f1d4c2 {
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_93a440f7-17e9-b0ac-fb0d-61a2ffc6c94a-d5f1d4c2, #w-node-a0130a76-68a0-332f-5c5e-af5d762ece17-d5f1d4c2, #w-node-_1fdd8a29-be8c-8a90-a351-07e2b7171596-d5f1d4c2, #w-node-cea42673-8b7a-ebee-b689-7ba38d5184a7-d5f1d4c2, #w-node-aecd70f2-c514-7314-f150-e28c30b5a3d3-d5f1d4c2 {
    place-self: center;
  }
}


