<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.custom-about-banner-wrap {
  width: 100%;
  overflow: hidden;
}

.custom-about-banner .inner {
  max-width: 1160px;
  position: relative;
  margin: 0px auto 100px;
}

.custom-about-banner .inner .img-wrap {
  max-width: 740px;
  z-index: -1;
  width: 100%;
  left: 470px;
  top: 40px;
  margin: 50px auto 0px;
  position: absolute;
  overflow: hidden;
}

.custom-about-banner .inner h5 {
  color: rgb(170, 168, 162);
  font-size: 0.7rem;
  line-height: 1.2rem;
  letter-spacing: 0.2rem;
  font-family: Montserrat-Regular, Arial;
  text-transform: uppercase;
  margin: 0px 0px 2px 5px;
  padding: 100px 0px 26px;
  font-weight: normal;
}

.custom-about-banner .inner h2 {
  width: 607px;
}
.custom-about-banner .inner h2 span{
  color: rgb(5, 204, 152);
  text-shadow: rgba(255, 255, 255, 0.2) 0px 2px 3px;
}

@supports (-webkit-background-clip: text) or (-moz-background-clip:text) or (background-clip:text) {
  .custom-about-banner .inner h2 span {
    color: transparent;
    background-image: linear-gradient(to top, rgb(39, 204, 86), rgb(118, 245, 139));
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
  }
}
.custom-about-banner .inner p {
  color: rgb(25, 25, 25);

  font-family: Montserrat-Light, Arial;
  width: 534px;
}

.custom-about-banner-wrap {}

.custom-about-banner-bottom .col {
  width: 363.3px;
  text-align: center;
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
}

.custom-about-banner-bottom .col h2 {
  font-family: Montserrat-Bold;
  line-height: 3rem;
  font-size: 3rem;
  margin-bottom: 1rem;
  color: rgb(56, 230, 128);
  margin-top: 30px;
  letter-spacing: 0;

  text-shadow: rgba(255, 255, 255, 0.2) 0px 2px 3px;
}
.custom-about-banner-bottom .col h3 {
  font-family: Montserrat-Bold;
  line-height: 40px;
  color: rgb(25, 25, 25);
  text-align: center;
  font-size: 28px;
  margin: 0;
}

.custom-about-banner-bottom .col p {
  margin-top: 10px;
  color: #AAA8A2;
  font-family: Montserrat-Regular;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  margin-bottom: 0;
}

.custom-about-banner-wrap {}

.custom-about-banner-bottom {
  display: flex;
  max-width: 1090px;
  grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0px auto 0px;
  padding: 70px 0 30px;
}

.custom-about-banner-bottom .col {
  width: 363.3px;
  text-align: center;
}
@supports (-webkit-background-clip: text) or (-moz-background-clip:text) or (background-clip:text) {
  .custom-about-banner-bottom .col h2 {
    color: transparent;
    background-image: linear-gradient(to top, rgb(39, 204, 86), rgb(118, 245, 139));
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
  }
}
@media only screen and (min-width: 1024px) {
  .custom-about-banner .inner h5{
    font-size: 0.9rem;
    padding-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 1239px){
  .custom-about-banner .inner {
    margin: 0px 8% 100px;
  }
}

@media only screen and (max-width: 1023px){
  .custom-about-banner .inner h5 {
    padding: 60px 0px 0px;
  }
  .custom-about-banner .inner p {
    width: 100%;
  }
  .custom-about-banner .inner .img-wrap {
    width: 100%;
    top: 20px;
    margin: 150px 0px 0px;
  }
  .custom-about-banner .inner h2 {
    line-height: 2.4rem;
  }
  .custom-about-banner-bottom .col:not(:first-child) {
    padding-top: 1px;
  }
  .custom-about-banner-bottom {
    display: block;
    margin: 70px auto 50px;
    align-items: center;
    padding-bottom: 1px;
  }
  .custom-about-banner-bottom .col {
    width: 100%;
    text-align: center;
  }
  .custom-about-banner .inner {
    margin: 0px 8% 450px;
  }
}
@media only screen and (max-width: 767px){
  .custom-about-banner .inner .img-wrap {
    top: 100px;
    left: 0px;
    max-width: 650px;
    margin: 250px 0px 0px;
  }
}
@media only screen and (max-width: 660px){
  .custom-about-banner .inner h2 {
    padding-right: 5px;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .custom-about-banner .inner {
    margin: 0px 5% 250px;
  }
}
@media only screen and (max-width: 359px) {
  .custom-about-banner .inner {
    margin: 0px 5% 180px;
  }
}</pre></body></html>