:root {
  --yellow: #feda00;
  --blue: #023568;
  --blue-light: #d9ecff;
  --blue-middle: #77a8bb;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.main-wrapper {
  min-height: 100vh;
  position: static;
}

.logo-up-life {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0%;
  padding-left: 0%;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.link-block {
  width: 140px;
  max-width: 100%;
}

.link-block-2 {
  width: 120px;
  max-width: 100%;
}

.logo {
  justify-content: space-between;
  align-items: center;
  padding-top: 1%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block {
  background-color: var(--yellow);
  color: #000;
  border-radius: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}

.image {
  object-fit: cover;
  min-height: 100vh;
}

.block-heading {
  background-color: var(--blue);
  max-width: 50%;
  padding: 20px;
  position: absolute;
  inset: auto 0% 2% 2%;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  line-height: 130%;
}

.block-1 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid {
  grid-template-rows: auto;
  margin-bottom: 40px;
}

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

.text-block-2 {
  margin-bottom: 20px;
  font-size: 16px;
}

.italic-text, .italic-text-2 {
  color: var(--blue);
  font-weight: 600;
}

.text-block-3 {
  margin-bottom: 20px;
}

.text-block-3._20 {
  margin-bottom: 0;
}

.block-2 {
  background-color: #f6faff;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.text-block-4 {
  margin-bottom: 20px;
}

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

.image-2 {
  border: 3px solid var(--blue);
  border-radius: 24px;
}

.text-block-5 {
  color: gray;
  margin-top: 8px;
  font-size: 12px;
  font-style: italic;
}

.text-block-6 {
  margin-bottom: 20px;
}

.block-quote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
}

.lapky {
  margin-bottom: 12px;
}

.text-block-7 {
  color: var(--blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-8 {
  color: var(--blue);
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.text-block-9 {
  margin-bottom: 20px;
}

.fin-sec {
  background-color: #012b5c;
}

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

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

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

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

.image-3 {
  width: 64px;
}

.grid-2 {
  grid-template-rows: auto;
}

.image-4 {
  border: 3px solid var(--blue);
  border-radius: 24px;
}

.image-5 {
  border: 3px solid var(--blue);
  border-radius: 24px;
  margin-top: 20px;
}

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

.image-6 {
  width: 120px;
}

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

.newt {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.dtop {
  color: #000;
  text-align: right;
  font-size: 16px;
}

.link-4 {
  color: #fff;
}

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

.text-span-2 {
  color: var(--blue);
  font-weight: 600;
}

.italic-text-3 {
  color: var(--blue);
}

.link-5, .link-6, .link-7, .link-8 {
  color: #fff;
}

.link-9, .link-10, .link-11 {
  color: var(--blue);
  font-weight: 700;
}

@media screen and (min-width: 1920px) {
  .link-block {
    max-width: 84%;
  }
}

@media screen and (max-width: 991px) {
  .link-block {
    max-width: 74%;
  }

  .link-block-2 {
    max-width: 80%;
  }

  .block-heading {
    max-width: 70%;
  }

  .cont {
    max-width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .block-heading {
    max-width: 100%;
    left: 5%;
    right: 5%;
  }

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

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

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

@media screen and (max-width: 479px) {
  .main-wrapper {
    background-position: 50%;
  }

  .logo-up-life {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #01b10200;
    justify-content: center;
    align-items: flex-end;
    margin-top: 0;
    padding-bottom: 2%;
    padding-left: 0%;
    position: static;
    inset: 0% 0% auto;
  }

  .link-block {
    width: 120px;
    max-width: 100%;
  }

  .link-block-2 {
    max-width: 100%;
  }

  .logo {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .block-heading {
    max-width: 100%;
    left: 5%;
    right: 5%;
  }

  .heading {
    font-size: 27px;
  }

  .block-1 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .grid {
    flex-flow: column;
    display: flex;
  }

  .grid._40 {
    margin-bottom: 20px;
  }

  .block-2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .text-block-5 {
    text-align: center;
  }

  .grid-2 {
    flex-flow: column;
    display: flex;
  }

  .image-5 {
    margin-top: 0;
  }
}


