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

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

.logo-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.up-link-box {
  width: 108px;
}

.life-link-box {
  width: 128px;
}

.main-title {
  position: absolute;
  inset: auto 20% 47%;
}

.heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #b0e63b;
  margin: 0 0% 10px;
  padding-bottom: 10px;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 40px;
  line-height: 135%;
}

.subt-text {
  color: #b0e43c;
  text-align: center;
  font-weight: 700;
}

.salt-text {
  color: #b0e53c;
}

.pream-sec {
  padding-bottom: 0;
}

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

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

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

.text-block {
  color: #0a919d;
  text-transform: uppercase;
  font-weight: 600;
}

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

.text1 {
  margin-bottom: 20px;
}

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

.real-sec {
  padding-bottom: 40px;
}

.real-box.ntr {
  margin-top: 40px;
}

.real-tiotle-opt {
  background-color: #0a919d;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 40px;
}

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

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

.proone.oprt {
  margin-bottom: 10px;
}

.proone.doutempty.simp {
  grid-template-rows: auto;
}

.proitem {
  border: 1px solid #cecece;
  border-radius: 8px;
  box-shadow: 0 2px 5px #0003;
}

.proitem.erty {
  box-shadow: none;
  background-color: #0a919d;
  border-style: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pro-words {
  padding-left: 20px;
  padding-right: 20px;
}

.protext {
  text-align: center;
  text-transform: none;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 135%;
}

.protext.qqq {
  height: 77.7969px;
}

.prot2 {
  color: #424242;
  text-align: center;
  font-size: 13px;
}

.pro3 {
  color: #e00000;
  text-align: left;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

.pro3.dribble {
  padding-bottom: 10px;
  font-size: 12px;
  font-style: italic;
}

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

.tr-text {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}

.tr-text.rew {
  font-size: 11px;
}

.idea {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #b0e53c;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.75fr;
  grid-auto-columns: 1fr;
  padding: 40px;
  display: grid;
}

.ideas-text {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.mini-text {
  color: #868686;
  margin-bottom: 40px;
  font-size: 14px;
  font-style: italic;
}

.nov-text {
  color: #b0e63b;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
}

.togeth {
  justify-content: space-between;
  padding-bottom: 40px;
  display: flex;
}

.togeth.serri {
  padding-bottom: 0;
}

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

.link {
  color: #0a919d;
  font-weight: 700;
}

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

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

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

.link-2 {
  color: #b0e73b;
}

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

.bph.yttt {
  margin-bottom: 40px;
}

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

.link-3, .link-4 {
  color: #b0e63b;
}

@media screen and (min-width: 1280px) {
  .main-title {
    left: 25%;
    right: 25%;
  }

  .heading {
    font-size: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .main-title {
    bottom: 42%;
    left: 25%;
    right: 25%;
  }

  .heading {
    font-size: 48px;
  }

  .subt-text {
    font-size: 20px;
    line-height: 150%;
  }
}

@media screen and (min-width: 1920px) {
  .main-title {
    bottom: 43%;
    left: 25%;
    right: 25%;
  }

  .heading {
    font-size: 64px;
  }

  .subt-text {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  .top-box {
    height: 70vh;
  }

  .logo-box {
    opacity: .74;
  }

  .main-title {
    left: 17%;
    right: 17%;
  }

  .heading {
    font-size: 32px;
  }

  .cont {
    max-width: 700px;
  }

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

  .talk-text.waw {
    margin-top: 20px;
  }

  .bph {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .top-box {
    height: 50vh;
  }

  .up-link-box {
    width: 88px;
  }

  .life-link-box {
    width: 100px;
  }

  .main-title {
    bottom: 40%;
  }

  .heading {
    font-size: 24px;
  }

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

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

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

  .pro3.dribble {
    text-align: left;
  }

  .idea {
    grid-template-columns: 1fr;
    padding: 21px;
  }
}

@media screen and (max-width: 479px) {
  .top-box {
    background-image: linear-gradient(#0000, #0000), url('../images/mobi.png');
    background-position: 0 0, 100% 100%;
    background-size: auto, cover;
  }

  .main-title {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #ffffff91;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 16px;
    inset: auto 5% 30%;
  }

  .heading {
    color: #000;
    border-bottom-color: #0a919d;
    font-size: 18px;
  }

  .subt-text {
    color: #0a811b;
    font-size: 14px;
  }

  .salt-text {
    color: #000;
  }

  .pream-box {
    padding-bottom: 20px;
  }

  .real-tiotle-opt {
    margin-bottom: 20px;
    padding: 20px;
  }

  .proitem.erty {
    padding: 20px;
  }

  .nov-text {
    font-size: 24px;
  }

  .link-3 {
    color: #b0e63b;
    font-size: 24px;
  }

  .link-4 {
    color: #b0e63b;
  }
}

#w-node-f4898ecf-77eb-c61a-e8a3-cd699adfe395-cddeabd4 {
  align-self: start;
}

#w-node-b8f65388-4026-526f-b7da-9ea16ef9f890-cddeabd4 {
  place-self: center start;
}

#w-node-_1f6eb39d-c631-a8ea-ba6b-510ead484cbf-cddeabd4, #w-node-_33ef0c7a-dc6c-e172-1cc0-06893bbe9e88-cddeabd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


