/* services-entry-bundle.css — single request for services/index.php; order: rwdgrid, mainv2-min, roboto, speedoloader-min. Source files unchanged for legacy pages. */

/* --- rwdgrid.css --- */
/*********************************************************************************************

Project : rwdgrid - responsive grid system for your next project
URI: http://rwdgrid.com/
Version: 2.0
Author: Vineeth G S
Author URI: http://www.gsvineeth.com
Github URI: https://github.com/gsvineeth/rwdgrid/

**********************************************************************************************

1.  Base code
2.  Mobile Grid
3.  Grid 720px+
4.  Grid 1024px+
5.  Grid 1200px+
6.  Helper classes

**********************************************************************************************/


/*********************************************************************************************

1.  Base code

*********************************************************************************************/


*, *:after, *:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

[class*='grid-'] {
    float: left;
    padding: 10px;
    width:100%;
}

.clear-grid{
    clear:both;
    float:inherit;
}
.container {
    margin:0%;
    width: 100%;
}
.container:after, .container:before {
    display: table;
    clear:both;
    content: " ";
}
.nest {
    margin:0 -10px;
    padding:0;
    width:auto;
}

/*********************************************************************************************

2.  Mobile Grid

*********************************************************************************************/


.grid-m-12 {
    width: 100%;
}
.grid-m-11 {
    width: 91.666663%;
}
.grid-m-10 {
    width: 83.33%;
}
.grid-m-9 {
    width: 74.999997%;
}
.grid-m-8 {
    width: 66.66666664%;
}
.grid-m-7 {
    width: 58.333%;
}
.grid-m-6 {
    width: 50%;
}
.grid-m-5 {
    width: 41.6665%;
}
.grid-m-4 {
    width: 33.33%;
}
.grid-m-3 {
    width: 24.99%;
}
.grid-m-2 {
    width: 16.66666%;
}
.grid-m-1 {
    width: 8.33%;
}

/*********************************************************************************************

3.  Grid 720px+

*********************************************************************************************/

@media (min-width: 720px) {
    .grid-12 {
        width: 100%;
    }
    .grid-11 {
        width: 91.666663%;
    }
    .grid-10 {
        width: 83.33%;
    }
    .grid-9 {
        width: 74.999997%;
    }
    .grid-8 {
        width: 66.66666664%;
    }
    .grid-7 {
        width: 58.333%;
    }
    .grid-6 {
        width: 50%;
    }
    .grid-5 {
        width: 41.6665%;
    }
    .grid-4 {
        width: 33.33%;
    }
    .grid-3 {
        width: 24.99%;
    }
    .grid-2 {
        width: 16.66666%;
    }
    .grid-1 {
        width: 8.33%;
    }

    .grid-t-12 {
        width: 100%;
    }
    .grid-t-11 {
        width: 91.666663%;
    }
    .grid-t-10 {
        width: 83.33%;
    }
    .grid-t-9 {
        width: 74.999997%;
    }
    .grid-t-8 {
        width: 66.66666664%;
    }
    .grid-t-7 {
        width: 58.333%;
    }
    .grid-t-6 {
        width: 50%;
    }
    .grid-t-5 {
        width: 41.6665%;
    }
    .grid-t-4 {
        width: 33.33%;
    }
    .grid-t-3 {
        width: 24.99%;
    }
    .grid-t-2 {
        width: 16.66666%;
    }
    .grid-t-1 {
        width: 8.33%;
    }
}

/*********************************************************************************************

4.  Grid 1024px+

*********************************************************************************************/

@media only screen and (min-width: 1024px) {
    .grid-tl-12 {
        width: 100%;
    }
    .grid-tl-11 {
        width: 91.666663%;
    }
    .grid-tl-10 {
        width: 83.33%;
    }
    .grid-tl-9 {
        width: 74.999997%;
    }
    .grid-tl-8 {
        width: 66.66666664%;
    }
    .grid-tl-7 {
        width: 58.333%;
    }
    .grid-tl-6 {
        width: 50%;
    }
    .grid-tl-5 {
        width: 41.6665%;
    }
    .grid-tl-4 {
        width: 33.33%;
    }
    .grid-tl-3 {
        width: 24.99%;
    }
    .grid-tl-2 {
        width: 16.66666%;
    }
    .grid-tl-1 {
        width: 8.33%;
    }
}


/*********************************************************************************************

5.  Grid 1200px+

*********************************************************************************************/

@media only screen and (min-width: 1200px) {
    .container {
        max-width:1180px;
        margin:0 auto;
    }
    .container-fluid {
        max-width:90%;
        margin:0 5%;
    }
    .grid-d-12 {
        width: 100%;
    }
    .grid-d-11 {
        width: 91.666663%;
    }
    .grid-d-10 {
        width: 83.33%;
    }
    .grid-d-9 {
        width: 74.999997%;
    }
    .grid-d-8 {
        width: 66.66666664%;
    }
    .grid-d-7 {
        width: 58.333%;
    }
    .grid-d-6 {
        width: 50%;
    }
    .grid-d-5 {
        width: 41.6665%;
    }
    .grid-d-4 {
        width: 33.33%;
    }
    .grid-d-3 {
        width: 24.99%;
    }
    .grid-d-2 {
        width: 16.66666%;
    }
    .grid-d-1 {
        width: 8.33%;
    }
}

/*********************************************************************************************

6.  Helper classes

*********************************************************************************************/


img.scale, img.responsive {
    max-width: 100%;
    height: auto;
}


/* --- mainv2-min.css --- */
html{color:#222;font-size:1em;line-height:1.4;font-family:'Roboto',sans-serif}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}audio,canvas,iframe,img,svg,video{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.browserupgrade{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}.small-text{font-size:12px;margin:6px 0;color:#555}ul.steps-progress{display:block;list-style:none;padding:20px 0 50px;max-width:650px;margin:0 auto;text-align:center}ul.steps-progress li{display:inline-block;list-style:none;margin:0 5px;box-sizing:border-box;height:22px;vertical-align:-webkit-baseline-middle}ul.steps-progress li img{vertical-align:text-top}ul.steps-progress li.stepdot{width:22px;height:22px;border-radius:50%;background:#e4e4e4;border:3px solid #d8d8d8}ul.steps-progress li.stepdot.done,ul.steps-progress li.stepdot.active{background:#6ecdd9;border:3px solid #5cadb7}.ProgressBar{display: none;margin:0 auto;padding:1.5em 0 1.5em;list-style:none;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ProgressBar-step{text-align:center;position:relative;width:100%}.ProgressBar-step:before,.ProgressBar-step:after{content:"";height:.3em;background-color:#d8d8d8;position:absolute;z-index:1;width:100%;left:-50%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .25s ease-out;transition:all .25s ease-out}.ProgressBar-step:first-child:before,.ProgressBar-step:first-child:after{display:none}.ProgressBar-step:after{background-color:#5cadb7;width:0%}.ProgressBar-step.is-complete+.ProgressBar-step.is-current:after,.ProgressBar-step.is-complete+.ProgressBar-step.is-complete:after{width:100%}.ProgressBar-icon{width:1.2em;height:1.2em;background:#e4e4e4;border:3px solid #d8d8d8;fill:#e4e4e4;border-radius:50%;padding:.5em;max-width:100%;z-index:10;position:relative;-webkit-transition:all .25s ease-out;transition:all .25s ease-out}.is-current .ProgressBar-icon{fill:#6ecdd9;background-color:#6ecdd9;border:3px solid #5cadb7}.is-complete .ProgressBar-icon{fill:#DBF1FF;background-color:#6ecdd9;border:3px solid #5cadb7}.ProgressBar-stepLabel{display:block;color:#9F9FA3;position:absolute;padding-top:.5em;width:100%;-webkit-transition:all .25s ease-out;transition:all .25s ease-out}.is-current>.ProgressBar-stepLabel,.is-complete>.ProgressBar-stepLabel{color:#00637C}.header{text-align:center}.logo{height:auto;width:182px}main{max-width:500px;margin:0 auto;min-height:72vh}.application-form{padding-bottom:20px}.application-form form fieldset h2{font-size:18px;font-weight:500;text-align:center;}#msform{max-width:400px;margin:0 auto;text-align:center;position:relative;padding:0 10px}#msform fieldset{border:0 none;box-sizing:border-box;width:100%;position:relative}#msform fieldset:not(:first-of-type){display:none}#msform input,#msform textarea{padding:15px;border:1px solid #ccc;border-radius:10px;margin-bottom:15px;width:100%;box-sizing:border-box;color:#2C3E50;font-size:16px;-webkit-box-shadow:0 6px 5px -6px rgb(0 0 0 / .25);-moz-box-shadow:0 6px 5px -6px rgb(0 0 0 / .25);box-shadow:0 6px 5px -6px rgb(0 0 0 / .25)}#msform select{padding:15px;border:1px solid #ccc;border-radius:3px;margin-bottom:10px;width:100%;box-sizing:border-box;color:#2C3E50;font-size:16px;-webkit-box-shadow:0 6px 5px -6px rgb(0 0 0 / .25);-moz-box-shadow:0 6px 5px -6px rgb(0 0 0 / .25);box-shadow:0 6px 5px -6px rgb(0 0 0 / .25)}#msform .action-button,.action-button{width:100%;background:#5cadb7;font-weight:700;color:#fff;border:0 none;border-radius:10px;cursor:pointer;padding:20px 10px;margin-top:20px;font-size:22px}#msform .action-button:hover,#msform .action-button:focus{box-shadow:0 0 0 2px white,0 0 0 3px #5cadb7}#msform .error{color:red}.fs-title{font-size:15px;color:#2C3E50;margin-bottom:10px}.fs-subtitle{font-weight:400;font-size:13px;color:#666;margin-bottom:20px}.service-type{width:100%}.service-type .styledRadio{display:inline-block;background-size:150px 150px}.button-radio{list-style-type:none;padding:0}.button-radio li{float:left;margin:0 5px 15px 0;width:100%;height:50px;position:relative;line-height:40px;font-size:16px}.button-radio li:hover{background:#d9fafc}.button-radio label,.button-radio input{display:block;position:absolute;top:0;left:0;right:0;bottom:0;border-radius:10px;}.button-radio input[type="radio"]{opacity:.011;z-index:100}.button-radio input[type="radio"]:checked+label{border:1px solid #5cadb7;border-bottom:3px solid #5cadb7}.button-radio label{padding:5px;border:1px solid #CCC;cursor:pointer;z-index:90;-webkit-box-shadow:0 6px 5px -6px rgb(0 0 0 / .25);-moz-box-shadow:0 6px 5px -6px rgb(0 0 0 / .25);box-shadow:0 6px 5px -6px rgb(0 0 0 / .25)}.button-radio label:hover{background:#d9fafc}.button-half li{width:50%;float:left;margin:0}.button-half li:first-child label{margin-right:5px}.button-half li:last-child label{margin-left:5px}.button-half input[type="radio"]:checked+label{border:1px solid #5cadb7;border-bottom:3px solid #5cadb7}.button-radio-container{overflow:auto}.dropdown-half{width:50%;float:left;margin:0}p.pre-label{color:#AAA;text-align:left;font-size:12px;margin-bottom:5px;margin-top:10px}p.sub-label{color:#AAA;text-align:center;font-size:14px;margin-bottom:5px}input.day_month_year{text-align:center}.symbol-input{position:relative}.symbol-input i{position:absolute;left:15px;top:36px;font-size:18px;font-style:normal}#msform .symbol-input input{padding-left:33px}.input-label{margin-bottom:10px;overflow:auto}#msform .input-label input{width:50%;float:left;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.input-label span{display:block;width:50%;float:left;padding:18px 15px 17px 15px;border:1px solid #ccc;margin-bottom:10px;color:#2C3E50;font-size:13px;-webkit-box-shadow:0;-moz-box-shadow:0;box-shadow:0;font-size:13px!important;border-radius:0;border-left:0}.line-divider{border-top:1px solid #d9d9d9;max-width:300px;margin:0 auto;padding-bottom:20px}.divider{margin-bottom:15px}.centered-right-top{position:absolute;top:49%;left:50%;transform:translate(55%);font-family:'Roboto';font-weight:900;font-size:20px;color:#666667}.centered-left-top{position:absolute;top:49%;left:50%;transform:translate(-145%);font-family:'Roboto';font-weight:900;font-size:20px;color:#666667}.centered-right-bottom{position:absolute;top:89%;left:43%;transform:translate(55%);font-family:'Roboto';font-weight:900;font-size:20px;color:#666667}.centered-left-bottom{position:absolute;top:89%;left:60%;transform:translate(-145%);font-family:'Roboto';font-weight:900;font-size:20px;color:#666667}#msform .error{font-weight:700}#msform .error_msg span.error{font-weight:400}.error_msg span.error{display:inline-block;background-color:#ffe3e3;border:1px solid #ffbdbd;padding:5px 10px 5px 33px;margin:0 auto;color:#444;font-size:14px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-image:url(../img/icons/error-icon.png);background-position:10px 6px;background-repeat:no-repeat;background-size:16px 17px;font-weight:400;margin-top:5px}.error::-webkit-input-placeholder{color:red}.error:-moz-placeholder{color:red}.error::-moz-placeholder{color:red}.error:-ms-input-placeholder{color:red}.confirmation-page{text-align:center;font-size:18px;padding-bottom:60px}.confirmation-page .fa-check,.confirmation-page .fa-frown-o{color:#5cadb7}.button{width:100%;background:#5cadb7;font-weight:700;color:#fff;border:0 none;border-radius:1px;cursor:pointer;padding:20px 10px;margin-top:10px;font-size:22px;text-decoration:none;display:inline-block}.button:hover,.button:focus{box-shadow:0 0 0 2px white,0 0 0 3px #5cadb7}.confirmation-page h2{font-size:60px;font-weight:900}.confirmation-page p{margin:20px 0}span.number-box{background-color:#5cadb7;display:inline-block;padding:20px 30px;color:#fff;font-size:28px;font-weight:700}span.number-box a{color:#fff}.footer{background-color:#fff;border-top:1px solid #d9d9d9;text-align:center;padding:20px 0}.footer-icons{width:230px}.footer nav ul{list-style-type:none;margin-top:10px}.footer nav ul li{border-right:1px solid #bababa;display:inline-block;height:12px;line-height:12px;padding:0 13px}.footer nav ul li:last-child{border-right:0}.footer nav a,.footer nav a:visited{color:#4a4a4a;font-size:12px;font-weight:500;line-height:10px;text-decoration:none;vertical-align:top}.footer nav a:hover{text-decoration:underline}.copyright{margin-top:10px;font-size:11px;font-weight:400;color:#909090}.page{padding:20px 10px}.page p{font-size:14px;color:#4a4a4a;margin:10px 0}.page h2{color:#5cadb7;font-size:20px;padding:10px 0 5px 0}.contact-box{background-color:rgb(0 0 0 / .06);padding:20px;font-size:18px;margin-top:30px}.contact-box a{text-decoration:none;color:#5cadb7}.hidden{display:none!important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.clearfix{zoom:1}@media print{*,*:before,*:after{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}#modal,#modal2{display:none;position:fixed;top:0;left:0;background:rgb(0 0 0 / .8);z-index:99999;height:100%;width:100%}.modalconent{font-family:'AvenirNextRegular',sans-serif;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;width:400px;height:600px;max-width:95%;padding:20px;color:#5cadb7;font-size:30px;line-height:35px;text-align:center}.lds-default{display:inline-block;position:relative;width:80px;height:80px}.lds-default div{position:absolute;width:6px;height:6px;background:#5cadb7;border-radius:50%;animation:lds-default 1.2s linear infinite}.lds-default div:nth-child(1){animation-delay:0s;top:37px;left:66px}.lds-default div:nth-child(2){animation-delay:-0.1s;top:22px;left:62px}.lds-default div:nth-child(3){animation-delay:-0.2s;top:11px;left:52px}.lds-default div:nth-child(4){animation-delay:-0.3s;top:7px;left:37px}.lds-default div:nth-child(5){animation-delay:-0.4s;top:11px;left:22px}.lds-default div:nth-child(6){animation-delay:-0.5s;top:22px;left:11px}.lds-default div:nth-child(7){animation-delay:-0.6s;top:37px;left:7px}.lds-default div:nth-child(8){animation-delay:-0.7s;top:52px;left:11px}.lds-default div:nth-child(9){animation-delay:-0.8s;top:62px;left:22px}.lds-default div:nth-child(10){animation-delay:-0.9s;top:66px;left:37px}.lds-default div:nth-child(11){animation-delay:-1s;top:62px;left:52px}.lds-default div:nth-child(12){animation-delay:-1.1s;top:52px;left:62px}@keyframes lds-default{0%,20%,80%,100%{transform:scale(1)}50%{transform:scale(1.5)}

/* --- roboto.css --- */
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(fonts/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(fonts/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(fonts/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(fonts/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(fonts/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(fonts/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(fonts/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* --- speedoloader-min.css --- */
.speedometer .needle,.speedometer::after,.wrapper{position:absolute;left:0;right:0}.wrapper{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.speedometer{overflow:hidden;width:210px;height:120px;position:relative;margin:20px auto}.speedometer::after{background-color:#fff;height:10px;width:130px;margin:0 auto;bottom:0;content:'';border-radius:1px;z-index:40}.speedometer .dial{padding-top:20px;overflow:hidden}.speedometer .needle{top:2px;width:12px;margin:0 auto;z-index:50}.speedometer .needle .inner{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMSBUaW55Ly9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLXRpbnkuZHRkIj48c3ZnIHZlcnNpb249IjEuMSIgYmFzZVByb2ZpbGU9InRpbnkiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEycHgiIGhlaWdodD0iMTEzcHgiIHZpZXdCb3g9IjAgMCAxMiAxMTMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiM2NzY3NjciIGQ9Ik0wLjA2NywxMDYuMzQ0Yy0wLjAxNiwwLjEzNS0wLjAyNCwwLjU0My0wLjAzMiwwLjY4MWwtMC4wMTIsMC40MTFoMC4wMDVjLTAuMDAxLDAtMC4wMTEtMC4xNDYtMC4wMTEtMC4wODFjMC4wMDYsMy4xOSwyLjY4OSw1LjYzNSw1Ljk5NSw1LjYyOWMzLjMwNC0wLjAwNyw1Ljk3OC0yLjY2Niw1Ljk3MS01Ljg1NmMtMC4wMDEtMC40MTUtMC4wNS0wLjg1My0wLjEzNi0xLjI0Mkw2LjAxMiwwLjEyNEwwLjA2NywxMDYuMzQ0eiIvPjwvc3ZnPg==);background-size:100%;height:112px;width:12px;position:relative;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:bottom center;transform-origin:bottom center}.speedometer .needle .bottom,.speedometer .needle .top{display:none;position:absolute}.speedometer .needle .top{border-color:transparent}.speedometer .needle .bottom{background-color:transparent}.speedometer .bar{position:relative;overflow:hidden;height:95px}.speedometer .half-circle{height:95px;width:190px;border-radius:190px 190px 0 0;margin:0 auto;position:absolute;left:0;right:0;top:0;-webkit-transform-origin:bottom center;transform-origin:bottom center}.speedometer .half-circle-bg{background-color:#6ecdd9;z-index:10}.speedometer .half-circle-speed{background-color:#5cadb7;z-index:20}.speedometer .half-circle-cover{height:65px;width:130px;border-radius:190px 190px 0 0;background:#fff;margin:0 auto;top:auto;bottom:0;z-index:30}.scaled-50 .speedometer,.scaled-60 .speedometer,.scaled-70 .speedometer,.scaled-80 .speedometer,.scaled-90 .speedometer,[class*=sm] .speedometer{margin:20px auto;position:relative}.speedometer .animated{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transform-origin:bottom center;transform-origin:bottom center;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}[class*=sm] .speedometer{width:130.2px;height:74.4px}[class*=sm] .speedometer::after{height:6.2px;width:80.6px}[class*=sm] .speedometer .dial{padding-top:12.4px}[class*=sm] .speedometer .bar{position:relative;overflow:hidden;height:58.9px}[class*=sm] .speedometer .half-circle{height:58.9px;width:117.8px;border-radius:117.8px 117.8px 0 0;-webkit-transform-origin:bottom center;transform-origin:bottom center}[class*=sm] .speedometer .half-circle-cover{height:40.3px;width:80.6px;border-radius:117.8px 117.8px 0 0}[class*=sm] .speedometer .needle{width:7.44px}[class*=sm] .speedometer .needle .inner{height:69.44px;width:7.44px}.scaled-90 .speedometer{width:189px;height:108px}.scaled-90 .speedometer::after{height:9px;width:117px}.scaled-90 .speedometer .dial{padding-top:18px}.scaled-90 .speedometer .bar{position:relative;overflow:hidden;height:85.5px}.scaled-90 .speedometer .half-circle{height:85.5px;width:171px;border-radius:171px 171px 0 0;-webkit-transform-origin:bottom center;transform-origin:bottom center}.scaled-90 .speedometer .half-circle-cover{height:58.5px;width:117px;border-radius:171px 171px 0 0}.scaled-90 .speedometer .needle{width:10.8px}.scaled-90 .speedometer .needle .inner{height:100.8px;width:10.8px}.scaled-80 .speedometer{width:168px;height:96px}.scaled-80 .speedometer::after{height:8px;width:104px}.scaled-80 .speedometer .dial{padding-top:16px}.scaled-80 .speedometer .bar{position:relative;overflow:hidden;height:76px}.scaled-80 .speedometer .half-circle{height:76px;width:152px;border-radius:152px 152px 0 0;-webkit-transform-origin:bottom center;transform-origin:bottom center}.scaled-80 .speedometer .half-circle-cover{height:52px;width:104px;border-radius:152px 152px 0 0}.scaled-80 .speedometer .needle{width:9.6px}.scaled-80 .speedometer .needle .inner{height:89.6px;width:9.6px}.scaled-70 .speedometer{width:147px;height:84px}.scaled-70 .speedometer::after{height:7px;width:91px}.scaled-70 .speedometer .dial{padding-top:14px}.scaled-70 .speedometer .bar{position:relative;overflow:hidden;height:66.5px}.scaled-70 .speedometer .half-circle{height:66.5px;width:133px;border-radius:133px 133px 0 0;-webkit-transform-origin:bottom center;transform-origin:bottom center}.scaled-70 .speedometer .half-circle-cover{height:45.5px;width:91px;border-radius:133px 133px 0 0}.scaled-70 .speedometer .needle{width:8.4px}.scaled-70 .speedometer .needle .inner{height:78.4px;width:8.4px}.scaled-60 .speedometer{width:126px;height:72px}.scaled-60 .speedometer::after{height:6px;width:78px}.scaled-60 .speedometer .dial{padding-top:12px}.scaled-60 .speedometer .bar{position:relative;overflow:hidden;height:57px}.scaled-60 .speedometer .half-circle{height:57px;width:114px;border-radius:114px 114px 0 0;-webkit-transform-origin:bottom center;transform-origin:bottom center}.scaled-60 .speedometer .half-circle-cover{height:39px;width:78px;border-radius:114px 114px 0 0}.scaled-60 .speedometer .needle{width:7.2px}.scaled-60 .speedometer .needle .inner{height:67.2px;width:7.2px}.scaled-50 .speedometer{width:105px;height:60px}.scaled-50 .speedometer::after{height:5px;width:65px}.scaled-50 .speedometer .dial{padding-top:10px}.scaled-50 .speedometer .bar{position:relative;overflow:hidden;height:47.5px}.scaled-50 .speedometer .half-circle{height:47.5px;width:95px;border-radius:95px 95px 0 0;-webkit-transform-origin:bottom center;transform-origin:bottom center}.scaled-50 .speedometer .half-circle-cover{height:32.5px;width:65px;border-radius:95px 95px 0 0}.scaled-50 .speedometer .needle{width:6px}.scaled-50 .speedometer .needle .inner{height:56px;width:6px}.percent-100 .speedometer.play .animated,.percent-100-sm .speedometer.play .animated{-webkit-animation-name:to-100;animation-name:to-100}.percent-100-static .animated,.percent-100-static-sm .animated{-webkit-animation:none;animation:none;-webkit-transform:rotate(0);transform:rotate(0)}.percent-66 .speedometer.play .animated,.percent-66-sm .speedometer.play .animated{-webkit-animation-name:to-66;animation-name:to-66}.percent-66-static .animated,.percent-66-static-sm .animated{-webkit-animation:none;animation:none;-webkit-transform:rotate(-60.12deg);transform:rotate(-60.12deg)}.percent-60 .speedometer.play .animated,.percent-60-sm .speedometer.play .animated{-webkit-animation-name:to-60;animation-name:to-60}.percent-60-static .animated,.percent-60-static-sm .animated{-webkit-animation:none;animation:none;-webkit-transform:rotate(-72deg);transform:rotate(-72deg)}.percent-40 .speedometer.play .animated,.percent-40-sm .speedometer.play .animated{-webkit-animation-name:to-40;animation-name:to-40}.percent-40-static .animated,.percent-40-static-sm .animated{-webkit-animation:none;animation:none;-webkit-transform:rotate(-108deg);transform:rotate(-108deg)}.percent-33 .speedometer.play .animated,.percent-33-sm .speedometer.play .animated{-webkit-animation-name:to-33;animation-name:to-33}.percent-33-static .animated,.percent-33-static-sm .animated{-webkit-animation:none;animation:none;-webkit-transform:rotate(-120.06deg);transform:rotate(-120.06deg)}.percent-30 .speedometer.play .animated,.percent-30-sm .speedometer.play .animated{-webkit-animation-name:to-30;animation-name:to-30}.percent-30-static .animated,.percent-30-static-sm .animated{-webkit-animation:none;animation:none;-webkit-transform:rotate(-126deg);transform:rotate(-126deg)}.percent-16 .speedometer.play .animated,.percent-16-sm .speedometer.play .animated{-webkit-animation-name:to-16;animation-name:to-16}.percent-16-static .animated,.percent-16-static-sm .animated{-webkit-animation:none;animation:none;-webkit-transform:rotate(-150.12deg);transform:rotate(-150.12deg)}@-webkit-keyframes to-100{0%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes to-100{0%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes to-66{0%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}100%{-webkit-transform:rotate(-60.12deg);transform:rotate(-60.12deg)}}@keyframes to-66{0%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}100%{-webkit-transform:rotate(-60.12deg);transform:rotate(-60.12deg)}}@-webkit-keyframes to-60{0%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}100%{-webkit-transform:rotate(-72deg);transform:rotate(-72deg)}}@keyframes to-60{0%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}100%{-webkit-transform:rotate(-72deg);transform:rotate(-72deg)}}@-webkit-keyframes to-40{0%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}100%{-webkit-transform:rotate(-108deg);transform:rotate(-108deg)}}@keyframes to-40{0%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}100%{-webkit-transform:rotate(-108deg);transform:rotate(-108deg)}}@-webkit-keyframes to-33{0%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}100%{-webkit-transform:rotate(-120.06deg);transform:rotate(-120.06deg)}}@keyframes to-33{0%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}100%{-webkit-transform:rotate(-120.06deg);transform:rotate(-120.06deg)}}@-webkit-keyframes to-30{0%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}100%{-webkit-transform:rotate(-126deg);transform:rotate(-126deg)}}@keyframes to-30{0%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}100%{-webkit-transform:rotate(-126deg);transform:rotate(-126deg)}}@-webkit-keyframes to-16{0%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}100%{-webkit-transform:rotate(-150.12deg);transform:rotate(-150.12deg)}}@keyframes to-16{0%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}100%{-webkit-transform:rotate(-150.12deg);transform:rotate(-150.12deg)}}@media (max-width:71.875em){.speedometer{width:189px;height:108px;position:relative;margin:20px auto}.speedometer::after{height:9px;width:117px}.speedometer .dial{padding-top:18px}.speedometer .bar{position:relative;overflow:hidden;height:85.5px}.speedometer .half-circle{height:85.5px;width:171px;border-radius:171px 171px 0 0;-webkit-transform-origin:bottom center;transform-origin:bottom center}.speedometer .half-circle-cover{height:58.5px;width:117px;border-radius:171px 171px 0 0}.speedometer .needle{width:10.8px}.speedometer .needle .inner{height:100.8px;width:10.8px}}@media (max-width:64.0625em){.speedometer{width:168px;height:96px;position:relative;margin:20px auto}.speedometer::after{height:8px;width:104px}.speedometer .dial{padding-top:16px}.speedometer .bar{position:relative;overflow:hidden;height:76px}.speedometer .half-circle{height:76px;width:152px;border-radius:152px 152px 0 0;-webkit-transform-origin:bottom center;transform-origin:bottom center}.speedometer .half-circle-cover{height:52px;width:104px;border-radius:152px 152px 0 0}.speedometer .needle{width:9.6px}.speedometer .needle .inner{height:89.6px;width:9.6px}}@media (max-width:56.25em){.speedometer{width:147px;height:84px;position:relative;margin:20px auto}.speedometer::after{height:7px;width:91px}.speedometer .dial{padding-top:14px}.speedometer .bar{position:relative;overflow:hidden;height:66.5px}.speedometer .half-circle{height:66.5px;width:133px;border-radius:133px 133px 0 0;-webkit-transform-origin:bottom center;transform-origin:bottom center}.speedometer .half-circle-cover{height:45.5px;width:91px;border-radius:133px 133px 0 0}.speedometer .needle{width:8.4px}.speedometer .needle .inner{height:78.4px;width:8.4px}}@media (max-width:51.5625em){.speedometer{width:126px;height:72px;position:relative;margin:20px auto}.speedometer::after{height:6px;width:78px}.speedometer .dial{padding-top:12px}.speedometer .bar{position:relative;overflow:hidden;height:57px}.speedometer .half-circle{height:57px;width:114px;border-radius:114px 114px 0 0;-webkit-transform-origin:bottom center;transform-origin:bottom center}.speedometer .half-circle-cover{height:39px;width:78px;border-radius:114px 114px 0 0}.speedometer .needle{width:7.2px}.speedometer .needle .inner{height:67.2px;width:7.2px}}

