/* SMMPAW safe speed layer - does not change the visible design */
html{scroll-behavior:smooth}
img{max-width:100%;height:auto}
img[width][height]{height:auto}
iframe{max-width:100%}
.guest-mode-page section:not(#hero):not(#login),
.guest-mode-page .faq-section,
.guest-mode-page .why_choose_section,
.guest-mode-page .testimonials{
  content-visibility:auto;
  contain-intrinsic-size:1px 720px;
}
.guest-mode-page #hero,.guest-mode-page #login{content-visibility:visible}
@media (max-width: 991.98px){
  .guest-mode-page section:not(#hero):not(#login){contain-intrinsic-size:1px 620px}
}
@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}
}
