:root {
  --blue-darl: #0ba2ff;
  --light-blue: #e7f6ff;
}

.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 {
  background-color: #e7f6ff;
  position: relative;
}

.logo-2 {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--blue-darl);
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1% 0%;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.up-logo {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.up-link {
  width: 100px;
}

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

.image-3 {
  width: auto;
}

.life-logo {
  display: none;
}

.life-link {
  width: 108px;
}

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

.block-heading {
  background-color: var(--blue-darl);
  max-width: 100%;
  padding-top: 1%;
  padding-bottom: 2%;
  position: static;
  inset: auto 0% 5%;
}

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

.block-1 {
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
}

.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: 24px;
  display: grid;
}

.sp_text {
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
}

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

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

.text-block {
  margin-bottom: 24px;
}

.quote {
  background-color: var(--blue-darl);
  border-radius: 30px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
}

.quote.white {
  background-color: #fff;
}

.block-lapky {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 24px;
  padding: 0;
  display: flex;
}

.text-block-2 {
  color: #fff;
  font-weight: 600;
}

.text-block-2.black {
  color: #000;
}

.image-4 {
  width: 120px;
  max-width: 100%;
}

.text-block-3 {
  margin-bottom: 24px;
  font-weight: 600;
}

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

.block-2 {
  background-color: #0ba2ff;
  padding-top: 24px;
  padding-bottom: 24px;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 150%;
}

.text-block-4 {
  color: #fff;
  margin-bottom: 24px;
}

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

.ph {
  border-radius: 30px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.image-5 {
  border-radius: 30px;
}

.text-block-5 {
  color: #fff;
  margin-top: 8px;
  font-size: 14px;
}

.text-block-5.black {
  color: #000;
}

.block-3 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 150%;
}

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

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

.image-6 {
  object-fit: cover;
  width: 100%;
  min-height: 100vh;
  position: static;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10 {
  font-weight: 600;
}

.fin-sec {
  color: #0ca1fd;
  background-color: #0ca1fd;
}

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

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

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

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-bottom: 0;
}

.block-card {
  border: 1px solid var(--blue-darl);
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

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

.circle {
  background-color: var(--blue-darl);
  border-radius: 100%;
  width: 12px;
  height: 12px;
  margin-bottom: 8px;
}

.block-logo {
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

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

.link-block-3 {
  max-width: 15%;
}

.disclr {
  background-color: #f5fbff;
  border: 1px solid #08a2ff;
  border-radius: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
}

.descl_text {
  margin-bottom: 20px;
  font-weight: 500;
}

.descl_text.nogap {
  margin-bottom: 0;
}

.all_logo_box {
  margin-bottom: 40px;
}

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

@media screen and (min-width: 1440px) {
  .logo-2 {
    padding-left: 0;
    padding-right: 0%;
  }

  .up-link {
    width: 100px;
  }

  .life-link {
    width: 108px;
  }
}

@media screen and (min-width: 1920px) {
  .up-link {
    width: 140px;
  }

  .link-block-2 {
    width: 160px;
  }
}

@media screen and (max-width: 991px) {
  .block-heading {
    text-align: center;
    left: 0%;
  }

  .heading {
    font-size: 32px;
  }

  .sp-date-box {
    margin-bottom: 24px;
  }

  .image-6 {
    min-height: auto;
  }

  .container-2 {
    max-width: 680px;
  }

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

@media screen and (max-width: 767px) {
  .logo-2 {
    background-color: var(--blue-darl);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 2% 0;
    display: flex;
    position: static;
  }

  .block-heading {
    background-color: var(--blue-darl);
    padding-top: 2%;
    padding-bottom: 2%;
    position: static;
  }

  .heading {
    font-size: 27px;
  }

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

  .sp-date-box {
    margin-bottom: 24px;
  }

  .container-2 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .container1 {
    margin: 0% 5%;
  }

  .disclr {
    padding: 24px;
  }

  .descl_text {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .logo-2 {
    opacity: 1;
    padding: 2% 0;
    position: static;
    inset: 0% 0% auto;
  }

  .up-logo {
    justify-content: flex-start;
    align-items: center;
  }

  .up-link {
    width: 96px;
  }

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

  .heading {
    font-size: 27px;
  }

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

  .container-2 {
    margin-left: 5%;
    margin-right: 5%;
  }

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

  .link-block-3 {
    max-width: 30%;
  }
}


