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

.top-box {
  height: 100vh;
  display: flex;
}

.left {
  background-color: #edf3ff;
  width: 50%;
  height: 100vh;
}

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

.logo {
  padding-top: 20px;
  padding-left: 40px;
}

.link-box {
  width: 108px;
}

.main-title {
  margin-top: 25%;
  padding-left: 40px;
  padding-right: 60px;
}

.heading {
  text-transform: uppercase;
  line-height: 135%;
}

.pic_m {
  height: 100vh;
}

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

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

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

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

.sp-date {
  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: #2b79fd;
  text-transform: uppercase;
  font-weight: 600;
}

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

.text1 {
  margin-bottom: 20px;
}

.quotation {
  background-color: #ccc8f6;
  border-radius: 4px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
}

.quot-in {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 5.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quotspan {
  font-style: normal;
  font-weight: 600;
}

.name-span {
  color: #08255c;
  font-weight: 600;
}

.link {
  color: #2b79fd;
  font-weight: 600;
}

.ch-lbl {
  background-image: linear-gradient(101deg, #08255c, #2b79fd);
  border-radius: 4px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
}

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

.area {
  background-color: #dbe7ff;
  border-radius: 4px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
}

.area-text {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}

.in-area {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.area-item {
  text-align: center;
  border: 1px dashed #b0b4ff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.pin {
  justify-content: center;
  align-items: center;
  width: 40.7988px;
  margin-bottom: 5px;
  display: flex;
}

.arsimp-text {
  text-align: left;
  font-size: 14px;
  line-height: 135%;
}

.simplbold_span {
  font-weight: 600;
}

.derrt-text {
  text-align: left;
  text-transform: uppercase;
  height: 48px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.etset {
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.fin-sec {
  background-image: linear-gradient(254deg, #0b2963, #2973f1);
}

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

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

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

.photo-box {
  margin-top: 40px;
  margin-bottom: 40px;
}

.photo-box.nosee {
  display: none;
}

.image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

  .subtitle-text {
    font-size: 24px;
    line-height: 150%;
  }
}

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

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

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

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

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

  .heading {
    font-size: 28px;
  }

  .pic_m, .picmao {
    height: 80vh;
  }

  .cont {
    max-width: 700px;
  }

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

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

  .cont-2 {
    max-width: 700px;
  }
}

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

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

  .main-title {
    margin-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .pic_m {
    height: auto;
  }

  .picmao {
    height: 520px;
  }

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

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

  .image-3 {
    max-width: 25%;
  }

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

  .area {
    padding: 20px;
  }

  .area-text.zxdf {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .derrt-text {
    height: auto;
  }

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

@media screen and (max-width: 479px) {
  .logo {
    padding-left: 20px;
  }

  .main-title {
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading {
    font-size: 32px;
  }

  .picmao {
    height: 440px;
  }

  .quotation {
    padding: 20px;
  }

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

  .image-3 {
    width: 74.375px;
  }

  .ch-lbl {
    margin-bottom: 20px;
    padding: 20px;
  }

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

  .area-text {
    text-align: left;
  }

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

#w-node-_50d823a7-8a7f-60db-bae9-520ccb5b2c64-bfc1f11f, #w-node-_69631c22-8bbc-3b05-9783-88bd3cde3cd1-bfc1f11f {
  place-self: center stretch;
}

#w-node-ebf3898e-f536-4be3-620f-5dfdccbc7124-bfc1f11f, #w-node-ebf3898e-f536-4be3-620f-5dfdccbc7129-bfc1f11f, #w-node-ebf3898e-f536-4be3-620f-5dfdccbc712e-bfc1f11f {
  place-self: auto;
}

#w-node-b3b43e35-9d49-c533-3a3f-6c5965cee796-bfc1f11f {
  place-self: center stretch;
}

#w-node-ebf2e34a-ad09-0aee-9144-79eb582f37e3-bfc1f11f, #w-node-ebf2e34a-ad09-0aee-9144-79eb582f37ea-bfc1f11f, #w-node-ebf2e34a-ad09-0aee-9144-79eb582f37f1-bfc1f11f {
  place-self: auto;
}


