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

.top-box {
  position: relative;
}

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

.logo-box {
  flex-flow: column;
  padding-top: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.up_link_box {
  width: 108px;
}

.main_title {
  position: absolute;
  inset: auto 5% 5%;
}

.heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 135%;
}

.subtitle-text {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 100%;
}

.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 {
  font-weight: 600;
}

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

.pream-text {
  margin-bottom: 0;
  font-style: italic;
}

.owner_sec {
  background-color: #f1f1f1;
  padding-bottom: 0;
}

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

.heading-2 {
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 135%;
}

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

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

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

.fin-sec {
  background-color: #1b1b1b;
}

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

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

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

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

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

.pic_style {
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.desc_photo_text {
  color: #3b3b3b;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}

.link_life_box {
  width: 120px;
}

.link {
  color: #ffe943;
}

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

  .subtitle-text {
    text-transform: none;
    font-size: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .up_link_box {
    width: 108px;
  }

  .heading {
    font-size: 48px;
  }

  .subtitle-text {
    font-size: 28px;
  }
}

@media screen and (min-width: 1920px) {
  .up_link_box {
    width: 120px;
  }

  .heading {
    font-size: 72px;
  }

  .link_life_box {
    width: 148px;
  }
}

@media screen and (max-width: 991px) {
  .logo-box {
    padding-top: 10px;
  }

  .up_link_box {
    width: 96px;
  }

  .heading {
    margin-bottom: 0;
    font-size: 32px;
  }

  .subtitle-text {
    font-size: 16px;
    line-height: 140%;
  }

  .cont {
    max-width: 640px;
  }

  .grid_pic {
    grid-template-columns: 1fr 2.25fr;
    margin-left: 0%;
    margin-right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .image {
    height: 400px;
  }

  .logo-box {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    display: flex;
    inset: 0% 0% auto;
  }

  .up_link_box {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    width: 88px;
    display: flex;
  }

  .heading {
    font-size: 28px;
  }

  .subtitle-text {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

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

  .link_life_box {
    width: 100px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    height: 240px;
  }

  .logo-box {
    background-color: #ffdb00;
    padding-bottom: 10px;
    position: static;
  }

  .main_title {
    background-color: #ffdb00;
    padding: 20px;
    position: static;
  }

  .heading {
    color: #000;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .subtitle-text {
    color: #000;
    padding-left: 0;
    padding-right: 0;
  }

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

#w-node-_7fa06002-ce68-b335-9996-5403f86d4bd8-1f7b6362, #w-node-_1feb3b69-4c17-dd47-7ec4-9f6e118cda13-1f7b6362, #w-node-_151fb460-7e54-6b88-ef49-8bfbb23ec49c-1f7b6362 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-aceaffef-a6ed-bf05-2c5f-d7bdd3a82d7b-1f7b6362, #w-node-_1feb3b69-4c17-dd47-7ec4-9f6e118cda11-1f7b6362, #w-node-_151fb460-7e54-6b88-ef49-8bfbb23ec49a-1f7b6362 {
    place-self: center;
  }
}


