html {height: 100%;font-size: 16px}
body {min-height: 100%;position: relative;font-family: 'Google Sans';font-weight: 400;font-size: 16px;color: #525459;padding: 0;margin: 0;outline: 0;}
a {outline: 0!important;text-decoration: none}
b,strong {font-weight: 700;}
ul, ol {padding-left: 0;}
li {list-style: none;}
input[type=password]:focus,
input[type=text]:focus,
textarea:focus {outline: 0 none}
a:focus { outline: 0}
img {max-width: 100%; height: auto;}
* {padding: 0;margin: 0;outline: 0}
.container {padding-left: 15px; padding-right: 15px;}
.row {margin-left: -15px; margin-right: -15px;}
.row > [class*="col"] {padding-left: 15px; padding-right: 15px;}
ul {margin: 0; padding: 0;}
.btn {min-width: 220px;border-radius: 6px;box-shadow: 7.193px 6.947px 9.5px 0.5px rgba(0, 0, 0, 0.2);font-size: 16px;line-height: 28px;color: #fff !important;transition: all 0.5s ease 0s;padding: 15px;}
.btn + .btn {margin-left: 15px;}
.btn:hover {box-shadow: none;color: #fff;}
.btn img {margin-right: 15px;}
.btn-blue, .btn-blue:hover, .btn-blue:focus,.btn-blue:active {background-color: #0e9ef7 !important;}
.btn-org, .btn-org:hover, .btn-org:focus,.btn-org:active {background-color: #ff7200 !important;}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-Bold.eot');
    src: url('../fonts/GoogleSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoogleSans-Bold.woff2') format('woff2'),
        url('../fonts/GoogleSans-Bold.woff') format('woff'),
        url('../fonts/GoogleSans-Bold.ttf') format('truetype'),
        url('../fonts/GoogleSans-Bold.svg#GoogleSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-Regular.eot');
    src: url('../fonts/GoogleSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoogleSans-Regular.woff2') format('woff2'),
        url('../fonts/GoogleSans-Regular.woff') format('woff'),
        url('../fonts/GoogleSans-Regular.ttf') format('truetype'),
        url('../fonts/GoogleSans-Regular.svg#GoogleSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-Medium.eot');
    src: url('../fonts/GoogleSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoogleSans-Medium.woff2') format('woff2'),
        url('../fonts/GoogleSans-Medium.woff') format('woff'),
        url('../fonts/GoogleSans-Medium.ttf') format('truetype'),
        url('../fonts/GoogleSans-Medium.svg#GoogleSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}