<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.custom-home-banner .inner {
  position: relative;
  margin: 40px 30px 30px;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s;
  -o-animation: fadein 1s;
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
}
.home-banner-mobile-image {
  margin: 0 33% 30px;
}
.home-banner-mobile-image img{
  position: absolute;
  top: 2px;
  left: calc(33% + 2px);
  width: 180px;
  height: 261px;
  opacity: 0;
  -webkit-animation: fadein 3200ms ease-in-out 2000ms forwards;
  animation: fadein 3200ms ease-in-out 2000ms forwards;
}
.home-banner-mobile-image .ExpoMobileStroke {
  stroke-dasharray: 1001 1003;
  stroke-dashoffset: 1002;
  -webkit-animation: draw 3200ms ease-in-out 0ms forwards,fade 2000ms ease-out 2200ms forwards;
  animation: draw 3200ms ease-in-out 0ms forwards,fade 2000ms ease-out 2200ms forwards;
}


.custom-home-banner h1 {
  -webkit-letter-spacing: -2px;
  -moz-letter-spacing: -2px;
  -ms-letter-spacing: -2px;
  letter-spacing: -2px;
}

.custom-home-banner h1 span {
  color: #05CC98;
  text-shadow: 0px 2px 3px rgba(255,255,255,0.2);
}

@supports (-webkit-background-clip: text) or (-moz-background-clip:text) or (background-clip:text) {
  .custom-home-banner h1 span {
    color:transparent;
    background-image: linear-gradient(to top,#05CC98,#05F0A1);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
  }
}
.custom-home-banner h1 {
  color: rgba(0,0,0,.8);
}
.custom-home-banner h1 span {
  display: inline-block;
  padding: 0 2px 2px 0;
}
.custom-home-banner p {
  color: #191919;
  font-size: 1.1rem;
  line-height: 2rem;
  font-family: Montserrat-Light,Arial;

}
.custom-home-banner .content{
  padding: 0 0 20px;
}
.home-banner-btn-row a.btn.std-btn {
  padding: 8px 10px;
}


.home-banner-img {
  z-index: -1;
  position: absolute;
  top: -150px;
  right: -40px;
  overflow: hidden;

}

.home-banner-img .mnhmecCG_0 {
  stroke-dasharray: 2642 2644;
  stroke-dashoffset: 2643;
  -webkit-animation: draw 3200ms ease-out 0ms forwards;
  animation: draw 3200ms ease-out 0ms forwards;
}

.home-banner-img .mnhmecCG_1 {
  stroke-dasharray: 2642 2644;
  stroke-dashoffset: 2643;
  -webkit-animation: draw 3200ms ease-out 314ms forwards;
  animation: draw 3200ms ease-out 314ms forwards;
}

.home-banner-img .mnhmecCG_2 {
  stroke-dasharray: 2609 2611;
  stroke-dashoffset: 2610;
  -webkit-animation: draw 3200ms ease-out 628ms forwards;
  animation: draw 3200ms ease-out 628ms forwards;
}

.home-banner-img .mnhmecCG_3 {
  stroke-dasharray: 2609 2611;
  stroke-dashoffset: 2610;
  -webkit-animation: draw 3200ms ease-out 942ms forwards;
  animation: draw 3200ms ease-out 942ms forwards;
}

.home-banner-img .mnhmecCG_4 {
  stroke-dasharray: 2581 2583;
  stroke-dashoffset: 2582;
  -webkit-animation: draw 3200ms ease-out 1257ms forwards;
  animation: draw 3200ms ease-out 1257ms forwards;
}

.home-banner-img .mnhmecCG_5 {
  stroke-dasharray: 2581 2583;
  stroke-dashoffset: 2582;
  -webkit-animation: draw 3200ms ease-out 1571ms forwards;
  animation: draw 3200ms ease-out 1571ms forwards;
}

.home-banner-img .mnhmecCG_6 {
  stroke-dasharray: 3145 3147;
  stroke-dashoffset: 3146;
  -webkit-animation: draw 3200ms ease-out 1885ms forwards,fade 2000ms ease-in 3000ms forwards;
  animation: draw 3200ms ease-out 1885ms forwards,fade 2000ms ease-in 3000ms forwards;
}

.home-banner-img .mnhmecCG_7 {
  stroke-dasharray: 1480 1482;
  stroke-dashoffset: 1481;
  -webkit-animation: draw 3200ms ease-out 2200ms forwards;
  animation: draw 3200ms ease-out 2200ms forwards;
}

@-webkit-keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes fade {
  100% {
    opacity: 0;
  }
}

@keyframes fade {
  100% {
    opacity: 0;
  }
}
.home-banner-btn-row a.btn.std-btn {
  box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 6px 0px;
}
.home-banner-img-inner img {
  opacity: 0;
  width: 300px;
  height: 430px !important;
  animation: 3000ms ease-in 3000ms 1 normal forwards running fadein;
}
.home-banner-img-inner {
  position: absolute;
  right: 2px;
  top: 167px;
}
.home-banner-btn-row {
  display: flex;
  flex-direction: column;
}
.home-banner-btn-row .btn {
  width: 100%;
  min-width: 200px;
  margin: 0px 0px 20px;
  padding: 9px 10px;
}
@media only screen and (min-width: 768px) {
  .custom-home-banner .inner {
    margin:40px 30px 120px;
  }
  .home-banner-mobile-image {
    display:none;
  }
  .custom-home-banner p {
    max-width:460px;
  }
  .home-banner-btn-row .btn {
    width: 45%;
  }
  .home-banner-btn-row {
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 440px;
  }
}

@media only screen and (min-width: 1024px) {
  .custom-home-banner .inner {
    margin:40px 8% 100px;
  }
  .home-banner-btn-row .btn {
    vertical-align: middle;
  }
  .custom-home-banner h1 {
    margin-bottom:2.45rem;
  }
  .custom-home-banner p {
    max-width:540px;
  }
}

@media only screen and (min-width: 1240px) {
  .custom-home-banner .inner {
    max-width:1160px;
    margin: 40px auto 140px;
  }
  .custom-home-banner h1 span {
    display:inline-block;
  }
  .custom-home-banner p {
    max-width:650px;
  }
}

@media screen and (max-width: 1239px) {
  .home-banner-img {
    top:-40px;
    right: -180px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@media only screen and (max-width: 1023px) {
  .custom-home-banner p {
    font-size:14px;
    line-height: 1.5rem;
  }
  .home-banner-img {
    top:-115px;
    right: -260px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .home-banner-btn-row .btn {
    padding: 7px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .custom-home-banner h1 {
    font-size:2.1rem;
  }
  .home-banner-img {
    display:none;
  }
}






</pre></body></html>