/*23.05.3627*/
@charset "utf-8";
/*
 * style.less
 */
/*
.any_selector {
  .getProperty(color, base-color);
}
*/
/* frame killer security - NO DELETE */
/*
 * font.less
 */



/*
 * typo.less
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212529;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.block-header h1,
.block-header h2,
.block-header h3,
.block-header h4,
.block-header h5,
.block-header h6 {
  color: #505060;
}
h1 {
  font-size: 3.2rem;
  letter-spacing: normal;
}
h2 {
  font-size: 1.8rem;
  letter-spacing: normal;
  margin-bottom: 1rem;
}
h3 {
  font-size: 1.4rem;
  letter-spacing: normal;
  margin-bottom: 0.5rem;
}
h4 {
  font-size: 1.2rem;
  letter-spacing: normal;
}
h5 {
  font-size: 1.2rem;
  letter-spacing: normal;
}
h6 {
  font-size: 1.1rem;
  letter-spacing: 0;
}
/* Larger than phablet */
@media only screen and (min-width : 768px) and (max-width : 989px) {
  h1 {
    font-size: 3.2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.4rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  h5 {
    font-size: 1.2rem;
  }
  h6 {
    font-size: 1.1rem;
  }
}
p {
  font-size: 16px;
  line-height: 1.5;
  color: #5f5f5f;
  margin-bottom: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  font-family: 'Poppins', sans-serif;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
blockquote {
  display: inline-block;
  position: relative;
  color: #10bab9;
  font-size: 26px;
  line-height: 0;
  background: transparent;
  margin: 0;
  padding: 0;
}
.cke_editable blockquote {
  margin: 0;
  padding: 0;
  background: #f1f1f1;
}
blockquote > p {
  display: inline-block;
  font-style: italic;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
blockquote::before,
blockquote::after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
}
blockquote::before {
  content: "\f10d";
  margin-right: 10px;
}
blockquote::after {
  content: "\f10e";
  margin-left: 10px;
}
.custom-style.gradient::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 240, 240, 0.73)));
  background-image: -o-linear-gradient(rgba(240, 240, 240, 0.73));
  background-image: linear-gradient(rgba(240, 240, 240, 0.73));
}
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
       -o-transition-duration: 50ms;
          transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
       -o-transition-delay: 50ms;
          transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: 0.25s;
       -o-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: 0.35s;
       -o-transition-duration: 0.35s;
          transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.35s;
       -o-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: 0.45s;
       -o-transition-duration: 0.45s;
          transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.45s;
       -o-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: 0.55s;
       -o-transition-duration: 0.55s;
          transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.55s;
       -o-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: 0.65s;
       -o-transition-duration: 0.65s;
          transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.65s;
       -o-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: 0.75s;
       -o-transition-duration: 0.75s;
          transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: 0.85s;
       -o-transition-duration: 0.85s;
          transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.85s;
       -o-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: 0.9s;
       -o-transition-duration: 0.9s;
          transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: 0.95s;
       -o-transition-duration: 0.95s;
          transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.95s;
       -o-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
       -o-transition-duration: 1.05s;
          transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
       -o-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
       -o-transition-duration: 1.1s;
          transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
       -o-transition-duration: 1.15s;
          transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
       -o-transition-delay: 1.15s;
          transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
       -o-transition-duration: 1.2s;
          transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
       -o-transition-duration: 1.25s;
          transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
       -o-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
       -o-transition-duration: 1.3s;
          transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
       -o-transition-duration: 1.35s;
          transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
       -o-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
       -o-transition-duration: 1.4s;
          transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
       -o-transition-duration: 1.45s;
          transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
       -o-transition-delay: 1.45s;
          transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
       -o-transition-duration: 1.5s;
          transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
       -o-transition-duration: 1.55s;
          transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
       -o-transition-delay: 1.55s;
          transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
       -o-transition-duration: 1.6s;
          transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
       -o-transition-duration: 1.65s;
          transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
       -o-transition-delay: 1.65s;
          transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
       -o-transition-duration: 1.7s;
          transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
       -o-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
       -o-transition-duration: 1.75s;
          transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
       -o-transition-delay: 1.75s;
          transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
       -o-transition-duration: 1.8s;
          transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
       -o-transition-duration: 1.85s;
          transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
       -o-transition-delay: 1.85s;
          transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
       -o-transition-duration: 1.9s;
          transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
       -o-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
       -o-transition-duration: 1.95s;
          transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
       -o-transition-delay: 1.95s;
          transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
       -o-transition-duration: 2.05s;
          transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
       -o-transition-delay: 2.05s;
          transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
       -o-transition-duration: 2.1s;
          transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
       -o-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
       -o-transition-duration: 2.15s;
          transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
       -o-transition-delay: 2.15s;
          transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
       -o-transition-duration: 2.2s;
          transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
       -o-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
       -o-transition-duration: 2.25s;
          transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
       -o-transition-delay: 2.25s;
          transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
       -o-transition-duration: 2.3s;
          transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
       -o-transition-delay: 2.3s;
          transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
       -o-transition-duration: 2.35s;
          transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
       -o-transition-delay: 2.35s;
          transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
       -o-transition-duration: 2.4s;
          transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
       -o-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
       -o-transition-duration: 2.45s;
          transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
       -o-transition-delay: 2.45s;
          transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
       -o-transition-duration: 2.5s;
          transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
       -o-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
       -o-transition-duration: 2.55s;
          transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
       -o-transition-delay: 2.55s;
          transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
       -o-transition-duration: 2.6s;
          transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
       -o-transition-delay: 2.6s;
          transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
       -o-transition-duration: 2.65s;
          transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
       -o-transition-delay: 2.65s;
          transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
       -o-transition-duration: 2.7s;
          transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
       -o-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
       -o-transition-duration: 2.75s;
          transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
       -o-transition-delay: 2.75s;
          transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
       -o-transition-duration: 2.8s;
          transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
       -o-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
       -o-transition-duration: 2.85s;
          transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
       -o-transition-delay: 2.85s;
          transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
       -o-transition-duration: 2.9s;
          transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
       -o-transition-delay: 2.9s;
          transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
       -o-transition-duration: 2.95s;
          transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
       -o-transition-delay: 2.95s;
          transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
       -o-transition-duration: 3s;
          transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
       -o-transition-delay: 3s;
          transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
       -o-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
       -o-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
       -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
       -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
       -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}
[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}
[data-aos=fade-right] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}
[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}
[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0);
}
[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0);
}
[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0);
}
[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0);
}
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}
[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}
[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
          transform: translate3d(0, 100px, 0) scale(0.6);
}
[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
          transform: translate3d(0, -100px, 0) scale(0.6);
}
[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
          transform: translate3d(-100px, 0, 0) scale(0.6);
}
[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
          transform: translate3d(100px, 0, 0) scale(0.6);
}
[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2);
}
[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}
[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}
[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}
[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}
[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}
/*
 * content.less
 */
.alert {
  margin: 10px 0;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.alert i {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 32px;
  height: 32px;
  display: inline-block;
}
.alert em {
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 10px;
}
.alert.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert.alert-danger i {
  background: transparent url('../../img/alert_danger.svg') no-repeat;
}
.alert.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert.alert-success i {
  background: transparent url('../../img/alert_success.svg') no-repeat;
}
.alert.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert.alert-info i {
  background: transparent url('../../img/alert_info.svg') no-repeat;
}
.alert.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert.alert-warning i {
  background: transparent url('../../img/alert_warning.svg') no-repeat;
}
.alert.alert-message {
  color: #777777;
  background-color: #eeeeee;
  border-color: #dddddd;
}
/*
 * base.less
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  display: none;
  position: relative;
  height: 100%;
}
body {
  position: static;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  color: #5f5f5f;
  font-size: 16px;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.5;
  word-spacing: 1pt;
  letter-spacing: 0.2pt;
  cursor: default;
}
.unvisible,
.hide {
  display: none;
  visibility: hidden;
}
main {
  position: relative;
  margin-top: 50px;
}
.home main {
  position: relative;
  margin-top: 0;
}
.home main > .block-container > .grids {
  padding-top: 100px;
  padding-bottom: 100px;
}
.home main > .block-container > .grids:first-child {
  height: 100vh;
  padding-top: 70px;
}
.home main > .block-container > .grids:first-child > .grids-container > .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}
.sidebar {
  position: relative;
}
/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.cms-items:after,
.cms-items .block-body:after,
.block-container:after,
.grids:after,
.block.menu nav > ul:after {
  content: "";
  clear: both;
  display: block;
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}
/* code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}
pre > code {
  display: block;
  padding: 1rem 1rem;
  white-space: pre;
}
/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.std-btn,
.button {
  margin-bottom: 1rem;
}
.wrap-btn .std-btn,
.wrap-btn .button {
  margin-bottom: 0;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 1rem;
}
img {
  max-width: 100%;
}
.cms-items .cms-item,
.cms-items .block-body .cms-item {
  float: left;
  position: relative;
}
.cms-items .cms-item h3,
.cms-items .block-body .cms-item h3 {
  color: #10bab9;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .cms-items .cms-item,
  .cms-items .block-body .cms-item {
    float: none;
  }
}
#page_title .block-container {
  padding: 0;
}
#page_title .block-container h2 {
  margin: 0;
  padding: 0;
  color: #02336e;
  font-size: 42px;
  font-weight: 600;
}
.custom-layer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.custom-layer::before {
  content: "";
}
.custom-layer::after {
  content: "";
}
/*
 * block.less
 */
.block {
  position: relative;
  display: block;
}
.block .block-container {
  margin: 0 auto;
  text-align: left;
  position: relative;
  padding: 0;
}
main .block .block-header h2 {
  text-align: left;
  display: none;
  font-size: 33px;
  margin-bottom: 20px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  main .block .block-header {
    text-align: left;
  }
}
.block .block-body {
  position: relative;
  margin: 0;
  padding: 0;
}
main .block .block-body {
  text-align: left;
}
main .grid .grid .block-header {
  display: none;
}
/*
 * button.less
 */
.std-btn[disabled],
.std-btn.btn-inactive {
  color: #ffffff;
  background-color: #757575;
  pointer-events: none;
}
.std-btn[disabled] span,
.std-btn.btn-inactive span {
  color: #ffffff;
}
.std-btn.btn-buy {
  color: #ffffff;
  background-color: #e73126;
  margin-bottom: 0;
}
.std-btn.btn-buy span {
  color: #ffffff;
}
.std-btn.btn-buy:hover {
  background-color: #c42016;
}
.std-btn.btn-capture-image {
  margin: 0 10px;
}
.std-btn,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  line-height: 1.5;
  outline: 0 !important;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 14px 45px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  border: 0;
  color: #ffffff;
  background-color: #eb4680;
}
.std-btn span,
input[type="submit"] span,
input[type="reset"] span,
input[type="button"] span {
  color: #ffffff;
}
.std-btn:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.std-btn:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #000000;
  text-decoration: none;
}
.std-btn:hover span,
input[type="submit"]:hover span,
input[type="reset"]:hover span,
input[type="button"]:hover span,
.std-btn:focus span,
input[type="submit"]:focus span,
input[type="reset"]:focus span,
input[type="button"]:focus span {
  color: #000000;
}
.std-btn.button-secondary,
input[type="submit"].button-secondary,
input[type="reset"].button-secondary,
input[type="button"].button-secondary {
  font-weight: 500;
  border: 2px solid #fff;
  color: #ffffff;
  background-color: #10bab9;
}
.std-btn.button-secondary:hover,
input[type="submit"].button-secondary:hover,
input[type="reset"].button-secondary:hover,
input[type="button"].button-secondary:hover,
.std-btn.button-secondary:focus,
input[type="submit"].button-secondary:focus,
input[type="reset"].button-secondary:focus,
input[type="button"].button-secondary:focus {
  background-color: #169e9e;
  border: 2px solid transparent;
}
.std-btn.button-secondary:hover span,
input[type="submit"].button-secondary:hover span,
input[type="reset"].button-secondary:hover span,
input[type="button"].button-secondary:hover span,
.std-btn.button-secondary:focus span,
input[type="submit"].button-secondary:focus span,
input[type="reset"].button-secondary:focus span,
input[type="button"].button-secondary:focus span {
  color: #ffffff;
}
/**
 * footer.less
 */
footer {
  bottom: 0;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  background: url(../../img/world-map.png) #f9f9f9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
footer * {
  color: #9ea0a9;
}
footer .block .block-header h2 {
  color: #10bab9;
  font-size: 1.2rem;
  padding-bottom: 10px;
  margin-top: 0;
}
footer .block .block-header h2 span {
  color: #10bab9;
}
footer .block h3 {
  color: #10bab9;
  font-size: 1.1rem;
  line-height: initial;
}
footer .grids ~ .grids {
  border-top: 2px solid #ffffff;
}
footer .grids .bottomlinks .cms-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: initial;
  border-left: none;
  padding-left: 0;
  padding-right: 15px;
}
@media only screen and (min-width : 768px) and (max-width : 989px) {
  footer .grids .bottomlinks .cms-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: initial;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  footer .grids .bottomlinks .cms-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: initial;
  }
}
footer .bottomlinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
footer .bottomlinks .cms-item {
  margin-right: 1%;
  padding-left: 15px;
  max-width: 24%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 24%;
          flex: 0 1 24%;
  margin-bottom: 30px;
}
footer .bottomlinks .cms-item:first-child,
footer .bottomlinks .cms-item:nth-child(5) {
  padding-left: 0;
  border-left: none;
}
footer .bottomlinks .cms-item:nth-child(4) {
  margin-right: 0;
}
@media only screen and (min-width : 768px) and (max-width : 989px) {
  footer .bottomlinks .cms-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
            flex: 0 1 49%;
    max-width: 49%;
  }
  footer .bottomlinks .cms-item:nth-child(3) {
    padding-left: 0;
    border-left: none;
  }
  footer .bottomlinks .cms-item:nth-child(4) {
    margin-right: inherit;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  footer .bottomlinks .cms-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 99%;
            flex: 0 1 99%;
    max-width: 99%;
    text-align: center;
    padding-left: 0;
    border-left: none;
  }
}
footer .bottomlinks .cms-item h5 {
  color: #10bab9;
  font-weight: 600;
  padding-bottom: 10px;
  margin: 0 0 25px 0;
}
footer .bottomlinks .cms-item ul {
  list-style: none;
  padding: 0;
}
footer .bottomlinks .cms-item ul li {
  padding-bottom: 18px;
}
footer .bottomlinks .cms-item ul li a {
  color: #9ea0a9;
}
footer .bottomlinks .cms-item ul li a:hover {
  color: #10bab9;
  text-decoration: none;
}
#copyright {
  font-size: 15px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  height: 97px;
  color: #ececec;
  background-color: #0e1326;
  padding-top: 35px;
  padding-bottom: 35px;
}
#copyright a,
#copyright a span {
  font-weight: normal;
  color: #ececec;
}
#copyright a:hover {
  color: #10bab9;
  text-decoration: none;
}
.bottom {
  text-align: center;
  margin: 0;
  padding: 0;
  color: #767683;
  background-color: #41424E;
  font-size: 15px;
  min-height: 100px;
}
.bottom [class*="col-"] > [class*="col-"] {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 40px;
}
.bottom .container {
  padding-top: 60px;
}
.bottom .container .lang-selector {
  text-align: right;
  font-size: 15px;
}
.bottom .container .lang-selector .lang-btn {
  padding-right: 30px;
  position: relative;
}
.bottom .container .lang-selector .lang-btn span {
  color: white;
}
.bottom .container .lang-selector .lang-btn.cs:before {
  background-position: 0 -440px;
}
.bottom .container .lang-selector .lang-btn:before {
  background-color: transparent;
  background-image: url(../../img/flag-language-sprite.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 30px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.bottom .container .lang-selector .lang-btn:after {
  position: absolute;
  right: 0;
  top: 3px;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-right: 2px solid white;
  border-top: 2px solid white;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.bottom .container .logo-small {
  background-repeat: no-repeat;
  background-image: url(../../img/avast-logo-white.png);
  height: 30px;
}
@media only screen and (max-width : 767px) {
  .bottom .container {
    /*padding-bottom: 20px;*/
  }
  .bottom .container .copyright {
    text-align: center;
    display: block;
  }
}
.bottom .container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width : 767px) {
  .bottom .container ul {
    padding-top: 20px;
  }
}
.bottom .container ul li {
  list-style-type: none;
  line-height: 1.43;
}
.bottom .container ul li a {
  color: #767683;
  text-decoration: none;
}
@media only screen and (max-width : 767px) {
  .bottom .container ul li {
    text-align: center;
    padding-top: 20px;
  }
}
.bottom .container a.locate {
  background-repeat: no-repeat;
  background-image: url(../../img/locate-reseller.png);
  padding-left: 25px;
  line-height: 50px;
  text-decoration: none;
  color: #767683;
}
.bottom .container .links .links-inner {
  border-left: 1px solid #767683;
  padding-left: 30px;
}
.bottom .container .links .links-inner.links-devices {
  padding-left: 0;
  border-left: 0;
}
.bottom .container .links h4 {
  font-size: 15px;
  color: #ffffff;
  padding-bottom: 30px;
}
@media only screen and (max-width : 767px) {
  .bottom .container .links {
    text-align: center;
  }
}
.bottom .container .links-social li,
.bottom .container .links-external li,
.bottom .container .links-devices li {
  background-repeat: no-repeat;
  float: left;
  line-height: initial;
}
.bottom .container .social {
  padding-right: 0;
}
.bottom .container .links-social a {
  display: block;
  line-height: 30px;
  min-height: 30px;
}
.bottom .container .links-social span {
  position: fixed;
  bottom: 5000px;
}
.bottom .container .links-social li {
  width: 16.6666%;
  height: 15px;
  background-position-x: center;
}
.bottom .container .links-social .icon-fb {
  background-image: url(../../img/social/icon-fb.png);
}
.bottom .container .links-social .icon-twitter {
  background-image: url(../../img/social/icon-twitter.png);
}
.bottom .container .links-social .icon-linkedin {
  background-image: url(../../img/social/icon-linkedin.png);
}
.bottom .container .links-social .icon-google {
  background-image: url(../../img/social/icon-google.png);
}
.bottom .container .links-social .icon-developers {
  background-image: url(../../img/social/icon-developers.png);
}
.bottom .container .links-social .icon-youtube {
  background-image: url(../../img/social/icon-youtube.png);
}
.bottom .container .links-external li {
  margin-right: 40px;
  line-height: 1.8;
}
.bottom .container .links-external a {
  padding-left: 40px;
}
.bottom .container .links-external .icon-foundation a {
  background-image: url(../../img/foundation.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 10px 0 10px 40px;
}
.bottom .container .links-external .icon-blog a {
  background-image: url(../../img/blog.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 10px 0 10px 40px;
}
.bottom .container .links-devices {
  font-size: 16px;
  padding-top: 40px;
}
.bottom .container .links-devices ul {
  text-align: center;
}
.bottom .container .links-devices li {
  width: 25%;
  background-position-x: center;
}
.bottom .container .links-devices li:nth-child(1) {
  margin-left: -50px;
}
.bottom .container .links-devices a {
  display: block;
  padding-top: 40px;
}
.bottom .container .links-devices span {
  display: block;
}
.bottom .container .links-devices .icon-pc {
  background-image: url(../../img/devices/device-pc.png);
}
.bottom .container .links-devices .icon-MAC {
  background-image: url(../../img/devices/device-mac.png);
}
.bottom .container .links-devices .icon-Android {
  background-image: url(../../img/devices/device-android.png);
}
.bottom .container .links-devices .icon-iphone-ipad {
  background-image: url(../../img/devices/device-iphone-ipad.png);
}
@media only screen and (max-width : 767px) {
  .bottom .container [class*="col-"] > [class*="col-"],
  .bottom .container [class*="col-"] {
    float: none;
    width: 100%;
    text-align: center;
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
  .bottom .container .links .links-inner {
    border-left: none;
    border-top: 1px solid #767683;
    padding-left: 30px;
  }
  .bottom .container .row {
    margin-left: 0;
    margin-right: 0;
  }
  .bottom .container h4,
  .bottom .container .links h4 {
    padding: 20px 0;
  }
  .bottom .container ul {
    padding-top: 0;
  }
  .bottom .container .links-devices li:nth-child(1) {
    margin-left: 0;
  }
  .bottom .container .links-external li {
    background-repeat: no-repeat;
    float: none;
    line-height: initial;
    margin-right: 0;
  }
  .bottom .container .lang-selector {
    text-align: center;
  }
  .bottom .container .logo-small {
    background-position: center;
  }
}
/*
 * gdpr.less
 */
/* GDPR */
.desktop [data-tooltip] {
  position: relative;
  cursor: help;
}
.gdpr-agree {
  padding-top: 10px;
  position: relative;
}
.gdpr-agree.frm-checkbox label[for],
.gdpr-agree .tooltip {
  padding-top: 0;
  display: inline-block;
}
.gdpr-agree .tooltip {
  position: absolute;
  background-color: #bfbfbf;
  padding: 0 8px;
  border-radius: 16px;
  color: #ffffff;
  cursor: pointer;
  line-height: 25px;
  right: 0;
  bottom: 0;
}
.gdpr-agree .tooltip:hover + .tooltip-data {
  display: block;
}
.gdpr-agree .tooltip-data {
  display: none;
  color: #ffffff;
  background: #bfbfbf;
  border-radius: 5px;
  padding: 5px;
  top: 34px;
  border: 1px solid grey;
  line-height: normal;
  position: absolute;
  z-index: 2;
  left: 15px;
  right: 15px;
  margin: 0 auto;
}
.gdpr-agree label {
  padding-left: 30px;
}
/* END GDPR */
ul.gdpr.tree-btn {
  list-style: none;
  padding-left: 0;
}
ul.gdpr.tree-btn li {
  display: inline-block;
  margin-right: 20px;
}
/*
 * grid.less
 */
@media only screen and (max-width : 1199px) {
  .page-design-1 main  .grids:first-child {
    padding-top: 150px;
    padding-bottom: 100px;
    background-position: 50%;
    height: auto;
  }
}
.grids {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  /*margin-left: -@grid-gutter-size;
  margin-right: -@grid-gutter-size;*/
}
.grids [class*="col-"] {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
}
.grids:after {
  content: "";
  clear: both;
  display: block;
}
.grids.fullwidth {
  margin-left: 0;
  margin-right: 0;
}
.grids.sectionwidth .grid:first-child {
  padding-left: 0;
  margin-right: auto;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.grids.sectionwidth .grid:last-child {
  padding-right: 0;
  margin-left: auto;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.grids .grid {
  float: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .grids .grid {
    padding-left: 0;
    padding-right: 0;
  }
}
.grids .grid.col-1-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.grids .grid.col-1-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.grids .grid.col-2-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.grids .grid.col-1-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.grids .grid.col-3-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}
.grids .grid.col-1-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
.grids .grid.col-2-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}
.grids .grid.col-3-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}
.grids .grid.col-4-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}
.grids .grid.col-100 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  float: none;
}
.grids .grid.col-1 {
  width: 100%;
  float: none;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 989px), only screen and (min-width : 990px) and (max-width : 1199px) {
  .grids .grid.col-1-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .grids .grid.col-1-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .grids .grid.col-2-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .grids .grid.col-1-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .grids .grid.col-3-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .grids .grid.col-1-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .grids .grid.col-2-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .grids .grid.col-3-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .grids .grid.col-4-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .grids .grid.col-100 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
}
.grids-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.grids > .grids-container .grid.col-1-1 {
  width: 100%;
}
.grids.fullwidth > .grids-container {
  padding: 0;
  width: 100%;
  margin: 0;
  max-width: none;
}
.grids.fullwidth > .grids-container .grid {
  padding: 0;
}
.grids.fullwidth > .grids-container .grid.col-1-1 {
  width: 100%;
}
.grids.fullwidth > .grids-container .grids {
  padding: 0;
  width: 100%;
}
.grids.fullwidth > .grids-container.grids-multiple {
  max-width: 1116px;
  margin: 0 auto;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .grids.fullwidth > .grids-container.grids-multiple {
    max-width: 320px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 989px) {
  .grids.fullwidth > .grids-container.grids-multiple {
    max-width: 696px;
  }
}
@media only screen and (min-width : 990px) and (max-width : 1199px) {
  .grids.fullwidth > .grids-container.grids-multiple {
    max-width: 936px;
  }
}
@media only screen and (min-width : 1200px) {
  .grids.fullwidth > .grids-container.grids-multiple {
    max-width: 1116px;
  }
}
@media only screen and (min-width : 1400px) {
  .grids.fullwidth > .grids-container.grids-multiple {
    max-width: 1296px;
  }
}
header .grids.sectionwidth .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .grids.sectionwidth .grid:last-child .block + .block {
  margin-left: 15px;
}
.grids.fullwidth > .grids-container .layoutmanager .grids {
  margin-left: -15px;
  margin-right: -15px;
}
.grids.fullwidth > .grids-container .grid.col {
  padding-left: 15px;
  padding-right: 15px;
}
.grids > .grids-container .layoutmanager .grids {
  margin-left: -15px;
  margin-right: -15px;
}
.grids > .grids-container .grid.col {
  padding-left: 15px;
  padding-right: 15px;
}
.col-12 {
  width: 100%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666665%;
}
.col-7 {
  width: 58.33333332%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666665%;
}
.col-4 {
  width: 33.33333332%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .grids .grid.col {
    width: 100%;
  }
}
@media only screen and (min-width : 768px) and (max-width : 989px) {
  .grids .grid.col {
    width: 100%;
  }
}
header > .block-container > .grids.sectionwidth,
main > .block-container > .grids.sectionwidth,
footer > .block-container > .grids.sectionwidth,
header > .block-container > .block,
main > .block-container > .block,
footer > .block-container > .block,
header > .block-container .grids.fullwidth .block .block-container,
main > .block-container .grids.fullwidth .block .block-container,
footer > .block-container .grids.fullwidth .block .block-container,
footer .bottomlinks,
#panel_sideTop .block-container,
#panel_sideBottom .block-container,
.header_main_footer_sideLeft #panels > .block-container,
.header_main_footer_sideRight #panels > .block-container,
.header_main_footer_sideLeft_sideRight #panels > .block-container {
  position: relative;
  width: 100%;
  max-width: 1116px;
  margin: 0 auto;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
}
@media only screen and (max-width : 320px) {
  header > .block-container > .grids.sectionwidth,
  main > .block-container > .grids.sectionwidth,
  footer > .block-container > .grids.sectionwidth,
  header > .block-container > .block,
  main > .block-container > .block,
  footer > .block-container > .block,
  header > .block-container .grids.fullwidth .block .block-container,
  main > .block-container .grids.fullwidth .block .block-container,
  footer > .block-container .grids.fullwidth .block .block-container,
  footer .bottomlinks,
  #panel_sideTop .block-container,
  #panel_sideBottom .block-container,
  .header_main_footer_sideLeft #panels > .block-container,
  .header_main_footer_sideRight #panels > .block-container,
  .header_main_footer_sideLeft_sideRight #panels > .block-container {
    max-width: 320px;
  }
}
@media only screen and (min-width : 768px) {
  header > .block-container > .grids.sectionwidth,
  main > .block-container > .grids.sectionwidth,
  footer > .block-container > .grids.sectionwidth,
  header > .block-container > .block,
  main > .block-container > .block,
  footer > .block-container > .block,
  header > .block-container .grids.fullwidth .block .block-container,
  main > .block-container .grids.fullwidth .block .block-container,
  footer > .block-container .grids.fullwidth .block .block-container,
  footer .bottomlinks,
  #panel_sideTop .block-container,
  #panel_sideBottom .block-container,
  .header_main_footer_sideLeft #panels > .block-container,
  .header_main_footer_sideRight #panels > .block-container,
  .header_main_footer_sideLeft_sideRight #panels > .block-container {
    max-width: 696px;
  }
}
@media only screen and (min-width : 990px) {
  header > .block-container > .grids.sectionwidth,
  main > .block-container > .grids.sectionwidth,
  footer > .block-container > .grids.sectionwidth,
  header > .block-container > .block,
  main > .block-container > .block,
  footer > .block-container > .block,
  header > .block-container .grids.fullwidth .block .block-container,
  main > .block-container .grids.fullwidth .block .block-container,
  footer > .block-container .grids.fullwidth .block .block-container,
  footer .bottomlinks,
  #panel_sideTop .block-container,
  #panel_sideBottom .block-container,
  .header_main_footer_sideLeft #panels > .block-container,
  .header_main_footer_sideRight #panels > .block-container,
  .header_main_footer_sideLeft_sideRight #panels > .block-container {
    max-width: 936px;
  }
}
@media only screen and (min-width : 1200px) {
  header > .block-container > .grids.sectionwidth,
  main > .block-container > .grids.sectionwidth,
  footer > .block-container > .grids.sectionwidth,
  header > .block-container > .block,
  main > .block-container > .block,
  footer > .block-container > .block,
  header > .block-container .grids.fullwidth .block .block-container,
  main > .block-container .grids.fullwidth .block .block-container,
  footer > .block-container .grids.fullwidth .block .block-container,
  footer .bottomlinks,
  #panel_sideTop .block-container,
  #panel_sideBottom .block-container,
  .header_main_footer_sideLeft #panels > .block-container,
  .header_main_footer_sideRight #panels > .block-container,
  .header_main_footer_sideLeft_sideRight #panels > .block-container {
    max-width: 1116px;
  }
}
@media only screen and (min-width : 1400px) {
  header > .block-container > .grids.sectionwidth,
  main > .block-container > .grids.sectionwidth,
  footer > .block-container > .grids.sectionwidth,
  header > .block-container > .block,
  main > .block-container > .block,
  footer > .block-container > .block,
  header > .block-container .grids.fullwidth .block .block-container,
  main > .block-container .grids.fullwidth .block .block-container,
  footer > .block-container .grids.fullwidth .block .block-container,
  footer .bottomlinks,
  #panel_sideTop .block-container,
  #panel_sideBottom .block-container,
  .header_main_footer_sideLeft #panels > .block-container,
  .header_main_footer_sideRight #panels > .block-container,
  .header_main_footer_sideLeft_sideRight #panels > .block-container {
    max-width: 1296px;
  }
}
header > .block-container > .grids.sectionwidth.block-empty,
main > .block-container > .grids.sectionwidth.block-empty,
footer > .block-container > .grids.sectionwidth.block-empty,
header > .block-container > .block.block-empty,
main > .block-container > .block.block-empty,
footer > .block-container > .block.block-empty,
header > .block-container .grids.fullwidth .block .block-container.block-empty,
main > .block-container .grids.fullwidth .block .block-container.block-empty,
footer > .block-container .grids.fullwidth .block .block-container.block-empty,
footer .bottomlinks.block-empty,
#panel_sideTop .block-container.block-empty,
#panel_sideBottom .block-container.block-empty,
.header_main_footer_sideLeft #panels > .block-container.block-empty,
.header_main_footer_sideRight #panels > .block-container.block-empty,
.header_main_footer_sideLeft_sideRight #panels > .block-container.block-empty {
  padding: 0;
  margin: 0;
}
main > .block-container > section {
  overflow: visible;
}
footer .grid .bottomlinks {
  padding: 0;
  max-width: auto;
}
.header_main_footer_sideLeft #panels main > .block-container > .block:first-child,
.header_main_footer_sideRight #panels main > .block-container > .block:first-child,
.header_main_footer_sideLeft_sideRight #panels main > .block-container > .block:first-child {
  padding-top: 0;
  margin-top: 20px;
}
#panel_sideTop .block-container,
#panel_sideBottom .block-container {
  padding: 0;
}
.header_main_footer_sideLeft #panels > .block-container,
.header_main_footer_sideRight #panels > .block-container,
.header_main_footer_sideLeft_sideRight #panels > .block-container {
  padding: 0 20px;
}
.header_main_footer_sideLeft #panels > .block-container main,
.header_main_footer_sideRight #panels > .block-container main {
  display: inline-block;
  width: calc(100% - 240px);
}
.header_main_footer_sideLeft #panels > .block-container .sidebar,
.header_main_footer_sideRight #panels > .block-container .sidebar {
  display: inline-block;
  width: 240px;
  vertical-align: top;
  margin-top: 20px;
}
.header_main_footer_sideLeft #panels > .block-container .sidebar .block,
.header_main_footer_sideRight #panels > .block-container .sidebar .block {
  margin-bottom: 20px;
}
.header_main_footer_sideLeft_sideRight #panels > .block-container main {
  display: inline-block;
  width: calc(100% - 480px);
}
.header_main_footer_sideLeft_sideRight #panels > .block-container .sidebar {
  display: inline-block;
  width: 240px;
  vertical-align: top;
  margin-top: 20px;
}
#panel_sideRight {
  padding-left: 10px;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 989px) {
  #panel_sideRight {
    padding-left: 0;
  }
}
#panel_sideLeft {
  padding-right: 10px;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 989px) {
  #panel_sideLeft {
    padding-right: 0;
  }
}
header > .block-container > .grids.sectionwidth {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 989px), only screen and (min-width : 990px) and (max-width : 1199px) {
  body header > .block-container > .grids.sectionwidth,
  body header > .block-container > .block,
  body header > .block-container .grids.fullwidth .block .block-container {
    padding: 0 30px;
  }
  body header > .block-container > .grids.sectionwidth .grid,
  body header > .block-container > .block .grid,
  body header > .block-container .grids.fullwidth .block .block-container .grid {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    padding: 0;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 989px) {
  header > .block-container > .grids.sectionwidth,
  header > .block-container > .block,
  header > .block-container .grids.fullwidth .block .block-container,
  main > .block-container > .grids.sectionwidth,
  main > .block-container > .block,
  main > .block-container .grids.fullwidth .block .block-container,
  footer > .block-container > .grids.sectionwidth,
  footer > .block-container > .block,
  footer > .block-container .grids.fullwidth .block .block-container,
  #panel_sideTop .block-container,
  #panel_sideBottom .block-container,
  .header_main_footer_sideLeft #panels > .block-container,
  .header_main_footer_sideRight #panels > .block-container,
  .header_main_footer_sideLeft_sideRight #panels > .block-container {
    width: 100%;
    padding: 30px 30px;
  }
  header > .block-container > .grids.sectionwidth > .grid,
  header > .block-container > .block > .grid,
  header > .block-container .grids.fullwidth .block .block-container > .grid,
  main > .block-container > .grids.sectionwidth > .grid,
  main > .block-container > .block > .grid,
  main > .block-container .grids.fullwidth .block .block-container > .grid,
  footer > .block-container > .grids.sectionwidth > .grid,
  footer > .block-container > .block > .grid,
  footer > .block-container .grids.fullwidth .block .block-container > .grid,
  #panel_sideTop .block-container > .grid,
  #panel_sideBottom .block-container > .grid,
  .header_main_footer_sideLeft #panels > .block-container > .grid,
  .header_main_footer_sideRight #panels > .block-container > .grid,
  .header_main_footer_sideLeft_sideRight #panels > .block-container > .grid {
    padding-left: 0;
    padding-right: 0;
  }
  header > .block-container > .grids.sectionwidth > .grid.col-1-1,
  header > .block-container > .block > .grid.col-1-1,
  header > .block-container .grids.fullwidth .block .block-container > .grid.col-1-1,
  main > .block-container > .grids.sectionwidth > .grid.col-1-1,
  main > .block-container > .block > .grid.col-1-1,
  main > .block-container .grids.fullwidth .block .block-container > .grid.col-1-1,
  footer > .block-container > .grids.sectionwidth > .grid.col-1-1,
  footer > .block-container > .block > .grid.col-1-1,
  footer > .block-container .grids.fullwidth .block .block-container > .grid.col-1-1,
  #panel_sideTop .block-container > .grid.col-1-1,
  #panel_sideBottom .block-container > .grid.col-1-1,
  .header_main_footer_sideLeft #panels > .block-container > .grid.col-1-1,
  .header_main_footer_sideRight #panels > .block-container > .grid.col-1-1,
  .header_main_footer_sideLeft_sideRight #panels > .block-container > .grid.col-1-1 {
    width: 100%;
  }
  header > .block-container > .grids.sectionwidth > .grid.col-1-2,
  header > .block-container > .block > .grid.col-1-2,
  header > .block-container .grids.fullwidth .block .block-container > .grid.col-1-2,
  main > .block-container > .grids.sectionwidth > .grid.col-1-2,
  main > .block-container > .block > .grid.col-1-2,
  main > .block-container .grids.fullwidth .block .block-container > .grid.col-1-2,
  footer > .block-container > .grids.sectionwidth > .grid.col-1-2,
  footer > .block-container > .block > .grid.col-1-2,
  footer > .block-container .grids.fullwidth .block .block-container > .grid.col-1-2,
  #panel_sideTop .block-container > .grid.col-1-2,
  #panel_sideBottom .block-container > .grid.col-1-2,
  .header_main_footer_sideLeft #panels > .block-container > .grid.col-1-2,
  .header_main_footer_sideRight #panels > .block-container > .grid.col-1-2,
  .header_main_footer_sideLeft_sideRight #panels > .block-container > .grid.col-1-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  header > .block-container > .grids.sectionwidth > .grid.col-1-3,
  header > .block-container > .block > .grid.col-1-3,
  header > .block-container .grids.fullwidth .block .block-container > .grid.col-1-3,
  main > .block-container > .grids.sectionwidth > .grid.col-1-3,
  main > .block-container > .block > .grid.col-1-3,
  main > .block-container .grids.fullwidth .block .block-container > .grid.col-1-3,
  footer > .block-container > .grids.sectionwidth > .grid.col-1-3,
  footer > .block-container > .block > .grid.col-1-3,
  footer > .block-container .grids.fullwidth .block .block-container > .grid.col-1-3,
  #panel_sideTop .block-container > .grid.col-1-3,
  #panel_sideBottom .block-container > .grid.col-1-3,
  .header_main_footer_sideLeft #panels > .block-container > .grid.col-1-3,
  .header_main_footer_sideRight #panels > .block-container > .grid.col-1-3,
  .header_main_footer_sideLeft_sideRight #panels > .block-container > .grid.col-1-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  header > .block-container > .grids.sectionwidth > .grid.col-2-3,
  header > .block-container > .block > .grid.col-2-3,
  header > .block-container .grids.fullwidth .block .block-container > .grid.col-2-3,
  main > .block-container > .grids.sectionwidth > .grid.col-2-3,
  main > .block-container > .block > .grid.col-2-3,
  main > .block-container .grids.fullwidth .block .block-container > .grid.col-2-3,
  footer > .block-container > .grids.sectionwidth > .grid.col-2-3,
  footer > .block-container > .block > .grid.col-2-3,
  footer > .block-container .grids.fullwidth .block .block-container > .grid.col-2-3,
  #panel_sideTop .block-container > .grid.col-2-3,
  #panel_sideBottom .block-container > .grid.col-2-3,
  .header_main_footer_sideLeft #panels > .block-container > .grid.col-2-3,
  .header_main_footer_sideRight #panels > .block-container > .grid.col-2-3,
  .header_main_footer_sideLeft_sideRight #panels > .block-container > .grid.col-2-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  header > .block-container > .grids.sectionwidth > .grid.col-1-4,
  header > .block-container > .block > .grid.col-1-4,
  header > .block-container .grids.fullwidth .block .block-container > .grid.col-1-4,
  main > .block-container > .grids.sectionwidth > .grid.col-1-4,
  main > .block-container > .block > .grid.col-1-4,
  main > .block-container .grids.fullwidth .block .block-container > .grid.col-1-4,
  footer > .block-container > .grids.sectionwidth > .grid.col-1-4,
  footer > .block-container > .block > .grid.col-1-4,
  footer > .block-container .grids.fullwidth .block .block-container > .grid.col-1-4,
  #panel_sideTop .block-container > .grid.col-1-4,
  #panel_sideBottom .block-container > .grid.col-1-4,
  .header_main_footer_sideLeft #panels > .block-container > .grid.col-1-4,
  .header_main_footer_sideRight #panels > .block-container > .grid.col-1-4,
  .header_main_footer_sideLeft_sideRight #panels > .block-container > .grid.col-1-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  header > .block-container > .grids.sectionwidth > .grid.col-3-4,
  header > .block-container > .block > .grid.col-3-4,
  header > .block-container .grids.fullwidth .block .block-container > .grid.col-3-4,
  main > .block-container > .grids.sectionwidth > .grid.col-3-4,
  main > .block-container > .block > .grid.col-3-4,
  main > .block-container .grids.fullwidth .block .block-container > .grid.col-3-4,
  footer > .block-container > .grids.sectionwidth > .grid.col-3-4,
  footer > .block-container > .block > .grid.col-3-4,
  footer > .block-container .grids.fullwidth .block .block-container > .grid.col-3-4,
  #panel_sideTop .block-container > .grid.col-3-4,
  #panel_sideBottom .block-container > .grid.col-3-4,
  .header_main_footer_sideLeft #panels > .block-container > .grid.col-3-4,
  .header_main_footer_sideRight #panels > .block-container > .grid.col-3-4,
  .header_main_footer_sideLeft_sideRight #panels > .block-container > .grid.col-3-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  header > .block-container > .grids.sectionwidth > .grid.col-1-5,
  header > .block-container > .block > .grid.col-1-5,
  header > .block-container .grids.fullwidth .block .block-container > .grid.col-1-5,
  main > .block-container > .grids.sectionwidth > .grid.col-1-5,
  main > .block-container > .block > .grid.col-1-5,
  main > .block-container .grids.fullwidth .block .block-container > .grid.col-1-5,
  footer > .block-container > .grids.sectionwidth > .grid.col-1-5,
  footer > .block-container > .block > .grid.col-1-5,
  footer > .block-container .grids.fullwidth .block .block-container > .grid.col-1-5,
  #panel_sideTop .block-container > .grid.col-1-5,
  #panel_sideBottom .block-container > .grid.col-1-5,
  .header_main_footer_sideLeft #panels > .block-container > .grid.col-1-5,
  .header_main_footer_sideRight #panels > .block-container > .grid.col-1-5,
  .header_main_footer_sideLeft_sideRight #panels > .block-container > .grid.col-1-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  header > .block-container > .grids.sectionwidth > .grid.col-2-5,
  header > .block-container > .block > .grid.col-2-5,
  header > .block-container .grids.fullwidth .block .block-container > .grid.col-2-5,
  main > .block-container > .grids.sectionwidth > .grid.col-2-5,
  main > .block-container > .block > .grid.col-2-5,
  main > .block-container .grids.fullwidth .block .block-container > .grid.col-2-5,
  footer > .block-container > .grids.sectionwidth > .grid.col-2-5,
  footer > .block-container > .block > .grid.col-2-5,
  footer > .block-container .grids.fullwidth .block .block-container > .grid.col-2-5,
  #panel_sideTop .block-container > .grid.col-2-5,
  #panel_sideBottom .block-container > .grid.col-2-5,
  .header_main_footer_sideLeft #panels > .block-container > .grid.col-2-5,
  .header_main_footer_sideRight #panels > .block-container > .grid.col-2-5,
  .header_main_footer_sideLeft_sideRight #panels > .block-container > .grid.col-2-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  header > .block-container > .grids.sectionwidth > .grid.col-3-5,
  header > .block-container > .block > .grid.col-3-5,
  header > .block-container .grids.fullwidth .block .block-container > .grid.col-3-5,
  main > .block-container > .grids.sectionwidth > .grid.col-3-5,
  main > .block-container > .block > .grid.col-3-5,
  main > .block-container .grids.fullwidth .block .block-container > .grid.col-3-5,
  footer > .block-container > .grids.sectionwidth > .grid.col-3-5,
  footer > .block-container > .block > .grid.col-3-5,
  footer > .block-container .grids.fullwidth .block .block-container > .grid.col-3-5,
  #panel_sideTop .block-container > .grid.col-3-5,
  #panel_sideBottom .block-container > .grid.col-3-5,
  .header_main_footer_sideLeft #panels > .block-container > .grid.col-3-5,
  .header_main_footer_sideRight #panels > .block-container > .grid.col-3-5,
  .header_main_footer_sideLeft_sideRight #panels > .block-container > .grid.col-3-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  header > .block-container > .grids.sectionwidth > .grid.col-4-5,
  header > .block-container > .block > .grid.col-4-5,
  header > .block-container .grids.fullwidth .block .block-container > .grid.col-4-5,
  main > .block-container > .grids.sectionwidth > .grid.col-4-5,
  main > .block-container > .block > .grid.col-4-5,
  main > .block-container .grids.fullwidth .block .block-container > .grid.col-4-5,
  footer > .block-container > .grids.sectionwidth > .grid.col-4-5,
  footer > .block-container > .block > .grid.col-4-5,
  footer > .block-container .grids.fullwidth .block .block-container > .grid.col-4-5,
  #panel_sideTop .block-container > .grid.col-4-5,
  #panel_sideBottom .block-container > .grid.col-4-5,
  .header_main_footer_sideLeft #panels > .block-container > .grid.col-4-5,
  .header_main_footer_sideRight #panels > .block-container > .grid.col-4-5,
  .header_main_footer_sideLeft_sideRight #panels > .block-container > .grid.col-4-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  header > .block-container > .grids.sectionwidth > .grid.col-100,
  header > .block-container > .block > .grid.col-100,
  header > .block-container .grids.fullwidth .block .block-container > .grid.col-100,
  main > .block-container > .grids.sectionwidth > .grid.col-100,
  main > .block-container > .block > .grid.col-100,
  main > .block-container .grids.fullwidth .block .block-container > .grid.col-100,
  footer > .block-container > .grids.sectionwidth > .grid.col-100,
  footer > .block-container > .block > .grid.col-100,
  footer > .block-container .grids.fullwidth .block .block-container > .grid.col-100,
  #panel_sideTop .block-container > .grid.col-100,
  #panel_sideBottom .block-container > .grid.col-100,
  .header_main_footer_sideLeft #panels > .block-container > .grid.col-100,
  .header_main_footer_sideRight #panels > .block-container > .grid.col-100,
  .header_main_footer_sideLeft_sideRight #panels > .block-container > .grid.col-100 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  #panel_sideTop .block-container,
  #panel_sideBottom .block-container {
    padding: 0;
  }
  .header_main_footer_sideLeft #panels > .block-container main,
  .header_main_footer_sideRight #panels > .block-container main,
  .header_main_footer_sideLeft_sideRight #panels > .block-container main,
  .header_main_footer_sideLeft #panels > .block-container .sidebar,
  .header_main_footer_sideRight #panels > .block-container .sidebar,
  .header_main_footer_sideLeft_sideRight #panels > .block-container .sidebar {
    width: auto;
    display: block;
  }
  main > .block-container > .grids.sectionwidth > .grid,
  main > .block-container > .block > .grid {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width : 990px) and (max-width : 1199px) {
  header > .block-container > .grids.sectionwidth,
  main > .block-container > .grids.sectionwidth,
  footer > .block-container > .grids.sectionwidth,
  header > .block-container > .block,
  main > .block-container > .block,
  footer > .block-container > .block,
  header > .block-container .grids.fullwidth .block .block-container,
  main > .block-container .grids.fullwidth .block .block-container,
  footer > .block-container .grids.fullwidth .block .block-container,
  footer .bottomlinks,
  #panel_sideTop .block-container,
  #panel_sideBottom .block-container {
    width: 100%;
  }
  .header_main_footer_sideLeft #panels > .block-container,
  .header_main_footer_sideRight #panels > .block-container,
  .header_main_footer_sideLeft_sideRight #panels > .block-container,
  .header_main_footer_sideLeft main > .block-container,
  .header_main_footer_sideRight main > .block-container,
  .header_main_footer_sideLeft_sideRight main > .block-container {
    width: auto;
  }
  .header_main_footer_sideLeft #panels > .block-container > .block,
  .header_main_footer_sideRight #panels > .block-container > .block,
  .header_main_footer_sideLeft_sideRight #panels > .block-container > .block,
  .header_main_footer_sideLeft main > .block-container > .block,
  .header_main_footer_sideRight main > .block-container > .block,
  .header_main_footer_sideLeft_sideRight main > .block-container > .block {
    width: auto;
  }
}
main > .block-container .grids.fullwidth .grid.col-100 .block .block-container {
  max-width: initial;
  padding: 0;
  margin: 0;
}
/*
 * header.less
 */
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  background-color: transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
header.is-sticky {
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background: #ffffff !important;
  /*animation: 500ms ease-in-out 0s normal fadeInDown;*/
}
header .block-container {
  background-color: transparent;
  padding: 0;
}
header .block.content .block-header {
  display: none;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 989px), only screen and (min-width : 990px) and (max-width : 1199px) {
  header .grids .grids-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .grids .grids-container .grids.sectionwidth .grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  header .grids .grids-container .grids.sectionwidth .grid:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  header .grids .grids-container .grids.sectionwidth .grid:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.header.component {
  z-index: 1;
  position: absolute;
  width: 100%;
}
.header.component .wrapper > div {
  display: inline-block;
}
.header.component .wrapper {
  position: relative;
}
.header.component .wrapper .logo {
  float: left;
  padding-left: 75px;
  padding-top: 30px;
}
@media only screen and (max-width : 767px) {
  .header.component .wrapper .logo {
    float: none;
    display: block;
    text-align: center;
    padding: 30px 0 0;
  }
}
.header.component .wrapper .navigation {
  float: right;
  padding-right: 75px;
  padding-top: 37px;
}
@media only screen and (max-width : 767px) {
  .header.component .wrapper .navigation {
    float: none;
    display: block;
    text-align: center;
    padding: 30px 0 0;
  }
}
.header.component .wrapper .navigation a,
.header.component .wrapper .navigation .icon-menu {
  text-decoration: none;
  font-size: 13px;
}
.header.component .wrapper .navigation a span,
.header.component .wrapper .navigation .icon-menu span {
  font-size: 13px;
  color: #fff;
}
.header.component .wrapper .navigation a:hover,
.header.component .wrapper .navigation .icon-menu:hover {
  opacity: 0.7;
}
.header.component .wrapper .navigation .icon-store {
  background-image: url(../../img/basket.png);
  background-repeat: no-repeat;
  padding-right: 60px;
}
.header.component .wrapper .navigation .icon-store span {
  padding-left: 30px;
}
.header.component .wrapper .navigation .icon-account {
  background-image: url(../../img/account.png);
  background-repeat: no-repeat;
  padding-right: 60px;
}
.header.component .wrapper .navigation .icon-account span {
  padding-left: 30px;
}
.header.component .wrapper .navigation .icon-menu {
  display: inline-block;
  background-image: url(../../img/burger.png);
  background-repeat: no-repeat;
  line-height: 16px;
  cursor: pointer;
}
.header.component .wrapper .navigation .icon-menu span {
  padding-left: 30px;
}
.header.component .wrapper .navigation .navigation-burger {
  display: inline-block;
}
.header.component ul {
  display: none;
}
/*
 * links.less
 */
a {
  text-decoration: none;
  color: #eb4680;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
a:visited {
  text-decoration: underline;
  color: #C0C0C0;
}
.block-header a:visited {
  color: #eb4680;
}
a:hover {
  color: #eb4680;
  text-decoration: underline;
}
.a-empty a {
  cursor: default;
}
/*
 * messages.less
 */
.warning {
  color: #9F6000;
}
#messages {
  position: relative;
  margin: 4px;
  color: #cb1212;
  background: #fed9d9;
  border: 2px solid #cb1212;
  color: red;
  border: 1px solid #B50000;
  margin: 10px;
  padding: 8px;
  background: #FFDFDF;
}
#messages a {
  display: block;
  text-align: right;
  margin-right: 8px;
  position: absolute;
  right: 0;
}
#messages ul li {
  margin-left: 15px;
}
#messages ul li a {
  display: inline;
}
/* cookie warning message - NO DELETE */
.messages {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 999999999999999999;
  width: 100%;
  background: #000000 transparent;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#blockerwarning {
  display: none;
}
/* cookie warning message - NO DELETE */
.messagewarning {
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(224, 224, 224, 0.9);
  margin: 0 auto;
  height: auto;
  padding: 1.5em;
  text-align: justify;
  z-index: 9999;
  position: fixed;
}
#cookiewarning.messagewarning {
  width: 100%;
  padding: 10px;
}
#cookiewarning.messagewarning p {
  margin-bottom: 0;
}
.messagewarning .messagewarning-back {
  margin: 0 auto;
}
.messagewarning .messagewarning-back h5 {
  font-weight: bold;
  margin: 0;
}
.messagewarning .messagewarning-back .messagewarning-buttons {
  text-align: right;
  overflow: hidden;
}
.messagewarning .messagewarning-back .messagewarning-buttons a.std-btn {
  padding: 5px 25px;
  margin-bottom: 0;
}
.messagewarning .messagewarning-back .messagewarning-buttons .btn-setting {
  background: none;
  font-size: 15px;
}
.messagewarning .messagewarning-back .messagewarning-buttons .btn-setting span {
  color: #10bab9;
}
.messagewarning .messagewarning-back .messagewarning-buttons .btn-setting i {
  display: none;
}
.messagewarning .messagewarning-back .messagewarning-buttons .btn-setting:hover {
  background: none;
}
.messagewarning .messagewarning-back .messagewarning-buttons .btn-setting:hover span {
  color: #169e9e;
}
#messages_popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
#messages_popup h6 {
  margin-top: 0;
  color: #333333;
  font-family: 'Poppins', sans-serif;
}
#messages_popup .messages {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000;
  margin: auto auto;
  padding: 20px;
  background: #fff;
  width: 90%;
  min-width: 320px;
  position: relative;
  -webkit-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
  z-index: 9999;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  #messages_popup .messages {
    width: 70%;
  }
}
#messages_popup .messages > div {
  text-align: center;
}
#messages_popup .messages .messages-info,
#messages_popup .messages .messages-success,
#messages_popup .messages .messages-warning,
#messages_popup .messages .messages-error,
#messages_popup .messages .messages-validation {
  border: 1px solid;
  margin: 10px 0;
  padding: 15px 10px 15px 15px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
#messages_popup .messages .messages-info {
  color: #00529B;
  background-color: #BDE5F8;
}
#messages_popup .messages .messages-success {
  color: #4F8A10;
  background-color: #DFF2BF;
}
#messages_popup .messages .messages-warning {
  color: #9F6000;
  background-color: #FEEFB3;
}
#messages_popup .messages .messages-error {
  color: #D8000C;
  background-color: #FFBABA;
}
#messages_popup.capture-image .messages {
  max-width: 320px;
}
#messages_popup .messages-close {
  position: absolute;
  top: 0;
  right: 5px;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  font-size: 40px;
  line-height: 25px;
  text-decoration: none;
  color: #f00;
}
#messages_popup .messages-close:hover {
  color: #000000;
}
#messages_popup .btn-left {
  margin-bottom: 10px;
}
#messages_popup .btn-right {
  margin-bottom: 10px;
}
#messages_popup .buttons {
  padding: 0 0px;
  margin-bottom: 0px;
  padding-top: 10px;
}
#messages_popup .purchased {
  text-align: center;
}
#messages_popup p {
  text-align: center;
  margin-bottom: 0;
}
#messages_popup .content {
  max-height: 30%;
  overflow: auto;
}
/*
 * mutation.less
 */
#frm_mutation {
  padding: 10px 0;
  position: relative;
}
header #frm_mutation {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  padding: 0;
  z-index: 3;
}
.page-design-default header #frm_mutation .lang-title {
  color: #02336e;
}
.page-design-default header.is-sticky #frm_mutation .lang-title {
  color: initial;
}
#frm_mutation form,
#frm_mutation select {
  margin-bottom: 0;
  background: none;
  padding: 0;
  cursor: pointer;
}
#frm_mutation select {
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px;
}
#frm_mutation a:visited {
  color: inherit;
}
#frm_mutation a span {
  color: #eb4680;
  font-size: 1rem;
}
#frm_mutation a:hover span {
  color: #eb4680;
}
#frm_mutation a.selected span {
  color: #c2c1c1;
  cursor: default;
}
#frm_mutation.sel-link a + a::before {
  content: " | ";
}
#frm_mutation.sel-link a img {
  line-height: 22px;
  vertical-align: middle;
}
#frm_mutation.sel-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#frm_mutation.sel-menu ul ul {
  display: none;
  background-color: #f3f3f3;
  padding: 10px;
  position: absolute;
  z-index: 1;
}
#frm_mutation.sel-menu > ul .lang-icon {
  line-height: 18px;
  vertical-align: middle;
}
#frm_mutation.sel-menu > ul:hover ul {
  display: block;
}
#frm_mutation.sel-menu > ul li span,
#frm_mutation.sel-menu > ul li label {
  cursor: pointer;
}
#frm_mutation.sel-menu > ul li a.selected {
  color: #c2c1c1;
  cursor: default;
}
/*
 * navigation.less
 */
#navigation.block-empty {
  padding: 0;
}
#navigation .block-container {
  padding: 0;
}
.navigation {
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-top: 2px solid rgba(255, 255, 255, 0.35);
}
.navigation img {
  margin: 0;
  vertical-align: middle;
}
.navigation a {
  position: relative;
  color: #eb4680 !important;
  line-height: 25px;
  font-size: 17px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.navigation a:hover {
  color: #eb4680;
  text-decoration: underline;
}
.navigation a::after {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  color: #222222;
}
.navigation a:last-child {
  cursor: text;
  color: #222222 !important;
}
.navigation a:last-child:hover {
  text-decoration: none;
}
.navigation a:last-child::after {
  content: none;
}
.navigation span {
  display: none;
}
/*
 * pagination.less
 */
.pages {
  text-align: center;
  padding-top: 20px;
}
.pages .std-btn.nav-btn {
  width: 45px;
  height: 45px;
  margin: 0 3px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 48px;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  border-radius: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  outline: 0 !important;
  color: #505060;
}
.pages .std-btn.nav-btn span {
  color: #505060;
}
.pages .std-btn.nav-btn.number {
  color: #505060;
}
.pages .std-btn.nav-btn.number i {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: none;
}
.pages .std-btn.nav-btn.active {
  background-color: #10bab9;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
  cursor: default;
  color: #ffffff;
}
.pages .std-btn.nav-btn.active span {
  color: #ffffff;
}
.pages .std-btn.nav-btn:hover {
  background-color: #10bab9;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
  color: #ffffff;
}
.pages .std-btn.nav-btn:hover span {
  color: #ffffff;
}
.pages .std-btn.nav-btn.first::before,
.pages .std-btn.nav-btn.before::before,
.pages .std-btn.nav-btn.next::before,
.pages .std-btn.nav-btn.last::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.pages .std-btn.nav-btn.first span,
.pages .std-btn.nav-btn.before span,
.pages .std-btn.nav-btn.next span,
.pages .std-btn.nav-btn.last span {
  display: none;
}
.pages .std-btn.nav-btn.first i,
.pages .std-btn.nav-btn.before i,
.pages .std-btn.nav-btn.next i,
.pages .std-btn.nav-btn.last i {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: none;
}
.pages .std-btn.nav-btn.first::before {
  content: "\f104\f104";
}
.pages .std-btn.nav-btn.before::before {
  content: "\f104";
}
.pages .std-btn.nav-btn.next::before {
  content: "\f105";
}
.pages .std-btn.nav-btn.last::before {
  content: "\f105\f105";
}
.pages .input-size {
  width: 34px;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -3px;
  vertical-align: top;
  margin-bottom: 0px;
  line-height: 39px;
}
.pages .input-size,
.pages .pages-count {
  font-size: 30px;
  font-weight: 300;
  vertical-align: top;
}
/*
* sitemap.less
*/
#sitemap ul {
  list-style: none;
  padding: 0;
}
/*
* table.less
*/
table {
  width: 100%;
  line-height: 20px;
  word-spacing: 1pt;
  letter-spacing: 0.2pt;
  border: 0;
}
table:after {
  content: "";
  clear: both;
  display: block;
}
table th,
table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}
table th:first-child,
table td:first-child {
  padding-left: 0;
}
table th:last-child,
table td:last-child {
  padding-right: 0;
}
table.hover tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
table.hover tr td {
  padding: 20px;
}
table.hover tr td:hover {
  background-color: #F5F5F6;
  border-radius: 4px;
}
/* table */
/* table - response */
#content table,
.cke_editable table {
  background: white;
  border-radius: 3px;
  border-collapse: collapse;
  margin: 10px 0;
  padding: 5px;
  width: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-animation: float 5s infinite;
          animation: float 5s infinite;
}
#content table thead th,
.cke_editable table thead th {
  color: #D5DDE5;
  background: #1b1e24;
  border-bottom: 4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size: 23px;
  font-weight: 100;
  padding: 24px;
  text-align: left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}
#content table thead th:first-child,
.cke_editable table thead th:first-child {
  border-top-left-radius: 3px;
}
#content table thead th:last-child,
.cke_editable table thead th:last-child {
  border-top-right-radius: 3px;
  border-right: none;
}
#content table tbody td,
.cke_editable table tbody td {
  background: #FFFFFF;
  padding: 20px;
  text-align: left;
  font-weight: 300;
  font-size: 18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}
#content table tbody td:last-child,
.cke_editable table tbody td:last-child {
  border-right: 0;
}
#content table tr td a:hover,
.cke_editable table tr td a:hover {
  color: #6dcb99;
}
#content table tr td span.answer-status,
.cke_editable table tr td span.answer-status {
  font: bold 15px/1.2em 'Lato', sans-serif;
  text-transform: uppercase;
  padding: 8px 10px;
  display: inline-block;
  border-radius: 4px;
  color: #ffffff;
  border: 1px solid #c0c0c0;
  background: #00529B;
}
#content table tr td span.answer-status.status-1,
.cke_editable table tr td span.answer-status.status-1 {
  background: #4dc664;
}
#content table tr,
.cke_editable table tr {
  border-top: 1px solid #C1C3D1;
  border-bottom: 1px solid #C1C3D1;
  color: #666B85;
  font-size: 16px;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
}
#content table tr:hover td,
.cke_editable table tr:hover td {
  background: #4E5066;
  color: #FFFFFF;
}
#content table tr:hover td span,
.cke_editable table tr:hover td span {
  color: #FFFFFF;
}
#content table tr:hover td strong,
.cke_editable table tr:hover td strong {
  color: #FFFFFF;
}
#content table tr:hover td a,
.cke_editable table tr:hover td a {
  color: #FFFFFF;
}
#content table tr:first-child,
.cke_editable table tr:first-child {
  border-top: none;
}
#content table tr:last-child,
.cke_editable table tr:last-child {
  border-bottom: none;
}
#content table tr:last-child td:first-child,
.cke_editable table tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
#content table tr:last-child td:last-child,
.cke_editable table tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}
#content table tr:nth-child(odd) td,
.cke_editable table tr:nth-child(odd) td {
  background: #EBEBEB;
}
#content table tr:nth-child(odd):hover td,
.cke_editable table tr:nth-child(odd):hover td {
  background: #4E5066;
}
@media only screen and (max-width: 880px) {
  #content table,
  .cke_editable table {
    display: block;
  }
  #content table thead,
  .cke_editable table thead {
    display: block;
  }
  #content table thead th,
  .cke_editable table thead th {
    display: block;
  }
  #content table thead tr,
  .cke_editable table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #content table tbody,
  .cke_editable table tbody {
    display: block;
  }
  #content table tbody td,
  .cke_editable table tbody td {
    display: block;
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    /*padding-left: 50%;*/
  }
  #content table tbody td:before,
  .cke_editable table tbody td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    white-space: nowrap;
    padding: 20px;
  }
  #content table tbody td:not([data-title='']):before,
  .cke_editable table tbody td:not([data-title='']):before {
    content: attr(data-title) "";
  }
  #content table tbody tr,
  .cke_editable table tbody tr {
    display: block;
    border: 1px solid #ccc;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  #content table,
  .cke_editable table {
    display: block;
  }
  #content table thead,
  .cke_editable table thead {
    display: block;
  }
  #content table thead tr,
  .cke_editable table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #content table thead th,
  .cke_editable table thead th {
    display: block;
  }
  #content table tbody,
  .cke_editable table tbody {
    display: block;
  }
  #content table tbody td,
  .cke_editable table tbody td {
    display: block;
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    /*padding-left: 50%;*/
  }
  #content table tbody td:before,
  .cke_editable table tbody td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    white-space: nowrap;
    padding: 20px;
    vertical-align: middle;
  }
  #content table tbody td:not([data-title='']):before,
  .cke_editable table tbody td:not([data-title='']):before {
    content: attr(data-title) "";
  }
  #content table tbody tr,
  .cke_editable table tbody tr {
    display: block;
    border: 1px solid #ccc;
  }
}
/*
 * list.less
 */
main ol {
  list-style: decimal inside;
}
main ol,
main ul {
  padding-left: 0;
  margin-top: 0;
}
main ul ul,
main ul ol,
main ol ol,
main ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
}
ul.design1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  padding-bottom: 20px;
}
ul.design1 li {
  padding: 6px 21px 11px 38px;
  position: relative;
  color: #000000;
}
ul.design1 li i {
  position: absolute;
  font-size: 30px;
  left: 0;
  top: -7px;
  color: #10bab9;
}
ul.design1 li i::before {
  content: "\f152";
  display: inline-block;
  font-family: "Font Awesome 6 Free" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
}
/*
 * map.less
 */
.grids .grid.col-100 .block.map .block-container {
  max-width: 100%;
  padding: 0;
}
/*
* logo.less
*/
header #logo {
  display: inline-block;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
}
#logo h1 {
  margin: 0;
  font-size: 0;
}
#logo h1 span {
  display: none;
}
#logo h1 a {
  display: block;
  text-align: left;
  text-decoration: none;
}
@media only screen and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 989px) {
  #logo h1 a {
    text-align: center;
  }
}
body #body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
body #body header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body #body #panels {
  overflow: visible;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
}
body #body #panels #content {
  width: 100%;
  overflow: visible;
}
body #body #panels #content.empty {
  padding-top: 0;
  padding-bottom: 0;
}
#rss {
  text-align: center;
}
.fb_iframe_widget {
  width: 520px;
}
.fb_iframe_widget SPAN {
  width: 520px !important;
}
.fb_iframe_widget SPAN IFRAME {
  width: 520px !important;
}
.noscript {
  color: red;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
}
.skryte,
.unvisible {
  display: none;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: sanbeiji.com/archives/953 */
  p a {
    color: #555555 !important;
    text-decoration: underline;
  }
  p a:visited {
    color: #555555 !important;
    text-decoration: underline;
  }
  p a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr,
  img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.capture-preview {
  width: 76px;
  vertical-align: bottom;
  margin-bottom: 5px;
}
#okno-pracuji {
  width: 450px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0px 0px 0px -250px;
  padding: 40px 0px;
  text-align: center;
  color: gray;
  border-radius: 5px;
  border: 1px solid gray;
  background: #F0F0F0;
  z-index: 9999;
}
#okno-pracuji ul {
  list-style-type: none;
  display: inline-block;
  padding: 0;
  background-color: white;
  /*overflow:hidden;*/
  border: 1px solid #43ac09;
  margin: auto;
  margin-bottom: 10px;
  display: table;
}
#okno-pracuji ul li {
  float: left;
  width: 15px;
  height: 10px;
  margin: 1px 2px;
}
#okno-pracuji ul li.grey {
  border: 1px solid #d7d7d7;
  background: #dddddd;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#cecece));
  background: -o-linear-gradient(top, #e8e8e8 0%, #cecece 100%);
  background: linear-gradient(to bottom, #e8e8e8 0%, #cecece 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#cecece', GradientType=0);
  /* IE6-9 */
}
#okno-pracuji ul li.green {
  border: 1px solid #65b30c;
  background: #6dcd01;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#bbfe44), to(#6dcd01));
  background: -o-linear-gradient(top, #bbfe44 0%, #6dcd01 100%);
  background: linear-gradient(to bottom, #bbfe44 0%, #6dcd01 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbfe44', endColorstr='#6dcd01', GradientType=0);
  /* IE6-9 */
}
.loader-next-items {
  display: none;
  position: fixed;
  width: 120px;
  height: 80px;
  padding: 15px 60px;
  left: 50%;
  bottom: 100px;
  margin-left: -120px;
  border: 1px solid grey;
  border-radius: 5px;
  background: silver;
  opacity: 0.8;
  z-index: 999;
}
#scroll_to_top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 15px;
  color: #ffffff;
  background-color: #10bab9;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
  z-index: 9998;
  border: 1px solid white;
}
#scroll_to_top:hover::before {
  opacity: 1;
  visibility: visible;
}
#scroll_to_top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #505060;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 5px;
}
#scroll_to_top:hover i:first-child,
#scroll_to_top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
#scroll_to_top:hover i:last-child,
#scroll_to_top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
#scroll_to_top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: 1;
}
#scroll_to_top i.icon-up::before {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f077";
}
#scroll_to_top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.scroll-yes #scroll_to_top {
  top: 97%;
  -webkit-transform: translateY(-98%);
      -ms-transform: translateY(-98%);
          transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}
#scroll_to_top:hover {
  background: #169e9e;
}
#scroll_to_top.icon,
#scroll_to_top.icon-a:after,
#scroll_to_top.icon-b:before {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  min-width: 1em;
  -webkit-font-smoothing: subpixel-antialiased;
}
.xdebug-error {
  z-index: 9999 !important;
  overflow: visible;
  position: relative;
}
#ui-datepicker-div button {
  min-width: initial;
}
fieldset legend {
  font-size: 24px;
  margin: 5px 0;
  padding: 20px 0 0 0;
  cursor: pointer;
}
fieldset legend.hide-next:after {
  content: "+";
}
fieldset legend.show-next:after {
  content: "-";
}
fieldset legend.hide-next:after,
fieldset legend.show-next:after {
  margin-left: 10px;
  padding: 0px 6px;
  background-color: #eeeeee;
  border: 1px solid silver;
  border-radius: 2px;
}
input.autocomplete.password {
  -webkit-text-security: disc !important;
}
.tabs .tab {
  cursor: pointer;
}
.tabs > .append {
  display: block;
}
.tabs > .append ~ .append {
  display: none;
}
#body img.img-empty {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #efecec;
}
.pagecontent {
  text-align: left;
}
i.fa {
  font-family: 'Font Awesome 6 Free';
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 auto;
  color: #10bab9;
}

/*
 * form.less
 */
/*
.any_selector {
  .getProperty(color, base-color);
}
*/
.autocomplete-searchContainer.input {
  height: 49px;
}
.autocomplete-searchContainer .autocomplete-searchBox {
  height: 47px;
}
form,
.form {
  /* upload button */
}
base form,
base .form {
  margin-top: 20px;
}
form > div,
.form > div {
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}
form .number-chars,
.form .number-chars {
  position: absolute;
  bottom: 26px;
  right: 10px;
  opacity: 0.5;
  color: #808080;
}
form .uploader,
.form .uploader {
  display: inline-block;
  margin: 0;
  width: 100%;
}
form .uploader div,
.form .uploader div {
  margin: 0;
}
form .required-help,
.form .required-help {
  padding-left: 15px;
  padding-right: 15px;
}
form .required-help .mandatory,
.form .required-help .mandatory,
form .frm-mandatory label,
.form .frm-mandatory label {
  color: #e73126;
}
form select:not([multiple]),
.form select:not([multiple]) {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 40px;
  background-color: #f3f3f3;
}
form input[type="search"],
.form input[type="search"] {
  padding: 0.6em;
}
form .inner-field,
.form .inner-field {
  position: relative;
}
form input[type="email"],
.form input[type="email"],
form input[type="number"],
.form input[type="number"],
form input[type="search"],
.form input[type="search"],
form input[type="text"],
.form input[type="text"],
form input[type="tel"],
.form input[type="tel"],
form input[type="url"],
.form input[type="url"],
form input[type="password"],
.form input[type="password"],
form textarea,
.form textarea,
form select,
.form select {
  font-size: 15px;
  width: 100%;
  padding: 10px 10px;
  height: 52px;
  color: #333333;
  border: none;
  background-color: #f3f3f3;
  font-weight: 500;
  border-left: 2px solid #b4b7bd;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-family: 'Poppins', sans-serif;
}
form textarea,
.form textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
form input[type="email"]:focus,
.form input[type="email"]:focus,
form input[type="number"]:focus,
.form input[type="number"]:focus,
form input[type="search"]:focus,
.form input[type="search"]:focus,
form input[type="text"]:focus,
.form input[type="text"]:focus,
form input[type="tel"]:focus,
.form input[type="tel"]:focus,
form input[type="url"]:focus,
.form input[type="url"]:focus,
form input[type="password"]:focus,
.form input[type="password"]:focus,
form textarea:focus,
.form textarea:focus,
form select:focus,
.form select:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-left: 2px solid #10bab9;
}
form input[type="number"],
.form input[type="number"] {
  width: calc(100% - 70px);
}
form label,
.form label,
form legend,
.form legend {
  display: block;
  margin-top: 0;
}
form legend,
.form legend {
  font-weight: 600;
}
form fieldset,
.form fieldset {
  border-width: 0;
  text-align: left;
  margin-inline: 0;
  padding-inline: 0;
}
form input[type="checkbox"],
.form input[type="checkbox"],
form input[type="radio"],
.form input[type="radio"] {
  display: inline;
}
form label > .label-body,
.form label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}
form input::-webkit-input-placeholder,
.form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  color: transparent;
}
form input::-moz-placeholder,
.form input::-moz-placeholder,
form textarea::-moz-placeholder,
.form textarea::-moz-placeholder {
  color: transparent;
}
form input::-ms-input-placeholder,
.form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder,
.form textarea::-ms-input-placeholder {
  color: transparent;
}
form input::placeholder,
.form input::placeholder,
form textarea::placeholder,
.form textarea::placeholder {
  color: transparent;
}
form input[type="file"],
.form input[type="file"] {
  display: block;
  /*display: none;*/
  /*pro reportValidity musi byt toto*/
  min-width: auto;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  outline: none;
  border-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  border-left: 0;
  border-right: 0;
  pointer-events: none;
}
form .upload,
.form .upload {
  position: relative;
  padding: 6px 8px 6px 8px;
  margin: 0;
  content: 'Upload';
  display: inline-block;
  line-height: initial;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  height: 40px;
  font-size: 12px;
  color: #ffffff;
  background-color: #4285f4;
  vertical-align: top;
}
form .upload:hover,
.form .upload:hover {
  color: white;
  background-color: #0369a9;
}
form .upload.dd-hover,
.form .upload.dd-hover {
  color: white;
  background: #0369a9;
}
form .upload:before,
.form .upload:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  border: none;
  padding: 4px;
  vertical-align: middle;
  margin-right: 5px;
  background: transparent url('../../img/icon_upload.svg') no-repeat;
  margin-top: 4px;
}
form .upload span,
.form .upload span {
  line-height: initial;
  vertical-align: initial;
  line-height: 28px;
}
form .upload .upload-progressBar,
.form .upload .upload-progressBar {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  padding: 0;
  margin: 0;
  background: transparent;
}
form .upload .upload-Response,
.form .upload .upload-Response {
  position: absolute;
  top: -1px;
  left: 0;
  background-color: white;
  color: black;
  display: none;
}
form .upload .upload-timeRemaining,
.form .upload .upload-timeRemaining {
  position: absolute;
  top: -1px;
  right: 0;
  background-color: white;
  color: black;
  display: none;
}
form .upload.ready,
.form .upload.ready {
  font-weight: bold;
  background-color: #199c63;
  max-width: 150px;
}
form .upload.ready span,
.form .upload.ready span {
  display: inline-block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-width: 100%;
}
form .upload.ready:before,
.form .upload.ready:before {
  content: none;
}
form .frm-mandatory label,
.form .frm-mandatory label,
form label.frm-mandatory,
.form label.frm-mandatory {
  color: #e73126;
}
form .mandatory,
.form .mandatory {
  color: #e73126;
}
form .mandatory::before,
.form .mandatory::before {
  color: #e73126;
  content: "* ";
}
form .frm-captcha > span,
.form .frm-captcha > span {
  display: inline-block;
  vertical-align: top;
}
form .captcha-img,
.form .captcha-img {
  height: 47px;
  margin-top: 1px;
}
form .refresh,
.form .refresh {
  background: transparent url(../../img/refresh.png) no-repeat center;
  background-size: cover;
  height: 47px;
  width: 47px;
  border: none;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: -webkit-transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
form .refresh:hover,
.form .refresh:hover {
  border: none;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
form p.frm-descr,
.form p.frm-descr {
  font-style: italic;
  color: #9E9E9E;
}
form p.frm-descr:empty,
.form p.frm-descr:empty {
  display: none;
}
form .frm-title,
.form .frm-title {
  font-weight: bold;
}
form .frm-group,
.form .frm-group {
  border: 1px solid #bbc;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
form .frm-gdpr .frm-radio,
.form .frm-gdpr .frm-radio {
  margin: 0;
  background-color: #f7fcff;
  padding: 5px;
  border: 1px solid #e3eff6;
}
form .frm-radio,
.form .frm-radio,
form .frm-checkbox,
.form .frm-checkbox {
  line-height: 28px;
}
form .frm-radio .checker:after,
.form .frm-radio .checker:after,
form .frm-checkbox .checker:after,
.form .frm-checkbox .checker:after {
  content: "";
  position: absolute;
  display: none;
}
form .frm-radio label[for],
.form .frm-radio label[for],
form .frm-checkbox label[for],
.form .frm-checkbox label[for] {
  display: inline-block;
  position: relative;
  padding: 0;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 10px;
  height: 32px;
}
form .frm-radio label[for]:hover input ~ .checker,
.form .frm-radio label[for]:hover input ~ .checker,
form .frm-checkbox label[for]:hover input ~ .checker,
.form .frm-checkbox label[for]:hover input ~ .checker {
  background-color: #ccc;
}
form .frm-radio label[for] input:checked ~ .checker,
.form .frm-radio label[for] input:checked ~ .checker,
form .frm-checkbox label[for] input:checked ~ .checker,
.form .frm-checkbox label[for] input:checked ~ .checker {
  background-color: #eb4680;
  border: 1px solid #eb4680;
}
form .frm-radio label[for] input:checked ~ .checker:after,
.form .frm-radio label[for] input:checked ~ .checker:after,
form .frm-checkbox label[for] input:checked ~ .checker:after,
.form .frm-checkbox label[for] input:checked ~ .checker:after {
  display: block;
}
form .frm-radio label[for] input,
.form .frm-radio label[for] input,
form .frm-checkbox label[for] input,
.form .frm-checkbox label[for] input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
form .frm-radio label[for] .checker,
.form .frm-radio label[for] .checker,
form .frm-checkbox label[for] .checker,
.form .frm-checkbox label[for] .checker {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 1px solid #c5c5c5;
}
form .frm-radio label[for] .checker,
.form .frm-radio label[for] .checker {
  border-radius: 50%;
}
form .frm-radio label[for] .checker:after,
.form .frm-radio label[for] .checker:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
form .frm-radio .frm-field-help,
.form .frm-radio .frm-field-help {
  margin-left: 25px;
  color: #169e9e;
}
form .frm-checkbox,
.form .frm-checkbox {
  padding-top: 10px;
  padding-bottom: 10px;
}
form .frm-checkbox label[for] .checker:after,
.form .frm-checkbox label[for] .checker:after {
  left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
}
form button.btn-plus,
.form button.btn-plus,
form button.btn-minus,
.form button.btn-minus {
  max-width: 29px;
  min-width: 29px;
  margin: 0;
  background: none;
  padding: 0 9px 0 9px;
  line-height: 49px;
  height: 52px;
  vertical-align: top;
  border-style: solid;
  border-width: 1px;
}
form button.btn-plus:focus,
.form button.btn-plus:focus,
form button.btn-minus:focus,
.form button.btn-minus:focus {
  border: none;
}
form button.btn-plus,
.form button.btn-plus {
  border-color: #529214;
  color: #529214;
}
form button.btn-plus:hover,
.form button.btn-plus:hover {
  background: #529214;
  border-color: #529214;
  color: white;
}
form button.btn-minus,
.form button.btn-minus {
  border-color: #CE0000;
  color: #CE0000;
}
form button.btn-minus:hover,
.form button.btn-minus:hover {
  background: #CE0000;
  border-color: #CE0000;
  color: white;
}
form input[type="number"],
.form input[type="number"] {
  text-align: right;
}
form input[type="number"]::-webkit-outer-spin-button,
.form input[type="number"]::-webkit-outer-spin-button,
form input[type="number"]::-webkit-inner-spin-button,
.form input[type="number"]::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
@media only screen and (min-width : 768px) and (max-width : 989px), only screen and (min-width : 320px) and (max-width : 767px) {
  form .grids.sectionwidth .grid,
  .form .grids.sectionwidth .grid {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
form .input-help,
.form .input-help {
  font-size: 12px;
  font-style: italic;
}
form.frm-buy,
.form.frm-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.from-to {
  position: relative;
  top: 14px;
}
.ui-datepicker-trigger {
  top: 14px;
  position: relative;
  width: 24px;
}
.inner-field img.ui-datepicker-trigger {
  position: absolute;
  right: 5px;
}
body label.checkbox,
body label.radio {
  position: relative;
  display: inline-block;
  float: none;
  width: 27px;
  height: 38px;
  vertical-align: middle;
  padding: 0;
  margin-top: 0;
  left: 10px;
  margin-right: 10px;
}
div div.radio ~ span {
  margin-right: 10px;
}
input[type="checkbox"][data-status="done"]:checked + .checker,
input[type="radio"][data-status="done"]:checked + .checker {
  background-color: #199c63;
  border: 1px solid #199c63;
  cursor: pointer;
}
input[type="checkbox"][data-status="done"]:checked + .checker:after,
input[type="radio"][data-status="done"]:checked + .checker:after {
  display: block;
  content: "";
  position: absolute;
}
input[type="checkbox"][data-status="done"]:not(checked) + .checker:after,
input[type="radio"][data-status="done"]:not(checked) + .checker:after {
  content: "";
}
input[type="checkbox"][data-status="done"],
input[type="radio"][data-status="done"] {
  display: none;
}
input[type="checkbox"][data-status="done"] ~ .checker,
input[type="radio"][data-status="done"] ~ .checker {
  position: absolute;
  top: 12px;
  left: 0;
  height: 20px;
  width: 20px;
  padding-left: 5px;
  background-color: #eee;
  border: 1px solid #c5c5c5;
  cursor: pointer;
}
input[type="radio"][data-status="done"] + .checker {
  border-radius: 50%;
}
input[type="checkbox"][data-status="done"]:checked + .checker:after {
  left: 6px;
  top: 0;
  width: 7px;
  height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
}
input[type="radio"][data-status="done"]:checked + .checker:after {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}
.grecaptcha-badge,
.rc-anchor {
  visibility: hidden !important;
  display: none !important;
}

/*
 * menu.less
 */
/*
.any_selector {
  .getProperty(color, base-color);
}
*/
nav > input[type=checkbox],
nav > label,
.menu h2,
.menu-title,
.menu .show-menu,
.menu-button {
  display: none;
}
.menu {
  position: relative;
}
.menu .visible {
  display: block;
}
.menu .invisible {
  display: none;
}
.menu input[type="checkbox"] {
  display: none;
}
.menu nav {
  z-index: 999;
}
.menu nav .hover > ul {
  display: block;
}
.menu nav .menu-button-close {
  display: none;
  position: fixed;
  top: 0;
  right: 10px;
  z-index: 106;
  color: #1f1f1f;
  color: white;
  font-size: 2rem;
  cursor: pointer;
}
.menu nav input {
  margin: 0;
}
.menu nav ul {
  list-style: none;
  padding-left: 0;
  z-index: 1;
}
.menu nav ul li {
  float: left;
}
@media only screen and (max-width: 767px) {
  .menu nav ul li {
    float: none;
  }
}
.menu nav ul li:hover a.page-type-menu {
  cursor: default;
}
.menu nav ul li a {
  white-space: nowrap;
}
.menu nav ul li a span {
  color: #1f1f1f;
  font-weight: 400;
  font-size: 16px;
}
.menu nav ul li a small {
  visibility: hidden;
  display: none;
}
.menu nav ul li a:visited {
  color: inherit;
}
.menu nav ul li i img {
  height: 30px;
  margin-right: 5px;
}
.menu nav ul li ul {
  display: block;
}
.menu nav ul li ul li {
  width: auto;
}
.menu nav ul li.submenu-sym > a span::after {
  content: " \f078";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 15px;
  position: relative;
  top: 0;
  margin-left: 12px;
}
.menu nav .menu-expanded ul {
  display: block;
}
header > .block-container .grids.fullwidth .block.menu .block-container {
  padding: 0 30px;
}
header .menu {
  position: relative;
  min-height: 57px;
  display: inline-block;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 989px) {
  header .menu {
    min-height: auto;
    top: -12px;
    width: 30px;
  }
}
header .menu h2 {
  display: none;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 989px) {
  header .menu .invisible {
    display: block;
  }
}
header .menu .menu-title {
  position: absolute;
  top: 10px;
  z-index: 1;
  font-size: 1.25em;
  display: none;
}
header .menu label.menu-button {
  position: absolute;
  left: 0;
  font-size: 1.5em;
  margin: 0;
  cursor: pointer;
  line-height: 1.1em;
}
header .menu label.menu-button::after {
  position: absolute;
  content: "\2261";
  font-size: 1.8em;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 989px) {
  header .menu label.menu-button {
    display: block;
  }
}
header .menu input#show-menu-1 {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
header .menu input#show-menu-1:checked + ul {
  position: absolute;
  top: 57px;
  left: 0;
  z-index: 1;
}
header .menu input#show-menu-1:checked ~ ul,
header .menu input#show-menu-1:checked ~ ul li ul {
  display: block !important;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 989px) {
  header .menu input[type="checkbox"]:checked + nav .menu-button-close {
    display: block;
    z-index: 1002;
  }
  header .menu input[type="checkbox"]:checked + nav > ul {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 105;
    background-color: #10bab9;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    z-index: 1001;
  }
  header .menu input[type="checkbox"]:checked + nav > ul li a span {
    color: white;
    font-weight: 600;
  }
}
header .menu nav > ul {
  width: 100%;
}
header .menu nav ul {
  display: none;
  margin: 0px;
  padding: 0px;
}
header .menu nav ul li {
  float: none;
}
header .menu nav ul li a {
  display: inline-block;
  text-decoration: none;
  background: inherit;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .menu nav ul li a span {
  color: #1f1f1f;
}
.page-design-1 header .menu nav ul li a span {
  color: #1f1f1f;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 989px) {
  header .menu nav ul li ul {
    display: block;
    position: relative;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 989px) {
  header .menu nav ul li ul li {
    max-width: 100%;
    width: 100%;
  }
  header .menu nav ul li ul li a {
    padding-left: 2em;
  }
}
@media only screen and (min-width : 990px) {
  header.is-sticky .menu nav > ul > li > a span {
    color: #02336e;
  }
  .page-design-1 header.is-sticky .menu nav > ul > li > a span {
    color: #02336e;
  }
  header.is-sticky .menu nav > ul > li:hover > a span,
  header.is-sticky .menu nav > ul > li.active > a span {
    color: #1f1f1f;
  }
  .page-design-1 header.is-sticky .menu nav > ul > li:hover > a span,
  .page-design-1 header.is-sticky .menu nav > ul > li.active > a span {
    color: #1f1f1f;
  }
  header > .block-container .grids.fullwidth .block.menu .block-container {
    padding: 0 20px;
  }
  header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .menu .menu-title {
    display: none;
  }
  header .menu nav label {
    display: none;
  }
  header .menu nav > ul > li {
    white-space: nowrap;
    padding: 10px 0 10px 10px;
  }
  header .menu nav > ul > li > a span {
    color: #02336e;
  }
  .page-design-1 header .menu nav > ul > li > a span {
    color: #02336e;
  }
  header .menu nav > ul > li:hover > a span,
  header .menu nav > ul > li.active > a span {
    color: #1f1f1f;
  }
  .page-design-1 header .menu nav > ul > li:hover > a span,
  .page-design-1 header .menu nav > ul > li.active > a span {
    color: #1f1f1f;
  }
  header .menu nav > ul > li ul li:hover a {
    padding-left: 20px;
  }
  header .menu nav li:hover > ul > li:hover > a span {
    color: #10bab9;
  }
  header .menu nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header .menu nav ul li {
    position: relative;
    text-align: center;
  }
  header .menu nav ul li:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  header .menu nav ul li:hover > ul ul {
    top: 0;
  }
  header .menu nav ul li ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
            box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0px;
  }
  header .menu nav ul li ul li {
    text-align: left;
    min-width: 200px;
  }
  header .menu nav ul li ul li a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    color: #000;
  }
  header .menu nav ul li ul li ul {
    z-index: 300;
    top: 0;
    left: 100%;
  }
}
.sidebar .menu {
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
}
.sidebar .menu nav {
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  text-decoration: none;
}
.sidebar .menu nav ul {
  margin: 0;
}
.sidebar .menu nav ul li {
  float: none;
  background-color: #0B1F2E;
  position: relative;
  color: #ffffff;
}
#panel_sideLeft.sidebar .menu nav ul li,
#panel_sideRight.sidebar .menu nav ul li {
  padding-bottom: 1px;
  border-bottom: 1px solid white;
}
#panel_sideLeft.sidebar .menu nav ul li:last-child,
#panel_sideRight.sidebar .menu nav ul li:last-child {
  border-bottom: none;
}
.sidebar .menu nav ul li:hover,
.sidebar .menu nav ul li.prev,
.sidebar .menu nav ul li.active {
  background-color: #169e9e;
}
.sidebar .menu nav ul li a {
  color: #ffffff;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  overflow: hidden;
}
.sidebar .menu nav ul li a span {
  white-space: pre-wrap;
}
.sidebar .menu nav ul li ul {
  display: none;
  border-right: 1px solid transparent;
  max-width: initial;
  min-width: 250px;
}
.sidebar .menu nav ul li ul li {
  max-width: initial;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 989px) {
  .sidebar .menu nav ul li ul li {
    padding: 0 15px;
  }
}
.sidebar .menu nav ul li ul li a span {
  white-space: nowrap;
}
#panel_sideTop.sidebar .menu nav.hover > ul li,
#panel_sideBottom.sidebar .menu nav.hover > ul li {
  float: left;
}
.sidebar .menu nav.hover > ul ul {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1000;
}
#panel_sideTop.sidebar .menu nav.hover > ul ul {
  top: 100%;
}
#panel_sideBottom.sidebar .menu nav.hover > ul ul {
  bottom: 100%;
  top: auto;
}
#panel_sideLeft.sidebar .menu nav.hover > ul ul {
  left: 100%;
}
#panel_sideRight.sidebar .menu nav.hover > ul ul {
  right: 100%;
  left: auto;
}
#panel_sideTop.sidebar .menu nav.hover > ul ul ul {
  top: 0;
  left: 100%;
}
#panel_sideBottom.sidebar .menu nav.hover > ul ul ul {
  bottom: 0;
  left: 100%;
}
.sidebar .menu nav.hover li:hover > ul {
  display: block;
  border-left: 1px solid transparent;
}
#panel_sideTop.sidebar .menu nav.hover li:hover > ul,
#panel_sideBottom.sidebar .menu nav.hover li:hover > ul {
  border-left: 0;
}
.sidebar .menu nav.hover li.iehover > ul {
  display: block;
  margin-left: 1px;
}
.sidebar .menu nav.click ul {
  display: block;
  position: relative;
  paddin-left: 10px;
}
.sidebar .menu nav.click ul li:hover,
.sidebar .menu nav.click ul li.prev,
.sidebar .menu nav.click ul li.active {
  background-color: #0B1F2E;
}
footer .menu nav {
  font-size: 16px;
  margin: 20px 0;
  text-align: center;
}
footer .menu nav ul {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
footer .menu nav ul li {
  padding: 5px 10px;
  position: relative;
}
footer .menu nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
}
footer .menu nav ul li a:active {
  color: #10bab9;
  outline: 0;
  text-decoration: none;
}
footer .menu nav ul li a:hover {
  color: inherit;
  outline: 0;
  text-decoration: none;
}
footer .menu nav ul li ul {
  display: none;
  margin-bottom: 0;
}
footer .menu nav ul li ul li {
  display: inline-block;
}
footer .menu nav.hover li:hover > ul {
  display: block;
}
footer .menu nav.hover li:hover > a span {
  color: #10bab9;
}
footer .menu nav.hover > ul li:hover ul {
  bottom: 100%;
  left: 0;
  position: absolute;
  white-space: nowrap;
}
footer .menu nav.hover > ul li:hover ul ul {
  left: 100%;
  bottom: 0;
}
footer .menu nav.hover > ul li:hover ul li.iehover > ul {
  display: block;
  margin-left: 1px;
}
footer .menu nav.click ul {
  display: block;
  position: relative;
}
footer .menu nav.click ul li {
  display: block;
  float: none;
}
footer .menu nav.click ul li ul li {
  max-width: initial;
}

/*
catalog.less
*/
/*
.any_selector {
  .getProperty(color, base-color);
}
*/
#catalog_search .form-catalog-search fieldset {
  width: 100%;
}
#catalog_search .form-catalog-search .search-price input[type="number"] {
  width: 75px;
  vertical-align: middle;
}
#catalog_search .form-catalog-search .price-range {
  margin-bottom: 1rem;
}
#catalog_search .form-catalog-search .price-range span {
  vertical-align: middle;
  display: inline-block;
  line-height: 32px;
}
#catalog_search .form-catalog-search .std-btn.filter-cancel {
  background-color: #FF5738;
}
#catalog_tree h2 {
  margin: 0;
}
#catalog_tree a.active span {
  color: #eb4680;
}
#catalog_tree a:hover span {
  color: #eb4680;
}
#catalog_tree ul {
  padding: 0pt;
  list-style: none;
  margin: 0;
}
#catalog_tree ul ul {
  margin-left: 20px;
  background-image: none;
  width: auto;
  padding: 0pt;
  display: none;
}
#catalog_tree ul ul.show {
  display: block;
}
#catalog_tree ul ul a {
  font-size: 12px;
  font-weight: normal;
}
#catalog_tree ul ul li span.pointer {
  content: "+";
  cursor: pointer;
}
#catalog_tree ul ul li span.pointer.expanded {
  content: "-";
}
#catalog_tree ul li {
  margin: 0pt;
  padding: 0pt;
  list-style: none;
}
#catalog_tree ul li span {
  color: #10bab9;
}
#catalog_tree ul li span.pointer {
  cursor: pointer;
  display: inline-block;
  width: 15px;
}
#catalog_tree ul li span.pointer::after {
  content: "\25b6";
}
#catalog_tree ul li.expanded > a span {
  color: #212529;
}
#catalog_tree ul li.expanded > ul li a span {
  color: #888888;
}
#catalog_tree ul li.expanded span.pointer::after {
  content: "\25bc";
}
#catalog_tree ul li.nosubcat span.pointer {
  cursor: default;
}
#catalog_tree ul li.nosubcat span.pointer::after {
  content: "\2002";
}
#catalog_tree_sub ul {
  text-align: center;
}
#catalog_tree_sub ul li {
  display: inline-block;
  margin: 2px 2px;
  padding: 1px 3px;
  background-color: #DCDCDC;
}
.catalog-items-list {
  width: 100%;
  text-align: center;
}
.catalog-items-list h3 {
  display: none;
}
.catalogs.cms-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 30px;
}
@media only screen and (min-width : 768px) and (max-width : 989px) {
  .catalogs.cms-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .catalogs.cms-items {
    justify-items: center;
    grid-template-columns: repeat(1, 1fr);
  }
  .catalogs.cms-items .cms-item {
    margin-right: initial;
  }
}
.catalogs.cms-items.block {
  display: block;
}
.catalogs.cms-items:before {
  display: none;
}
.catalogs .block-body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 30px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .catalogs .block-body {
    text-align: center;
    grid-template-columns: repeat(1, 1fr);
  }
}
.catalogs .cms-item {
  display: inline-block;
  position: relative;
  max-width: 296px;
}
.catalogs .cms-item.item-detail {
  max-width: initial;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
}
.catalogs .cms-item .item-inner {
  height: 586px;
  text-align: center;
  position: relative;
  border: 1px solid #efefef;
}
.catalogs .cms-item .item-inner:hover {
  -webkit-box-shadow: 0 0 10px 0 #c9c9c9;
          box-shadow: 0 0 10px 0 #c9c9c9;
}
.catalogs .cms-item .item-inner .title a {
  color: #10bab9;
  font-size: 20px;
  display: block;
  overflow: hidden;
}
.catalogs .cms-item .item-inner .pic {
  position: relative;
  min-height: 210px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.catalogs .cms-item .item-inner .pic img {
  max-height: 360px;
}
.catalogs .cms-item .item-inner .desc {
  margin: 0 10px;
}
.catalogs .cms-item .item-inner .desc .inner {
  overflow: hidden;
  height: 100%;
  font-weight: 300;
}
.catalogs .cms-item .item-inner .prices .price span {
  color: #e73126;
  font-size: 28px;
}
.catalogs .cms-item .item-inner .prices .price.price-normal.discounted span {
  text-decoration: line-through;
  font-size: 16px;
}
.catalogs .cms-item .item-inner .prices .price.notax {
  font-size: 10px;
}
.catalogs .cms-item .item-inner .prices .price.notax span {
  font-size: 18px;
}
.catalogs .cms-item .item-inner .prices .price.price-discount.discounted span {
  font-size: 28px;
  font-weight: initial;
}
.catalogs .cms-item .item-inner .prices .price.price-discount span {
  font-size: 16px;
  font-weight: 300;
}
.catalogs .cms-item .item-inner .prices .price.price-volume span {
  font-size: 16px;
}
.catalogs .cms-item .item-inner .price-volume {
  color: #e73126;
}
.catalogs .cms-item .item-inner .purchase form {
  background-color: transparent;
  background-color: initial;
  padding: initial;
  margin: 0;
}
.catalogs .cms-item .item-inner .purchase form .purchase-number-wrapper {
  margin-bottom: 10px;
  display: inline-block;
}
.catalogs .cms-item .item-inner .purchase form .purchase-number-wrapper .purchase-number {
  padding: 2px 0;
  width: 32px;
  text-align: center;
  margin: 0 auto;
  vertical-align: initial;
}
.catalogs .cms-item .item-inner .purchase form .purchase-number-wrapper .btn-plus,
.catalogs .cms-item .item-inner .purchase form .purchase-number-wrapper .btn-minus {
  margin-bottom: 0;
  border-style: solid;
  border-width: 1px;
}
.catalogs .cms-item .item-inner .purchase form .btn-buy {
  display: inline-block;
  margin-bottom: 20px;
}
.item-detail .catalogs .cms-item .item-inner .purchase form .btn-buy {
  display: initial;
}
.catalogs .cms-item .item-inner .purchase.detail {
  margin-top: 10px;
  text-align: center;
}
.catalogs .cms-item .item-inner .purchase.fast {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
}
.catalogs .cms-item:last-child {
  margin-right: 0;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
}
.catalogs .cms-item.item-detail {
  width: 100%;
}
.catalogs .cms-item.item-detail .item-inner {
  height: auto;
  text-align: initial;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.catalogs .cms-item.item-detail h2 {
  padding: 10px 0;
  margin-top: 0pt;
  font-size: 24px;
}
.catalogs .cms-item.item-detail .pic {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.catalogs .cms-item.item-detail .pic img {
  padding: 0;
  width: auto;
}
.catalogs .cms-item.item-detail .parameters {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: auto;
}
.catalogs .cms-item.item-detail .parameters table tbody tr {
  display: grid;
  grid-template-columns: repeat(auto-fill, 50%);
}
.catalogs .cms-item.item-detail .parameters table tbody tr td:first-child {
  width: auto;
}
.catalogs .cms-item.item-detail .rightSide {
  position: relative;
}
.catalogs .cms-item.item-detail .leftSide dl {
  margin-bottom: 8px;
  overflow: auto;
}
.catalogs .cms-item.item-detail .leftSide dl dt {
  display: block;
  float: left;
  width: 150px;
}
.catalogs .cms-item.item-detail dl dt {
  font-weight: bold;
  color: #073036;
  font-size: 15px;
}
.catalogs .cms-item.item-detail dl dd {
  overflow: auto;
  margin: 0pt;
  margin-top: 2px;
}
.catalogs .cms-item.item-detail dl.price {
  background-color: #ffffff;
  font-size: 14px !important;
  font-weight: bold !important;
}
.catalogs .cms-item.item-detail dl.price dt {
  float: left;
  padding-left: 8px;
  padding-right: 10px;
}
.catalogs .cms-item.item-detail .purchase-number {
  width: 32px;
}
.catalogs .cms-item.item-detail .photogallery .title {
  display: none;
}
.catalogs .cms-item.item-detail .gallery {
  margin-top: 40px;
  margin-left: 0pt !important;
}
.catalogs .cms-item.item-detail .gallery a {
  position: relative;
  width: 175px;
  height: 140px;
  display: inline-block;
  margin-bottom: 6px !important;
  background: transparent !important;
  padding: 0px;
}
.catalogs .cms-item.item-detail .gallery a img {
  /*width: 153px;height: 110px;*/
  margin-top: 5px;
  margin-left: 3px;
  border-radius: 3px;
}
.catalogs .cms-item.item-detail .gallery a .title {
  position: absolute;
  bottom: 5px;
  text-align: center;
  width: 100%;
  vertical-align: top;
  height: 15px;
}
.catalogs .cms-item .tabs {
  text-align: left;
}
.catalogs .labels {
  min-height: 30px;
}
.catalogs .labels .sticks .stick {
  display: inline-block;
  margin-right: 5px;
}
.catalogs .labels .sticks .stick span {
  padding: 2px 6px;
  font-size: 12px;
}
.catalogs .labels .sticks .stick.design-1 span {
  background-color: blue;
  color: white;
}
.catalogs .labels .sticks .stick.design-2 span {
  background-color: green;
  color: white;
}
.catalogs .labels .sticks .stick.design-3 span {
  background-color: cadetblue;
  color: black;
}
.catalogs .labels .sticks .stick.design-4 span {
  background-color: black;
  color: white;
}
.catalogs .labels .sticks .stick.design-5 span {
  background-color: yellow;
  color: black;
}
.catalogs .labels .sticks .stick.design-6 span {
  background-color: blue;
  color: white;
}
.catalogs .labels .sticks .stick.design-7 span {
  background-color: lightslategray;
  color: white;
}
.catalogs .labels .sticks .stick.design-8 span {
  background-color: yellowgreen;
  color: black;
}
.catalogs .labels .sticks .stick.design-9 span {
  background-color: deepskyblue;
  color: black;
}
.catalogs .labels .sticks .stick.design-10 span {
  background-color: red;
  color: white;
}
.catalogs .labels .sticks .stick.reserved span {
  background-color: red;
  color: white;
}
.catalogs .labels .new {
  width: 110px;
  height: 110px;
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.catalogs .labels .new span {
  width: 150px;
  height: 34px;
  top: 20px;
  left: -40px;
  position: absolute;
  display: block;
  background: #10bab9;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: white;
  text-align: center;
  line-height: 34px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0.9;
}
.catalogs .labels .discount {
  width: 110px;
  height: 110px;
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
}
.catalogs .labels .discount span {
  width: 150px;
  height: 34px;
  top: 20px;
  right: -40px;
  position: absolute;
  display: block;
  background: #e73126;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: white;
  text-align: center;
  line-height: 34px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.catalogs .item-detail .labels .new {
  left: 15px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .catalogs .item-detail .labels .new {
    left: 0;
  }
}
.catalogs .item-detail .labels .discount {
  right: 15px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .catalogs .item-detail .labels .discount {
    right: 0;
  }
}
.catalogs .catalogs-more {
  text-align: center;
  margin-top: 30px;
}
/* pagination */
.catalog-item-pages {
  text-align: center;
}
.catalog-item-pages .pages INPUT[type='text'] {
  width: 40px;
}
.rating-star {
  margin-top: 10px;
}
.star-rating-control {
  display: inline-block;
}
.star-rating-control:after {
  content: "";
  clear: both;
  display: block;
}
.catalog-list-title {
  display: none;
}
.frm-order-status > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*
 * user.less
 */
/*
.any_selector {
  .getProperty(color, base-color);
}
*/
header #frm_web_login,
header #user_panel {
  display: inline-block;
  padding-right: 20px;
  padding: 0;
  z-index: 1000;
  padding-bottom: 15px;
  margin-top: 15px;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 989px), only screen and (min-width : 990px) and (max-width : 1199px) {
  header #frm_web_login,
  header #user_panel {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
header #frm_web_login .block-body,
header #user_panel .block-body {
  display: none;
  position: absolute;
  padding: 10px;
  background-color: #f3f3f3;
  z-index: 2;
  right: 0;
  min-width: 260px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-radius: 5px;
}
header #frm_web_login h2,
header #user_panel h2 {
  font-size: 1rem;
  color: #10bab9;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  line-height: 1.4;
  padding: 0;
  padding-right: 10px;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 989px), only screen and (min-width : 990px) and (max-width : 1199px) {
  header #frm_web_login h2 span,
  header #user_panel h2 span,
  header #frm_web_login h2::after,
  header #user_panel h2::after {
    display: none;
  }
}
header #frm_web_login h2:hover,
header #user_panel h2:hover {
  color: #169e9e;
}
header #frm_web_login h2:hover::after,
header #user_panel h2:hover::after,
header #frm_web_login h2:hover::before,
header #user_panel h2:hover::before {
  color: #169e9e;
}
header #frm_web_login h2::before,
header #user_panel h2::before {
  content: "\004D";
  font-family: "Glyphter";
  color: #10bab9;
  margin-right: 5px;
  height: 21px;
  width: 21px;
  font-size: 18px;
  line-height: 20px;
}
header #frm_web_login h2::after,
header #user_panel h2::after {
  content: "\0046";
  font-family: "Glyphter";
  color: #10bab9;
  width: 10px;
  height: 10px;
  font-size: 10px;
  line-height: 21px;
  padding-left: 5px;
}
#frm_web_login {
  padding-top: 15px;
  padding-bottom: 15px;
}
#frm_web_login h2 {
  font-size: 2rem;
  color: #10bab9;
  padding-right: 20px;
}
#frm_web_login label {
  display: block;
}
#frm_web_login .frm-web-login-usr input,
#frm_web_login .frm-web-login-pswd input {
  width: 100%;
}
#frm_web_login .frm-web-login-btn {
  text-align: right;
}
#frm_web_login .frm-web-login-btn .std-btn {
  margin: 10px 0;
}
#frm_web_login .btn-registration,
#frm_web_login .btn-reset {
  margin-bottom: 0;
  padding: 0;
  background: initial;
}
#frm_web_login .btn-registration span,
#frm_web_login .btn-reset span,
#frm_web_login .btn-registration i,
#frm_web_login .btn-reset i {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
#frm_web_login .btn-registration i,
#frm_web_login .btn-reset i {
  display: none;
}
#frm_web_login .btn-registration:hover,
#frm_web_login .btn-reset:hover {
  text-decoration: none;
}
#frm_web_login .btn-registration:hover span,
#frm_web_login .btn-reset:hover span {
  color: #eb4680;
}
#frm_web_login .btn-registration span,
#frm_web_login .btn-reset span {
  color: #eb4680;
}
#frm_web_login #new_account,
#frm_web_login #reset_password {
  display: inline-block;
  margin-right: 20px;
  padding: 5px 10px;
}
#user_panel .usr-nick {
  font-size: 15px;
  position: relative;
  width: 100%;
  right: 10px;
  text-align: right;
  color: #ff4500;
}
#user_panel .logout {
  text-align: right;
  margin: 10px;
}
#user_panel ul.user-menu {
  padding-left: 10px;
}
#user_panel ul.user-menu > li::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: cover;
}
#user_panel ul span {
  font-weight: bold;
  font-size: 1.1em;
}
#user_panel ul li {
  list-style: none;
}
#user_panel ul li a {
  color: grey;
}
#user_panel ul li ul {
  padding-left: 20px;
}
#user_panel ul li ul li:hover a {
  color: black;
}
#user_panel .user-account::before {
  background-image: url(../../img/icon_user.png);
}
#user_panel .user-support::before {
  background-image: url(../../img/icon_help.png);
}
#user_panel .user-eshop::before {
  background-image: url(../../img/icon_eshop.png);
}
#user_panel .user-calendar::before {
  background-image: url(../../img/icon_calendar.png);
}
#user_panel .logout {
  padding-left: 20px;
  /*margin-left: 20px;*/
  background: url('../../img/icon_exit.png') no-repeat left 2px;
}
.icon_del {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../../img/icon_del.png') no-repeat left 2px;
}
.icon_event {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../../img/icon_event.png') no-repeat left 2px;
}
.icon_edit {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../../img/icon_edit.png') no-repeat left 2px;
}
.user-panel-content form .description {
  margin-bottom: 15px;
}
.user-panel-content form div label {
  vertical-align: top;
}
.user-panel-content form div textarea {
  min-width: 202px;
  min-height: 100px;
}
.user-panel-content form div input:not([type="file"]),
.user-panel-content form div textarea {
  min-width: 200px;
}
.user-panel-content form div input:not([type="file"]),
.user-panel-content form div textarea,
.user-panel-content form div select {
  padding: 4px;
}
.user-catalog-panel {
  margin: 15px 0;
}
.user-catalog-panel ul {
  padding-left: 0;
}
.user-catalog-panel ul li {
  list-style: none;
}
.catalog .tax .tax,
.catalog .tax .tax-value {
  width: auto;
}
.catalog .tax span {
  line-height: 48px;
}
#tbl-list-requests,
#tbl-list-orders,
#tbl-list-files {
  border-spacing: 0;
  width: 100%;
}
#tbl-list-requests thead thead,
#tbl-list-orders thead thead,
#tbl-list-files thead thead,
#tbl-list-requests thead thead,
#tbl-list-orders thead thead,
#tbl-list-files thead thead,
#tbl-list-requests thead thead,
#tbl-list-orders thead thead,
#tbl-list-files thead thead {
  background-color: lightgray;
}
#tbl-list-requests thead thead td,
#tbl-list-orders thead thead td,
#tbl-list-files thead thead td,
#tbl-list-requests thead thead td,
#tbl-list-orders thead thead td,
#tbl-list-files thead thead td,
#tbl-list-requests thead thead td,
#tbl-list-orders thead thead td,
#tbl-list-files thead thead td {
  padding: 0 5px;
  border-bottom: 1px solid #808080;
}
#tbl-list-requests tbody td,
#tbl-list-orders tbody td,
#tbl-list-files tbody td,
#tbl-list-requests tbody td,
#tbl-list-orders tbody td,
#tbl-list-files tbody td,
#tbl-list-requests tbody td,
#tbl-list-orders tbody td,
#tbl-list-files tbody td {
  padding: 0 5px;
  border-bottom: 1px dotted #808080;
}
#frm_type form fieldset {
  display: inline-block;
}
#frm_type form fieldset label,
#frm_type form fieldset input {
  width: auto;
  padding: 0;
}
#frm_type form input {
  width: auto;
}
#frm_type form div {
  margin: 10px 0;
}
#frm_type form input,
#frm_type form label {
  padding: 0;
}
.sociallogin {
  border-top: 1px solid #c7c7c7;
  margin-top: 10px;
  padding-top: 10px;
}

/*
 * eshop.less
 */
/*
.any_selector {
  .getProperty(color, base-color);
}
*/
header #basket {
  display: inline-block;
  z-index: 3;
  padding-bottom: 15px;
  margin-top: 15px;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 989px), only screen and (min-width : 990px) and (max-width : 1199px) {
  header #basket {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
header #basket .block-container:hover .block-body {
  display: block;
}
header #basket .block-body {
  padding: 10px;
  display: none;
  position: absolute;
  background-color: #f3f3f3;
  z-index: 1;
  right: 0;
  min-width: 200px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-radius: 5px;
}
header #basket .block-body > a {
  display: block;
  padding: 10px 0;
}
header #basket h2 {
  font-size: 1rem;
  color: #10bab9;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  line-height: 1.4;
  padding: 0;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 989px), only screen and (min-width : 990px) and (max-width : 1199px) {
  header #basket h2 span,
  header #basket h2::after {
    display: none;
  }
}
header #basket h2:hover {
  color: #169e9e;
}
header #basket h2:hover::after,
header #basket h2:hover::before {
  color: #169e9e;
}
header #basket h2::before {
  content: "\004A";
  display: inline-block;
  font-family: "Glyphter";
  color: #10bab9;
  margin-right: 5px;
  font-size: 18px;
  line-height: 20px;
}
header #basket h2::after {
  content: "\0046";
  font-family: "Glyphter";
  color: #10bab9;
  width: 15px;
  height: 10px;
  font-size: 10px;
  line-height: 21px;
  padding-left: 5px;
}
header #basket .total-price {
  display: block;
}
#eshopNavigation {
  background-color: #D8D7D5;
}
#eshopNavigation a {
  color: #A1A09E;
}
#eshopNavigation ul {
  margin: 0;
  padding: 0 20px;
  list-style: none;
}
#eshopNavigation ul:after {
  content: "";
  clear: both;
  display: block;
}
#eshopNavigation ul li {
  margin: 0 0 0 0;
  padding: 12px 0px 0 30px;
  display: inline-block;
  font-size: 20px;
  height: 42px;
  height: 60px;
  background-image: url('../../img/eshop/right_arrow.png');
  background-repeat: no-repeat;
}
#eshopNavigation ul li span {
  font-size: 20px;
}
#eshopNavigation ul li span span {
  width: 30px;
  height: 32px;
  display: block;
  float: left;
  margin: -5px 10px 0 0;
}
#eshopNavigation ul li a {
  font-size: 20px;
  text-decoration: none;
  vertical-align: middle;
}
#eshopNavigation ul li a span {
  width: 30px;
  height: 32px;
  display: block;
  float: left;
  margin: 0 5px 0 0;
}
#eshopNavigation ul li a.b1 span {
  background-image: url('../../img/eshop/clipboard_grey.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
#eshopNavigation ul li a.b2 span {
  background-image: url('../../img/eshop/money_grey.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
#eshopNavigation ul li a.b3 span {
  background-image: url('../../img/eshop/lorry_grey.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
#eshopNavigation ul li a.b4 span {
  background-image: url('../../img/eshop/tick_grey.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
#eshopNavigation ul li.first {
  padding-left: 1px;
  background: none;
}
#eshopNavigation ul li.sel a {
  color: #072036;
}
#eshopNavigation ul li.sel a strong:hover {
  text-decoration: underline;
}
#eshopNavigation ul li.sel a.b1 span {
  background-image: url('../../img/eshop/clipboard.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
#eshopNavigation ul li.sel a.b2 span {
  background-image: url('../../img/eshop/money.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
#eshopNavigation ul li.sel a.b3 span {
  background-image: url('../../img/eshop/lorry.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
#eshopNavigation ul li.sel a.b4 span {
  background-image: url('../../img/eshop/tick.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
.complete,
.eshop-items,
.payment,
.transport {
  padding-top: 20px;
}
.complete > span,
.eshop-items > span,
.payment > span,
.transport > span {
  font-weight: normal;
  font-size: 20px;
}
.transport,
.payment,
.kupon {
  margin-top: 10px;
  margin-bottom: 10px;
}
.eshop-items {
  padding-top: 20px;
}
#content table.eshop-table .tbl-center {
  text-align: center;
}
#content table.eshop-table .tbl-right {
  text-align: right;
}
#content table.eshop-table tr:hover td,
#content table.payment tr:hover td,
#content table.transport tr:hover td {
  color: inherit;
}
#content table.eshop-table {
  border-collapse: collapse;
  width: 100%;
}
#content table.eshop-table thead tr {
  border-bottom: 1px solid #b3b0b0;
}
#content table.eshop-table thead tr th {
  padding: 20px;
  color: white;
}
#content table.eshop-table tbody {
  border: 0px;
}
#content table.eshop-table tbody tr td {
  padding: 20px;
}
#content table.eshop-table tbody tr td .items-count {
  width: 50px;
}
#content table.eshop-table tbody tr td .tbl-center {
  text-align: center;
}
#content table.eshop-table tbody tr td .tbl-right {
  text-align: right;
}
#content table.eshop-table tbody tr.r0 td {
  padding: 4px;
}
#content table.eshop-table tr td span {
  color: inherit;
}
#content table.eshop-table tr:hover td span {
  color: inherit;
}
#content table.eshop-table tr:nth-child(odd):hover td {
  background: #EBEBEB;
}
#content table.eshop-table tr:nth-child(even):hover td {
  background: #FFFFFF;
}
.icon.del {
  width: 16px;
  height: 16px;
  background: url('../../img/icon_del.png') no-repeat left 2px;
}
#content table tbody td.sum2 {
  text-align: right;
}
.summary {
  width: 100%;
  margin: 20px 0 15px 0;
  border-top: 1px solid;
  border-color: #f2f5f9;
}
.summary td {
  text-align: right;
  white-space: nowrap;
}
.summary td > span {
  display: block;
  padding-right: 25px;
}
.summary td > span[itemprop="priceCurrency"],
.summary td > span[itemprop="price"] {
  display: inline;
  padding-right: 0;
}
.buttons {
  padding: 0 30px;
  padding-top: 20px;
  margin-bottom: 50px;
  border-top: 1px solid;
  border-color: #F2F5F9;
}
.buttons .std-btn {
  text-decoration: none;
}
.buttons .but-left {
  float: left;
  text-align: center;
  vertical-align: middle;
  padding-right: 3px;
  border: 1px solid #e0dddd;
  background: white;
  padding: 3px 0;
  font-weight: bold;
  background: red;
  min-width: 50px;
}
.buttons a.but-left:hover {
  background: pink;
}
.buttons .but-right {
  float: right;
  /*height:25px;*/
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
  padding-right: 3px;
}
.buttons .next {
  border: 1px solid #8DB234;
  background: #8DB234;
  width: 120px !important;
  /*height: 30px;padding-top: 8px;*/
  font-size: 16px;
  font-weight: bold;
  color: white;
}
.buttons a.next:hover {
  background: seagreen;
}
.buttons:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .buttons {
    text-align: center;
  }
  .buttons .but-left,
  .buttons .but-right {
    float: none;
    margin-bottom: 30px;
  }
}
#kupon {
  width: auto;
}
.tbl-company,
.tbl-payment,
.transport .company,
.metoda {
  background-color: silver;
  color: black;
}
.tbl-company,
.tbl-payment,
.tbl-kupon {
  width: 100%;
  border-spacing: 0 5px;
}
.transport td,
.company td,
.payment td,
.kupon td,
.order-addresses td {
  padding: 5px;
  width: 50%;
}
@media only screen and (max-width : 767px) {
  .transport td,
  .company td,
  .payment td,
  .kupon td,
  .order-addresses td {
    width: 100%;
    display: block;
  }
}
.spol-cile .zony {
  font-weight: bold;
}
.polozkyEshop span,
.transport table span,
.adresa span,
.payment table span,
.kupon span {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 2px;
  display: inline-block;
}
#addressTransport,
#addressPayment {
  margin-bottom: 10px;
  border-top: 1px solid;
  border-color: #F2F5F9;
  padding-top: 10px;
}
.eshop-conditions {
  padding-top: 20px;
  text-align: right;
}
.order-addresses {
  width: 100%;
}
.order-addresses tbody td {
  vertical-align: top;
  margin-bottom: 20px;
}
.order-addresses tbody td label {
  font-weight: bold;
}
.order-addresses .nadpis {
  font-weight: bold;
}
.order-addresses .adresa-dor,
.order-addresses .adresa-fak {
  font-weight: normal;
}
.payment {
  /*platby*/
}
.payment .platba-gopay {
  background-image: url('../../img/eshop/logo_gopay.png');
  background-position: right center;
  background-repeat: no-repeat;
}
.payment .platba-cash {
  background-image: url('../../img/eshop/logo_cash.png');
  background-position: right center;
  background-repeat: no-repeat;
}
.payment .platba-cod {
  background-image: url('../../img/eshop/logo_cod.png');
  background-position: right center;
  background-repeat: no-repeat;
}
.payment .platba-bank {
  background-image: url('../../img/eshop/logo_bank.png');
  background-position: right center;
  background-repeat: no-repeat;
}
.payment .method .lbl-price {
  margin-left: 25px;
}

/*
 * content.less
 */
/*
.any_selector {
  .getProperty(color, base-color);
}
*/
.content .block-body h1,
.content .block-body h2,
.content .block-body h3,
.content .block-body h4,
.content .block-body h5,
.content .block-body h6 {
  margin-top: 16px;
}
.content.content-design-1 {
  background-color: #10bab9;
}
.content.content-design-1 .block-container .block-header h2 {
  color: #FFFFFF;
}
.content.content-design-1 .block-container .block-body {
  padding: 25px 20px;
}
.content.content-design-1 .block-container .block-body p {
  color: #FFFFFF;
}
.content.content-design-2 h2 {
  display: none;
}
.content.content-design-2 .block-container {
  text-align: center;
}

/*
* box.less
*/
/*
.any_selector {
  .getProperty(color, base-color);
}
*/
.boxes {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  /* background-attachment: fixed; */
}
.boxes .block-container .block-body {
  margin-left: -15px;
  margin-right: -15px;
}
.boxes h2,
.boxes .sub-h2 {
  text-align: center;
}
.boxes .boxes-group {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.boxes .boxes-group .box {
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.boxes .boxes-group .box.cms-item {
  float: none;
}
@media only screen and (min-width : 768px) and (max-width : 989px) {
  .boxes .boxes-group .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .boxes .boxes-group .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .boxes .boxes-group .box {
    margin-right: 0;
  }
}
.boxes .boxes-group .box h3 {
  color: #222222;
  background: none;
  border: none;
  padding: 10px;
}
.boxes .boxes-group .box a img {
  width: 100%;
}
.boxes .boxes-group .box a .subtitle {
  color: #222222;
}
.boxes .boxes-group .box a .btn-box {
  margin: 0 auto;
  padding: 12px 35px;
  background-color: transparent;
}
.boxes .boxes-group .box a .btn-box i {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  display: none;
}
.boxes .boxes-group .box a .btn-box span {
  color: #10bab9;
  text-decoration: underline;
}
.boxes .boxes-group .box a .box-content {
  padding: 10px;
}
.boxes .boxes-group .box a .box-descr {
  /*position: absolute;
          left: 5px;
          right: 5px;
          top: 65px;
          color: @box-description-color;
          font-size: 15px;
          line-height: 1.5em;*/
}
.boxes .boxes-group .box a:hover {
  text-decoration: none;
}
.boxes .boxes-group .box .buttons {
  margin-top: 35px;
  padding-left: 80px;
}
.boxes .boxes-group .box .buttons a {
  margin: 5px;
}
.boxes .boxes-group .box.box-type1 a {
  color: white;
  background-color: #146db3;
  min-height: 177px;
}
.boxes .boxes-group .box.box-type1 a h3 {
  color: white;
}
.boxes .boxes-group .box.box-type1 a .box-descr {
  color: white;
  background-color: #146db3;
}
.boxes .boxes-group .box.box-type1 a .subtitle {
  color: white;
}
.boxes .boxes-group .box.box-type1 a .std-btn {
  color: white;
  border: 1px solid white;
  background-color: #146db3;
}
.boxes .boxes-group .box.box-type2 a {
  background-color: black;
}
.boxes .boxes-group .box.box-type2 a h3 {
  color: white;
}
.boxes .boxes-group .box.box-type2 a .box-descr {
  color: #222222;
}
.boxes .boxes-group .box.box-type2 a .subtitle {
  color: white;
}
.boxes .boxes-group .box.box-type2 a .std-btn {
  color: white;
  border: 1px solid white;
  background-color: black;
}
.boxes .boxes-group .box.box-type3 a {
  background-color: #0d7677;
}
.boxes .boxes-group .box.box-type3 a h3 {
  color: white;
}
.boxes .boxes-group .box.box-type3 a .subtitle {
  color: white;
}
.boxes .boxes-group .box.box-type3 a .std-btn {
  color: white;
  border: 1px solid white;
  background-color: #0d7677;
}
.boxes .boxes-group .box.box-type3 a .std-btn:hover {
  background-image: none;
}
.boxes .boxes-group .box.box-type4 a {
  background-color: #b00034;
}
.boxes .boxes-group .box.box-type4 a h3 {
  color: white;
}
.boxes .boxes-group .box.box-type4 a .subtitle {
  color: white;
}
.boxes .boxes-group .box.box-type4 a .std-btn {
  color: #b00034;
  border: 1px solid white;
  background-color: #b00034;
}
.boxes .boxes-group .box.box-type5 a {
  background-color: #75a745;
}
.boxes .boxes-group .box.box-type5 a h3 {
  color: white;
}
.boxes .boxes-group .box.box-type5 a .box-descr {
  color: white;
}
.boxes .boxes-group .box.box-type5 a .subtitle {
  color: white;
}
.boxes .boxes-group .box.box-type5 a .std-btn {
  color: white;
  border: 1px solid white;
  background-color: #75a745;
}
.boxes.boxes-design0 h2,
.boxes.boxes-design0 .sub-h2 {
  color: #ffffff;
}
.boxes.boxes-design0 .box a {
  display: inline-block;
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #02336e;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  border: medium none;
  padding: 40px;
}
.boxes.boxes-design0 .box a:hover::before {
  opacity: 1;
}
.boxes.boxes-design0 .box a:hover h3,
.boxes.boxes-design0 .box a:hover .box-descr,
.boxes.boxes-design0 .box a:hover .btn-box span {
  color: #ffffff;
}
.boxes.boxes-design0 .box a:hover .img-wrapper {
  opacity: 1;
  color: #ffffff;
}
.boxes.boxes-design0 .box a:hover .img-wrapper img {
  color: #ffffff;
  -webkit-filter: invert(99%) sepia(100%) saturate(2%) hue-rotate(71deg) brightness(105%) contrast(100%) !important;
          filter: invert(99%) sepia(100%) saturate(2%) hue-rotate(71deg) brightness(105%) contrast(100%) !important;
}
.boxes.boxes-design0 .box a:hover .img-wrapper i.fa {
  color: #ffffff;
}
.boxes.boxes-design0 .box a:hover::after {
  left: 0;
}
.boxes.boxes-design0 .box a::after {
  background: #02336e none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}
.boxes.boxes-design0 .box a .img-wrapper {
  font-size: 35px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  display: block;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.boxes.boxes-design0 .box a .img-wrapper img {
  width: 35px;
  height: 35px;
  color: #10bab9;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.boxes.boxes-design0 .box a .img-wrapper i.fa {
  font-family: 'FontAwesome';
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 auto;
  color: #10bab9;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.boxes.boxes-design0 .box a h3 {
  color: #222222;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 28.8px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.boxes.boxes-design0 .box a .box-descr {
  height: 70px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #222222;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 989px) {
  .boxes.boxes-design0 .box a .box-descr {
    line-clamp: initial;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
    height: initial;
  }
}
.boxes.boxes-design0 .box a .btn-box {
  display: inline-block;
}
.boxes.boxes-design0 .box a .btn-box span {
  font-size: 16px;
  color: #10bab9;
  letter-spacing: 0.5px;
  font-weight: 600;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  text-decoration: underline;
}
main .boxes.boxes-design1 .block-header h2 {
  text-align: center;
  display: block;
}
.boxes.boxes-design1 h2,
.boxes.boxes-design1 .sub-h2 {
  color: #505060;
}
.boxes.boxes-design1 .boxes-group .box.cms-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
@media only screen and (min-width : 768px) and (max-width : 989px) {
  .boxes.boxes-design1 .boxes-group .box.cms-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .boxes.boxes-design1 .boxes-group .box.cms-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.boxes.boxes-design1 .boxes-group .box a {
  background: none;
  padding-top: 10px;
  display: inline-block;
}
.boxes.boxes-design1 .boxes-group .box > a:hover .img-wrapper::before {
  opacity: 0.8;
  visibility: visible;
}
.boxes.boxes-design1 .boxes-group .box > a:hover .img-wrapper img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.boxes.boxes-design1 .boxes-group .box > a:hover .box-content {
  opacity: 1;
}
.boxes.boxes-design1 .boxes-group .box .img-wrapper {
  position: relative;
  z-index: 1;
  border-radius: 3px;
  overflow: hidden;
}
.boxes.boxes-design1 .boxes-group .box .img-wrapper img {
  width: 100%;
  height: auto;
  max-width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 3px;
  vertical-align: middle;
}
.boxes.boxes-design1 .boxes-group .box .img-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #10bab9;
  background-image: -o-linear-gradient(225deg, #10bab9 0%, #89e0e0 100%);
  background-image: linear-gradient(-135deg, #10bab9 0%, #89e0e0 100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.boxes.boxes-design1 .boxes-group .box h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  color: #212529;
  margin: 5px;
}
.boxes.boxes-design1 .boxes-group .box .subtitle {
  color: #10bab9;
  font-size: 15px;
  font-weight: 500;
}
.boxes.boxes-design1 .boxes-group .box .box-content {
  font-size: 14px;
  color: #ffffff;
  padding: 10px;
  position: absolute;
  top: 23px;
  left: 15px;
  right: 15px;
  bottom: 60px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.boxes.boxes-design1 .boxes-group .box .box-content * {
  color: #ffffff;
}
.boxes.boxes-design2 h2,
.boxes.boxes-design2 .sub-h2 {
  color: #505060;
}
.boxes.boxes-design2.boxes .boxes-group .box {
  height: 413px;
}
.boxes.boxes-design2.boxes .boxes-group .box * {
  text-align: center;
}
.boxes.boxes-design2.boxes .boxes-group .box a {
  display: block;
  border-radius: 5px;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fff;
}
.boxes.boxes-design2.boxes .boxes-group .box a img {
  width: 90px;
  margin: 0 auto;
}
.boxes.boxes-design2.boxes .boxes-group .box a .img-wrapper {
  position: absolute;
  top: 215px;
  left: 0;
  right: 0;
}
.boxes.boxes-design2.boxes .boxes-group .box a h3.title {
  position: absolute;
  top: 277px;
  left: 0;
  right: 0;
  color: #333333;
}
.boxes.boxes-design2.boxes .boxes-group .box a .subtitle {
  position: absolute;
  top: 350px;
  left: 0;
  right: 0;
}
.boxes.boxes-design2.boxes .boxes-group .box a .box-content {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}
.boxes.boxes-design2.boxes .boxes-group .box a .box-content::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  font-family: 'FontAwesome';
  color: #ffce39;
  font-size: 16px;
  font-weight: 900;
}
.boxes.boxes-design2.boxes .boxes-group .box a .box-content p,
.boxes.boxes-design2.boxes .boxes-group .box a .box-content * {
  font-size: 15px;
  color: #333333;
  font-style: italic;
  line-height: 1.8;
  letter-spacing: 1px;
}
main .boxes.boxes-design2 .block-header h2 {
  text-align: center;
  display: block;
}
.boxes.boxes-design3.boxes .block-container .block-body {
  margin-left: 0;
  margin-right: 0;
}
.boxes.boxes-design3.boxes .boxes-group {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 20px;
}
.boxes.boxes-design3.boxes .boxes-group.count-1 .box {
  background: #fff;
  padding: 25px 20px;
  border-radius: 5px;
  border-bottom: 2px solid #10bab9;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
}
.boxes.boxes-design3.boxes .boxes-group.count-1 .box.cms-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.boxes.boxes-design3.boxes .boxes-group.count-1 .box.cms-item > a {
  position: relative;
}
.boxes.boxes-design3.boxes .boxes-group.count-1 .box.cms-item .img-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.boxes.boxes-design3.boxes .boxes-group.count-1 .box.cms-item .img-wrapper img {
  max-height: 100%;
}
.boxes.boxes-design3.boxes .boxes-group.count-1 .box.cms-item .title,
.boxes.boxes-design3.boxes .boxes-group.count-1 .box.cms-item .subtitle {
  display: none;
}
.boxes.boxes-design3.boxes .boxes-group.count-1 .box.cms-item .box-content {
  padding: 0;
  position: relative;
}
.boxes.boxes-design3.boxes .boxes-group.count-1 .box.cms-item .box-content * {
  text-align: left;
  margin-top: 0;
}

/*
faq.less
*/
/*
.any_selector {
  .getProperty(color, base-color);
}
*/
.reference-items .reference-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.reference-items .reference-group .reference.cms-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(32.6666%);
  margin-bottom: 20px;
  float: none;
  /*
      margin-left: 0.2%;
      margin-right: 0.2%;
*/
}
.reference-items .reference-group .reference.cms-item .cms-item-container {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  height: 100%;
  /*display: flex;
        flex-flow: column;*/
}
.reference-items .reference-group .reference.cms-item .img-box {
  overflow: hidden;
}
.reference-items .reference-group .reference.cms-item .img-box a {
  min-height: 318px;
}
@media only screen and (min-width : 990px) {
  .reference-items .reference-group .reference.cms-item .img-box a {
    min-height: 274px;
  }
}
@media only screen and (min-width : 768px) {
  .reference-items .reference-group .reference.cms-item .img-box a {
    min-height: 229px;
  }
}
@media only screen and (max-width : 767px) {
  .reference-items .reference-group .reference.cms-item .img-box a {
    min-height: auto;
  }
}
.reference-items .reference-group .reference.cms-item img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  vertical-align: middle;
}
.reference-items .reference-group .reference.cms-item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.reference-items .reference-group .reference.cms-item .reference-info {
  padding: 25px 20px;
  background-color: #ffffff;
  position: relative;
  border-top: 1px solid #f3f3f3;
  z-index: 2;
}
.reference-items .reference-group .reference.cms-item .reference-info .prefix {
  padding: 30px 30px 0 30px;
  position: relative;
  background: white;
  margin-bottom: 50px;
  /*height: 50px;
          max-height: 50px;*/
}
.reference-items .reference-group .reference.cms-item .reference-info h4 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
  margin-bottom: 20px;
  margin-top: 0;
}
.reference-items .reference-group .reference.cms-item .reference-info h4 a {
  color: #222222;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.reference-items .reference-group .reference.cms-item .reference-info h4 a:hover {
  color: #10bab9;
  text-decoration: none;
}
@media only screen and (min-width : 768px) and (max-width : 989px) {
  .reference-items .reference-group .reference.cms-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49.5%;
            flex: 0 0 49.5%;
    width: calc(49.5%);
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .reference-items .reference-group .reference.cms-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: calc(100%);
  }
}
ul.reference-params {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.reference-params li {
  position: relative;
  color: #222222;
  margin-bottom: 0;
  border-radius: 2px;
}
.reference-detail ul.reference-params li {
  padding: 15px 21px 15px 20px;
  background: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 5px;
  font-size: 16px;
}
.reference-detail ul.reference-params li strong {
  text-transform: uppercase;
  font-weight: 400;
  color: #9c9c9c;
  font-size: 12px;
}
.reference-detail ul.reference-params li span {
  color: #131414;
  font-size: 16px;
}
ul.reference-params li strong {
  font-weight: bolder;
  margin-right: 10px;
}
ul.reference-params li span {
  color: #222222;
}
ul.reference-params li a {
  color: #10bab9;
  text-decoration: none;
}
ul.reference-params li a:hover {
  color: #000000;
}
ul.items-filter-list {
  padding: 0 0 40px 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
ul.items-filter-list li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 15px 25px;
  background: #f3f3f3;
  border-radius: 2px;
  margin-bottom: 20px;
}
ul.items-filter-list li.filter-active {
  color: #eb4680;
}
ul.items-filter-list li:hover {
  color: #eb4680;
}
.reference .cms-item-container .img-box a {
  height: 100%;
  display: inline-block;
}
.reference .cms-item-container .img-box a img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.reference .cms-item-container .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: absolute;
  top: -53px;
}
.reference .cms-item-container .link a .std-btn {
  margin: 0;
}
.reference-detail .reference-info h4 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.reference-detail .reference-info h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #10bab9;
  left: 0;
  bottom: 0;
}
.reference-detail .prefix {
  padding: 30px 30px 0 30px;
  position: relative;
  background: white;
  height: 100%;
  margin-bottom: 50px;
}
.reference-detail .reference .cms-item-container {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: initial;
  height: auto;
}
.reference-detail .reference .cms-item-container .img-box {
  height: auto;
  max-height: initial;
}
.photogallery.gallery-carousel {
  width: 100%;
}
.photogallery.gallery-carousel .bx-wrapper .bx-pager,
.photogallery.gallery-carousel .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.photogallery.gallery-carousel .bx-wrapper .bx-pager.bx-default-pager a {
  background: #ffffff;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}
.photogallery.gallery-carousel .bx-wrapper .bx-pager.bx-default-pager a:hover,
.photogallery.gallery-carousel .bx-wrapper .bx-pager.bx-default-pager a.active,
.photogallery.gallery-carousel .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #10bab9;
}
.items-storage {
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
}

/*
comparison.less
*/
/*
.any_selector {
  .getProperty(color, base-color);
}
*/
.desktop .comparison .tooltip {
  position: absolute;
  background-color: #bfbfbf;
  padding: 0 8px;
  border-radius: 16px;
  color: #ffffff;
  cursor: pointer;
  line-height: 25px;
  right: 15px;
}
.comparison .tooltip.empty {
  display: none;
}
.comparison .tooltip:hover + .tooltip-data {
  display: block;
}
.comparison .tooltip-data {
  display: none;
  color: #ffffff;
  background: #bfbfbf;
  border-radius: 5px;
  padding: 5px;
  top: 34px;
  border: 1px solid grey;
  line-height: normal;
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.comparison .block-container .block-header {
  padding: 30px 0;
}
.comparison .block-container .block-header h2,
.comparison .block-container .block-header .sub-h2 {
  display: block;
  text-align: center;
}
.comparison.comparison-design-1 .block-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.comparison.comparison-design-1 .block-body .comparison-column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 15px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-popular {
  display: none;
}
.comparison.comparison-design-1 .block-body .comparison-column.main-column .comparison-popular {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  background: red;
  color: white;
  padding: 10px 5px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container {
  width: 100%;
  text-align: center;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 2px;
  border: 2px solid transparent;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container:hover {
  border-color: #10bab9;
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .comparison-head {
  padding: 0 40px;
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .comparison-head:empty {
  display: none;
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .comparison-body {
  padding: 20px 40px;
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .comparison-body:empty {
  display: none;
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .comparison-body .comp-row p {
  font-size: 12px;
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .comparison-footer {
  padding: 0 40px 25px 40px;
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .comparison-footer:empty {
  display: none;
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .column-price {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  height: 130px;
  background-color: #10bab9;
  margin: 30px auto 15px auto;
  line-height: 130px;
  border-radius: 2px;
  z-index: 0;
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .column-price * {
  color: #ffffff;
  display: -webkit-inline-box;
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .column-price.empty {
  height: 0;
  display: none;
  width: 0;
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .column-price .price span[itemprop="priceCurrency"] {
  font-size: 33px;
  line-height: 33px;
  position: relative;
  top: -12px;
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .column-price .price span.price-decimal-point {
  display: none;
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .column-price .price span.price-decimal {
  font-size: 24px;
  line-height: 24px;
  position: relative;
  top: -18px;
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .column-price .price .price-descr {
  font-size: 16px;
  font-weight: 600;
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .column-price h1,
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .column-price h2,
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .column-price h3,
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .column-price h4,
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .column-price h5,
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .column-price h6,
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .column-price p {
  display: inline-block;
  margin: 0;
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .column-price h2 {
  font-size: 50px;
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container p {
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 0;
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container h3 {
  color: #282828;
  font-size: 21px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  margin-bottom: 5px;
  padding: 10px 0 0;
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container h3 span {
  color: #282828;
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container h5 {
  font-weight: 400;
  color: #8997a7;
  margin: 0 30px;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  background: transparent;
  display: inline-block;
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .comp-row {
  text-align: center;
  position: relative;
  padding: 5px 0;
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .comp-row p {
  padding: 0;
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .comp-row .compare {
  font-family: "Font Awesome 6 Free";
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .comp-row.excluded h5 {
  text-decoration: line-through;
  color: #b7b7b7;
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .comp-row.excluded .compare {
  color: #ff9aa0;
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .comp-row.excluded .compare:before {
  content: "\f057";
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .comp-row.included .compare {
  color: #6f64e7;
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .comp-row.included .compare:before {
  content: "\f058";
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .comp-row.limited .compare {
  color: #bfb900;
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .comp-row.limited .compare:before {
  content: "\f358";
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .comp-row.unlimited .compare {
  color: #64cfe7;
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .comp-row.unlimited .compare:before {
  content: "\221E";
}
.comparison.comparison-design-1 .block-body .comparison-column .comparison-container .std-btn {
  margin-bottom: 0;
}
.comparison.comparison-design-1.columns-4 .comparison-column,
.comparison.comparison-design-1.columns-2 .comparison-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (min-width : 990px) and (max-width : 1199px) {
  .comparison.comparison-design-1.columns-4 .comparison-column,
  .comparison.comparison-design-1.columns-2 .comparison-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width : 768px) and (max-width : 989px) {
  .comparison.comparison-design-1.columns-4 .comparison-column,
  .comparison.comparison-design-1.columns-2 .comparison-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .comparison.comparison-design-1.columns-4 .comparison-column,
  .comparison.comparison-design-1.columns-2 .comparison-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.comparison.comparison-design-1.columns-3 .comparison-column,
.comparison.comparison-design-1.columns-6 .comparison-column,
.comparison.comparison-design-1.columns-5 .comparison-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
@media only screen and (min-width : 990px) and (max-width : 1199px) {
  .comparison.comparison-design-1.columns-3 .comparison-column,
  .comparison.comparison-design-1.columns-6 .comparison-column,
  .comparison.comparison-design-1.columns-5 .comparison-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width : 768px) and (max-width : 989px) {
  .comparison.comparison-design-1.columns-3 .comparison-column,
  .comparison.comparison-design-1.columns-6 .comparison-column,
  .comparison.comparison-design-1.columns-5 .comparison-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .comparison.comparison-design-1.columns-3 .comparison-column,
  .comparison.comparison-design-1.columns-6 .comparison-column,
  .comparison.comparison-design-1.columns-5 .comparison-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.comparison.comparison-design-2 table tbody tr td {
  position: relative;
}
.comparison.comparison-design-2 table tbody tr td.main-column {
  position: relative;
  background-color: #89e0e0;
}
.comparison.comparison-design-2 table {
  table-layout: fixed;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
.comparison.comparison-design-2 table p,
.comparison.comparison-design-2 table .std-btn {
  margin-bottom: 0;
}
.comparison.comparison-design-2 table h5 {
  display: inline-block;
  margin-bottom: 0;
}
.comparison.comparison-design-2 table h5 span {
  font-size: 1.2rem;
}
.comparison.comparison-design-2 table thead tr {
  border: none;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 989px) {
  .comparison.comparison-design-2 table thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 989px) {
  .comparison.comparison-design-2 table thead tr:first-child th:not(.th-corner) {
    /* one item */
    /* two items */
    /* three items */
    /* four items */
    /* five items */
  }
  .comparison.comparison-design-2 table thead tr:first-child th:not(.th-corner):nth-child(1):nth-last-child(1) {
    width: 100%;
  }
  .comparison.comparison-design-2 table thead tr:first-child th:not(.th-corner):nth-child(1):nth-last-child(2),
  .comparison.comparison-design-2 table thead tr:first-child th:not(.th-corner):nth-child(2):nth-last-child(1) {
    width: 100%;
  }
  .comparison.comparison-design-2 table thead tr:first-child th:not(.th-corner):nth-child(1):nth-last-child(3),
  .comparison.comparison-design-2 table thead tr:first-child th:not(.th-corner):nth-child(2):nth-last-child(2),
  .comparison.comparison-design-2 table thead tr:first-child th:not(.th-corner):nth-child(3):nth-last-child(1) {
    width: 50%;
  }
  .comparison.comparison-design-2 table thead tr:first-child th:not(.th-corner):nth-child(1):nth-last-child(4),
  .comparison.comparison-design-2 table thead tr:first-child th:not(.th-corner):nth-child(2):nth-last-child(3),
  .comparison.comparison-design-2 table thead tr:first-child th:not(.th-corner):nth-child(3):nth-last-child(2),
  .comparison.comparison-design-2 table thead tr:first-child th:not(.th-corner):nth-child(4):nth-last-child(1) {
    width: 33.3333%;
  }
  .comparison.comparison-design-2 table thead tr:first-child th:not(.th-corner):nth-child(1):nth-last-child(5),
  .comparison.comparison-design-2 table thead tr:first-child th:not(.th-corner):nth-child(2):nth-last-child(4),
  .comparison.comparison-design-2 table thead tr:first-child th:not(.th-corner):nth-child(3):nth-last-child(3),
  .comparison.comparison-design-2 table thead tr:first-child th:not(.th-corner):nth-child(4):nth-last-child(2),
  .comparison.comparison-design-2 table thead tr:first-child th:not(.th-corner):nth-child(5):nth-last-child(1) {
    width: 25%;
  }
}
.comparison.comparison-design-2 table thead tr th {
  text-align: center;
  border: none;
  padding: 10px;
  vertical-align: top;
  float: none;
  font-weight: normal;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 989px) {
  .comparison.comparison-design-2 table thead tr th {
    float: left;
  }
}
.comparison.comparison-design-2 table thead tr th.th-title {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
  z-index: 1;
}
.comparison.comparison-design-2 table thead tr th.main-column {
  position: relative;
}
.comparison.comparison-design-2 table thead tr th.main-column::before,
.comparison.comparison-design-2 table thead tr th.main-column::after {
  content: "";
  height: 100%;
  top: 0;
  position: absolute;
  width: 15px;
}
.comparison.comparison-design-2 table thead tr th.main-column::before {
  left: -15px;
}
.comparison.comparison-design-2 table thead tr th.main-column::after {
  right: -15px;
  display: block;
}
.comparison.comparison-design-2 table thead tr th.empty {
  line-height: 0;
  padding: 0;
}
.comparison.comparison-design-2 table thead tr th.th-corner {
  height: 0;
  line-height: 0;
  padding: 0;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 989px) {
  .comparison.comparison-design-2 table thead tr th.th-corner {
    display: none;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 989px) {
  .comparison.comparison-design-2 table thead tr th:not(.th-corner) {
    /* one item */
    /* two items */
    /* three items */
    /* four items */
    /* five items */
  }
  .comparison.comparison-design-2 table thead tr th:not(.th-corner):nth-child(1):nth-last-child(1) {
    width: 100%;
  }
  .comparison.comparison-design-2 table thead tr th:not(.th-corner):nth-child(1):nth-last-child(2),
  .comparison.comparison-design-2 table thead tr th:not(.th-corner):nth-child(2):nth-last-child(1) {
    width: 50%;
  }
  .comparison.comparison-design-2 table thead tr th:not(.th-corner):nth-child(1):nth-last-child(3),
  .comparison.comparison-design-2 table thead tr th:not(.th-corner):nth-child(2):nth-last-child(2),
  .comparison.comparison-design-2 table thead tr th:not(.th-corner):nth-child(3):nth-last-child(1) {
    width: 33.3333%;
  }
  .comparison.comparison-design-2 table thead tr th:not(.th-corner):nth-child(1):nth-last-child(4),
  .comparison.comparison-design-2 table thead tr th:not(.th-corner):nth-child(2):nth-last-child(3),
  .comparison.comparison-design-2 table thead tr th:not(.th-corner):nth-child(3):nth-last-child(2),
  .comparison.comparison-design-2 table thead tr th:not(.th-corner):nth-child(4):nth-last-child(1) {
    width: 25%;
  }
  .comparison.comparison-design-2 table thead tr th:not(.th-corner):nth-child(1):nth-last-child(5),
  .comparison.comparison-design-2 table thead tr th:not(.th-corner):nth-child(2):nth-last-child(4),
  .comparison.comparison-design-2 table thead tr th:not(.th-corner):nth-child(3):nth-last-child(3),
  .comparison.comparison-design-2 table thead tr th:not(.th-corner):nth-child(4):nth-last-child(2),
  .comparison.comparison-design-2 table thead tr th:not(.th-corner):nth-child(5):nth-last-child(1) {
    width: 20%;
  }
}
.comparison.comparison-design-2 table tbody tr {
  border: none;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 989px) {
  .comparison.comparison-design-2 table tbody tr:last-child td.main-column {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.comparison.comparison-design-2 table tbody tr:nth-child(even) {
  background-color: white;
}
.comparison.comparison-design-2 table tbody tr td {
  border: none;
  float: none;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 989px) {
  .comparison.comparison-design-2 table tbody tr td {
    float: left;
  }
}
.comparison.comparison-design-2 table tbody tr td.main-column::before,
.comparison.comparison-design-2 table tbody tr td.main-column::after {
  content: " ";
  height: 100%;
  top: 0;
  position: absolute;
  width: 15px;
}
.comparison.comparison-design-2 table tbody tr td.main-column::before {
  left: -15px;
}
.comparison.comparison-design-2 table tbody tr td.main-column::after {
  right: -15px;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 989px) {
  .comparison.comparison-design-2 table tbody tr td.main-column::before,
  .comparison.comparison-design-2 table tbody tr td.main-column::after {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.comparison.comparison-design-2 table tbody tr td:first-child {
  padding-left: 15px;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 989px) {
  .comparison.comparison-design-2 table tbody tr td.title {
    width: 100%;
  }
}
.comparison.comparison-design-2 table tbody tr td.compare {
  text-align: center;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 989px) {
  .comparison.comparison-design-2 table tbody tr td.compare {
    /* one item */
    /* two items */
    /* three items */
    /* four items */
    /* five items */
  }
  .comparison.comparison-design-2 table tbody tr td.compare:nth-child(1):nth-last-child(1) {
    width: 100%;
  }
  .comparison.comparison-design-2 table tbody tr td.compare:nth-child(1):nth-last-child(2),
  .comparison.comparison-design-2 table tbody tr td.compare:nth-child(2):nth-last-child(1) {
    width: 100%;
  }
  .comparison.comparison-design-2 table tbody tr td.compare:nth-child(1):nth-last-child(3),
  .comparison.comparison-design-2 table tbody tr td.compare:nth-child(2):nth-last-child(2),
  .comparison.comparison-design-2 table tbody tr td.compare:nth-child(3):nth-last-child(1) {
    width: 50%;
  }
  .comparison.comparison-design-2 table tbody tr td.compare:nth-child(1):nth-last-child(4),
  .comparison.comparison-design-2 table tbody tr td.compare:nth-child(2):nth-last-child(3),
  .comparison.comparison-design-2 table tbody tr td.compare:nth-child(3):nth-last-child(2),
  .comparison.comparison-design-2 table tbody tr td.compare:nth-child(4):nth-last-child(1) {
    width: 33.3333%;
  }
  .comparison.comparison-design-2 table tbody tr td.compare:nth-child(1):nth-last-child(5),
  .comparison.comparison-design-2 table tbody tr td.compare:nth-child(2):nth-last-child(4),
  .comparison.comparison-design-2 table tbody tr td.compare:nth-child(3):nth-last-child(3),
  .comparison.comparison-design-2 table tbody tr td.compare:nth-child(4):nth-last-child(2),
  .comparison.comparison-design-2 table tbody tr td.compare:nth-child(5):nth-last-child(1) {
    width: 25%;
  }
}
.comparison.comparison-design-2 table tbody tr td.comp-row {
  text-align: center;
  position: relative;
  padding: 5px 0;
}
.comparison.comparison-design-2 table tbody tr td.comp-row p {
  padding: 0;
}
.comparison.comparison-design-2 table tbody tr td.comp-row .compare {
  font-family: "Font Awesome 6 Free";
}
.comparison.comparison-design-2 table tbody tr td.comp-row.excluded h5 {
  text-decoration: line-through;
  color: #b7b7b7;
}
.comparison.comparison-design-2 table tbody tr td.comp-row.excluded .compare {
  color: #ff9aa0;
}
.comparison.comparison-design-2 table tbody tr td.comp-row.excluded .compare:before {
  content: "\f057";
}
.comparison.comparison-design-2 table tbody tr td.comp-row.included .compare {
  color: #6f64e7;
}
.comparison.comparison-design-2 table tbody tr td.comp-row.included .compare:before {
  content: "\f058";
}
.comparison.comparison-design-2 table tbody tr td.comp-row.limited .compare {
  color: #bfb900;
}
.comparison.comparison-design-2 table tbody tr td.comp-row.limited .compare:before {
  content: "\f358";
}
.comparison.comparison-design-2 table tbody tr td.comp-row.unlimited .compare {
  color: #64cfe7;
}
.comparison.comparison-design-2 table tbody tr td.comp-row.unlimited .compare:before {
  content: "\221E";
}


/*
 * article_appendix.less
 */
/*
.any_selector {
  .getProperty(color, base-color);
}
*/
.articles.articles-attach.articles-design-1 {
  background-color: #e1eff4;
}
.articles.articles-attach.articles-design-2 {
  background-color: #e1eff4;
}
.articles.articles-attach.block .block-header h2 {
  display: block;
}
.articles.articles-attach.block .block-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.articles.articles-attach .article.cms-item {
  float: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}
@media only screen and (min-width : 768px) and (max-width : 989px) {
  .articles.articles-attach .article.cms-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .articles.articles-attach .article.cms-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.grids .grid:not(.col-100) .articles.articles-attach .article.cms-item {
  width: 100%;
}
.grids .grid.col-1-2 .articles.articles-attach .article.cms-item,
.grids .grid.col-2-3 .articles.articles-attach .article.cms-item,
.grids .grid.col-3-4 .articles.articles-attach .article.cms-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .grids .grid.col-1-2 .articles.articles-attach .article.cms-item,
  .grids .grid.col-2-3 .articles.articles-attach .article.cms-item,
  .grids .grid.col-3-4 .articles.articles-attach .article.cms-item {
    width: 100%;
  }
}
@media only screen and (min-width : 768px) and (max-width : 989px), only screen and (min-width : 320px) and (max-width : 767px) {
  .articles.articles-attach .article.cms-item.first {
    width: 100%;
  }
}
.grids .grid:not(.col-100) .articles.articles-attach .article.cms-item.first {
  width: 100%;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .grids .grid.col-1-2 .articles.articles-attach .article.cms-item.first,
  .grids .grid.col-2-3 .articles.articles-attach .article.cms-item.first {
    width: 100%;
  }
}
.grids .grid.col-3-4 .articles.articles-attach .article.cms-item.first {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .grids .grid.col-3-4 .articles.articles-attach .article.cms-item.first {
    width: 100%;
  }
}
.articles.articles-attach .article.cms-item .article-container {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
  padding: 30px 30px 71px 30px;
  height: 100%;
  border-radius: 2px;
  overflow: hidden;
  text-align: left;
  color: #6f6f6f;
}
.articles.articles-attach .article.cms-item .article-container a {
  color: #222222;
  margin: 0 0 20px 0;
}
.articles.articles-attach .article.cms-item .article-container a h2 {
  color: #222222;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  padding: 0;
  line-height: 26px;
}
.articles.articles-attach .article.cms-item .article-container a:hover {
  text-decoration: none;
}
.articles.articles-attach .article.cms-item .article-container a:hover h2 {
  color: #10bab9;
}
.articles.articles-attach .article.cms-item .article-container .article-img-box {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}
.articles.articles-attach .article.cms-item .article-container .article-img-box a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.articles.articles-attach .article.cms-item .article-container .article-img-box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles.articles-attach .article.cms-item .article-container .article-title {
  min-height: 78px;
  display: inline-block;
}
.articles.articles-attach .article.cms-item .article-container .article-info .article-created {
  display: block;
  font-size: 14px;
  color: #3c3c3c;
  margin-bottom: 0;
}
.articles.articles-attach .article.cms-item .article-container .article-info .article-created .lab-act {
  display: none;
}
.articles.articles-attach .article.cms-item .article-container .article-info .article-creator {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.articles.articles-attach .article.cms-item .article-container .article-info .tags {
  display: inline;
  font-weight: 300;
}
.articles.articles-attach .article.cms-item .article-container .article-info .tags .tags-header {
  display: none;
}
.articles.articles-attach .article.cms-item .article-container .text {
  margin-top: 20px;
  height: 81px;
  padding-left: 25px;
  padding-right: 25px;
  overflow: hidden;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 989px) {
  .articles.articles-attach .article.cms-item .article-container .text {
    height: initial;
  }
}
.articles.articles-attach .article.cms-item .article-container .text.empty {
  height: 0;
  margin: 0;
  padding: 0;
}
.articles.articles-attach .article.cms-item .article-container .text * {
  font-size: 15px;
}
.articles.articles-attach .article.cms-item .article-container .text .prefix {
  font-weight: 300;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width : 320px) and (max-width : 767px), only screen and (min-width : 768px) and (max-width : 989px) {
  .articles.articles-attach .article.cms-item .article-container .text .prefix {
    line-clamp: initial;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
  }
}
.articles.articles-attach .article.cms-item .article-container .link {
  margin-top: 15px;
  display: none;
}
.tags {
  margin-top: 10px;
  padding: 5px 5px 3px 5px;
}
.tags form {
  margin: 0;
  padding: 0;
  display: none;
}
.tags a {
  padding: 5px 10px;
  margin-right: 10px;
  background-color: #BDE0EC;
  color: #10bab9;
}
.articles-next {
  text-align: center;
  margin-top: 30px;
}

/*
 * carousel.less
 */
/*
.any_selector {
  .getProperty(color, base-color);
}
*/
.carousels.carousel-design-1 {
  background-color: initial;
}
.carousels.carousel-design-1 * {
  color: initial;
}
.carousels.carousel-design-1 .bx-wrapper .bx-pager.bx-default-pager a {
  background: initial;
}
.carousels.carousel-design-1 .block-body .cms-item h3 {
  color: initial;
}
.carousels .carousel a {
  background-color: white;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.carousels .carousel a img {
  height: 50px;
  max-height: 50px;
}
.carousels.carousel-design-2 {
  background-color: #ececec;
}
.carousels.carousel-design-2 * {
  color: black;
}
.carousels.carousel-design-2 .bx-wrapper .bx-pager.bx-default-pager a {
  background: black;
}
.carousels .block-header h2 {
  text-align: center;
  display: none;
}
.carousels .block-body {
  margin-bottom: 30px;
  text-align: center;
}
.carousels .block-body .bx-wrapper {
  text-align: center;
  margin: 0 auto;
}
.carousels .block-body .bx-wrapper img {
  opacity: 1 !important;
}
.carousels .block-description {
  text-align: center;
}
.carousels .carousel {
  padding: 10px;
}
.carousels .carousel a h3 {
  display: none;
}
.carousels .carousel a p {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  text-align: center;
}

/*
 * emailing.less
 */
#frm_emailing form {
  background-color: transparent;
  background-color: initial;
  padding: initial;
  position: relative;
}
#frm_emailing .wrap-type .frm-radio {
  display: inline-block;
}
#frm_emailing .wrap-type .frm-radio label {
  display: inline-block;
}
#frm_emailing .wrap-btn {
  position: absolute;
  top: 0;
  right: 0;
}
#frm_emailing .wrap-btn .std-btn {
  margin-top: 0;
  height: 52px;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/*
.any_selector {
  .getProperty(color, base-color);
}
*/
#frm_emailing .frm-subscription {
  position: relative;
}
#frm_emailing .frm-subscription input[type="email"] {
  margin-bottom: 10px;
  padding-right: calc(100% - 250px);
}
.news.cms-items .cms-item > h3:first-child {
  margin-top: 0;
}
footer .news.cms-items .cms-item > h3 {
  color: #9ea0a9;
}
.news.cms-items .cms-item > span {
  font-size: 0.8rem;
  color: #c2c1c1;
  font-weight: 300;
}
footer .news.cms-items .cms-item > span {
  color: #8e8e8e;
}
.news.cms-items .cms-item > p {
  font-weight: 300;
  margin-top: 0;
}
footer .news.news-attach h3 {
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1.1rem;
  letter-spacing: initial;
}
footer .news.news-attach p {
  line-height: 24px;
}
.news.news-attach .block-body {
  display: grid;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (min-width : 768px) and (max-width : 989px) {
  .news.news-attach .block-body {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .news.news-attach .block-body {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid.col-1-2 .news.news-attach .block-body,
.grid.col-2-3 .news.news-attach .block-body,
.grid.col-2-4 .news.news-attach .block-body,
.grid.col-3-4 .news.news-attach .block-body {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
  .grid.col-1-2 .news.news-attach .block-body,
  .grid.col-2-3 .news.news-attach .block-body,
  .grid.col-2-4 .news.news-attach .block-body,
  .grid.col-3-4 .news.news-attach .block-body {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid.col-1-3 .news.news-attach .block-body,
.grid.col-1-4 .news.news-attach .block-body,
.grid.col-1-5 .news.news-attach .block-body {
  grid-template-columns: repeat(1, 1fr);
}
.news .archive {
  text-align: center;
}

.cms-t-22{padding: 150px 0px 0px 0px;margin: 0px 0px 0px 0px;}.cms-t-22 > .custom-layer{color: #ffffff;background-color: rgba(16, 186, 185, 1);text-align: center;justify-content:center;}.cms-t-22 > .grids-container{color: #ffffff;}#body .cms-t-22 > .grids-container .block * {text-align: center;justify-content:center;color: #ffffff;}#body .cms-t-22 #content * {text-align: center;justify-content:center;color: #ffffff;}.cms-t-23{margin: 0px 0px 0px 0px;}.cms-t-23 > .custom-layer{color: #ffffff;background-color: rgba(16, 186, 185, 1);}.cms-t-23 > .grids-container{color: #ffffff;}#body .cms-t-23 > .grids-container .block * {color: #ffffff;}#body .cms-t-23 #content * {color: #ffffff;}.cms-t-24{padding: 0px 0px 0px 0px;margin: 0px 0px 0px 0px;}.cms-t-24 > .custom-layer{background-color: rgba(240, 240, 240, 0.73);background-image:url(/userfiles/media/template/a0b6847c325b7e0586acbbdf6ddaa382.jpg);height:-webkit-fill-available;background-size:cover;background-position:center center;background-attachment: fixed;text-align: center;justify-content:center;}#body .cms-t-24 > .grids-container .block-header {text-align: center;justify-content:center;display: block;}#body .cms-t-24 > .grids-container .block-header h2{text-align: center;justify-content:center;display: block;}#body .cms-t-24 > .grids-container .block-header *{text-align: center;justify-content:center;display: block;}.cms-t-25{padding: 0px 0px 0px 0px;margin: 0px 0px 0px 0px;}.cms-t-25 > .custom-layer{text-align: center;justify-content:center;}#body .cms-t-25 > .grids-container .block-header {text-align: center;justify-content:center;display: block;}#body .cms-t-25 > .grids-container .block-header h2{text-align: center;justify-content:center;display: block;}#body .cms-t-25 > .grids-container .block-header *{text-align: center;justify-content:center;display: block;}.cms-t-26{padding: 0px 0px 0px 0px;margin: 0px 0px 0px 0px;}.cms-t-26 > .custom-layer{background-image:url(/userfiles/media/template/6c2a3979043332a754c47440b95f5201.jpg);height:-webkit-fill-available;background-size:cover;background-position:center center;}.cms-t-27{padding: 100px 0px 50px 0px;margin: -50px 0px 0px 0px;}.cms-t-27 > .custom-layer{color: #02336e;background-color: rgba(243, 243, 243, 1);text-align: left;justify-content:left;text-align: left;justify-content:left;}.cms-t-27 > .grids-container{color: #02336e;}#body .cms-t-27 > .grids-container .block * {text-align: left;justify-content:left;color: #02336e;}#body .cms-t-27 #content * {text-align: left;justify-content:left;color: #02336e;}#body .cms-t-27 > .grids-container .block-header {text-align: left;justify-content:left;display: block;}#body .cms-t-27 > .grids-container .block-header h2{text-align: left;justify-content:left;display: block;}#body .cms-t-27 > .grids-container .block-header *{text-align: left;justify-content:left;display: block;}
/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Generated by Glyphter (http://www.glyphter.com) on  Mon Dec 09 2019*/
@font-face {
    font-family: 'Glyphter';
    src: url("../../font/Glyphter.eot");
    src: url('../../font/Glyphter.eot?#iefix') format('embedded-opentype'),
    url('../../font/Glyphter.woff') format('woff'),
    url('../../font/Glyphter.ttf') format('truetype'),
    url('../../font/Glyphter.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class*='icon-']:before {
    display: inline-block;
    font-family: 'Glyphter';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../../font/fa-solid-900.woff2") format("woff2"), url("../../font/fa-solid-900.ttf") format("truetype");
}

.fas,
.fa-solid {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

