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

@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-sec {
  background-color: #9b5fa3;
  position: relative;
}

.logo-wrapp {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 40px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.up-logo {
  width: 100px;
}

.life-logo {
  width: 120px;
}

.hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.photo-hero-wrapp {
  width: 100%;
}

.h1-wrapp {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 80px;
  padding-left: 40px;
  display: flex;
}

.h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  line-height: 150%;
}

.subtitle {
  color: #fff;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all .5s cubic-bezier(.39, .575, .565, 1);
}

.button:hover {
  color: #fff;
  background-color: #fff;
  border: 2px #000;
  transform: scale(1.2);
}

.button.text {
  color: #9b5fa3;
  background-color: #fff0;
  padding: 0;
  font-weight: 700;
}

.button.text:hover {
  border-style: none;
  transform: none;
}

.container {
  padding-top: 40px;
  padding-right: 0;
}

.container.last, .container.futter {
  padding-bottom: 40px;
}

.date-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.date-text {
  color: #9b5fa3;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.text-block {
  color: #000;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-block.quo {
  margin-bottom: 0;
  font-weight: 500;
}

.text-block.last {
  margin-bottom: 0;
}

.text-block.last.grey {
  color: #d6d6d6;
  text-align: center;
  background-color: #464646;
  padding: 20px;
  font-size: 15px;
}

.text-block.futter {
  color: #fff;
  margin-bottom: 0;
  font-size: 13px;
}

.h2-wrapper {
  background-color: #9b5fa3;
  border-radius: 6px;
  margin-bottom: 32px;
  padding: 12px;
}

.h2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 150%;
}

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

.logo-wrapper._1, .logo-wrapper.desktop, .logo-wrapper.mob {
  display: none;
}

.logo1 {
  height: 52px;
}

.quo-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid #9b5fa3;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr minmax(4px, 4px) .75fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  display: grid;
}

.quo-block._40 {
  margin-bottom: 0;
}

.quo-block._2 {
  grid-template-columns: .25fr minmax(4px, 4px) 1.75fr;
}

.quo-block._2.last {
  margin-bottom: 0;
}

.quo-ph-wrapp {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1.5fr minmax(4px, 4px) 4.25fr;
}

.line {
  background-color: #9b5fa3;
  width: 2px;
}

.quo-icon {
  width: 90px;
}

.quo-txt {
  font-size: 16px;
  font-weight: 500;
}

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

.futter {
  background-color: #9b5fa3;
}

.wrapper {
  margin-bottom: 40px;
}

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

.wrapper.mob {
  display: none;
}

.image-2 {
  width: 80%;
}

@media screen and (min-width: 1920px) {
  .h1-wrapp {
    margin-left: 0;
    margin-right: 0;
  }

  .h1 {
    margin-bottom: 16px;
    font-size: 52px;
  }

  .subtitle {
    font-size: 36px;
  }
}

@media screen and (max-width: 991px) {
  .main-sec {
    height: auto;
  }

  .logo-wrapp {
    position: absolute;
  }

  .hero-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1.25fr 1fr;
  }

  .h1-wrapp {
    padding-bottom: 32px;
    padding-left: 20px;
  }

  .h1 {
    margin-bottom: 12px;
    font-size: 36px;
  }

  .subtitle {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.text {
    font-size: 18px;
  }

  .h2 {
    font-size: 24px;
  }

  .logo1 {
    height: 48px;
  }

  .quo-block._40 {
    grid-template-columns: .5fr minmax(4px, 4px) 1fr;
  }
}

@media screen and (max-width: 767px) {
  .logo-wrapp {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0%;
    padding-left: 0;
    position: absolute;
    left: 4%;
  }

  .hero-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .photo-hero-wrapp {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .photo-hero {
    width: 550px;
  }

  .h1-wrapp {
    justify-content: flex-end;
    align-items: flex-start;
    margin: 0 0% 5% 5%;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .subtitle {
    text-align: left;
    font-size: 20px;
  }

  .button {
    padding: 6px 12px;
  }

  .button.text {
    font-size: 16px;
  }

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

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

  .h2 {
    font-size: 20px;
  }

  .logo1 {
    height: 40px;
  }

  .quo-block._40, .quo-block._2 {
    flex-flow: column;
    display: flex;
  }

  .quo-ph-wrapp {
    width: auto;
  }

  .line {
    width: 100%;
    height: 2px;
    display: none;
  }

  .quo-icon {
    width: 70px;
  }

  .image {
    width: 36%;
  }
}

@media screen and (max-width: 479px) {
  .logo-wrapp {
    justify-content: flex-start;
    align-items: center;
    position: static;
  }

  .hero-wrapper {
    margin-top: 30px;
    display: flex;
  }

  .h1-wrapp {
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 5%;
  }

  .h1, .subtitle {
    text-align: left;
  }

  .container {
    padding-top: 32px;
  }

  .container.last, .container.futter {
    padding-bottom: 32px;
  }

  .text-block.quo, .h2 {
    text-align: left;
  }

  .logo-wrapper.desktop, .logo-wrapper.mob {
    display: none;
  }

  .logo1 {
    height: 32px;
  }

  .quo-block._40 {
    margin: 28px 0 0;
    padding: 12px;
  }

  .quo-block._2 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .line {
    display: none;
  }

  .block-ph {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .image {
    width: 44%;
  }

  .img-logo {
    width: 100%;
    display: block;
  }

  .wrapper.pc {
    display: none;
  }

  .wrapper.mob {
    display: block;
  }
}

#w-node-a7213370-f3c6-40c0-3c56-4c5ec8348d2d-591b113b {
  justify-self: auto;
}

#w-node-e77899fc-70f7-6249-a9e2-89ba8b77cac0-591b113b {
  place-self: center;
}


