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

.top-sec {
  border-bottom: 1px #cfcfcf;
}

.top-box {
  background-image: linear-gradient(#00000057, #00000057);
  border-bottom: 1px #c9c9c9;
  height: 100vh;
  display: flex;
  position: static;
}

.vid-box, .bcgr-vid {
  height: 100vh;
}

.logo {
  text-align: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
  inset: 0% auto auto 0%;
}

.tab-link {
  width: 108px;
}

.main-title {
  text-align: center;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 30%;
  position: static;
  inset: auto 5% 40%;
}

.heading {
  color: #000000c4;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #cacaca;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding-bottom: 10px;
  font-size: 28px;
  line-height: 135%;
}

.text-block {
  color: #2e2e2e;
  text-align: left;
}

.pream-sec {
  background-color: #fff;
  padding-bottom: 0;
}

.cont {
  max-width: 1140px;
  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 {
  color: #2b1d1d;
  text-transform: uppercase;
  font-weight: 600;
}

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

.text1 {
  margin-bottom: 20px;
}

.bold-span {
  color: #2b1d1d;
  font-weight: 600;
}

.inter-sec {
  padding-bottom: 20px;
}

.inter-sec.rte {
  margin-top: 40px;
  padding-bottom: 40px;
}

.ask-box {
  background-color: #f4b34f;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 40px;
}

.ask-box.ncol {
  background-color: #2b1d1d;
  margin-top: 40px;
}

.ask-box.redi {
  background-color: #861c1d;
  margin-top: 40px;
}

.ask-box.pop {
  background-color: #f4b34f;
  margin-top: 40px;
}

.heading-2 {
  color: #2b1d1d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.heading-2.col {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.fin-sec {
  background-color: #e9e9e9;
}

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

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

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

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

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

.pgrid.gapsnot {
  margin-bottom: 20px;
}

.pgri-item {
  border-radius: 8px;
}

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

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

.port {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e6e6e6;
  border-right: 12px solid #f3b24f;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
  grid-auto-columns: 1fr;
  margin: 40px 10%;
  padding: 40px;
  display: grid;
  box-shadow: 0 2px 5px #0003;
}

.port.brown {
  border-right-color: #861c1d;
}

.port-text {
  font-weight: 500;
}

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

.left {
  width: 50%;
  height: 100vh;
}

.right {
  background-color: #f5f5f5;
  width: 50%;
  height: 100vh;
}

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

.intro {
  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;
  display: grid;
}

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

.image-10.trewq {
  height: auto;
}

.image-11 {
  border-radius: 8px;
}

.link {
  color: #861c1d;
  font-weight: 600;
}

.link-2 {
  color: #861c1d;
}

.link-3 {
  color: #861c1d;
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .heading {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 38px;
  }
}

@media screen and (min-width: 1440px) {
  .top-sec {
    box-shadow: none;
    border-bottom-style: none;
  }

  .heading {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 40px;
  }

  .text-block {
    font-size: 28px;
    line-height: 150%;
  }
}

@media screen and (min-width: 1920px) {
  .heading {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 60px;
  }

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

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

  .main-title {
    padding-top: 36%;
  }

  .heading {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 20px;
  }

  .text-block {
    font-size: 15px;
  }

  .cont {
    max-width: 700px;
  }

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

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

  .left, .right {
    height: 70vh;
  }
}

@media screen and (max-width: 767px) {
  .top-box {
    flex-flow: column;
    height: auto;
    position: relative;
  }

  .logo {
    position: absolute;
    inset: 0% 0% auto;
  }

  .tab-link {
    width: 96px;
  }

  .main-title {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .heading {
    font-size: 24px;
  }

  .text-block {
    font-size: 14px;
  }

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

  .ask-box {
    padding: 20px;
  }

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

  .pgrid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

  .cri-pic {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .port-pic {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-3 {
    object-fit: cover;
    max-width: 70%;
  }

  .image-4, .image-5 {
    max-width: 70%;
  }

  .image-6, .image-7 {
    object-fit: cover;
    max-width: 70%;
  }

  .left, .right {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-right: 20px;
    display: flex;
    inset: 0% 0% auto;
  }

  .tab-link {
    width: 80px;
  }

  .main-title {
    margin-left: 5%;
    margin-right: 5%;
  }

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

  .text-block {
    padding-left: 0%;
    padding-right: 0%;
  }

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

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

  .inter-sec.rte {
    margin-top: 0;
  }

  .ask-box {
    margin-bottom: 20px;
  }

  .heading-2, .heading-2.col {
    font-size: 16px;
  }

  .pgrid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .pgri-item {
    height: auto;
  }

  .port {
    border-right-width: 8px;
    margin-left: 0%;
    margin-right: 0%;
    padding: 20px;
  }

  .port.brown {
    border-right-width: 8px;
  }

  .left {
    height: 100vh;
  }

  .right {
    background-color: #f4b34f;
  }
}

#w-node-_14d27e23-e0e4-1851-289b-f03935e3a49d-aa2ec9f0, #w-node-ad044f25-c76e-0129-8a06-829366b48d21-aa2ec9f0, #w-node-d18bebf8-3ddc-6350-779c-6d390f54dacd-aa2ec9f0, #w-node-_6943b4d6-9115-186b-dc88-0fba34af0c81-aa2ec9f0, #w-node-_876050da-2c7f-9311-a821-f7d634854161-aa2ec9f0 {
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_994e9b60-0189-2953-c302-1e0aaae71d63-aa2ec9f0, #w-node-_1b548ce9-6c88-7fb5-c3df-5ee4408afc5d-aa2ec9f0, #w-node-_876050da-2c7f-9311-a821-f7d63485415f-aa2ec9f0 {
    place-self: center;
  }
}


