:root{--background:#171d23;--foreground:#fff}@media (prefers-color-scheme:dark){:root{--background:#171d23;--foreground:#fff}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Roboto,Arial,Helvetica,sans-serif!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.primaryButton{background:#0076ff!important;color:#fff!important;font-family:Open Sans!important;font-weight:600!important;text-align:center!important;border:none!important;width:100%!important;height:39px!important}.primaryButton:hover{background:#0a65ce!important}.mySwiper{-moz-user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-o-user-select:none;user-select:none;-khtml-user-select:none}.lines .lineTop{height:1px;background:#343434}.lines .lineBottom{height:1px;background:#1d1d1d}@media (max-width:991px){body{padding:0!important}}@media (prefers-color-scheme:dark){html{color-scheme:dark}}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}