@charset "UTF-8";

@font-face {
font-family: 'Roboto';
src: url('../assets/fonts/subset-Roboto-Regular.eot');
src: url('../assets/fonts/subset-Roboto-Regular.eot?#iefix') format('embedded-opentype'),
url('../assets/fonts/subset-Roboto-Regular.woff2') format('woff2'),
url('../assets/fonts/subset-Roboto-Regular.woff') format('woff'),
url('../assets/fonts/subset-Roboto-Regular.ttf') format('truetype'),
url('../assets/fonts/subset-Roboto-Regular.svg#Roboto-Regular') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}

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

@font-face {
font-family: 'Roboto';
src: url('../assets/fonts/subset-Roboto-Black.eot');
src: url('../assets/fonts/subset-Roboto-Black.eot?#iefix') format('embedded-opentype'),
url('../assets/fonts/subset-Roboto-Black.woff2') format('woff2'),
url('../assets/fonts/subset-Roboto-Black.woff') format('woff'),
url('../assets/fonts/subset-Roboto-Black.ttf') format('truetype'),
url('../assets/fonts/subset-Roboto-Black.svg#Roboto-Black') format('svg');
font-weight: 900;
font-style: normal;
font-display: swap;
}

* {
    box-sizing: border-box;
}

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

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

html {
    background: #fff;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: "“" "”" "‘" "’";
}

q:before, q:after {
    content: "";
    content: none;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button, input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

html,
body {
    height: 100%;
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.w-100 {
    width: 100%;
}

.w-540 {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .w-540 {
        width: calc(100% - 64px);
    }
}

.w-650 {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .w-650 {
        width: calc(100% - 64px);
    }
}

.w-700 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .w-700 {
        width: calc(100% - 64px);
    }
}

/*** SPACINGS ***/
/*Paddings*/
.p-0 {
    padding: 0 !important;
}

.pt-170 {
    padding-top: 170px;
}

@media (max-width: 991px) {
    .pt-170 {
        padding-top: 120px;
    }
}

.pb-170 {
    padding-bottom: 170px;
}

@media (max-width: 991px) {
    .pb-170 {
        padding-bottom: 70px;
    }
}

.ptb-170 {
    padding-bottom: 170px;
    padding-top: 170px;
}

@media (max-width: 991px) {
    .ptb-170 {
        padding-bottom: 70px;
        padding-top: 70px;
    }
}

.pt-120 {
    padding-top: 120px;
}

@media (max-width: 991px) {
    .pt-120 {
        padding-top: 60px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .pb-120 {
        padding-bottom: 60px;
    }
}

.ptb-120 {
    padding-bottom: 120px;
    padding-top: 120px;
}

@media (max-width: 991px) {
    .ptb-120 {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

.pr-90 {
    padding-right: 90px !important;
}

@media (max-width: 991px) {
    .pr-90 {
        padding-right: 45px !important;
    }
}

.pl-90 {
    padding-left: 90px !important;
}

@media (max-width: 991px) {
    .pl-90 {
        padding-left: 45px !important;
    }
}

.pt-90 {
    padding-top: 90px !important;
}

@media (max-width: 991px) {
    .pt-90 {
        padding-top: 45px !important;
    }
}

.pb-90 {
    padding-bottom: 90px;
}

@media (max-width: 991px) {
    .pb-90 {
        padding-bottom: 45px;
    }
}

.ptb-90 {
    padding-bottom: 90px;
    padding-top: 90px;
}

@media (max-width: 991px) {
    .ptb-90 {
        padding-bottom: 45px;
        padding-top: 45px;
    }
}

.pt-75 {
    padding-top: 75px;
}

@media (max-width: 991px) {
    .pt-75 {
        padding-top: 35px;
    }
}

.pb-75 {
    padding-bottom: 75px;
}

@media (max-width: 991px) {
    .pb-75 {
        padding-bottom: 35px;
    }
}

.ptb-75 {
    padding-bottom: 75px;
    padding-top: 75px;
}

@media (max-width: 991px) {
    .ptb-75 {
        padding-bottom: 35px;
        padding-top: 35px;
    }
}

.pt-60 {
    padding-top: 60px;
}

@media (max-width: 991px) {
    .pt-60 {
        padding-top: 30px;
    }
}

.pb-60 {
    padding-bottom: 60px;
}

@media (max-width: 991px) {
    .pb-60 {
        padding-bottom: 30px;
    }
}

.ptb-60 {
    padding-bottom: 60px;
    padding-top: 60px;
}

@media (max-width: 991px) {
    .ptb-60 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.p-40 {
    padding: 40px;
}

@media (max-width: 991px) {
    .p-40 {
        padding: 25px;
    }
}

.pt-40 {
    padding-top: 40px;
}

@media (max-width: 991px) {
    .pt-40 {
        padding-top: 25px;
    }
}

.pb-40 {
    padding-bottom: 40px;
}

@media (max-width: 991px) {
    .pb-40 {
        padding-bottom: 25px;
    }
}

.pl-40 {
    padding-left: 40px;
}

@media (max-width: 991px) {
    .pl-40 {
        padding-left: 25px;
    }
}

.pr-40 {
    padding-right: 40px;
}

@media (max-width: 991px) {
    .pr-40 {
        padding-right: 25px;
    }
}

.ptb-40 {
    padding-bottom: 40px;
    padding-top: 40px;
}

@media (max-width: 991px) {
    .ptb-40 {
        padding-bottom: 25px;
        padding-top: 25px;
    }
}

.p-30 {
    padding: 30px;
}

@media (max-width: 991px) {
    .p-30 {
        padding: 20px;
    }
}

.pt-30 {
    padding-top: 30px;
}

@media (max-width: 991px) {
    .pt-30 {
        padding-top: 20px;
    }
}

.pb-30 {
    padding-bottom: 30px;
}

@media (max-width: 991px) {
    .pb-30 {
        padding-bottom: 20px;
    }
}

.pl-30 {
    padding-left: 30px;
}

@media (max-width: 991px) {
    .pl-30 {
        padding-left: 20px;
    }
}

.pr-30 {
    padding-right: 30px;
}

@media (max-width: 991px) {
    .pr-30 {
        padding-right: 20px;
    }
}

.ptb-30 {
    padding-bottom: 30px;
    padding-top: 30px;
}

@media (max-width: 991px) {
    .ptb-30 {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

.p-20 {
    padding: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.ptb-20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.p-15 {
    padding: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pl-15 {
    padding-left: 15px;
}

.pr-15 {
    padding-right: 15px;
}

.ptb-15 {
    padding-bottom: 15px;
    padding-top: 15px;
}

.p-10 {
    padding: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.ptb-10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.p-5 {
    padding: 5px;
}

.pt-5 {
    padding-top: 5px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pl-5 {
    padding-left: 5px;
}

.pr-5 {
    padding-right: 5px;
}

.ptb-5 {
    padding-bottom: 5px;
    padding-top: 5px;
}

.p-0 {
    padding: 0;
}

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.ptb-0 {
    padding-bottom: 0;
    padding-top: 0;
}

/*Margins*/
.mt-120 {
    margin-top: 120px;
}

@media (max-width: 991px) {
    .mt-120 {
        margin-top: 60px;
    }
}

.mb-120 {
    margin-bottom: 120px;
}

@media (max-width: 991px) {
    .mb-120 {
        margin-bottom: 60px;
    }
}

.mtb-120 {
    margin-bottom: 120px;
    margin-top: 120px;
}

@media (max-width: 991px) {
    .mtb-120 {
        margin-bottom: 60px;
        margin-top: 60px;
    }
}

.mt-90 {
    margin-top: 90px;
}

@media (max-width: 991px) {
    .mt-90 {
        margin-top: 45px;
    }
}

.mb-90 {
    margin-bottom: 90px;
}

@media (max-width: 991px) {
    .mb-90 {
        margin-bottom: 45px;
    }
}

.mtb-90 {
    margin-bottom: 90px;
    margin-top: 90px;
}

@media (max-width: 991px) {
    .mtb-90 {
        margin-bottom: 45px;
        margin-top: 45px;
    }
}

.mt-80 {
    margin-top: 80px;
}

@media (max-width: 991px) {
    .mt-80 {
        margin-top: 40px;
    }
}

.mb-80 {
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .mb-80 {
        margin-bottom: 40px;
    }
}

.mtb-80 {
    margin-bottom: 80px;
    margin-top: 80px;
}

@media (max-width: 991px) {
    .mtb-80 {
        margin-bottom: 40px;
        margin-top: 40px;
    }
}

.mt-60 {
    margin-top: 60px !important;
}

@media (max-width: 991px) {
    .mt-60 {
        margin-top: 30px;
    }
}

.mb-60 {
    margin-bottom: 60px !important;
}

@media (max-width: 1439px) {
    .mb-60 {
        margin-bottom: 40px !important;
    }
}

@media (max-width: 991px) {
    .mb-60 {
        margin-bottom: 30px !important;
    }
}

.mtb-60 {
    margin-bottom: 60px !important;
    margin-top: 60px !important;
}

@media (max-width: 991px) {
    .mtb-60 {
        margin-bottom: 30px !important;
        margin-top: 30px !important;
    }
}

.m-30 {
    margin: 30px;
}

@media (max-width: 991px) {
    .m-30 {
        margin: 20px;
    }
}

.mt-40 {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .mt-40 {
        margin-top: 25px;
    }
}

.mb-40 {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .mb-40 {
        margin-bottom: 25px;
    }
}

.ml-40 {
    margin-left: 40px;
}

@media (max-width: 991px) {
    .ml-40 {
        margin-left: 25px;
    }
}

.mr-40 {
    margin-right: 40px;
}

@media (max-width: 991px) {
    .mr-40 {
        margin-right: 25px;
    }
}

.mtb-40 {
    margin-bottom: 40px;
    margin-top: 40px;
}

@media (max-width: 991px) {
    .mtb-40 {
        margin-bottom: 25px;
        margin-top: 25px;
    }
}

.mt-30 {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .mt-30 {
        margin-top: 20px;
    }
}

.mb-30 {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .mb-30 {
        margin-bottom: 20px;
    }
}

.ml-30 {
    margin-left: 30px;
}

@media (max-width: 991px) {
    .ml-30 {
        margin-left: 20px;
    }
}

.mr-30 {
    margin-right: 30px;
}

@media (max-width: 991px) {
    .mr-30 {
        margin-right: 20px;
    }
}

.mtb-30 {
    margin-bottom: 30px;
    margin-top: 30px;
}

@media (max-width: 991px) {
    .mtb-30 {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

.m-20 {
    margin: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.mtb-20 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.m-15 {
    margin-top: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.mtb-15 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.m-10 {
    margin: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mtb-10 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.m-5 {
    margin: 5px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.mtb-5 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.m-0 {
    margin: 0;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.ml-0 {
    margin-left: 0;
}

.mr-0 {
    margin-right: 0;
}

.mtb-0 {
    margin-bottom: 0;
    margin-top: 0;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

/*Fonts*/
body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.4px;
    color: #000000;
    font-weight: normal;
}

p {
    color: rgba(50, 50, 50, 0.8);
    margin-top: 0;
}

p.small-14 {
    font-size: 14px;
    line-height: 28px;
    color: #264068;
    margin-bottom: 0;
}

h1 {
    font-size: 58px;
    line-height: 78px;
    font-weight: bold;
    letter-spacing: 1.28px;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 20px;
}

@media (max-width: 1919px) {
    h1 {
        line-height: 1.3;
    }
}

@media (max-width: 1179px) {
    h1 {
        font-size: 46px;
        line-height: 60px;
    }
}

h2 {
    font-size: 38px;
    line-height: 52px;
    font-weight: 700;
    letter-spacing: 1.28px;
}

h3 {
    font-size: 28px;
    line-height: 48px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 10px;
    letter-spacing: 1.28px;
}

h4 {
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    letter-spacing: 0.45px;
    margin-bottom: 10px;
    color: #000046;
}

.subtitle {
    color: #0064FF;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 1.6px;
    margin-bottom: 14px;
    margin-top: 30px;
    display: block;
}

.larger {
    color: #264068;
    font-size: 18px;
    line-height: 32px;
}

i {
    font-size: 28px;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

i.hy-gauge {
    font-size: 26px;
}

i.hy-sstopwatch {
    font-size: 33px;
}

.txt-white {
    color: #ffffff;
}

.txt-blue {
    color: #0064FF;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/*Buttons and links*/
a {
    outline: 0 !important;
    transition: all 0.35s ease-in-out;
}

a:hover, a:active, a:focus {
    outline: 0 !important;
}

.btn {
    border-radius: 8px;
    padding: 5px 17px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.45px;
    min-height: 56px;
    font-weight: normal;
    background-color: #F07F48;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.35s ease-in-out;
    border: 0;
    cursor: pointer !important;
}

.btn:hover, .btn:active, .btn:focus {
    outline: none;
    background-color: #CC5D37;
}

@media (max-width: 767px) {
    .btn {
        min-height: 40px;
        padding: 3px 17px;
    }
}

.btn i {
    font-size: 20px;
}

.btn.btn-primary {
    color: #F07F48;
    background-color: #ffffff;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
    background-color: #eee;
}

.btn.btn-secondary {
    color: #0064FF;
    background-color: transparent;
}

.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus {
    background-color: rgba(0, 0, 0, 0.07);
}

.btn.btn-outline {
    border: 1px solid #fff;
    background-color: transparent;
    letter-spacing: 1px;
}

.btn.btn-outline:hover, .btn.btn-outline:active, .btn.btn-outline:focus {
    background-color: #fff;
    color: #000046;
}

.btn:disabled {
cursor: default;
pointer-events: none;
background-color: #a29e9e;
}
/*Placeholder*/
::-webkit-input-placeholder {
    color: #E2E8F0;
}

::-moz-placeholder {
    color: #E2E8F0;
}

:-ms-input-placeholder {
    color: #E2E8F0;
}

:-moz-placeholder {
    color: #E2E8F0;
}

/*Inputs - Form Control*/
.form-control {
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    font-size: 14px;
    letter-spacing: 1.4px;
    font-weight: normal;
    color: #000000;
    height: 48px;
    padding: 5px 17px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    transition: all 0.35s ease-in-out;
}

.form-control:hover, .form-control:active, .form-control:focus {
    outline: 0;
}

.form-control:focus {
    border-color: #E2E8F0;
}

.form-control:active {
    border-color: #E2E8F0;
}

textarea.form-control {
    height: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

label {
    font-weight: bold;
    color: #000000;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.3px;
    margin-bottom: 4px;
    display: inline-block;
}

/*Errors*/
div.fld input.error,
div.fld select.error,
div.fld textarea.error {
    border-color: red;
}

div.fld .check-error {
    color: red;
    font-size: 14px;
    margin-left: 24px;
    margin-top: 5px;
}

/*Checkboxes*/
.checkbox {
    padding-left: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    font-style: normal;
    cursor: pointer;
    margin: 0;
    padding-top: 4px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.4px;
    font-weight: normal;
    color: rgba(50, 50, 50, 0.8);
}

.checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 0px;
    margin-left: -20px;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label:after {
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 45px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 0px;
    font-size: 11px;
    color: #fff;
}

.checkbox input[type=checkbox] {
    opacity: 0;
    display: none;
}

.checkbox input[type=checkbox]:focus + label::before {
    outline: none;
    box-shadow: none;
}

.checkbox input[type=checkbox]:checked + label::after {
    background-color: #fff;
    content: " ";
    display: block;
    width: 3px;
    height: 15px;
    border: solid #0064FF;
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 9px;
    top: 2px;
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox input[type=checkbox]:disabled + label {
    opacity: 0.65;
    outline: none;
    box-shadow: none;
}

.checkbox input[type=checkbox]:disabled + label:before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

/*Radios*/
.radio {
    padding-left: 20px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.radio .mp-info {
    position: relative;
    top: 2px;
    color: blue;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    cursor: pointer;
    font-style: normal;
    margin-bottom: 0;
    padding-top: 8px;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.4px;
    font-weight: normal;
}

.radio label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 3px;
    margin-left: -20px;
    border: 1px solid #E2E8F0;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label:after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 16px;
    height: 16px;
    left: 5px;
    top: 8px;
    margin-left: -20px;
    border-radius: 50%;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type=radio] {
    opacity: 0;
    display: none;
}

.radio input[type=radio]:focus + label::before {
    outline: none;
    box-shadow: none;
    background-color: green;
}

.radio input[type=radio]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    background-color: #0064FF;
}

.radio input[type=radio]:disabled + label {
    opacity: 0.65;
}

.radio input[type=radio]:disabled + label:before {
    cursor: not-allowed;
}

.radio .radio-inline {
    margin-top: 0;
}

/* Html select box*/
.custom-select {
    background: #ffffff url(../assets/img/angle-bottom.svg) no-repeat right 16px center;
    background-size: 14px;
    padding-right: 35px;
    border-radius: 8px;
    border: 1px solid #E2E8F0;
    font-size: 14px;
    letter-spacing: 1.4px;
    font-weight: normal;
    color: #000000;
    height: 48px;
    padding: 5px 17px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    transition: all 0.35s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}

.custom-select.error {
    border-color: red;
}

.custom-select:hover, .custom-select:active, .custom-select:focus {
    outline: 0;
}

.custom-select:focus {
    border-color: #E2E8F0;
}

.custom-select:active {
    border-color: #E2E8F0;
}

/*Js select box*/
.select-box {
    width: 100%;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 8px;
    transition: all 0.5s ease;
    position: relative;
    color: rgba(50, 50, 50, 0.8);
    height: 48px;
    text-align: left;
    border: 1px solid #E2E8F0;
    font-size: 14px;
    letter-spacing: 1.4px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 24px;
}

.select-box .select {
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 5px 17px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.select-box .select > i {
    font-size: 9px;
    color: #0064FF;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    float: right;
    line-height: 14px;
    top: 16px;
    right: 14px;
    position: absolute;
}

.select-box .select > i:before {
    position: relative;
    top: 1px;
    left: 1px;
}

.select-box:focus {
    box-shadow: none;
    outline: none;
    border-color: #E2E8F0;
}

.select-box:active {
    background-color: #0064FF;
    color: #ffffff;
}

.select-box.active:hover, .select-box.active {
    border-radius: 8px 8px 0 0;
    background-color: #0064FF;
    color: #ffffff;
}

.select-box.active .select > i {
    transform: rotate(180deg);
    color: #ffffff;
}

.select-box .select-box-menu {
    position: absolute;
    background-color: #fff;
    width: calc(100% + 2px);
    left: -1px;
    margin-top: 0px;
    border-radius: 0 1px 8px 8px;
    overflow: hidden;
    display: none;
    overflow-y: auto;
    z-index: 9;
    padding: 0;
    list-style: none;
    border: 1px solid #edf1f8;
    background-color: #ffffff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.select-box .select-box-menu li {
    padding: 14px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    height: 48px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    color: rgba(50, 50, 50, 0.8);
    border-bottom: 1px solid #c4d5ee;
    color: #000000;
}

.select-box .select-box-menu li:last-child {
    border-color: #ffffff;
}

.select-box .select-box-menu li:last-child:hover {
    border-color: #c4d5ee;
}

.select-box .select-box-menu li:hover {
    background-color: #c4d5ee;
}

.select-box .select-box-menu li:active {
    background-color: #edf1f8;
}

/*Language select box*/
.language-box {
    position: absolute;
    z-index: 10;
    right: 20px;
    top: 31px;
    width: 100%;
    display: inline-block;
    background-color: transparent;
    transition: all 0.5s ease;
    font-size: 14px;
    color: #ffffff;
    width: 68px;
    text-align: left;
    margin-bottom: 10px;
  /*&.active .select > i,*/
}

@media (max-width: 991px) {
    .language-box {
        top: 17px;
        right: 11px;
    }
}

.language-box .select {
    cursor: pointer;
    display: block;
    padding: 2px 6px;
  /*> i {
    font-size: 22px;
    color: grey;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px;
    top: 2px;
    position: relative;
  }*/
}

.language-box .select img {
    transition: all 0.3s ease-in-out;
    float: none;
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.language-box:focus {
    box-shadow: none;
    outline: none;
    border-color: transparent;
}

.language-box:active {
    background-color: transparent;
    color: #ffffff;
}

.language-box.active:hover, .language-box.active {
    background-color: transparent;
    color: #ffffff;
}

.language-box.active .select > img {
    transform: rotate(-180deg);
    color: #ffffff;
}

.language-box .language-box-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: -2px;
    margin-top: -1px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9;
    padding: 0;
    list-style: none;
    background-color: transparent;
}

.language-box .language-box-menu li {
    padding: 0px 10px 0px 29px;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
    color: #ffffff;
    opacity: 0.5;
}

.language-box .language-box-menu li:active {
    background-color: transparent;
}

.language-box .language-box-menu li.hide {
    height: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.language-box.light {
    border-color: white;
    color: white;
}

.language-box.light .select > i {
    color: yellow;
}

.language-box.light:focus {
    border-color: yellow;
}

.language-box.light:active, .language-box.light.active:hover, .language-box.light.active {
    background-color: yellow;
    color: #000000;
}

.language-box.light.active .select > i {
    color: white;
}

.language-box.light .language-box-menu {
    background-color: yellow;
    border-color: yellow;
}

.language-box.light .language-box-menu li:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.language-box.light .language-box-menu li:active {
    background-color: #e2e2e2;
}

/*Background and boxes*/
.box {
    background-color: #fff;
    padding: 40px;
    border: 1px solid #C4D5EE;
    border-radius: 8px;
}

@media (max-width: 991px) {
    .box {
        padding: 30px;
    }
}

.box p {
    color: rgba(50, 50, 50, 0.8);
}

/*Social*/
body,
html {
    width: 100%;
    overflow-x: hidden !important;
}

#social {
    position: fixed;
    right: -229px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 100;
    height: 100px;
    display: block;
    box-shadow: 0 0 35px rgba(196, 213, 235, 0.35);
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    transition: all 0.35s ease-in-out;
}

#social:hover {
    transform: translateX(-229px);
}

#social .contact-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 275px;
    background-color: #fff;
    height: 50px;
    padding-left: 13px;
    margin-bottom: -1px;
}

#social .contact-link:first-child {
    border-top-left-radius: 7px;
    padding-top: 6px;
}

#social .contact-link:last-child {
    border-bottom-left-radius: 7px;
    padding-bottom: 6px;
}

#social .contact-link i {
    color: #F07F48;
    margin-right: 18px;
}

#social .contact-link i.hy-email {
    font-size: 18px;
}

#social .contact-link i.hy-phone {
    font-size: 22px;
}

#social .contact-link a {
    text-decoration: none;
    font-size: 16px;
    color: #000046;
    font-weight: 700;
}

#social-links {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 44px;
}

#social-links a {
    color: #000046;
    text-decoration: none;
    margin: 0 15px;
}

#social-links a i {
    font-size: 22px;
}

#social-links a i.hy-youtube {
    font-size: 18px;
}

#social-links a i.hy-twitter {
    font-size: 21px;
}

/*Video*/
.video-popup {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.video-popup #overlay {
    background-color: rgba(20, 20, 20, 0.8);
    width: calc(100vw + 2px);
    height: 100vh;
    position: absolute;
    left: 0;
    right: -1px;
    top: 0;
    bottom: 0;
    z-index: 999;
}

.video-popup .video-container {
    display: flex;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    position: relative;
}

.video-popup .video-container iframe {
    z-index: 1001;
    position: relative;
}

.video-popup .video-container #close {
    position: absolute;
    z-index: 1002;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.video-popup .video-container #close:after, .video-popup .video-container #close:before {
    content: "";
    width: 2px;
    height: 30px;
    background-color: #ffffff;
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
}

.video-popup .video-container #close:before {
    transform: rotate(45deg);
}

.video-popup .video-container #close:after {
    transform: rotate(-45deg);
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 0;
    width: 40px;
    z-index: 100;
    background-color: transparent;
    border: none;
}

.slick-arrow:before {
    width: 2px;
    height: 25px;
    background: #C4D5EE;
    content: "";
    position: absolute;
    display: block;
    margin-bottom: -17px;
    border-radius: 3px;
}

.slick-arrow:after {
    width: 2px;
    height: 25px;
    background: #C4D5EE;
    content: "";
    position: absolute;
    display: block;
    margin-top: -17px;
    border-radius: 3px;
}

.slick-arrow.slick-next {
    right: -5px;
}

@media (max-width: 1199px) {
    .slick-arrow.slick-next {
        right: 5px;
    }
}

.slick-arrow.slick-next:before {
    transform: rotate(45deg);
    right: 6px;
}

.slick-arrow.slick-next:after {
    transform: rotate(-45deg);
    right: 6px;
}

.slick-arrow.slick-prev {
    left: -5px;
}

@media (max-width: 1199px) {
    .slick-arrow.slick-prev {
        left: 5px;
    }
}

.slick-arrow.slick-prev:before {
    transform: rotate(-45deg);
}

.slick-arrow.slick-prev:after {
    transform: rotate(45deg);
}

.testimonial-slider {
    width: 100%;
}

.testimonial-slider .slick-slide {
    padding-left: 40px;
    padding-right: 40px;
}

/*Header*/
header {
    background-color: #000046;
    z-index: 1000;
    position: relative;
}

/*Logo*/
#logo {
    background-image: url(../assets/img/logo-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 140px;
    height: 18px;
    left: 32px;
    top: 31px;
    position: absolute;
    transition: all 0.35s ease-in-out;
}

@media (max-width: 991px) {
    #logo {
        width: 98px;
        height: 13px;
        left: 24px;
        top: 23px;
    }
}

#learn-more {
    position: fixed;
    top: 24px;
    right: 33px;
  /*right: 110px;*/
    z-index: 1000;
}

@media (max-width: 991px) {
    #learn-more {
        top: 12px;
        right: 24px;
    }
}

.buttons {
    position: absolute;
    right: 115px;
    top: 16px;
    z-index: 10;
    display: flex;
}

@media (max-width: 767px) {
    .buttons {
        top: 55px;
        right: 22px;
    }
}

.buttons .btn-primary {
    margin-left: 30px;
}

@media (max-width: 767px) {
    .buttons .btn-primary {
        margin-left: 20px;
    }
}

/*Footer*/
footer {
    width: 100%;
    position: relative;
    z-index: 1;
}

footer ul {
    text-align: center;
    padding-left: 0;
}

footer ul li {
    list-style: none;
    display: inline-block;
}

footer ul li a {
    color: #0064FF;
    letter-spacing: 0.25px;
    font-size: 10px;
    line-height: 21px;
    text-decoration: none;
    padding: 5px 15px;
}

@media (orientation:portrait) and (max-width: 767px) {
    footer ul li a {
        padding: 5px 5px;
    }
}

/*Hamburger menu icon*/
#mobileNavToggler {
    padding: 5px 5px 5px 5px;
    border: none;
    height: 35px;
    position: fixed;
    right: 19px;
    top: 10px;
    background-color: transparent;
    display: none;
    z-index: 1001;
}

#mobileNavToggler:hover, #mobileNavToggler:active, #mobileNavToggler:focus {
    outline: none;
}

@media (max-width: 991px) {
    #mobileNavToggler {
        display: block;
    }
}

#hamburger-icon {
    width: 20px;
    height: 20px;
    position: relative;
    margin: 5px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 1101;
    cursor: pointer;
}

#hamburger-icon span {
    display: block;
    position: absolute;
    height: 1.5px;
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#hamburger-icon span:nth-child(1) {
    top: 0px;
}

#hamburger-icon span:nth-child(2), #hamburger-icon span:nth-child(3) {
    top: 7px;
}

#hamburger-icon span:nth-child(4) {
    top: 14px;
}

#hamburger-icon.open span {
    background-color: #ffffff;
}

#hamburger-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#hamburger-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hamburger-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#hamburger-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/*Main navigation*/
#mainNavContainer {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 9;
    top: 30px;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    display: block;
}

#mainNavContainer li {
    display: inline-block;
}

#mainNavContainer li a {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 17px;
}

#mainNavContainer li a:hover, #mainNavContainer li a:active, #mainNavContainer li a:focus {
    opacity: 0.8;
}

#mainNavContainer li#learn-more-btn {
    display: none;
}

@media (max-width: 991px) {
    #mainNavContainer li#learn-more-btn {
        display: block;
        position: absolute;
        bottom: 30px;
    }
}

#mainNavContainer li.active a {
    font-weight: bold;
}

@media (max-width: 991px) {
    #mainNavContainer {
        background-color: #000046;
        width: 100vw;
        height: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: fixed;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        overflow: hidden;
        transition: all 0.35s ease-in-out;
        opacity: 0;
    }

    #mainNavContainer li {
        display: flex;
    }

    #mainNavContainer li a {
        padding: 20px;
    }

    #mainNavContainer.show {
        transition: all 0.35s ease-in-out;
        height: 100vh;
        opacity: 1;
    }
}

/*Section navigation*/
#fp-nav {
    margin-left: 27px;
}

@media (max-width: 1199px) {
    #fp-nav {
        margin-left: 5px;
    }
}

@media (max-width: 991px) {
    #fp-nav {
        display: none;
    }
}

#fp-nav ul li {
    height: 38px;
    width: 23px;
    margin: 0;
    transition: 0.1s opacity ease-in-out;
}

#fp-nav ul li a {
    display: block;
}

#fp-nav ul li a.active span {
    width: 3px;
    height: 30px;
    border-radius: 0;
    margin: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
}

#fp-nav ul li a span {
    height: 30px;
    width: 1px;
    border-radius: 0;
    margin: 0;
    top: 4px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #000046;
    opacity: 0.5;
}

#fp-nav ul li:hover {
    outline: none;
    border: none;
}

#fp-nav ul li:hover a {
    opacity: 0.5;
}

#fp-nav ul li:hover a.active {
    opacity: 1;
}

#fp-nav ul li:hover a.active span {
    width: 3px;
    height: 30px;
    border-radius: 0;
    margin: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#fp-nav ul li:hover a.active:hover, #fp-nav ul li:hover a.active:active, #fp-nav ul li:hover a.active:focus {
    outline: 0;
    border: 0;
}

#fp-nav ul li:hover a span {
    width: 3px;
    height: 30px;
    border-radius: 0;
    margin: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#fp-nav ul li:hover .fp-tooltip {
    opacity: 0.5;
}

#fp-nav ul li .fp-tooltip {
    font-size: 10px;
    line-height: 21px;
    letter-spacing: 0.71px;
    font-weight: bold;
    text-transform: uppercase;
    top: 9px;
    left: 23px;
    color: #000046;
    transition: all 0.35s ease-in-out;
}

.fp-viewing-UNIMOTION-LinearMotors #fp-nav ul li a span,
.fp-viewing-Specification #fp-nav ul li a span,
.fp-viewing-OnlineSizingTool #fp-nav ul li a span {
    background-color: #ffffff !important;
}

.fp-viewing-UNIMOTION-LinearMotors #fp-nav ul li .fp-tooltip,
.fp-viewing-Specification #fp-nav ul li .fp-tooltip,
.fp-viewing-OnlineSizingTool #fp-nav ul li .fp-tooltip {
    color: #ffffff;
}

/*Layout*/
.container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100% - 64px);
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.container.testimonial-container {
    width: calc(100% - 24px);
    max-width: 1200px;
}

.container.inner {
    width: auto;
}

.container .content-half-80 {
    width: calc(50% - 40px);
}

@media (max-width: 767px) {
    .container .content-half-80 {
        width: 100%;
        flex: 0 0 auto;
    }
}

.container .content-half-16 {
    width: calc(50% - 16px);
}

@media (max-width: 991px) {
    .container .content-half-16 {
        width: 100%;
        flex: 0 0 auto;
    }
}

.container .content-full {
    width: 100%;
}

/*SECTION: Hero*/
.hero {
    min-height: 100vh;
    background-color: #010033;
    background-image: url(../assets/img/bg-hero.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (orientation:portrait) and (max-width: 1199px) {
    .hero {
        min-height: auto;
    }
}

@media (orientation:landscape) and (max-width: 1439px) {
    .hero {
        min-height: auto;
    }
}

.hero .hero-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 100vh;
    width: calc(100% - 64px);
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    text-align: left;
    padding-top: 144px;
}

@media (orientation:portrait) and (max-width: 1199px) {
    .hero .hero-content {
        min-height: auto;
    }
}

@media (orientation:landscape) and (max-width: 1439px) {
    .hero .hero-content {
        min-height: auto;
    }
}

@media (max-width: 991px) {
    .hero .hero-content {
        width: calc(100% - 48px);
    }
}

.hero .hero-content > div {
    width: calc(50% - 40px);
}

@media (max-width: 767px) {
    .hero .hero-content > div {
        width: 100%;
        flex: 0 0 auto;
    }
}

.hero .hero-content h1 {
    line-height: 1.1;
    font-size: 54px;
    margin-bottom: 10px;
}

.hero .hero-content h3 {
    color: #ffffff;
}

.hero .hero-content ul {
    padding-left: 0;
    margin-left: 0;
}

.hero .hero-content ul li {
    list-style: none;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
    color: #ffffff;
    padding-left: 45px;
    position: relative;
}

@media (max-width: 1919px) {
    .hero .hero-content ul li {
        margin-bottom: 20px;
    }
}

@media (max-width: 1439px) {
    .hero .hero-content ul li {
        margin-bottom: 15px;
    }
}

.hero .hero-content ul li i {
    position: absolute;
    left: 0;
    top: 0px;
    align-items: flex-start;
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 10px;
}

.hero .hero-content ul li i.hy-gauge {
    font-size: 23px;
}

.hero .hero-content ul li i.hy-sstopwatch {
    font-size: 29px;
}

.hero .hero-content .box {
    margin-bottom: -62px;
}

.hero .hero-content .box h2 {
    font-size: 28px;
    line-height: 48px;
    font-weight: normal;
}

.hero .hero-content .box p {
    font-size: 14px;
    line-height: 26px;
    color: #264068;
}

.hero #scrollDown {
    margin-right: auto;
    margin-top: 45px;
    margin-bottom: 30px;
    width: 24px;
    display: block;
}

@media (max-width: 991px) {
    .hero #scrollDown {
        display: none;
    }
}

@media (orientation:landscape) and (max-width: 1199px) {
    .hero #scrollDown {
        margin-top: 35px;
        margin-bottom: 25px;
    }
}

@media (orientation:landscape) and (max-width: 991px) {
    .hero #scrollDown {
        margin-top: 25px;
        margin-bottom: 20px;
        width: 22px;
    }
}

@media (orientation:landscape) and (max-width: 767px) {
    .hero #scrollDown {
        margin-top: 15px;
        margin-bottom: 10px;
        width: 16px;
    }
}

@media (orientation:portrait) and (max-width: 767px) {
    .hero #scrollDown {
        margin-top: 25px;
        margin-bottom: 20px;
        width: 22px;
    }
}

@media (orientation:portrait) and (max-width: 575px) {
    .hero #scrollDown {
        margin-top: 17px;
        margin-bottom: 12px;
        width: 16px;
    }
}

.catalogue {
    display: block;
    margin-bottom: 35px;
    padding-top: 10px;
    height: 250px;
    width: 100%;
    text-align: center;
}

.catalogue img {
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.4);
    height: 100%;
    object-fit: contain;
}

/*SECTION: Sap*/
.sap {
    background-image: url(../assets/img/bg-sap.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
    color: #ffffff;
}

.sap p,
.sap .subtitle,
.sap h2 {
    color: #ffffff;
}

.sap .btn-primary {
    color: #0064FF;
}

.sap .container {
    align-items: stretch;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .sap .container {
        flex-direction: column-reverse;
    }
}

.sap .video {
    justify-content: center;
    align-items: center;
    display: flex;
}

@media (max-width: 767px) {
    .sap .video {
        justify-content: flex-start;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .sap {
        background-color: #0064FF;
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
    }

    .sap:after {
        content: "";
        background: #0064FF;
        opacity: 0.5;
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
    }
}

/*SECTION: Testimonial*/
.testimonial {
    padding-top: 80px;
    padding-bottom: 45px;
}

@media (max-width: 991px) {
    .testimonial {
        padding-top: 40px;
        padding-bottom: 20px;
    }
}

.testimonial .box {
  /*background-image: url(../assets/img/quote.png);
  background-repeat: no-repeat;
  background-position: 20px 88px;*/
}

.testimonial .box .logo {
    margin-bottom: 25px;
    max-width: 130px;
}

.testimonial .box p {
    margin-bottom: 20px;
    color: #264068 !important;
}

.logos {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .logos {
        margin-bottom: 30px;
    }
}

.logos a {
    padding: 10px 30px;
}

.logos a img {
    max-width: 160px;
}

@media (max-width: 767px) {
    .logos a img {
        width: 100px;
        height: auto;
    }
}

.author {
    display: flex;
    align-items: center;
}

.author .author-img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    margin-right: 10px;
    overflow: hidden;
}

.author .author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.author .author-name {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.2px;
    color: #0064FF;
    font-weight: bold;
    text-transform: uppercase;
}

/*SECTION: Worldwide*/
.worldwide {
    padding-top: 45px;
    padding-bottom: 150px;
}

@media (max-width: 1199px) {
    .worldwide {
        padding-bottom: 120px;
    }
}

@media (max-width: 991px) {
    .worldwide {
        padding-top: 20px;
        padding-bottom: 80px;
    }
}

@media (max-width: 575px) {
    .worldwide {
        padding-bottom: 40px;
    }
}

.worldwide .map-container {
    position: relative;
}

.worldwide .map-container:before {
    background-color: #fff;
    background-image: -moz-linear-gradient(top, #fff 0%, transparent 100%) !important;
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, #fff), color-stop(100%, transparent)) !important;
    background-image: -webkit-linear-gradient(top, #fff 0%, transparent 100%) !important;
    background-image: -o-linear-gradient(top, #fff 0%, transparent 100%) !important;
    background: -ms-linear-gradient(top, #fff 0%, transparent 100%);
    background: linear-gradient(90deg, #fff 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=1 );
    content: "";
    display: block;
    width: 100%;
    height: 120px;
    position: absolute;
    left: 0;
}

@media (max-width: 991px) {
    .worldwide .map-container:before {
        height: 60px;
    }
}

.worldwide .map-container .map {
    width: 100%;
}

@media (max-width: 1199px) {
    .worldwide .map-container {
        width: 900px;
    }
}

@media (max-width: 991px) {
    .worldwide .map-container {
        width: 750px;
    }
}

@media (max-width: 767px) {
    .worldwide .map-container {
        width: 550px;
    }
}

@media (max-width: 575px) {
    .worldwide .map-container {
        width: 460px;
    }
}

@media (max-width: 480px) {
    .worldwide .map-container {
        width: 360px;
    }
}

.worldwide .bg-worldwide {
    width: 100%;
    height: auto;
}

.worldwide .points {
    position: absolute;
    top: 0;
}

.worldwide .points .popup {
    position: absolute;
}

.worldwide .points .popup.show {
    z-index: 100;
}

.worldwide .points .popup.europe {
    left: 553px;
    top: 221px;
}

@media (max-width: 1199px) {
    .worldwide .points .popup.europe {
        left: 440px;
        top: 172px;
    }
}

@media (max-width: 991px) {
    .worldwide .points .popup.europe {
        left: 368px;
        top: 142px;
    }
}

@media (max-width: 767px) {
    .worldwide .points .popup.europe {
        left: 263px;
        top: 96px;
    }
}

@media (max-width: 575px) {
    .worldwide .points .popup.europe {
        left: 211px;
        top: 78px;
    }
}

@media (max-width: 480px) {
    .worldwide .points .popup.europe {
        left: 163px;
        top: 53px;
    }
}

.worldwide .points .popup.north-america {
    left: 220px;
    top: 241px;
}

@media (max-width: 1199px) {
    .worldwide .points .popup.north-america {
        left: 165px;
        top: 181px;
    }
}

@media (max-width: 991px) {
    .worldwide .points .popup.north-america {
        left: 130px;
        top: 145px;
    }
}

@media (max-width: 767px) {
    .worldwide .points .popup.north-america {
        left: 86px;
        top: 105px;
    }
}

@media (max-width: 575px) {
    .worldwide .points .popup.north-america {
        left: 66px;
        top: 75px;
    }
}

@media (max-width: 480px) {
    .worldwide .points .popup.north-america {
        left: 46px;
        top: 55px;
    }
}

.worldwide .points .popup.south-america {
    left: 315px;
    top: 466px;
}

@media (max-width: 1199px) {
    .worldwide .points .popup.south-america {
        left: 245px;
        top: 366px;
    }
}

@media (max-width: 991px) {
    .worldwide .points .popup.south-america {
        left: 195px;
        top: 296px;
    }
}

@media (max-width: 767px) {
    .worldwide .points .popup.south-america {
        left: 139px;
        top: 216px;
    }
}

@media (max-width: 575px) {
    .worldwide .points .popup.south-america {
        left: 109px;
        top: 176px;
    }
}

@media (max-width: 480px) {
    .worldwide .points .popup.south-america {
        left: 80px;
        top: 130px;
    }
}

.worldwide .points .popup a {
    text-decoration: none;
    color: #0064FF;
    z-index: 10;
    position: absolute;
    top: 23px;
    left: 17px;
    transition: 0.1s ease-in-out all;
}

.worldwide .points .popup a i {
    font-size: 20px !important;
    transition: all 0.35s ease-in-out;
    width: 20px;
    height: 20px;
}

.worldwide .points .popup a:hover {
    color: #000000;
}

.worldwide .points .popup a:hover i {
    transform: rotate(45deg);
    color: #000000;
}

.worldwide .points .popup .content {
    display: none;
    z-index: 9;
    border: 1px solid #C4D5EE;
    padding: 13px 30px 30px 50px;
    background-color: #ffffff;
}

.worldwide .points .popup .content h4 {
    color: #0064FF;
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 11px;
    margin-top: 0;
    white-space: nowrap;
}

.worldwide .points .popup .content h5 {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 5px;
}

.worldwide .points .popup .content .list {
    display: flex;
}

@media (max-width: 767px) {
    .worldwide .points .popup .content .list {
        flex-direction: column;
    }
}

.worldwide .points .popup .content .list ul {
    padding: 0;
    margin: 0 30px 0 0;
}

.worldwide .points .popup .content .list ul li {
    list-style: none;
    color: #264068;
    font-size: 14px;
    line-height: 25px;
}

/*SECTION: Our solution*/
.our-solution {
    background-color: #0064FF;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}

.our-solution h2 {
    margin-top: 0;
}

.our-solution p {
    color: #ffffff;
    font-size: 18px;
    line-height: 32px;
    font-size: normal;
}

/*IE 10 hacks*/

/*Loader*/
.overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100000;
    margin: auto;
    backdrop-filter: blur(2px);
    background-color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.overlay.visible {
    opacity: 1;
    height: 100vh;
    transition: all 0.35s ease-in-out;
}

.loading-message {
    text-align: center;
    height: 180px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
}

.loading-message #check {
    display: block;
    transition: all 0.35s ease-in-out;
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    margin: auto;
    width: 32px;
    z-index: 1000;
    opacity: 0;
}

.loading-message #check.show {
    transition: all 0.35s ease-in-out;
    opacity: 1;
}

.loading-message #check:before {
    width: 3px;
    height: 16px;
    content: "";
    transform: rotate(45deg);
    background-color: #0064FF;
    display: block;
    z-index: 100;
    position: relative;
    left: 18px;
    top: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.loading-message #check:after {
    width: 3px;
    height: 10px;
    transform: rotate(-45deg);
    content: "";
    background-color: #0064FF;
    display: block;
    z-index: 100;
    position: relative;
    left: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.loading-message #cross {
    display: block;
    transition: all 0.35s ease-in-out;
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    margin: auto;
    width: 32px;
    z-index: 1000;
    opacity: 0;
}

.loading-message #cross.show {
    transition: all 0.35s ease-in-out;
    opacity: 1;
}

.loading-message #cross:before {
    width: 3px;
    height: 20px;
    content: "";
    transform: rotate(45deg);
    background-color: red;
    display: block;
    z-index: 100;
    position: relative;
    left: 14px;
    top: 8px;
    border-radius: 4px;
    overflow: hidden;
}

.loading-message #cross:after {
    width: 3px;
    height: 20px;
    transform: rotate(-45deg);
    content: "";
    background-color: red;
    display: block;
    z-index: 100;
    position: relative;
    left: 14px;
    top: -12px;
    border-radius: 4px;
    overflow: hidden;
}

.loading-message .text {
    height: 55px;
    display: block;
}

.loading-message .text p {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.45px;
    color: #000000;
    font-weight: normal;
    margin: 0;
}

.loading-message .text p#sending {
    display: none;
}

.loading-message .text p#sent {
    display: none;
}

.loading-message .text p#sent-error {
    display: none;
}

.loading-animation {
    width: 42px;
    height: 42px;
    margin: auto;
    position: relative;
}

.loading-animation.error .fill, .loading-animation.error .dot span {
    background-color: red;
}

.inner-shadow {
    z-index: 4;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    margin-left: -18px;
    margin-top: -18px;
    border-radius: 100%;
    background-color: #ffffff;
}

.hold {
    position: absolute;
    width: 100%;
    height: 100%;
    clip: rect(0px, 42px, 42px, 21px);
    border-radius: 100%;
    background-color: #fff;
}

.fill, .filled, .dot span {
    background-color: #0064FF;
}

.fill {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    clip: rect(0px, 21px, 42px, 0px);
}

.filled {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

#circle-left .fill {
    z-index: 1;
    -webkit-animation: left 2s linear infinite;
    -moz-animation: left 2s linear infinite;
    animation: left 2s linear infinite;
}

@keyframes left {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50%, 100% {
        transform: rotate(180deg);
    }
}

@-webkit-keyframes left {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50%, 100% {
        -webkit-transform: rotate(180deg);
    }
}

#circle-right {
    z-index: 3;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

#circle-right .fill {
    z-index: 3;
    -webkit-animation: right 2s linear infinite;
    -moz-animation: right 2s linear infinite;
    animation: right 2s linear infinite;
}

@keyframes right {
    0%, 50% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

@-webkit-keyframes right {
    0%, 50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

/*Trigger message sent overlay*/
#replace-me {
    font-size: 12px;
    color: #000000;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#replace-me-2 {
    font-size: 12px;
    color: #000000;
    position: absolute;
    right: 140px;
    bottom: 10px;
}
