html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(94, 94, 94, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: "Gilroy", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    color: #5E5E5E;
    text-align: left;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

p { 
    font-size: 100%;
    font-family: "Gilroy", Arial, sans-serif;
    font-weight: 500;
    
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .intro__introduction, .h3, .h4, .h5, .h6, .site-header__meta, .entry__introduction, .content-block__subtitle, .content-block__subtitle--type-2, .card__title--category, .illustration__title, .acc__button {
    margin-bottom: 0.5rem;
    font-family: "Gilroy", Arial, sans-serif !important;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2, .intro__introduction {
    font-size: 2rem; margin-bottom: 30px;
}

.btn { font-family: "Gilroy", Arial, sans-serif; }

.site-header { background-color: #32aaff; background-image: linear-gradient(180deg,#32aaff,#3066E3); }
.site-header .topbar { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background-color: transparent; }
.page-header { background-color: transparent; padding-bottom: 30px; }
.page-header h1 { color: #ffffff; }
.main { position: relative; }
.site-footer__shape { margin-top: 20px; }
.site-footer { background-image: linear-gradient(180deg,#32AAFF 0%,#3066E3 100%); position: relative; top: -5px; box-shadow: none; }
.site-footer-bottom { position: relative; top: -4px; }

.social-icons a { margin: 0px; }
.social-icons .fa-twitter,.social-icons .fa-twitter-square{background-color:#ffffff; color: #5E5E5E;} 
.social-icons .fa-youtube,.social-icons .fa-youtube-play,.social-icons .fa-youtube-square{background-color:#ffffff; color: #5E5E5E;}

.logo img { width: 10.625rem; padding-top: 10px; }

.d-block {
    display: block !important;
}
      
form {
    /* clears the 'X' from Internet Explorer */
    /* clears the 'X' from Chrome */
}

form input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

form input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

form input[type="search"]::-webkit-search-decoration,
form input[type="search"]::-webkit-search-cancel-button,
form input[type="search"]::-webkit-search-results-button,
form input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

form .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    width: 100%;
}

form .form-group label {
    font-weight: 550;
}


form .form-control {
    height: 3.5rem;
    background-color: white;
    font-weight: 450;
    color: #5E5E5E;
    padding: 0 1.5rem;
    border: 0.0625rem solid #DADCDE;
    border-radius: 0.25rem;
}

form .form-control:hover {
    border-color: #5E5E5E;
}

form .form-control:focus {
    border-color: #32aaff;
    outline: 0;
    box-shadow: 0 0 0 0;
}

form .form-control:focus + label {
    color: #32aaff;
}

form .select {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
}

form .select:after {
    position: absolute;
    font-family: "Material Icons";
    content: "\e313";
    right: 0;
    bottom: 16px;
    width: 2.5rem;
    height: 3.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    color: #a2a1a1;
    font-size: 1.5rem;
}

form .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #C0C0C0;
}

form .select select:focus + label {
    color: #32aaff;
}

form textarea {
    padding-top: 1rem !important;
    height: 12.5rem !important;
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.text--md, .form__search--mini .form-control, form .form-control {
    line-height: 1.25rem;
    font-size: 1rem;
}

.btn, button, .site-header__menu-toggle, .form__search__button, .form__search__toggle, .language__toggle, .acc__button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 600;
    min-width: 3rem;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0.8125rem 1.5rem;
    border: 0.0625rem solid transparent;
    background-color: transparent;
}

.btn--textual {
    padding: 0;
}

.btn--square {
    width: 3rem;
    height: 3rem;
    padding: 0;
}

.btn--blue, .offices__buttons a.active,
.offices__buttons button.active {
    border-color: #32aaff;
    background-color: #32aaff;
    color: white;
}

.btn--blue:hover, .offices__buttons a.active:hover,
.offices__buttons button.active:hover {
    background-color: #007dd5;
    border-color: #007dd5;
    color: white;
}

.btn--blue-outline {
    border-color: #32aaff;
    background-color: transparent;
    color: #32aaff;
}

.btn--blue-outline:hover {
    background-color: transparent;
    border-color: #007dd5;
    color: #007dd5;
}

button {
    transition: all .2s ease-in-out;
    color: #32aaff;
}

button:hover, button:active {
    outline: none;
    box-shadow: 0 0 0;
}

button:focus {
    outline: none;
    box-shadow: none;
}