@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: "\201C" "\201D" "\2018" "\2019";
}

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;
}

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

.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;
    }
}

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

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

.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-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-60 {
    margin-top: 60px;
}

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

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

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

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

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

.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;
}

.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;
}

/*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: 13px;
    margin-bottom: 13px;
}

h1 {
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    letter-spacing: 1.4px;
    text-align: center;
    color: #ffffff;
}

h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    letter-spacing: 1.4px;
    margin-bottom: 45px;
    margin-top: 5px;
}

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

/*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;
    height: 38px;
    font-weight: normal;
    background-color: #0064FF;
    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;
}

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

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

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

.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 .hy-cart-shopping {
    font-size: 20px;
    position: relative;
    top: -1px;
}

/*Tables*/
table {
    width: 100%;
}

table tbody th {
    font-weight: bold;
    color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 40px;
    text-transform: uppercase;
    text-align: left;
    border-top: 1px solid #ffffff;
}

table tbody td {
    color: #ffffff;
    text-align: left;
    border-top: 1px solid #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
}

table tbody tr:last-child td,
  table tbody tr:last-child th {
    border-bottom: 1px solid #ffffff;
}

/*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: .75rem;
    padding-right: .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: .5rem;
    padding-bottom: .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: 16px;
    line-height: 21px;
    letter-spacing: 0.4px;
    font-weight: normal;
}

.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: .75rem;
    padding-right: .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 .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: .75rem;
    padding-right: .75rem;
}

.select-box .select > i {
    font-size: 9px;
    color: #0064FF;
    cursor: pointer;
    transition: all .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: .75rem;
    padding-right: .75rem;
    height: 48px;
    transition: all .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: fixed;
    z-index: 10;
    right: 20px;
    top: 31px;
    width: 100%;
    display: inline-block;
    background-color: transparent;
    transition: all .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: 10px;
    }
}

.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 .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 .1s ease-in-out;
    cursor: pointer;
    color: #ffffff;
    opacity: 0.5;
}

.language-box .language-box-menu li a {
    color: #ffffff;
    text-decoration: none;
}

.language-box .language-box-menu li:hover {
    opacity: 1;
}

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

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

.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;
}

/* 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;
}

.slick-slide:hover, .slick-slide:active, .slick-slide:focus {
    outline: 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 arrows*/
.slick-dots {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li {
    list-style: none;
}

.slick-dots li button {
    font-size: 0;
    width: 30px;
    height: 1px;
    overflow: hidden;
    border: 0;
    background-color: #000046;
    padding: 0;
    margin: 0 4px;
    opacity: 0.5;
    transition: 0.1s all ease-in-out;
}

.slick-dots li button:hover, .slick-dots li button:active, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li.slick-active button {
    height: 3px;
    opacity: 1;
}

/*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;
}

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

#social {
    position: fixed;
    right: -179px;
    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(-179px);
}

#social .contact-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 225px;
    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: #000046;
    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;
}

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

/*Logo*/
#logo {
    background-image: url(../assets/img/logo-light.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 140px;
    height: 18px;
    left: 32px;
    top: 31px;
    position: fixed;
    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: 110px;
    z-index: 1000;
}

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

/*Changing logo color to fit background*/
.fp-viewing-UNIMOTION-CTL #logo,
.fp-viewing-Specification #logo,
.fp-viewing-OnlineSizingTool #logo {
    background-image: url(../assets/img/logo-dark.svg);
}

/*Scroll to top*/
#ScrollToTop {
    background-image: url(../assets/img/angle-bottom.svg);
    background-repeat: no-repeat;
    width: 17px;
    height: 21px;
    display: block;
    transform: rotate(180deg);
    position: fixed;
    right: 32px;
    top: -15px;
    cursor: pointer;
    transition: all 0.35s ease-in-out;
    opacity: 0;
}

@media (max-width: 991px) {
    #ScrollToTop {
        right: 23px;
    }
}

.fp-viewing-Specification #ScrollToTop {
    background-image: url(../assets/img/angle-bottom-white.svg);
}

/*Hiding ScrollToTop on hero section*/
body:not(.fp-viewing-UNIMOTION-CTL) #ScrollToTop {
    opacity: 1;
    top: 31px;
}

@media (max-width: 991px) {
    body:not(.fp-viewing-UNIMOTION-CTL) #ScrollToTop {
        top: 15px;
    }
}

/*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: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .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: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .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-CTL #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-CTL #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;
}

/*Sections*/
/*Hero section*/
.hero {
    min-height: 100vh;
    background-color: #010033;
  /*Hero slider*/
}

.hero .background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

@media (orientation: portrait) and (max-width: 575px) {
    .hero .background-image {
        height: 65%;
        margin: auto;
    }
}

.hero .video-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.hero .video-wrapper video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hero .hero-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    position: relative;
    z-index: 1;
}

.hero .hero-content .hero-content-inner {
    width: 100%;
}

.hero .hero-content h1 {
    text-align: center;
    margin-top: 119px;
}

@media (orientation: landscape) and (max-width: 1199px) {
    .hero .hero-content h1 {
        margin-top: 100px;
        margin-bottom: 350px;
    }
}

@media (orientation: landscape) and (max-width: 991px) {
    .hero .hero-content h1 {
        margin-top: 65px;
        margin-bottom: 290px;
    }
}

@media (orientation: portrait) and (max-width: 767px) {
    .hero .hero-content h1 {
        margin-top: 105px;
        margin-bottom: 230px;
    }
}

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

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

.hero .hero-content i {
    font-size: 27px;
    color: #ffffff;
    margin-bottom: 10px;
}

.hero #scrollDown {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 30px;
    width: 28px;
    display: block;
}

@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;
    }
}

.hero .hero-slider {
    color: #ffffff;
    width: 100%;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
}

@media (orientation: landscape) and (max-width: 1199px) {
    .hero .hero-slider {
        max-width: 80%;
    }

    .hero .hero-slider .slick-list {
        padding: 0 30% 0 0 !important;
    }
}

@media (orientation: landscape) and (max-width: 575px) {
    .hero .hero-slider {
        max-width: 100%;
    }
}

@media (orientation: portrait) and (max-width: 1199px) {
    .hero .hero-slider {
        max-width: 100%;
        padding-left: 80px;
    }

    .hero .hero-slider .slick-list {
        padding: 0 30% 0 0 !important;
    }

    .hero .hero-slider .slick-dots {
        margin-left: -80px;
    }
}

@media (orientation: portrait) and (max-width: 767px) {
    .hero .hero-slider {
        padding-left: 20px;
    }

    .hero .hero-slider .slick-dots {
        margin-left: -20px;
    }
}

@media (orientation: portrait) and (max-width: 575px) {
    .hero .hero-slider {
        padding-left: 0px;
    }

    .hero .hero-slider .slick-dots {
        margin-left: 0px;
    }
}

.hero .hero-slider .slick-slide {
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 575px) {
    .hero .hero-slider .slick-slide {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.hero .hero-slider .slick-dots li button {
    background-color: #ffffff;
}

.award-container {
    position: absolute;
    width: 1080px;
    margin: 0 auto;
    text-align: right;
    margin-top: 119px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 30px;	
}

@media (orientation: landscape) and (max-width: 1199px) {
    .award-container {
        margin-top: 100px;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .award-container img {
        width: 160px;
    }
}

@media (orientation: landscape) and (max-width: 991px) {
    .award-container {
        margin-top: 65px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .award-container img {
        width: 120px;
    }
}

@media (orientation: portrait) and (max-width: 1199px) {
    .award-container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .award-container img {
        width: 140px;
    }
}

@media (orientation: portrait) and (max-width: 991px) {
    .award-container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .award-container img {
        width: 120px;
    }
}

@media (orientation: portrait) and (max-width: 767px) {
    .award-container {
        margin-top: 105px;
    }

    .award-container img {
        width: 100px;
    }
}

@media (orientation: portrait) and (max-width: 480px) {
    .award-container {
        margin-top: 205px;
        text-align: center;
    }

    .award-container img {
        width: 140px;
    }
}

/*Main section settings*/
.section {
  /*Image*/
  /*Aside*/
  /*Data box*/
}

@media (orientation: portrait) {
    .section {
        min-height: 100vh;
    }
}

.section .product-image {
    width: calc(100% - 400px);
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

@media (orientation: landscape) and (max-width: 1199px) {
    .section .product-image {
        width: 75%;
    }
}

@media (orientation: portrait) {
    .section .product-image {
        width: 100%;
        height: 60vh;
        position: relative;
    }
}

@media (orientation: portrait) and (max-width: 767px) {
    .section .product-image {
        height: 45vh;
    }
}

.section .product-video-wrapper {
    width: calc(100% - 400px);
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.section .product-video-wrapper video {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

@media (orientation: landscape) and (max-width: 1199px) {
    .section .product-video-wrapper {
        width: 75%;
    }
}

@media (orientation: portrait) {
    .section .product-video-wrapper {
        width: 100%;
        height: 60vh;
        position: relative;
    }
}

@media (orientation: portrait) and (max-width: 767px) {
    .section .product-video-wrapper {
        height: 45vh;
    }
}

.section .aside {
    /*width: 400px;*/
    width: 500px;
    position: relative;
    margin-left: auto;
    background-color: #ffffff;
    /*padding: 100px 32px 62px 32px;*/
    padding: 32px 32px 52px 32px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    overflow-y: scroll;
}

.section .aside .scroll-active {
    overflow: auto;
}

@media (orientation: landscape) {
    .section .aside {
        min-height: 100vh;
    }
}

@media (orientation: landscape) and (max-width: 1199px) {
    .section .aside {
        width: 35%;
        padding: 80px 32px 40px 32px;
    }
}

@media (orientation: landscape) and (max-width: 767px) {
    .section .aside {
        padding: 60px 32px 40px 32px;
    }
}

@media (orientation: portrait) {
    .section .aside {
        width: 100%;
        height: auto;
        min-height: calc(40vh + 10px);
        padding: 40px 32px 40px 32px;
        margin-top: -5px;
    }
}

@media (orientation: portrait) and (max-width: 767px) {
    .section .aside {
        min-height: 55vh;
        padding: 21px 24px 40px 24px;
    }
}

.section .aside .data-slider,
    .section .aside .data-slider-2,
    .section .aside .data-slider-3,
    .section .aside .data-slider-4 {
      /*margin-bottom: 30px;*/
    margin-bottom: 20px;
}

@media (orientation: portrait) {
    .section .aside .data-slider,
        .section .aside .data-slider-2,
        .section .aside .data-slider-3,
        .section .aside .data-slider-4 {
        margin-bottom: 40px;
    }
}

@media (max-width: 1199px) {
    .section .aside .data-slider .slick-list,
        .section .aside .data-slider-2 .slick-list,
        .section .aside .data-slider-3 .slick-list,
        .section .aside .data-slider-4 .slick-list {
        padding: 0 25% 0 0 !important;
    }
}

@media (max-width: 767px) {
    .section .aside .data-slider .slick-list,
        .section .aside .data-slider-2 .slick-list,
        .section .aside .data-slider-3 .slick-list,
        .section .aside .data-slider-4 .slick-list {
        padding: 0 15% 0 0 !important;
    }
}

@media (max-width: 575px) {
    .section .aside .data-slider .slick-list,
        .section .aside .data-slider-2 .slick-list,
        .section .aside .data-slider-3 .slick-list,
        .section .aside .data-slider-4 .slick-list {
        padding: 0 10% 0 0 !important;
    }
}

@media (orientation: landscape) {
    .section .aside .data-slider-4 {
        /*margin-bottom: 60px;*/
        margin-bottom: 30px;
    }
}

@media (orientation: landscape) and (max-width: 991px) {
    .section .aside .asside-bottom {
        display: flex;
        flex-direction: column-reverse;
    }

    .section .aside .asside-bottom .btn-secondary {
        margin-bottom: 5px;
    }
}

@media (orientation: portrait) {
    .section .aside .asside-bottom {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (orientation: portrait) and (max-width: 767px) {
    .section .aside .asside-bottom {
        flex-direction: column-reverse;
    }

    .section .aside .asside-bottom .btn-secondary {
        margin-bottom: 5px;
    }
}

.section .data-box {
    /*margin-bottom: 30px;*/
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .section .data-box {
        margin-bottom: 20px;
        padding-right: 20px;
    }
}

.section .data-box i {
    font-size: 25px;
    color: #0064FF;
    margin-bottom: -2px;
    display: block;
}

.iScrollIndicator {
    background: transparent !important;
}

/*Specification section*/
.specification {
    background-color: #000046;
}

@media (orientation: portrait) {
    .specification {
        padding-top: 80px;
    }
}

@media (orientation: landscape) and (max-width: 991px) {
    .specification {
        padding-top: 80px;
    }
}

.specification .specification-image {
    width: 45%;
    height: 45%;
    object-fit: contain;
    object-position: center;
    position: absolute;
    left: 3%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    margin-top: auto;
    margin-bottom: auto;
}

@media (orientation: landscape) and (max-width: 991px) {
    .specification .specification-image {
        width: 80%;
        max-height: 500px;
        position: relative;
        bottom: 0;
        margin: 0 auto;
        display: block;
    }
}

@media (orientation: portrait) {
    .specification .specification-image {
        width: 80%;
        max-height: 500px;
        position: relative;
        bottom: 0;
        left: 0;
        margin: 0 auto;
        display: block;
    }
}

@media (orientation: portrait) and (min-width: 992px) {
    .specification .specification-image {
        margin-top: 100px;
    }
}

.specification .specification-container {
    height: 100%;
    width: 50%;
    margin-left: auto;
    padding: 100px 32px 62px 32px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

@media (orientation: landscape) and (min-width: 1919px) {
    .specification .specification-container {
        padding-top: 250px;
    }
}

.specification .specification-container h2 {
    color: #ffffff;
}

.specification .specification-container .specification-top {
    margin-bottom: 40px;
}

@media (orientation: portrait) {
    .specification .specification-container .specification-bottom {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (orientation: portrait) and (max-width: 991px) {
    .specification .specification-container .specification-bottom {
        flex-direction: column-reverse;
    }

    .specification .specification-container .specification-bottom .btn-secondary {
        margin-bottom: 5px;
    }
}

@media (orientation: landscape) and (max-width: 1199px) {
    .specification .specification-container {
        padding: 80px 32px 40px 32px;
    }
}

@media (orientation: landscape) and (max-width: 991px) {
    .specification .specification-container {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (orientation: landscape) and (max-width: 767px) {
    .specification .specification-container {
        width: 100%;
        padding: 40px 23px 40px 23px;
    }
}

@media (orientation: portrait) {
    .specification .specification-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 30px 32px 40px 32px;
    }
}

@media (orientation: portrait) and (max-width: 767px) {
    .specification .specification-container {
        padding: 30px 23px 40px 23px;
    }
}

.specification-bottom .btn-primary:hover, .specification-bottom .btn-primary:active, .specification-bottom .btn-primary:focus {
    background-color: #000000;
}

.specification-bottom .btn-secondary {
    color: #fff;
}

/*Contact section*/
.contact {
    color: #000000;
}

.contact .contact-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}

.contact .contact-container {
    max-width: 832px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    min-height: calc(100vh - 50px);
    padding: 100px 32px 42px 32px;
}

@media (orientation: landscape) and (min-width: 1919px) {
    .contact .contact-container {
        padding-top: 100px;
    }
}

.contact .contact-container h2 {
    text-align: center;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.contact .contact-container .contact-row {
    display: flex;
    justify-content: space-between;
}

@media (orientation: portrait) and (max-width: 575px) {
    .contact .contact-container .contact-row {
        flex-direction: column;
    }
}

.contact .contact-container .contact-row .contact-col {
    width: calc(50% - 15px);
}

@media (orientation: portrait) and (max-width: 575px) {
    .contact .contact-container .contact-row .contact-col {
        width: 100%;
    }
}

.contact .checkbox label {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.35px;
    color: rgba(50, 50, 50, 0.8);
    padding-left: 24px;
}

.contact .contact-bottom {
    display: flex;
}

@media (orientation: landscape) and (max-width: 767px) {
    .contact .contact-bottom {
        flex-direction: column;
    }
}

@media (orientation: portrait) and (max-width: 767px) {
    .contact .contact-bottom {
        flex-direction: column;
    }
}

.contact .contact-bottom .checkbox {
    width: calc(100% - 180px);
}

@media (orientation: landscape) and (max-width: 767px) {
    .contact .contact-bottom .checkbox {
        width: 100%;
    }
}

@media (orientation: portrait) and (max-width: 767px) {
    .contact .contact-bottom .checkbox {
        width: 100%;
    }
}

.contact .contact-bottom .button {
    text-align: right;
    width: 180px;
}

@media (orientation: landscape) and (max-width: 767px) {
    .contact .contact-bottom .button {
        width: 100%;
        text-align: center;
    }

    .contact .contact-bottom .button .btn {
        margin-top: 40px;
        padding-left: 40px;
        padding-right: 40px;
        width: 229px;
    }
}

@media (orientation: portrait) and (max-width: 767px) {
    .contact .contact-bottom .button {
        width: 100%;
        text-align: center;
    }

    .contact .contact-bottom .button .btn {
        margin-top: 40px;
        padding-left: 40px;
        padding-right: 40px;
        width: 229px;
    }
}

.contact footer {
    width: 100%;
    position: relative;
    z-index: 1;
}

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

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

.contact 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) {
    .contact footer ul li a {
        padding: 5px 5px;
    }
}

/*Protection system section*/
.protection-system {
    position: relative;
  /*.data-box {
    margin-bottom: 20px;
  }*/
}

.protection-system .section-end {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    height: 1px;
}

.protection-system .aside {
    /*width: 500px;
    padding: 32px 32px 52px 32px;*/
    /*.data-slider-4 {
      margin-bottom: 40px;
    }*/
}

/*IE 10 hacks*/
