<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*(**************************************************************) */
.partner-main .section16 {
  padding: 50px 8vw 120px 8vw;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.partner-main .section16 .subsection1 {
  display: flex;
  width: 70%;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin: 0px 0px 20px 0px;
  border-bottom: 0.5px solid rgb(167, 167, 167);
  padding: 20px;
}
.partner-main .section16 .subsection1 h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 10px 0px 0px 20px;
  text-align: center;
}
.partner-main .section16 .subsection1 p {
  font-size: 1rem;
  font-weight: 400;
  margin: 15px 0px 20px 20px;
  text-align: center;
  color: rgb(84, 84, 84);
}
.partner-main .section16 .subsection2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.partner-main .section16 .subsection2 .horizontal {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.partner-main .section16 .subsection2 .horizontal .outer-contentbox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  width: 250px;
  margin-right: 40px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 10%; /* Make the border circular */
}
.partner-main .section16 .subsection2 .horizontal .outer-contentbox .imagebox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 90%;
  border-radius: 10%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: white;
}
.partner-main .section16 .subsection2 .horizontal .outer-contentbox .imagebox a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner-main .section16 .subsection2 .horizontal .outer-contentbox .imagebox picture {
  width: inherit;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner-main .section16 .subsection2 .horizontal .outer-contentbox .imagebox picture img {
  width: 90%;
  height: 90%;
  object-fit: contain;
}
.partner-main .section16 .subsection2 .horizontal .oc5 {
  margin-right: 0px;
}
.partner-main .section16 .subsection2 .horizontal .oc9 {
  margin-right: 0px;
}

@media only screen and (min-width: 600px) and (max-width: 1040px) {
  .partner-main .section16 {
    padding: 50px 1vw 50px 1vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .partner-main .section16 .subsection1 {
    display: flex;
    width: 90%;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin: 0px 0px 50px 0px;
    border-bottom: unset;
    padding: 20px;
  }
  .partner-main .section16 .subsection1 h2 {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 10px 0px 0px 20px;
    text-align: center;
  }
  .partner-main .section16 .subsection1 p {
    font-size: 1rem;
    font-weight: 400;
    margin: 15px 0px 20px 20px;
    text-align: center;
    color: rgb(84, 84, 84);
  }
  .partner-main .section16 .subsection2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .partner-main .section16 .subsection2 .horizontal {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  .partner-main .section16 .subsection2 .horizontal .outer-contentbox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 250px;
    margin-right: 40px;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius: 10%;
  }
  .partner-main .section16 .subsection2 .horizontal .outer-contentbox .imagebox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 90%;
    border-radius: 10%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: white;
  }
  .partner-main .section16 .subsection2 .horizontal .outer-contentbox .imagebox img {
    width: 90%;
    height: 90%;
    object-fit: contain;
    border-radius: 18px 18px 0px 0px;
  }
  .partner-main .section16 .subsection2 .horizontal .oc5 {
    margin-right: 40px;
  }
  .partner-main .section16 .subsection2 .horizontal .oc9 {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .partner-main .section16 {
    padding: 20px 1vw 10px 1vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .partner-main .section16 .subsection1 {
    display: flex;
    width: 90%;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin: 0px 0px 50px 0px;
    border-bottom: unset;
    padding: 20px;
  }
  .partner-main .section16 .subsection1 h2 {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 10px 0px 0px 20px;
    text-align: center;
  }
  .partner-main .section16 .subsection1 p {
    display: none;
    font-size: 1rem;
    font-weight: 400;
    margin: 15px 0px 20px 20px;
    text-align: center;
    color: rgb(84, 84, 84);
  }
  .partner-main .section16 .subsection2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .partner-main .section16 .subsection2 .horizontal {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  .partner-main .section16 .subsection2 .horizontal .outer-contentbox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 140px;
    margin-right: unset;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius: 10%;
  }
  .partner-main .section16 .subsection2 .horizontal .outer-contentbox .imagebox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 90%;
    border-radius: 10%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: white;
  }
  .partner-main .section16 .subsection2 .horizontal .outer-contentbox .imagebox img {
    width: 90%;
    height: 90%;
    object-fit: contain;
    border-radius: 18px 18px 0px 0px;
  }
  .partner-main .section16 .subsection2 .horizontal .oc5 {
    margin-right: unset;
  }
  .partner-main .section16 .subsection2 .horizontal .oc9 {
    margin-right: unset;
  }
  .partner-main .section16 .subsection2 .horizontal1 .outer-contentbox {
    margin-right: 30px;
  }
}
/*(**************************************************************) */
.partner-main .section14 {
  height: auto;
  padding: 50px 8vw 50px 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: 70% 50%;
}
.partner-main .section14 .subsection1 {
  display: flex;
  align-items: center;
}
.partner-main .section14 .subsection1 .vertical1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  height: auto;
  padding: 20px;
  background-color: #F2F2F2;
}
.partner-main .section14 .subsection1 .vertical1 h2 {
  font-size: 30px;
  font-weight: 500;
  margin: 10px 0px 10px 0px;
  text-align: left;
  color: rgb(27, 26, 26);
}
.partner-main .section14 .subsection1 .vertical1 p {
  font-size: 1rem;
  font-weight: 400;
  margin: 0px 0px 30px 0px;
  text-align: justify;
  color: rgb(93, 92, 92);
  line-height: 25px;
}
.partner-main .section14 .subsection1 .vertical1 h3 {
  font-size: 1.1rem;
  font-weight: 500;
  color: rgb(0, 0, 0);
  text-align: left;
  align-content: top;
  margin: 20px 0px 10px 0px;
}
.partner-main .section14 .subsection1 .vertical1 h3 a {
  color: #0885F1;
}
.partner-main .section14 .subsection1 .vertical2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 200px;
  border: 0.5px solid black;
  background-image: linear-gradient(#027BFF, #0060c5), url(/Images/Sample/image00043.png);
}
.partner-main .section14 .subsection1 .vertical2 img {
  width: 200px;
  padding: 20px;
}

@media only screen and (min-width: 600px) and (max-width: 1040px) {
  .partner-main .section14 {
    height: auto;
    padding: 10px 1vw 10px 1w;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 70% 50%;
  }
  .partner-main .section14 .subsection1 {
    display: flex;
    flex-direction: column;
    width: 98vw;
    padding: 20px;
    align-items: center;
  }
  .partner-main .section14 .subsection1 .vertical1 {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 0px;
    background-color: #F2F2F2;
  }
  .partner-main .section14 .subsection1 .vertical1 h2 {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 10px 10px 10px 10px;
    text-align: left;
    color: rgb(27, 26, 26);
  }
  .partner-main .section14 .subsection1 .vertical1 p {
    font-size: 1rem;
    font-weight: 400;
    margin: 10px 10px 30px 10px;
    text-align: justify;
    color: rgb(93, 92, 92);
    line-height: 25px;
  }
  .partner-main .section14 .subsection1 .vertical1 h3 {
    font-size: 1rem;
    font-weight: 500;
    color: rgb(0, 0, 0);
    text-align: left;
    align-content: top;
    margin: 20px 10px 10px 10px;
  }
  .partner-main .section14 .subsection1 .vertical1 h3 a {
    color: #0885F1;
  }
  .partner-main .section14 .subsection1 .vertical2 {
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px;
    border: 0.5px solid black;
    background-image: linear-gradient(#027BFF, #0060c5), url(/Images/Sample/image00043.png);
  }
  .partner-main .section14 .subsection1 .vertical2 img {
    padding-top: 20;
    width: 400px;
  }
}
@media only screen and (max-width: 600px) {
  .partner-main .section14 {
    height: auto;
    padding: 10px 1vw 10px 1w;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 70% 50%;
  }
  .partner-main .section14 .subsection1 {
    display: flex;
    flex-direction: column;
    width: 98vw;
    padding: 20px;
    align-items: center;
  }
  .partner-main .section14 .subsection1 .vertical1 {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 0px;
    background-color: #F2F2F2;
  }
  .partner-main .section14 .subsection1 .vertical1 h2 {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 10px 10px 10px 10px;
    text-align: left;
    color: rgb(27, 26, 26);
  }
  .partner-main .section14 .subsection1 .vertical1 p {
    font-size: 1rem;
    font-weight: 400;
    margin: 10px 10px 30px 10px;
    text-align: justify;
    color: rgb(93, 92, 92);
    line-height: 25px;
  }
  .partner-main .section14 .subsection1 .vertical1 h3 {
    font-size: 1rem;
    font-weight: 500;
    color: rgb(0, 0, 0);
    text-align: left;
    align-content: top;
    margin: 20px 10px 10px 10px;
  }
  .partner-main .section14 .subsection1 .vertical1 h3 a {
    color: #0885F1;
  }
  .partner-main .section14 .subsection1 .vertical2 {
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px;
    border: 0.5px solid black;
    background-image: linear-gradient(#027BFF, #0060c5), url(/Images/Sample/image00043.png);
  }
  .partner-main .section14 .subsection1 .vertical2 img {
    padding-top: 20;
    width: 300px;
  }
}
/*(**************************************************************) */
.partner-header .hero1 {
  padding: 50px 100px 50px 100px;
  height: 200px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-bottom: 2px solid rgb(19, 5, 83);
  background-image: linear-gradient(#027BFF, #0060c5), url(/Images/Sample/image00043.png);
}
.partner-header .hero1 .hero-content {
  margin-right: 120px;
}
.partner-header .hero1 .hero-content h1 {
  font-size: 2.5em;
  font-weight: 900;
  color: rgb(254, 254, 254);
  margin-bottom: 1rem;
}
.partner-header .hero1 .hero-content span {
  color: #080238;
}
.partner-header .hero1 .hero-content p {
  font-size: 1em;
  font-weight: 400;
  text-align: left;
  color: rgb(236, 236, 236);
}
.partner-header .hero1 img {
  width: 300px;
  object-fit: cover;
}

@media only screen and (min-width: 600px) and (max-width: 1040px) {
  .partner-header .hero1 {
    padding: 50px 20px 50px 20px;
    height: 200px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 2px solid rgb(19, 5, 83);
  }
  .partner-header .hero1 .hero-content {
    width: 80%;
    margin-right: 10px;
  }
  .partner-header .hero1 .hero-content h1 {
    font-size: 1.8em;
    font-weight: 900;
    color: rgb(254, 254, 254);
    margin-bottom: 1rem;
  }
  .partner-header .hero1 .hero-content p {
    font-size: 1em;
    font-weight: 400;
    text-align: left;
  }
  .partner-header .hero1 img {
    min-width: 200px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 600px) {
  .partner-header .hero1 {
    padding: 50px 0px 50px 0px;
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid rgb(19, 5, 83);
    margin-right: 0px;
    margin-right: 0px;
  }
  .partner-header .hero1 .hero-content {
    width: 95vw;
    margin-right: 0px;
  }
  .partner-header .hero1 .hero-content h1 {
    font-size: 1.8em;
    font-weight: 900;
    text-align: center;
    color: rgb(254, 254, 254);
    margin-bottom: 1rem;
  }
  .partner-header .hero1 .hero-content p {
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1rem;
  }
  .partner-header .hero1 img {
    width: 70%;
    object-fit: cover;
  }
}/*# sourceMappingURL=partner.css.map */</pre></body></html>