<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slick-dots li button {
  display: none !important;
}
.slick-dotted.slick-slider {
  width: 80%;
  margin: 0 auto;
}
.slick-initialized .slick-slide {
  display: flex !important;
  justify-content: center;
  max-height: 80px;
}
.slick-slide {
  max-height: 80px;
}
.slick-slide img {
  max-width: 80% !important;
}
.thumbnail .box .novp {
margin-bottom: -15px;
width: 180px;
margin-left: 80px;
white-space: nowrap;
text-align: center;
color: #377464 !important;
background: #f1d099;
}
.breadcr-l a{
padding-right: 20px;
font-size: 150%;
}

.main-container h1, h2 {
  text-transform: uppercase;
}
.main-container h1 {
  text-align: left;
}
.number1 {
    text-align: center;
    font-weight: 500;
    color: #6df1be;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #863b96;
    margin-bottom: 30px;
}
.number2 {
    text-align: center;
    font-weight: 500;
    color: #6df1be;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #863b96;
    margin-bottom: 30px;
}
.number3 {
    text-align: center;
    font-weight: 500;
    color: #6df1be;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #863b96;
    margin-bottom: 30px;
}
.social-authorization img {
    max-width: 80px;
}
.numberz {
   font-size: 320%;
   font-weight: bold;
   color: #863b96;
  -webkit-text-stroke: 1px #6DF1BE;
  margin-top: 20px;
}
.number .col-md-4 {
   padding: 40px 10px 30px 10px;
   color: #01bb96;
   font-size: 100%;
   text-transform: uppercase;
   font-weight: 500;
}
hr {
  width: 60%;
  border: 2px solid #61dbac;
  float: left;
  border-radius: 50%;
}
.hrright {
  border-color: #dfc8e3 !important;
  float: right;
  margin-top: -10px;
}
.h-i {
padding: 30px 0 0 40px;
width: 70%;
}
.block-shar {
     display: flex;
     align-items: center;
     justify-content: center;
}
.animate-charcter
{
    background-image: linear-gradient( -225deg, #863b96 50%, #6df1be 100% );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 4s linear infinite;
  text-align: center;
  min-height: 45px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.block-ee {
     display: flex;
    text-align: left;
    line-height: 120%;
    font-style: italic;
    font-size: 120%;
}
.ee-3 {
    background: url(/images/ee-3.png) 0 0 no-repeat;
    background-size: contain;
        padding-left: 50px;
}
.ee-2 {
    background: url(/images/ee-2.png) 0 0 no-repeat;
    background-size: contain;
    padding-top: 50px;
    color: #863b97;
}
.ee-1 {
    background: url(/images/ee-1.png) 0 0 no-repeat;
    background-size: contain;
    padding-right: 50px;
}
.col-ee {
        font-weight: 400;
        width: 33%;
        min-height: 200px;
}
.block-shar img {
    width: 100%;
    max-width: 600px;
    height: auto;
}
@media (max-width: 768px)  {
.h-i {
width: 100%;
}
.number .col-md-4 {
    padding: 10px 10px 30px 10px !important;
}
.number {
    margin-bottom: -20px;
}
.main-container h1 {
    text-align: center;
}
.block-shar {
    display: block;
}
.col-ee {
    float: none;
    width:100%;
}
.col-ee {
    width:100%;
        min-height: 100px;
    padding: 20px;
    text-align: center;
}
.ee-2 {
    background: url(/images/ee-2.png) 100% 0 no-repeat;
        background-size: contain;
}
.block-ee {
     display: block !important;
}
}
.ha_1 {
animation-name: h_lefttor;
animation-duration: 3s;
animation-delay: 0s;
animation-timing-function: easy;
}
.ha_2 {
 animation-name: h_righttol;   
 animation-duration: 3s;
animation-delay: 0s;
animation-timing-function: easy;
}
@keyframes h_lefttor {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  60% {
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes h_righttol {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  60% {
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}</pre></body></html>