:root{--action:#7f736c;--action-rgb:127,115,108;--action-light:#9e948f;--accent:#0e244c;--accent-rgb:14,36,76;--accent-green:#4b803d;--body-color:#0e244c;--heading-color:#7f736c;--black:#000;--success:#4b803d;--white:#fff;--white-rgb:255,255,255;--gray:#757575;--warning:#d89d0b;--error:#e03e29;--footer-color:#03163b;--button-hover:#938984;--header-font:Poppins,sans-serif;--body-font:Poppins,sans-serif;--transition_time:300ms;--transition_ease:ease-in-out;--transition:300ms ease-in-out;--font-size:16px}#app{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-color);font-family:var(--body-font)}#app .page-wrapper{width:100%}#app .loader{--loader-size:200px;--loader-border:1.25rem;align-items:center;background-color:var(--white);display:flex;height:100vh;justify-content:center;left:0;min-height:350px;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:99}html.lt-ie10 #app .loader{display:block}html.lt-ie10 #app .loader>*{display:inline-block}#app .loader__stop{opacity:0;visibility:hidden;z-index:-1}#app .loader--item{animation:spinner 1.2s linear infinite;border:var(--loader-border) solid var(--action);border-radius:50%;border-top:var(--loader-border) solid var(--accent);height:var(--loader-size);margin:auto;width:var(--loader-size)}#app .scroll-top-btn{background:var(--action);border-radius:5px;bottom:2rem;box-shadow:5px 0 15px 0 rgba(0,0,0,.30196078431372547);color:var(--white);left:2rem;padding:.5rem .75rem;position:fixed;transition:var(--transition);z-index:999}#app .scroll-top-btn:hover{color:var(--accent)}#app .scroll-top-btn--text{display:none}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:62rem){#app .loader{--loader-size:120px;--loader-border:.7rem}}@media(max-width:30rem){#app .scroll-top-btn{bottom:1rem;left:1rem}}#app .floating-phone{bottom:16px;position:fixed;right:16px;z-index:99999999}#app .floating-phone .phone-link{background-color:var(--footer-color);border-radius:50%;color:#fff;display:inline-block;height:-moz-fit-content;height:fit-content;padding:16px}#app .floating-phone .phone-link .phone-icon{display:inline-block;height:32px}#app .floating-phone .phone-link .phone-icon .fa-phone-alt{height:32px;width:36px}